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

[
    {
        "url": "https://demozoo.org/api/v1/productions/333900/?format=api",
        "demozoo_url": "https://demozoo.org/music/333900/",
        "id": 333900,
        "title": "Words",
        "author_nicks": [
            {
                "name": "Jam",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/13924/?format=api",
                    "id": 13924,
                    "name": "Jam",
                    "is_group": false
                }
            },
            {
                "name": "Spoon",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/9934/?format=api",
                    "id": 9934,
                    "name": "Spoon",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Sound Evolution",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/103339/?format=api",
                    "id": 103339,
                    "name": "Sound Evolution",
                    "is_group": true
                }
            }
        ],
        "release_date": "1994",
        "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"
        ]
    }
]