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

[
    {
        "url": "https://demozoo.org/api/v1/productions/386363/?format=api",
        "demozoo_url": "https://demozoo.org/productions/386363/",
        "id": 386363,
        "title": "Merry Christmas 2o23",
        "author_nicks": [
            {
                "name": "Murphy",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/11041/?format=api",
                    "id": 11041,
                    "name": "Murphy",
                    "is_group": false
                }
            },
            {
                "name": "Starbuck",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/9956/?format=api",
                    "id": 9956,
                    "name": "Starbuck",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2023-12",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/41/?format=api",
                "id": 41,
                "name": "Commodore 16/Plus 4"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/7/?format=api",
                "id": 7,
                "name": "Musicdisk",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]