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

[
    {
        "url": "https://demozoo.org/api/v1/productions/50544/?format=api",
        "demozoo_url": "https://demozoo.org/music/50544/",
        "id": 50544,
        "title": "Remedy Trancer",
        "author_nicks": [
            {
                "name": "Jimmy Floe",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/30109/?format=api",
                    "id": 30109,
                    "name": "Jimmy Floe",
                    "is_group": false
                }
            },
            {
                "name": "Silencer",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/11312/?format=api",
                    "id": 11312,
                    "name": "Silencer",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2000-07-01",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/30/?format=api",
                "id": 30,
                "name": "Streaming Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]