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

[
    {
        "url": "https://demozoo.org/api/v1/productions/18140/?format=api",
        "demozoo_url": "https://demozoo.org/productions/18140/",
        "id": 18140,
        "title": "Beautiful Colors",
        "author_nicks": [
            {
                "name": "Maggi",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/13065/?format=api",
                    "id": 13065,
                    "name": "Maggi",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Phantasm",
                "abbreviation": "PHN",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/3796/?format=api",
                    "id": 3796,
                    "name": "Phantasm",
                    "is_group": true
                }
            }
        ],
        "release_date": "1996-04-08",
        "supertype": "production",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/34/?format=api",
                "id": 34,
                "name": "Video",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]