GET /api/v1/releasers/50422/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/112910/?format=api",
        "demozoo_url": "https://demozoo.org/music/112910/",
        "id": 112910,
        "title": "Bodyandsoul",
        "author_nicks": [
            {
                "name": "Sain",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/50422/?format=api",
                    "id": 50422,
                    "name": "Sain",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Deadlock",
                "abbreviation": "DLK",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/4798/?format=api",
                    "id": 4798,
                    "name": "Deadlock",
                    "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": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/215045/?format=api",
        "demozoo_url": "https://demozoo.org/music/215045/",
        "id": 215045,
        "title": "bodyandsoul",
        "author_nicks": [
            {
                "name": "Sain",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/50422/?format=api",
                    "id": 50422,
                    "name": "Sain",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1991-09-30",
        "supertype": "music",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/5/?format=api",
                "id": 5,
                "name": "Amiga OCS/ECS"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/14/?format=api",
                "id": 14,
                "name": "Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]