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

[
    {
        "url": "https://demozoo.org/api/v1/productions/313233/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/313233/",
        "id": 313233,
        "title": "Treasurrrrr 'land",
        "author_nicks": [
            {
                "name": "Hannah",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/133788/?format=api",
                    "id": 133788,
                    "name": "Hannah",
                    "is_group": false
                }
            },
            {
                "name": "korshun",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/51900/?format=api",
                    "id": 51900,
                    "name": "korshun",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Neoplasia",
                "abbreviation": "NPL",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5570/?format=api",
                    "id": 5570,
                    "name": "Neoplasia",
                    "is_group": true
                }
            }
        ],
        "release_date": "2022-09-17",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": []
    }
]