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

[
    {
        "url": "https://demozoo.org/api/v1/productions/118419/?format=api",
        "demozoo_url": "https://demozoo.org/productions/118419/",
        "id": 118419,
        "title": "Zaphod Beeblebrox Intro 1",
        "author_nicks": [
            {
                "name": "Zaphod Beeblebrox",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/8979/?format=api",
                    "id": 8979,
                    "name": "Vision",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "The Mad Guys",
                "abbreviation": "TMG",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/8977/?format=api",
                    "id": 8977,
                    "name": "The Mad Guys",
                    "is_group": true
                }
            }
        ],
        "release_date": "1990-03",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/2/?format=api",
                "id": 2,
                "name": "ZX Spectrum"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/4/?format=api",
                "id": 4,
                "name": "Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/13962/?format=api",
        "demozoo_url": "https://demozoo.org/productions/13962/",
        "id": 13962,
        "title": "Zaphod Beeblebrox Intro 2",
        "author_nicks": [
            {
                "name": "Zaphod Beeblebrox",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/8979/?format=api",
                    "id": 8979,
                    "name": "Vision",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "The Mad Guys",
                "abbreviation": "TMG",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/8977/?format=api",
                    "id": 8977,
                    "name": "The Mad Guys",
                    "is_group": true
                }
            }
        ],
        "release_date": "1990",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/2/?format=api",
                "id": 2,
                "name": "ZX Spectrum"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]