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

[
    {
        "url": "https://demozoo.org/api/v1/productions/132457/?format=api",
        "demozoo_url": "https://demozoo.org/productions/132457/",
        "id": 132457,
        "title": "AV V1.4",
        "author_nicks": [
            {
                "name": "The Swappers Boys",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/56706/?format=api",
                    "id": 56706,
                    "name": "The Swappers Boys",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "European Swapping Crew",
                "abbreviation": "ESC",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/31591/?format=api",
                    "id": 31591,
                    "name": "European Swapping Crew",
                    "is_group": true
                }
            }
        ],
        "release_date": null,
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/9/?format=api",
                "id": 9,
                "name": "Atari ST/E"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/6/?format=api",
                "id": 6,
                "name": "Tool",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]