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

[
    {
        "url": "https://demozoo.org/api/v1/productions/117265/?format=api",
        "demozoo_url": "https://demozoo.org/music/117265/",
        "id": 117265,
        "title": "Zen",
        "author_nicks": [
            {
                "name": "Frog Fuzz",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/12823/?format=api",
                    "id": 12823,
                    "name": "Frog Fuzz",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Cryogenic",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/14119/?format=api",
                    "id": 14119,
                    "name": "Cryogenic",
                    "is_group": true
                }
            }
        ],
        "release_date": "1995-07-03",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]