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

[
    {
        "url": "https://demozoo.org/api/v1/productions/325676/?format=api",
        "demozoo_url": "https://demozoo.org/music/325676/",
        "id": 325676,
        "title": "Don't Know",
        "author_nicks": [
            {
                "name": "SnowCat",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/138093/?format=api",
                    "id": 138093,
                    "name": "SnowCat",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Moonlight Dreams",
                "abbreviation": "MLD",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/22613/?format=api",
                    "id": 22613,
                    "name": "Moonlight Dreams",
                    "is_group": true
                }
            },
            {
                "name": "SandS",
                "abbreviation": "SNS",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/10790/?format=api",
                    "id": 10790,
                    "name": "SandS",
                    "is_group": true
                }
            }
        ],
        "release_date": "1998-04-26",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "16ch",
            "it"
        ]
    }
]