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

[
    {
        "url": "https://demozoo.org/api/v1/productions/160178/?format=api",
        "demozoo_url": "https://demozoo.org/music/160178/",
        "id": 160178,
        "title": "Bounces",
        "author_nicks": [
            {
                "name": "DJ P.ZS.",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/66463/?format=api",
                    "id": 66463,
                    "name": "DJ P.ZS.",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Embryo",
                "abbreviation": "EMB",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/48289/?format=api",
                    "id": 48289,
                    "name": "Embryo",
                    "is_group": true
                }
            }
        ],
        "release_date": "1997-07-05",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]