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

[
    {
        "url": "https://demozoo.org/api/v1/productions/29055/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/29055/",
        "id": 29055,
        "title": "Rotting Christ",
        "author_nicks": [
            {
                "name": "Bernie",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/19882/?format=api",
                    "id": 19882,
                    "name": "Bernie",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Boogie Down Productions",
                "abbreviation": "BDP",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/19881/?format=api",
                    "id": 19881,
                    "name": "Boogie Down Productions",
                    "is_group": true
                }
            }
        ],
        "release_date": "1995-11-04",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/26/?format=api",
                "id": 26,
                "name": "ANSI",
                "supertype": "graphics"
            }
        ],
        "tags": [
            "lost"
        ]
    }
]