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

[
    {
        "url": "https://demozoo.org/api/v1/productions/284754/?format=api",
        "demozoo_url": "https://demozoo.org/music/284754/",
        "id": 284754,
        "title": "Postcard from Earth 2",
        "author_nicks": [
            {
                "name": "Shogoon",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/10823/?format=api",
                    "id": 10823,
                    "name": "Shogoon",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Elysium",
                "abbreviation": "ESM",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/8857/?format=api",
                    "id": 8857,
                    "name": "Elysium",
                    "is_group": true
                }
            },
            {
                "name": "MultiStyle Labs",
                "abbreviation": "MSL",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/16403/?format=api",
                    "id": 16403,
                    "name": "MultiStyle Labs",
                    "is_group": true
                }
            },
            {
                "name": "Wrath",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/99016/?format=api",
                    "id": 99016,
                    "name": "Wrath",
                    "is_group": true
                }
            }
        ],
        "release_date": "2020-09-29",
        "supertype": "music",
        "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/14/?format=api",
                "id": 14,
                "name": "Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]