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

[
    {
        "url": "https://demozoo.org/api/v1/productions/43665/?format=api",
        "demozoo_url": "https://demozoo.org/music/43665/",
        "id": 43665,
        "title": "Never Forget",
        "author_nicks": [
            {
                "name": "Tetsuoman",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/27337/?format=api",
                    "id": 27337,
                    "name": "Tetsuoman",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "FPU",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/27338/?format=api",
                    "id": 27338,
                    "name": "FPU",
                    "is_group": true
                }
            }
        ],
        "release_date": "1999-11-06",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/30/?format=api",
                "id": 30,
                "name": "Streaming Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]