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

[
    {
        "url": "https://demozoo.org/api/v1/productions/27017/?format=api",
        "demozoo_url": "https://demozoo.org/music/27017/",
        "id": 27017,
        "title": "?",
        "author_nicks": [
            {
                "name": "DCG",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/18870/?format=api",
                    "id": 18870,
                    "name": "DCG",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Legend",
                "abbreviation": "[L]",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/2075/?format=api",
                    "id": 2075,
                    "name": "Legend",
                    "is_group": true
                }
            }
        ],
        "release_date": "1993-08-14",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]