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

[
    {
        "url": "https://demozoo.org/api/v1/productions/135202/?format=api",
        "demozoo_url": "https://demozoo.org/music/135202/",
        "id": 135202,
        "title": "The Acid God Is Upon Us!",
        "author_nicks": [
            {
                "name": "Quazar",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/17375/?format=api",
                    "id": 17375,
                    "name": "Quazar",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Front Line",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/103739/?format=api",
                    "id": 103739,
                    "name": "Front Line",
                    "is_group": true
                }
            }
        ],
        "release_date": "1994-06",
        "supertype": "music",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/6/?format=api",
                "id": 6,
                "name": "Amiga AGA"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]