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

[
    {
        "url": "https://demozoo.org/api/v1/productions/377505/?format=api",
        "demozoo_url": "https://demozoo.org/music/377505/",
        "id": 377505,
        "title": "The sun is shining on Vreden",
        "author_nicks": [
            {
                "name": "The Jack",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/8203/?format=api",
                    "id": 8203,
                    "name": "The Jack",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2025-09-06",
        "supertype": "music",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                "id": 3,
                "name": "Commodore 64"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/14/?format=api",
                "id": 14,
                "name": "Music",
                "supertype": "music"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/307278/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/307278/",
        "id": 307278,
        "title": "Rainbow Sphere",
        "author_nicks": [
            {
                "name": "The Jack",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/8203/?format=api",
                    "id": 8203,
                    "name": "The Jack",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "One",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/74045/?format=api",
                    "id": 74045,
                    "name": "One",
                    "is_group": true
                }
            }
        ],
        "release_date": "2022-04-16",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/36/?format=api",
                "id": 36,
                "name": "Photo",
                "supertype": "graphics"
            }
        ],
        "tags": []
    }
]