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

[
    {
        "url": "https://demozoo.org/api/v1/productions/137074/?format=api",
        "demozoo_url": "https://demozoo.org/music/137074/",
        "id": 137074,
        "title": "Tubular Symphony",
        "author_nicks": [
            {
                "name": "Rems",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/58151/?format=api",
                    "id": 58151,
                    "name": "Rems",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "INCa Masters",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/58117/?format=api",
                    "id": 58117,
                    "name": "INCa Masters",
                    "is_group": true
                }
            }
        ],
        "release_date": "1996-06-01",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "12ch",
            "it"
        ]
    }
]