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

[
    {
        "url": "https://demozoo.org/api/v1/productions/122742/?format=api",
        "demozoo_url": "https://demozoo.org/music/122742/",
        "id": 122742,
        "title": "Powersource (Compo Version)",
        "author_nicks": [
            {
                "name": "Nastiness Inc.",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/53604/?format=api",
                    "id": 53604,
                    "name": "Nastiness Inc.",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Avantgarde",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/22180/?format=api",
                    "id": 22180,
                    "name": "Avantgarde",
                    "is_group": true
                }
            },
            {
                "name": "Entropy",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/14473/?format=api",
                    "id": 14473,
                    "name": "Entropy",
                    "is_group": true
                }
            }
        ],
        "release_date": "1994-11-20",
        "supertype": "music",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                "id": 3,
                "name": "Commodore 64"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/14/?format=api",
                "id": 14,
                "name": "Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]