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

[
    {
        "url": "https://demozoo.org/api/v1/productions/355408/?format=api",
        "demozoo_url": "https://demozoo.org/productions/355408/",
        "id": 355408,
        "title": "Scatman John",
        "author_nicks": [
            {
                "name": "Caulky",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/144223/?format=api",
                    "id": 144223,
                    "name": "Caulky",
                    "is_group": false
                }
            },
            {
                "name": "The Nutmeg Mine",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/144224/?format=api",
                    "id": 144224,
                    "name": "The Nutmeg Mine",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2024-08-17",
        "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/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "requires-8mb",
            "commercial-music",
            "stf-only"
        ]
    }
]