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

[
    {
        "url": "https://demozoo.org/api/v1/productions/55225/?format=api",
        "demozoo_url": "https://demozoo.org/productions/55225/",
        "id": 55225,
        "title": "The Link",
        "author_nicks": [
            {
                "name": "Green Bit Group",
                "abbreviation": "GBG",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/9145/?format=api",
                    "id": 9145,
                    "name": "Green Bit Group",
                    "is_group": true
                }
            },
            {
                "name": "Invaders8",
                "abbreviation": "I8",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/9169/?format=api",
                    "id": 9169,
                    "name": "Invaders8",
                    "is_group": true
                }
            },
            {
                "name": "Shiru",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/17198/?format=api",
                    "id": 17198,
                    "name": "Shiru",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2009-08-29",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/69/?format=api",
                "id": 69,
                "name": "ZX Spectrum Enhanced"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/56221/?format=api",
        "demozoo_url": "https://demozoo.org/productions/56221/",
        "id": 56221,
        "title": "Death Valley prerelease",
        "author_nicks": [
            {
                "name": "Green Bit Group",
                "abbreviation": "GBG",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/9145/?format=api",
                    "id": 9145,
                    "name": "Green Bit Group",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2003-08-24",
        "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/33/?format=api",
                "id": 33,
                "name": "Game",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]