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

[
    {
        "url": "https://demozoo.org/api/v1/productions/14911/?format=api",
        "demozoo_url": "https://demozoo.org/productions/14911/",
        "id": 14911,
        "title": "Traffic Of Death",
        "author_nicks": [
            {
                "name": "RGI",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/8914/?format=api",
                    "id": 8914,
                    "name": "RGI",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Power Of Sound Web Team",
                "abbreviation": "POS-WT",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/8915/?format=api",
                    "id": 8915,
                    "name": "Power Of Sound",
                    "is_group": true
                }
            }
        ],
        "release_date": "2002-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/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/12603/?format=api",
        "demozoo_url": "https://demozoo.org/productions/12603/",
        "id": 12603,
        "title": "Abyss of Madness",
        "author_nicks": [
            {
                "name": "Rain Group",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/8914/?format=api",
                    "id": 8914,
                    "name": "RGI",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Power Of Sound",
                "abbreviation": "POS",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/8915/?format=api",
                    "id": 8915,
                    "name": "Power Of Sound",
                    "is_group": true
                }
            }
        ],
        "release_date": "2002-04-28",
        "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": []
    }
]