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

[
    {
        "url": "https://demozoo.org/api/v1/productions/363123/?format=api",
        "demozoo_url": "https://demozoo.org/music/363123/",
        "id": 363123,
        "title": "Wild Blue Eyes",
        "author_nicks": [
            {
                "name": "Syd",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/19390/?format=api",
                    "id": 19390,
                    "name": "Scavy",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "W.A.R.P.",
                "abbreviation": "WARP",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/146679/?format=api",
                    "id": 146679,
                    "name": "W.A.R.P.",
                    "is_group": true
                }
            }
        ],
        "release_date": "1995-07-14",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "4ch",
            "mod"
        ]
    }
]