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

[
    {
        "url": "https://demozoo.org/api/v1/productions/92666/?format=api",
        "demozoo_url": "https://demozoo.org/music/92666/",
        "id": 92666,
        "title": "It's Dark Out There",
        "author_nicks": [
            {
                "name": "Banzai",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/44519/?format=api",
                    "id": 44519,
                    "name": "Banzai",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Legend",
                "abbreviation": "[L]",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/2075/?format=api",
                    "id": 2075,
                    "name": "Legend",
                    "is_group": true
                }
            }
        ],
        "release_date": "1991-07-29",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "ripped"
        ]
    }
]