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

[
    {
        "url": "https://demozoo.org/api/v1/productions/23923/?format=api",
        "demozoo_url": "https://demozoo.org/music/23923/",
        "id": 23923,
        "title": "Carrey goes to Symposium",
        "author_nicks": [
            {
                "name": "Dr. Zero",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/17411/?format=api",
                    "id": 17411,
                    "name": "Dr. Zero",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "aJa",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/17412/?format=api",
                    "id": 17412,
                    "name": "aJa",
                    "is_group": true
                }
            }
        ],
        "release_date": "2000-04-23",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/30/?format=api",
                "id": 30,
                "name": "Streaming Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]