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

[
    {
        "url": "https://demozoo.org/api/v1/productions/75891/?format=api",
        "demozoo_url": "https://demozoo.org/productions/75891/",
        "id": 75891,
        "title": "The Ultimate Chip Disk Vol. 1",
        "author_nicks": [
            {
                "name": "Dark Developments",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/36984/?format=api",
                    "id": 36984,
                    "name": "Dark Developments",
                    "is_group": true
                }
            },
            {
                "name": "Supremacy",
                "abbreviation": "SUP",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/2255/?format=api",
                    "id": 2255,
                    "name": "Supremacy",
                    "is_group": true
                }
            },
            {
                "name": "Typhoon",
                "abbreviation": "THN",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/31963/?format=api",
                    "id": 31963,
                    "name": "Typhoon",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1996-06-13",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/9/?format=api",
                "id": 9,
                "name": "Atari ST/E"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/7/?format=api",
                "id": 7,
                "name": "Musicdisk",
                "supertype": "production"
            },
            {
                "url": "https://demozoo.org/api/v1/production_types/9/?format=api",
                "id": 9,
                "name": "Pack",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]