GET /api/v1/releasers/20912/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/30891/?format=api",
        "demozoo_url": "https://demozoo.org/music/30891/",
        "id": 30891,
        "title": "Fruit Garden",
        "author_nicks": [
            {
                "name": "Bialy",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/20912/?format=api",
                    "id": 20912,
                    "name": "Bialy",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Skulls",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/14664/?format=api",
                    "id": 14664,
                    "name": "Skulls",
                    "is_group": true
                }
            }
        ],
        "release_date": "2005-03-26",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]