GET /api/v1/releasers/117795/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/286429/?format=api",
        "demozoo_url": "https://demozoo.org/music/286429/",
        "id": 286429,
        "title": "Chorale #1",
        "author_nicks": [
            {
                "name": "Archon",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/117795/?format=api",
                    "id": 117795,
                    "name": "Archon",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "FLiP",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/61022/?format=api",
                    "id": 61022,
                    "name": "FLiP",
                    "is_group": true
                }
            }
        ],
        "release_date": "1996-11",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "9ch",
            "it"
        ]
    }
]