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

[
    {
        "url": "https://demozoo.org/api/v1/productions/100460/?format=api",
        "demozoo_url": "https://demozoo.org/music/100460/",
        "id": 100460,
        "title": "Myth",
        "author_nicks": [
            {
                "name": "Colibri",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/32203/?format=api",
                    "id": 32203,
                    "name": "Colibri",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Sewer Software",
                "abbreviation": "Sewer Soft",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/31504/?format=api",
                    "id": 31504,
                    "name": "Sewer Software",
                    "is_group": true
                }
            }
        ],
        "release_date": "1990-12-24",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]