GET /api/v1/releasers/21193/member_productions/?format=api&ordering=id
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "url": "https://demozoo.org/api/v1/productions/31397/?format=api",
        "demozoo_url": "https://demozoo.org/productions/31397/",
        "id": 31397,
        "title": "Das weisse Rauschen",
        "author_nicks": [
            {
                "name": "Will Spliff",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/106763/?format=api",
                    "id": 106763,
                    "name": "Will Spliff",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Kraftaktor",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/21193/?format=api",
                    "id": 21193,
                    "name": "Kraftaktor",
                    "is_group": true
                }
            }
        ],
        "release_date": "2008-08-26",
        "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/3/?format=api",
                "id": 3,
                "name": "4K Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]