GET /api/v1/releasers/34502/productions/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "url": "https://demozoo.org/api/v1/productions/59408/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/59408/",
        "id": 59408,
        "title": "Le Temple",
        "author_nicks": [
            {
                "name": "Synepcice",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/34502/?format=api",
                    "id": 34502,
                    "name": "Synepcice",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Dobe Team Power",
                "abbreviation": "DTP",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/107534/?format=api",
                    "id": 107534,
                    "name": "Dobe Team Power",
                    "is_group": true
                }
            }
        ],
        "release_date": "2002-07-27",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": [
            "3d-studio-max",
            "corel-draw"
        ]
    }
]