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

[
    {
        "url": "https://demozoo.org/api/v1/productions/339970/?format=api",
        "demozoo_url": "https://demozoo.org/productions/339970/",
        "id": 339970,
        "title": "Christmas 87 [Import]",
        "author_nicks": [
            {
                "name": "Hot Importing Team",
                "abbreviation": "HIT",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/108146/?format=api",
                    "id": 108146,
                    "name": "Hot Importing Team",
                    "is_group": true
                }
            },
            {
                "name": "The Troopers",
                "abbreviation": "TRP",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/74085/?format=api",
                    "id": 74085,
                    "name": "The Troopers",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1988-01-19",
        "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/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "import-to-usa"
        ]
    }
]