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

[
    {
        "url": "https://demozoo.org/api/v1/productions/67954/?format=api",
        "demozoo_url": "https://demozoo.org/music/67954/",
        "id": 67954,
        "title": "Smooth Ride",
        "author_nicks": [
            {
                "name": "Sonar",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/38077/?format=api",
                    "id": 38077,
                    "name": "Sonar",
                    "is_group": false
                }
            },
            {
                "name": "Wizard",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/9482/?format=api",
                    "id": 9482,
                    "name": "Wizard",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Collapse",
                "abbreviation": "CLP",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/3722/?format=api",
                    "id": 3722,
                    "name": "Collapse",
                    "is_group": true
                }
            }
        ],
        "release_date": "2003-11-01",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "it"
        ]
    }
]