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

[
    {
        "url": "https://demozoo.org/api/v1/productions/204752/?format=api",
        "demozoo_url": "https://demozoo.org/productions/204752/",
        "id": 204752,
        "title": "Kastle Cruller",
        "author_nicks": [
            {
                "name": "Shifty",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/69582/?format=api",
                    "id": 69582,
                    "name": "Shifty",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "DeQuads",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/90165/?format=api",
                    "id": 90165,
                    "name": "DeQuads",
                    "is_group": true
                }
            }
        ],
        "release_date": "2019-06-08",
        "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/22/?format=api",
                "id": 22,
                "name": "32K Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]