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

[
    {
        "url": "https://demozoo.org/api/v1/productions/33033/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/33033/",
        "id": 33033,
        "title": "The Drink",
        "author_nicks": [
            {
                "name": "Colt",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/21993/?format=api",
                    "id": 21993,
                    "name": "Colt",
                    "is_group": false
                }
            },
            {
                "name": "Sgt. Beck",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/21995/?format=api",
                    "id": 21995,
                    "name": "Sgt. Beck",
                    "is_group": false
                }
            },
            {
                "name": "Sunman",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/21994/?format=api",
                    "id": 21994,
                    "name": "Sunman",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Nation",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/6127/?format=api",
                    "id": 6127,
                    "name": "Nation",
                    "is_group": true
                }
            }
        ],
        "release_date": "1996-07-06",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": []
    }
]