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

[
    {
        "url": "https://demozoo.org/api/v1/productions/7427/?format=api",
        "demozoo_url": "https://demozoo.org/music/7427/",
        "id": 7427,
        "title": "Breaking The Sky",
        "author_nicks": [
            {
                "name": "Beathawk",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/1908/?format=api",
                    "id": 1908,
                    "name": "Beathawk",
                    "is_group": false
                }
            },
            {
                "name": "Curl",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/101443/?format=api",
                    "id": 101443,
                    "name": "Curl",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Diffusion",
                "abbreviation": "DFN",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/8264/?format=api",
                    "id": 8264,
                    "name": "Diffusion",
                    "is_group": true
                }
            },
            {
                "name": "Dragonlords",
                "abbreviation": "DL",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/106444/?format=api",
                    "id": 106444,
                    "name": "Dragonlords",
                    "is_group": true
                }
            }
        ],
        "release_date": "1995-08-13",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "12ch",
            "xm"
        ]
    }
]