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

[
    {
        "url": "https://demozoo.org/api/v1/productions/44962/?format=api",
        "demozoo_url": "https://demozoo.org/productions/44962/",
        "id": 44962,
        "title": "Ani",
        "author_nicks": [
            {
                "name": "Dominus",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/27854/?format=api",
                    "id": 27854,
                    "name": "Dominus",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Fusion Industries",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/27842/?format=api",
                    "id": 27842,
                    "name": "Fusion Industries",
                    "is_group": true
                }
            }
        ],
        "release_date": "1999-04-03",
        "supertype": "production",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/34/?format=api",
                "id": 34,
                "name": "Video",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]