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

[
    {
        "url": "https://demozoo.org/api/v1/productions/131312/?format=api",
        "demozoo_url": "https://demozoo.org/productions/131312/",
        "id": 131312,
        "title": "Alien",
        "author_nicks": [
            {
                "name": "Entire Group",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/9323/?format=api",
                    "id": 9323,
                    "name": "Entire",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2013-07-13",
        "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/70620/?format=api",
        "demozoo_url": "https://demozoo.org/productions/70620/",
        "id": 70620,
        "title": "Old Skool Coding Old School Style (OSCOSS)",
        "author_nicks": [
            {
                "name": "Entire",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/9323/?format=api",
                    "id": 9323,
                    "name": "Entire",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2013-04-27",
        "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": [
            "pentagon",
            "zx-spectrum-128k",
            "zx-multicolour-mode"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/70436/?format=api",
        "demozoo_url": "https://demozoo.org/productions/70436/",
        "id": 70436,
        "title": "Latrax Minus",
        "author_nicks": [
            {
                "name": "Entire Group",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/9323/?format=api",
                    "id": 9323,
                    "name": "Entire",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2010-12-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": [
            "zx-spectrum-128k",
            "zx-multicolour-mode"
        ]
    }
]