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

[
    {
        "url": "https://demozoo.org/api/v1/productions/46026/?format=api",
        "demozoo_url": "https://demozoo.org/productions/46026/",
        "id": 46026,
        "title": "Csomolungma (East Asian Intro Series part #2)",
        "author_nicks": [
            {
                "name": "VaVa",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/28449/?format=api",
                    "id": 28449,
                    "name": "VaVa",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "White Rainbow",
                "abbreviation": "WR",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/24848/?format=api",
                    "id": 24848,
                    "name": "White Rainbow",
                    "is_group": true
                }
            }
        ],
        "release_date": "2000-03-11",
        "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/2/?format=api",
                "id": 2,
                "name": "64K Intro",
                "supertype": "production"
            }
        ],
        "tags": [
            "lost"
        ]
    }
]