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

[
    {
        "url": "https://demozoo.org/api/v1/productions/170204/?format=api",
        "demozoo_url": "https://demozoo.org/music/170204/",
        "id": 170204,
        "title": "Italiano Song",
        "author_nicks": [
            {
                "name": "Depesh",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/70863/?format=api",
                    "id": 70863,
                    "name": "Depesh",
                    "is_group": false
                }
            },
            {
                "name": "Hangover",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/113477/?format=api",
                    "id": 113477,
                    "name": "Hangover",
                    "is_group": false
                }
            },
            {
                "name": "Ice Dragon",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/15661/?format=api",
                    "id": 15661,
                    "name": "Ice Dragon",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2001-08-18",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/30/?format=api",
                "id": 30,
                "name": "Streaming Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]