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

[
    {
        "url": "https://demozoo.org/api/v1/productions/386393/?format=api",
        "demozoo_url": "https://demozoo.org/productions/386393/",
        "id": 386393,
        "title": "wii super cool 1st anniversary celebration demo",
        "author_nicks": [
            {
                "name": "emilydaemon",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/155012/?format=api",
                    "id": 155012,
                    "name": "emilydaemon",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2024-09",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/24/?format=api",
                "id": 24,
                "name": "Nintendo Wii"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]