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

[
    {
        "url": "https://demozoo.org/api/v1/productions/58004/?format=api",
        "demozoo_url": "https://demozoo.org/music/58004/",
        "id": 58004,
        "title": "Energy of Love",
        "author_nicks": [
            {
                "name": "Elmar",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/34000/?format=api",
                    "id": 34000,
                    "name": "Elmar",
                    "is_group": false
                }
            },
            {
                "name": "The Peric",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/19684/?format=api",
                    "id": 19684,
                    "name": "The Peric",
                    "is_group": false
                }
            },
            {
                "name": "appelZAP",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/28555/?format=api",
                    "id": 28555,
                    "name": "appelZAP",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Superstition",
                "abbreviation": "SPS",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/22504/?format=api",
                    "id": 22504,
                    "name": "Superstition",
                    "is_group": true
                }
            }
        ],
        "release_date": "2001-06-23",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/30/?format=api",
                "id": 30,
                "name": "Streaming Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]