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

[
    {
        "url": "https://demozoo.org/api/v1/productions/362474/?format=api",
        "demozoo_url": "https://demozoo.org/productions/362474/",
        "id": 362474,
        "title": "Gnoël",
        "author_nicks": [
            {
                "name": "Flush",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/41823/?format=api",
                    "id": 41823,
                    "name": "Flush",
                    "is_group": true
                }
            },
            {
                "name": "meuh",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/146281/?format=api",
                    "id": 146281,
                    "name": "meuh",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2024-12-07",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/9/?format=api",
                "id": 9,
                "name": "Atari ST/E"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/50/?format=api",
                "id": 50,
                "name": "96K Intro",
                "supertype": "production"
            }
        ],
        "tags": [
            "christmas",
            "source-available"
        ]
    }
]