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

[
    {
        "url": "https://demozoo.org/api/v1/productions/44488/?format=api",
        "demozoo_url": "https://demozoo.org/productions/44488/",
        "id": 44488,
        "title": "Star Wars Episode 0",
        "author_nicks": [
            {
                "name": "Pontus",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/27657/?format=api",
                    "id": 27657,
                    "name": "Pontus",
                    "is_group": true
                }
            },
            {
                "name": "Tbl",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/11602/?format=api",
                    "id": 11602,
                    "name": "Tbl",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1999-07-17",
        "supertype": "production",
        "platforms": [],
        "types": [],
        "tags": [
            "lost"
        ]
    }
]