GET /api/v1/releasers/24301/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/45227/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/45227/",
        "id": 45227,
        "title": "Spring of Life",
        "author_nicks": [
            {
                "name": "Socrates",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/24301/?format=api",
                    "id": 24301,
                    "name": "Socrates",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Rash",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/24786/?format=api",
                    "id": 24786,
                    "name": "Rash",
                    "is_group": true
                }
            }
        ],
        "release_date": "1999-06-05",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/37469/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/37469/",
        "id": 37469,
        "title": "Mechanical Beast",
        "author_nicks": [
            {
                "name": "Socrates",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/24301/?format=api",
                    "id": 24301,
                    "name": "Socrates",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Excalibur",
                "abbreviation": "EXC",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/19979/?format=api",
                    "id": 19979,
                    "name": "Excalibur",
                    "is_group": true
                }
            }
        ],
        "release_date": "1998-03-07",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": []
    }
]