GET /api/v1/releasers/14063/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/19554/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/19554/",
        "id": 19554,
        "title": "Team HTX",
        "author_nicks": [
            {
                "name": "Cyberhead97",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/14062/?format=api",
                    "id": 14062,
                    "name": "Cyberhead97",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Team HTX",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/14063/?format=api",
                    "id": 14063,
                    "name": "Team HTX",
                    "is_group": true
                }
            }
        ],
        "release_date": "1997-12-29",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": []
    }
]