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

[
    {
        "url": "https://demozoo.org/api/v1/productions/30443/?format=api",
        "demozoo_url": "https://demozoo.org/productions/30443/",
        "id": 30443,
        "title": "Demo",
        "author_nicks": [
            {
                "name": "Incubus",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/20577/?format=api",
                    "id": 20577,
                    "name": "Incubus",
                    "is_group": false
                }
            },
            {
                "name": "Pitu",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/19342/?format=api",
                    "id": 19342,
                    "name": "Pitu",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Balance",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/20578/?format=api",
                    "id": 20578,
                    "name": "Balance",
                    "is_group": true
                }
            }
        ],
        "release_date": "1992-09-27",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/5/?format=api",
                "id": 5,
                "name": "Amiga OCS/ECS"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]