GET /api/v1/releasers/84585/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/296892/?format=api",
        "demozoo_url": "https://demozoo.org/productions/296892/",
        "id": 296892,
        "title": "Weird One Too",
        "author_nicks": [
            {
                "name": "Skuzz",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/84585/?format=api",
                    "id": 84585,
                    "name": "Skuzz",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": null,
        "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/3/?format=api",
                "id": 3,
                "name": "4K Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/296887/?format=api",
        "demozoo_url": "https://demozoo.org/productions/296887/",
        "id": 296887,
        "title": "Rebellion Demo",
        "author_nicks": [
            {
                "name": "Barry",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/124688/?format=api",
                    "id": 124688,
                    "name": "Baz",
                    "is_group": false
                }
            },
            {
                "name": "Choroid",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/50600/?format=api",
                    "id": 50600,
                    "name": "Jonathan Dunn",
                    "is_group": false
                }
            },
            {
                "name": "Mike",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/124687/?format=api",
                    "id": 124687,
                    "name": "Mike",
                    "is_group": false
                }
            },
            {
                "name": "Skuzz",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/84585/?format=api",
                    "id": 84585,
                    "name": "Skuzz",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1986",
        "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/4/?format=api",
                "id": 4,
                "name": "Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]