GET /api/v1/releasers/24140/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/41463/?format=api",
        "demozoo_url": "https://demozoo.org/productions/41463/",
        "id": 41463,
        "title": "Tetripz",
        "author_nicks": [
            {
                "name": "Enki",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/26354/?format=api",
                    "id": 26354,
                    "name": "Enki",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Mute Fantasies",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/24140/?format=api",
                    "id": 24140,
                    "name": "Mute Fantasies",
                    "is_group": true
                }
            }
        ],
        "release_date": "1998-07-18",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/4/?format=api",
                "id": 4,
                "name": "MS-Dos"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/33/?format=api",
                "id": 33,
                "name": "Game",
                "supertype": "production"
            }
        ],
        "tags": [
            "adlib",
            "psychedelic",
            "concept",
            "tetris"
        ]
    }
]