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

[
    {
        "url": "https://demozoo.org/api/v1/productions/158108/?format=api",
        "demozoo_url": "https://demozoo.org/productions/158108/",
        "id": 158108,
        "title": "Smooth Criminal 1",
        "author_nicks": [
            {
                "name": "The Crime Network",
                "abbreviation": "TCN",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/106819/?format=api",
                    "id": 106819,
                    "name": "The Crime Network",
                    "is_group": true
                }
            },
            {
                "name": "Unit 5",
                "abbreviation": "U5",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/51768/?format=api",
                    "id": 51768,
                    "name": "Unit 5",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1989-11-05",
        "supertype": "production",
        "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/5/?format=api",
                "id": 5,
                "name": "Diskmag",
                "supertype": "production"
            }
        ],
        "tags": [
            "swedish",
            "uncredited-music",
            "smooth-criminal"
        ]
    }
]