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

[
    {
        "url": "https://demozoo.org/api/v1/productions/59862/?format=api",
        "demozoo_url": "https://demozoo.org/productions/59862/",
        "id": 59862,
        "title": "Close enough!",
        "author_nicks": [
            {
                "name": "Håkon Erichsen",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/34748/?format=api",
                    "id": 34748,
                    "name": "Håkon Erichsen",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2013-03-30",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/12/?format=api",
                "id": 12,
                "name": "Browser"
            }
        ],
        "types": [],
        "tags": []
    }
]