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

[
    {
        "url": "https://demozoo.org/api/v1/productions/170777/?format=api",
        "demozoo_url": "https://demozoo.org/music/170777/",
        "id": 170777,
        "title": "Improbable",
        "author_nicks": [
            {
                "name": "Aix",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/44098/?format=api",
                    "id": 44098,
                    "name": "Aix",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "8tease",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/71100/?format=api",
                    "id": 71100,
                    "name": "8tease",
                    "is_group": true
                }
            }
        ],
        "release_date": "2017-04-16",
        "supertype": "music",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                "id": 1,
                "name": "Windows"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/31/?format=api",
                "id": 31,
                "name": "Executable Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]