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

[
    {
        "url": "https://demozoo.org/api/v1/productions/185514/?format=api",
        "demozoo_url": "https://demozoo.org/productions/185514/",
        "id": 185514,
        "title": "Asdf",
        "author_nicks": [
            {
                "name": "kriops",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/150375/?format=api",
                    "id": 150375,
                    "name": "kriops",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2018-03-31",
        "supertype": "production",
        "platforms": [],
        "types": [],
        "tags": []
    }
]