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

[
    {
        "url": "https://demozoo.org/api/v1/productions/183981/?format=api",
        "demozoo_url": "https://demozoo.org/productions/183981/",
        "id": 183981,
        "title": "Quadrophenia",
        "author_nicks": [
            {
                "name": "Digital Solutions Inc.",
                "abbreviation": "DSI",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/72609/?format=api",
                    "id": 72609,
                    "name": "Digital Solutions Inc.",
                    "is_group": true
                }
            },
            {
                "name": "Federation Against Copyright",
                "abbreviation": "FAC",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/57895/?format=api",
                    "id": 57895,
                    "name": "Federation Against Copyright",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1987",
        "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/35/?format=api",
                "id": 35,
                "name": "16K Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/183982/?format=api",
        "demozoo_url": "https://demozoo.org/productions/183982/",
        "id": 183982,
        "title": "Tricky...",
        "author_nicks": [
            {
                "name": "Digital Solutions Inc.",
                "abbreviation": "DSI",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/72609/?format=api",
                    "id": 72609,
                    "name": "Digital Solutions Inc.",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1987",
        "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/4/?format=api",
                "id": 4,
                "name": "Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]