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

[
    {
        "url": "https://demozoo.org/api/v1/productions/198902/?format=api",
        "demozoo_url": "https://demozoo.org/productions/198902/",
        "id": 198902,
        "title": "Frequency of Life",
        "author_nicks": [
            {
                "name": "Drue",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/85700/?format=api",
                    "id": 85700,
                    "name": "Drue",
                    "is_group": false
                }
            },
            {
                "name": "Nagz",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/11000/?format=api",
                    "id": 11000,
                    "name": "Nagz",
                    "is_group": false
                }
            },
            {
                "name": "Sade",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/26886/?format=api",
                    "id": 26886,
                    "name": "Sade",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2019-02-02",
        "supertype": "production",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/34/?format=api",
                "id": 34,
                "name": "Video",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]