GET /api/v1/releasers/77381/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/186014/?format=api",
        "demozoo_url": "https://demozoo.org/productions/186014/",
        "id": 186014,
        "title": "Amiga Cinema 4D - Mini Chess Board",
        "author_nicks": [
            {
                "name": "VincentGR",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/77381/?format=api",
                    "id": 77381,
                    "name": "VincentGR",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Amiga Raytracing Society",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/56158/?format=api",
                    "id": 56158,
                    "name": "Amiga Raytracing Society",
                    "is_group": true
                }
            }
        ],
        "release_date": "2014-05-21",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/6/?format=api",
                "id": 6,
                "name": "Amiga AGA"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/34/?format=api",
                "id": 34,
                "name": "Video",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]