GET /api/v1/releasers/39696/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/163858/?format=api",
        "demozoo_url": "https://demozoo.org/music/163858/",
        "id": 163858,
        "title": "FreeDOME",
        "author_nicks": [
            {
                "name": "TMA K.",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/39696/?format=api",
                    "id": 39696,
                    "name": "TMA K.",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Thitanium",
                "abbreviation": "THT",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/20419/?format=api",
                    "id": 20419,
                    "name": "Thitanium",
                    "is_group": true
                }
            }
        ],
        "release_date": "1996-06-01",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]