GET /api/v1/releasers/80948/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/205597/?format=api",
        "demozoo_url": "https://demozoo.org/productions/205597/",
        "id": 205597,
        "title": "Rainbow Cookie",
        "author_nicks": [
            {
                "name": "Alt144",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/80948/?format=api",
                    "id": 80948,
                    "name": "Alt144",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2019-06-29",
        "supertype": "production",
        "platforms": [],
        "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/191998/?format=api",
        "demozoo_url": "https://demozoo.org/productions/191998/",
        "id": 191998,
        "title": "Bouquet Final",
        "author_nicks": [
            {
                "name": "Alt144",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/80948/?format=api",
                    "id": 80948,
                    "name": "Alt144",
                    "is_group": false
                }
            },
            {
                "name": "L-Sync",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/83584/?format=api",
                    "id": 83584,
                    "name": "L-Sync",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2018-08-18",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                "id": 1,
                "name": "Windows"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]