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

[
    {
        "url": "https://demozoo.org/api/v1/productions/358849/?format=api",
        "demozoo_url": "https://demozoo.org/productions/358849/",
        "id": 358849,
        "title": "Patagonia Intro",
        "author_nicks": [
            {
                "name": "CentralPerk",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/145121/?format=api",
                    "id": 145121,
                    "name": "CentralPerk",
                    "is_group": false
                }
            },
            {
                "name": "Patagonia",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/139746/?format=api",
                    "id": 139746,
                    "name": "Patagonia",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2024-10-05",
        "supertype": "production",
        "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/4/?format=api",
                "id": 4,
                "name": "Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]