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

[
    {
        "url": "https://demozoo.org/api/v1/productions/132789/?format=api",
        "demozoo_url": "https://demozoo.org/music/132789/",
        "id": 132789,
        "title": "The Pit",
        "author_nicks": [
            {
                "name": "Jack-All",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/56866/?format=api",
                    "id": 56866,
                    "name": "Jack-All",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Triangle Design",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/56867/?format=api",
                    "id": 56867,
                    "name": "Triangle Design",
                    "is_group": true
                }
            },
            {
                "name": "X-Factor",
                "abbreviation": "XF",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5024/?format=api",
                    "id": 5024,
                    "name": "X-Factor",
                    "is_group": true
                }
            }
        ],
        "release_date": null,
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/14/?format=api",
                "id": 14,
                "name": "Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]