GET /api/v1/releasers/63093/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/152486/?format=api",
        "demozoo_url": "https://demozoo.org/music/152486/",
        "id": 152486,
        "title": "Techno-Logic",
        "author_nicks": [
            {
                "name": "Resource",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/63093/?format=api",
                    "id": 63093,
                    "name": "Resource",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Nothing Team",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/63092/?format=api",
                    "id": 63092,
                    "name": "Nothing Team",
                    "is_group": true
                }
            }
        ],
        "release_date": "1994-03-13",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]