GET /api/v1/releasers/90099/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/279203/?format=api",
        "demozoo_url": "https://demozoo.org/productions/279203/",
        "id": 279203,
        "title": "Mandala",
        "author_nicks": [
            {
                "name": "DIYDSP",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/69582/?format=api",
                    "id": 69582,
                    "name": "Shifty",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Wings of Distortion",
                "abbreviation": "WDi",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/90099/?format=api",
                    "id": 90099,
                    "name": "Wings of Distortion",
                    "is_group": true
                }
            }
        ],
        "release_date": "2020-06-13",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                "id": 3,
                "name": "Commodore 64"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]