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

[
    {
        "url": "https://demozoo.org/api/v1/productions/110805/?format=api",
        "demozoo_url": "https://demozoo.org/music/110805/",
        "id": 110805,
        "title": "Lounge",
        "author_nicks": [
            {
                "name": "GRG",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/948/?format=api",
                    "id": 948,
                    "name": "GRG",
                    "is_group": false
                }
            },
            {
                "name": "KR",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/49531/?format=api",
                    "id": 49531,
                    "name": "KR",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Blues Muz'",
                "abbreviation": "BM",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/7577/?format=api",
                    "id": 7577,
                    "name": "Blues Muz'",
                    "is_group": true
                }
            }
        ],
        "release_date": "1999-08-07",
        "supertype": "music",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                "id": 3,
                "name": "Commodore 64"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/14/?format=api",
                "id": 14,
                "name": "Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]