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

[
    {
        "url": "https://demozoo.org/api/v1/productions/93366/?format=api",
        "demozoo_url": "https://demozoo.org/productions/93366/",
        "id": 93366,
        "title": "Headroom",
        "author_nicks": [
            {
                "name": "Penumbra",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/20370/?format=api",
                    "id": 20370,
                    "name": "Penumbra",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2013-11-09",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                "id": 1,
                "name": "Windows"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "epilepsy-warning"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/30042/?format=api",
        "demozoo_url": "https://demozoo.org/productions/30042/",
        "id": 30042,
        "title": "Calyx",
        "author_nicks": [
            {
                "name": "Penumbra",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/20370/?format=api",
                    "id": 20370,
                    "name": "Penumbra",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2011-07-16",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                "id": 1,
                "name": "Windows"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]