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

[
    {
        "url": "https://demozoo.org/api/v1/productions/70895/?format=api",
        "demozoo_url": "https://demozoo.org/music/70895/",
        "id": 70895,
        "title": "Song of the Phoenix Bird",
        "author_nicks": [
            {
                "name": "Electronic Birds",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/38957/?format=api",
                    "id": 38957,
                    "name": "Electronic Birds",
                    "is_group": true
                }
            },
            {
                "name": "TA",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/38956/?format=api",
                    "id": 38956,
                    "name": "TA",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2010-08-07",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/14/?format=api",
                "id": 14,
                "name": "Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]