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

[
    {
        "url": "https://demozoo.org/api/v1/productions/176889/?format=api",
        "demozoo_url": "https://demozoo.org/music/176889/",
        "id": 176889,
        "title": "Acid Style",
        "author_nicks": [
            {
                "name": "Dober",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/73654/?format=api",
                    "id": 73654,
                    "name": "Dober",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Poffelipoff",
                "abbreviation": "PLF",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/14761/?format=api",
                    "id": 14761,
                    "name": "Poffelipoff",
                    "is_group": true
                }
            }
        ],
        "release_date": "1998-10-30",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "16ch",
            "xm"
        ]
    }
]