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

[
    {
        "url": "https://demozoo.org/api/v1/productions/372766/?format=api",
        "demozoo_url": "https://demozoo.org/music/372766/",
        "id": 372766,
        "title": "C.P.T.O.",
        "author_nicks": [
            {
                "name": "Omega",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/142882/?format=api",
                    "id": 142882,
                    "name": "omegamsx",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Outer Heaven",
                "abbreviation": "oHn",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/142880/?format=api",
                    "id": 142880,
                    "name": "Outer Heaven",
                    "is_group": true
                }
            }
        ],
        "release_date": "2025-05-30",
        "supertype": "music",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/31/?format=api",
                "id": 31,
                "name": "MSX"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]