GET /api/v1/releasers/149742/productions/?format=api&ordering=-id
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "url": "https://demozoo.org/api/v1/productions/372325/?format=api",
        "demozoo_url": "https://demozoo.org/music/372325/",
        "id": 372325,
        "title": "Paradise Conzert",
        "author_nicks": [
            {
                "name": "Condor",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/149740/?format=api",
                    "id": 149740,
                    "name": "Condor",
                    "is_group": false
                }
            },
            {
                "name": "Fanatic",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/149742/?format=api",
                    "id": 149742,
                    "name": "Fanatic",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Paradise",
                "abbreviation": "PRD",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/6459/?format=api",
                    "id": 6459,
                    "name": "Paradise",
                    "is_group": true
                }
            }
        ],
        "release_date": null,
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/14/?format=api",
                "id": 14,
                "name": "Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]