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

[
    {
        "url": "https://demozoo.org/api/v1/productions/351199/?format=api",
        "demozoo_url": "https://demozoo.org/productions/351199/",
        "id": 351199,
        "title": "Marble Madness Demo",
        "author_nicks": [
            {
                "name": "Fax",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/69467/?format=api",
                    "id": 69467,
                    "name": "Fax",
                    "is_group": false
                }
            },
            {
                "name": "Fist",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/69468/?format=api",
                    "id": 69468,
                    "name": "Fist",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1986",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                "id": 3,
                "name": "Commodore 64"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "marble-madness"
        ]
    }
]