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

[
    {
        "url": "https://demozoo.org/api/v1/productions/214038/?format=api",
        "demozoo_url": "https://demozoo.org/music/214038/",
        "id": 214038,
        "title": "Live End",
        "author_nicks": [
            {
                "name": "Ibanez",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/45231/?format=api",
                    "id": 45231,
                    "name": "Ibanez",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Silicon",
                "abbreviation": "SLC",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/7225/?format=api",
                    "id": 7225,
                    "name": "Silicon",
                    "is_group": true
                }
            }
        ],
        "release_date": "1996-08-31",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "4ch",
            "mod"
        ]
    }
]