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

[
    {
        "url": "https://demozoo.org/api/v1/productions/300764/?format=api",
        "demozoo_url": "https://demozoo.org/music/300764/",
        "id": 300764,
        "title": "Triangle FX",
        "author_nicks": [
            {
                "name": "borb",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/126956/?format=api",
                    "id": 126956,
                    "name": "borb",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2021-09-25",
        "supertype": "music",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/92/?format=api",
                "id": 92,
                "name": "TIC-80"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]