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

[
    {
        "url": "https://demozoo.org/api/v1/productions/197098/?format=api",
        "demozoo_url": "https://demozoo.org/music/197098/",
        "id": 197098,
        "title": "Alushousu Blues",
        "author_nicks": [
            {
                "name": "Alpo Haukka Band",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/83943/?format=api",
                    "id": 83943,
                    "name": "Alpo Haukka Band",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2001-08-04",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "xm"
        ]
    }
]