GET /api/v1/releasers/111858/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/299549/?format=api",
        "demozoo_url": "https://demozoo.org/productions/299549/",
        "id": 299549,
        "title": "Marge",
        "author_nicks": [
            {
                "name": "Doctor Max",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/9280/?format=api",
                    "id": 9280,
                    "name": "Dr. Max",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Global Corp",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/9279/?format=api",
                    "id": 9279,
                    "name": "Global Corp",
                    "is_group": true
                }
            },
            {
                "name": "Phosphene",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/111858/?format=api",
                    "id": 111858,
                    "name": "Phosphene",
                    "is_group": true
                }
            }
        ],
        "release_date": "2021-08-28",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/2/?format=api",
                "id": 2,
                "name": "ZX Spectrum"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/20/?format=api",
                "id": 20,
                "name": "512b Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]