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

[
    {
        "url": "https://demozoo.org/api/v1/productions/40612/?format=api",
        "demozoo_url": "https://demozoo.org/music/40612/",
        "id": 40612,
        "title": "Downtown Dream",
        "author_nicks": [
            {
                "name": "Styx",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/26022/?format=api",
                    "id": 26022,
                    "name": "Styx",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Underwear",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/26023/?format=api",
                    "id": 26023,
                    "name": "Underwear",
                    "is_group": true
                }
            }
        ],
        "release_date": "1998-07-04",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/14/?format=api",
                "id": 14,
                "name": "Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "xm",
            "28ch"
        ]
    }
]