GET /api/v1/releasers/6922/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/230960/?format=api",
        "demozoo_url": "https://demozoo.org/music/230960/",
        "id": 230960,
        "title": "Defecation",
        "author_nicks": [
            {
                "name": "Helly",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/94000/?format=api",
                    "id": 94000,
                    "name": "Helly",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Deffpaccers",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/6922/?format=api",
                    "id": 6922,
                    "name": "Deffpaccers",
                    "is_group": true
                }
            }
        ],
        "release_date": "1992-02-16",
        "supertype": "music",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/5/?format=api",
                "id": 5,
                "name": "Amiga OCS/ECS"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/14/?format=api",
                "id": 14,
                "name": "Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "smod"
        ]
    }
]