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

[
    {
        "url": "https://demozoo.org/api/v1/productions/176532/?format=api",
        "demozoo_url": "https://demozoo.org/productions/176532/",
        "id": 176532,
        "title": "Raah",
        "author_nicks": [
            {
                "name": "HBP",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/73421/?format=api",
                    "id": 73421,
                    "name": "HBP",
                    "is_group": false
                }
            },
            {
                "name": "Weltto",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/73422/?format=api",
                    "id": 73422,
                    "name": "Weltto",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2008-08-09",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/31/?format=api",
                "id": 31,
                "name": "MSX"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]