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

[
    {
        "url": "https://demozoo.org/api/v1/productions/32164/?format=api",
        "demozoo_url": "https://demozoo.org/productions/32164/",
        "id": 32164,
        "title": "H1",
        "author_nicks": [
            {
                "name": "DarkStar",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/21532/?format=api",
                    "id": 21532,
                    "name": "DarkStar",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Esteem",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/13277/?format=api",
                    "id": 13277,
                    "name": "Esteem",
                    "is_group": true
                }
            }
        ],
        "release_date": "1996-12-10",
        "supertype": "production",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/4/?format=api",
                "id": 4,
                "name": "Intro",
                "supertype": "production"
            }
        ],
        "tags": [
            "lost"
        ]
    }
]