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

[
    {
        "url": "https://demozoo.org/api/v1/productions/4608/?format=api",
        "demozoo_url": "https://demozoo.org/music/4608/",
        "id": 4608,
        "title": "Desiring",
        "author_nicks": [
            {
                "name": "Flip",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/6288/?format=api",
                    "id": 6288,
                    "name": "Flip",
                    "is_group": false
                }
            },
            {
                "name": "vibram",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/6289/?format=api",
                    "id": 6289,
                    "name": "vibram",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "razooster",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/6290/?format=api",
                    "id": 6290,
                    "name": "razooster",
                    "is_group": true
                }
            }
        ],
        "release_date": "2011-04-25",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/30/?format=api",
                "id": 30,
                "name": "Streaming Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]