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

[
    {
        "url": "https://demozoo.org/api/v1/productions/341416/?format=api",
        "demozoo_url": "https://demozoo.org/productions/341416/",
        "id": 341416,
        "title": "Garfield Slideshow",
        "author_nicks": [
            {
                "name": "Ice Sector",
                "abbreviation": "IS",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/141726/?format=api",
                    "id": 141726,
                    "name": "Ice Sector",
                    "is_group": true
                }
            },
            {
                "name": "Sorcerers",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/37044/?format=api",
                    "id": 37044,
                    "name": "Sorcerers",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1990",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/4/?format=api",
                "id": 4,
                "name": "MS-Dos"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/8/?format=api",
                "id": 8,
                "name": "Slideshow",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]