GET /api/v1/releasers/27458/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/43918/?format=api",
        "demozoo_url": "https://demozoo.org/music/43918/",
        "id": 43918,
        "title": "?",
        "author_nicks": [
            {
                "name": "Joust",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/27459/?format=api",
                    "id": 27459,
                    "name": "Joust",
                    "is_group": false
                }
            },
            {
                "name": "Lusive",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/27458/?format=api",
                    "id": 27458,
                    "name": "Lusive",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Up Rough Allstarz",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/456/?format=api",
                    "id": 456,
                    "name": "Up Rough",
                    "is_group": true
                }
            }
        ],
        "release_date": "1999-05-15",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]