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

[
    {
        "url": "https://demozoo.org/api/v1/productions/358974/?format=api",
        "demozoo_url": "https://demozoo.org/music/358974/",
        "id": 358974,
        "title": "Electric God",
        "author_nicks": [
            {
                "name": "Skip",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/7123/?format=api",
                    "id": 7123,
                    "name": "Skipp",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Black Void",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/101492/?format=api",
                    "id": 101492,
                    "name": "Black Void",
                    "is_group": true
                }
            },
            {
                "name": "Kloon",
                "abbreviation": "KLN",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/8708/?format=api",
                    "id": 8708,
                    "name": "Kloon",
                    "is_group": true
                }
            }
        ],
        "release_date": "1996",
        "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"
        ]
    }
]