GET /api/v1/releasers/15754/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/293331/?format=api",
        "demozoo_url": "https://demozoo.org/music/293331/",
        "id": 293331,
        "title": "Resonic (digital delight)",
        "author_nicks": [
            {
                "name": "Richard Nygaard",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/15754/?format=api",
                    "id": 15754,
                    "name": "Richard Nygaard",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Panoramic Designs",
                "abbreviation": "PD",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/1250/?format=api",
                    "id": 1250,
                    "name": "Panoramic Designs",
                    "is_group": true
                }
            },
            {
                "name": "Prosonix",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/1251/?format=api",
                    "id": 1251,
                    "name": "Prosonix",
                    "is_group": true
                }
            }
        ],
        "release_date": "1990-07-01",
        "supertype": "music",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                "id": 3,
                "name": "Commodore 64"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/14/?format=api",
                "id": 14,
                "name": "Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]