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

[
    {
        "url": "https://demozoo.org/api/v1/productions/33293/?format=api",
        "demozoo_url": "https://demozoo.org/music/33293/",
        "id": 33293,
        "title": "Cosmic Outflow",
        "author_nicks": [
            {
                "name": "Falcon",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/9834/?format=api",
                    "id": 9834,
                    "name": "Falcon",
                    "is_group": false
                }
            },
            {
                "name": "Ice",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/9836/?format=api",
                    "id": 9836,
                    "name": "Ice",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Pulse",
                "abbreviation": "PLS",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/575/?format=api",
                    "id": 575,
                    "name": "Pulse",
                    "is_group": true
                }
            }
        ],
        "release_date": "1996-11-02",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "22ch",
            "xm"
        ]
    }
]