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

[
    {
        "url": "https://demozoo.org/api/v1/productions/223655/?format=api",
        "demozoo_url": "https://demozoo.org/productions/223655/",
        "id": 223655,
        "title": "The History of House I",
        "author_nicks": [
            {
                "name": "Sowhat Spreading Corporation",
                "abbreviation": "SSC",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/95986/?format=api",
                    "id": 95986,
                    "name": "Sowhat Spreading Corporation",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1992-09-14",
        "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/7/?format=api",
                "id": 7,
                "name": "Musicdisk",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/223654/?format=api",
        "demozoo_url": "https://demozoo.org/productions/223654/",
        "id": 223654,
        "title": "Rave The Amiga III",
        "author_nicks": [
            {
                "name": "Sowhat Spreading Corporation",
                "abbreviation": "SSC",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/95986/?format=api",
                    "id": 95986,
                    "name": "Sowhat Spreading Corporation",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1992",
        "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/7/?format=api",
                "id": 7,
                "name": "Musicdisk",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]