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

[
    {
        "url": "https://demozoo.org/api/v1/productions/42365/?format=api",
        "demozoo_url": "https://demozoo.org/music/42365/",
        "id": 42365,
        "title": "Gangsta Medley",
        "author_nicks": [
            {
                "name": "Hansen",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/26752/?format=api",
                    "id": 26752,
                    "name": "Hansen",
                    "is_group": false
                }
            },
            {
                "name": "Jackobsen",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/26753/?format=api",
                    "id": 26753,
                    "name": "Jackobsen",
                    "is_group": false
                }
            },
            {
                "name": "Jackobsen",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/26754/?format=api",
                    "id": 26754,
                    "name": "Jackobsen",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1999-06",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/30/?format=api",
                "id": 30,
                "name": "Streaming Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]