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

[
    {
        "url": "https://demozoo.org/api/v1/productions/147139/?format=api",
        "demozoo_url": "https://demozoo.org/productions/147139/",
        "id": 147139,
        "title": "bob and me",
        "author_nicks": [
            {
                "name": "phoenix",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/61852/?format=api",
                    "id": 61852,
                    "name": "phoenix",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2010-04-17",
        "supertype": "production",
        "platforms": [],
        "types": [],
        "tags": [
            "lost"
        ]
    }
]