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

[
    {
        "url": "https://demozoo.org/api/v1/productions/43633/?format=api",
        "demozoo_url": "https://demozoo.org/productions/43633/",
        "id": 43633,
        "title": "Zertva",
        "author_nicks": [
            {
                "name": "C.P.U. Team",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/8876/?format=api",
                    "id": 8876,
                    "name": "Computer Platform Unlimited",
                    "is_group": true
                }
            },
            {
                "name": "Musica Vitae",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/27315/?format=api",
                    "id": 27315,
                    "name": "Musica Vitae",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1999-08-21",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                "id": 1,
                "name": "Windows"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "glide"
        ]
    }
]