GET /api/v1/releasers/20392/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/30104/?format=api",
        "demozoo_url": "https://demozoo.org/productions/30104/",
        "id": 30104,
        "title": "Onk Jeejoo",
        "author_nicks": [
            {
                "name": "Muoviviidakko",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/20392/?format=api",
                    "id": 20392,
                    "name": "Muoviviidakko",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2012-01-21",
        "supertype": "production",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "lost"
        ]
    }
]