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

[
    {
        "url": "https://demozoo.org/api/v1/productions/34884/?format=api",
        "demozoo_url": "https://demozoo.org/music/34884/",
        "id": 34884,
        "title": "Exotermia",
        "author_nicks": [
            {
                "name": "Impression",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/23070/?format=api",
                    "id": 23070,
                    "name": "Impression",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Wild Bits",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/11221/?format=api",
                    "id": 11221,
                    "name": "Wild Bits",
                    "is_group": true
                }
            }
        ],
        "release_date": "1997-07-26",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "32ch",
            "s3m"
        ]
    }
]