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

[
    {
        "url": "https://demozoo.org/api/v1/productions/27797/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/27797/",
        "id": 27797,
        "title": "Chaos",
        "author_nicks": [
            {
                "name": "Cyanide",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/19242/?format=api",
                    "id": 19242,
                    "name": "Cyanide",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Maniacs",
                "abbreviation": "MNC",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/19240/?format=api",
                    "id": 19240,
                    "name": "Maniacs",
                    "is_group": true
                }
            }
        ],
        "release_date": "1995-10-21",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": []
    }
]