GET /api/v1/releasers/54792/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/126385/?format=api",
        "demozoo_url": "https://demozoo.org/productions/126385/",
        "id": 126385,
        "title": "Real History",
        "author_nicks": [
            {
                "name": "Zoids",
                "abbreviation": "ZS",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/54792/?format=api",
                    "id": 54792,
                    "name": "Zoids",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1989-10-13",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                "id": 3,
                "name": "Commodore 64"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/192181/?format=api",
        "demozoo_url": "https://demozoo.org/productions/192181/",
        "id": 192181,
        "title": "History",
        "author_nicks": [
            {
                "name": "Zoids",
                "abbreviation": "ZS",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/54792/?format=api",
                    "id": 54792,
                    "name": "Zoids",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1989",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                "id": 3,
                "name": "Commodore 64"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]