GET /api/v1/releasers/42621/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/84865/?format=api",
        "demozoo_url": "https://demozoo.org/music/84865/",
        "id": 84865,
        "title": "For Serious, Ur Face",
        "author_nicks": [
            {
                "name": "BillyB",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/42621/?format=api",
                    "id": 42621,
                    "name": "BillyB",
                    "is_group": false
                }
            },
            {
                "name": "JonBro",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/42615/?format=api",
                    "id": 42615,
                    "name": "JonBro",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2007-04-28",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/30/?format=api",
                "id": 30,
                "name": "Streaming Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]