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

[
    {
        "url": "https://demozoo.org/api/v1/productions/143042/?format=api",
        "demozoo_url": "https://demozoo.org/music/143042/",
        "id": 143042,
        "title": "Supremacy",
        "author_nicks": [
            {
                "name": "Brain",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/36800/?format=api",
                    "id": 36800,
                    "name": "Brain",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "The Blues Boys",
                "abbreviation": "TBB",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/2263/?format=api",
                    "id": 2263,
                    "name": "The Blues Boys",
                    "is_group": true
                }
            }
        ],
        "release_date": "1994",
        "supertype": "music",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/9/?format=api",
                "id": 9,
                "name": "Atari ST/E"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/14/?format=api",
                "id": 14,
                "name": "Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "sndh"
        ]
    }
]