GET /api/v1/releasers/145816/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/360966/?format=api",
        "demozoo_url": "https://demozoo.org/productions/360966/",
        "id": 360966,
        "title": "nowhere to go",
        "author_nicks": [
            {
                "name": "liy",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/145816/?format=api",
                    "id": 145816,
                    "name": "liy",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2024-08",
        "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": []
    }
]