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

[
    {
        "url": "https://demozoo.org/api/v1/productions/25663/?format=api",
        "demozoo_url": "https://demozoo.org/productions/25663/",
        "id": 25663,
        "title": "TG01",
        "author_nicks": [
            {
                "name": "Laser Software",
                "abbreviation": "LS",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/9206/?format=api",
                    "id": 9206,
                    "name": "Laser Software",
                    "is_group": true
                }
            },
            {
                "name": "Pipe TCO",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/18274/?format=api",
                    "id": 18274,
                    "name": "Pipe TCO",
                    "is_group": false
                }
            },
            {
                "name": "x-reflex",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/18275/?format=api",
                    "id": 18275,
                    "name": "x-reflex",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2001-04-14",
        "supertype": "production",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/34/?format=api",
                "id": 34,
                "name": "Video",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/13400/?format=api",
        "demozoo_url": "https://demozoo.org/productions/13400/",
        "id": 13400,
        "title": "Mitchell 21",
        "author_nicks": [
            {
                "name": "Laser Software",
                "abbreviation": "LS",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/9206/?format=api",
                    "id": 9206,
                    "name": "Laser Software",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1997",
        "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": []
    }
]