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

[
    {
        "url": "https://demozoo.org/api/v1/productions/168770/?format=api",
        "demozoo_url": "https://demozoo.org/productions/168770/",
        "id": 168770,
        "title": "Rob Hubbard Super Game Music Sampler Two",
        "author_nicks": [
            {
                "name": "Section 8",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/16728/?format=api",
                    "id": 16728,
                    "name": "Section 8",
                    "is_group": true
                }
            },
            {
                "name": "The Fantastic Two",
                "abbreviation": "TFT",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/70082/?format=api",
                    "id": 70082,
                    "name": "The Fantastic Two",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1986-02-13",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                "id": 3,
                "name": "Commodore 64"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/7/?format=api",
                "id": 7,
                "name": "Musicdisk",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]