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

[
    {
        "url": "https://demozoo.org/api/v1/productions/164122/?format=api",
        "demozoo_url": "https://demozoo.org/music/164122/",
        "id": 164122,
        "title": "Send Me An Angel V1",
        "author_nicks": [
            {
                "name": "Scorpion",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/68039/?format=api",
                    "id": 68039,
                    "name": "Scorpion",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Quartz",
                "abbreviation": "QTZ",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/28507/?format=api",
                    "id": 28507,
                    "name": "Quartz",
                    "is_group": true
                }
            }
        ],
        "release_date": null,
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "4ch",
            "mod",
            "cover-version"
        ]
    }
]