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

[
    {
        "url": "https://demozoo.org/api/v1/productions/224844/?format=api",
        "demozoo_url": "https://demozoo.org/productions/224844/",
        "id": 224844,
        "title": "Compact Disk 4",
        "author_nicks": [
            {
                "name": "Broken Bones",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/97941/?format=api",
                    "id": 97941,
                    "name": "Broken Bones",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1991",
        "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/9/?format=api",
                "id": 9,
                "name": "Pack",
                "supertype": "production"
            }
        ],
        "tags": [
            "corrupted-file"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/224843/?format=api",
        "demozoo_url": "https://demozoo.org/productions/224843/",
        "id": 224843,
        "title": "Back From the Grave",
        "author_nicks": [
            {
                "name": "Broken Bones",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/97941/?format=api",
                    "id": 97941,
                    "name": "Broken Bones",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1990",
        "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": []
    }
]