GET /api/v1/releasers/25208/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/40595/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/40595/",
        "id": 40595,
        "title": "Fire In The Sky",
        "author_nicks": [
            {
                "name": "Lolka",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/25208/?format=api",
                    "id": 25208,
                    "name": "Lolka",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Abacu's Bandits Company",
                "abbreviation": "ABC",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/6197/?format=api",
                    "id": 6197,
                    "name": "Abacu's Bandits Company",
                    "is_group": true
                }
            }
        ],
        "release_date": "1998-07-04",
        "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/39473/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/39473/",
        "id": 39473,
        "title": "The Voyager",
        "author_nicks": [
            {
                "name": "Lolka",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/25208/?format=api",
                    "id": 25208,
                    "name": "Lolka",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1998-02-08",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": []
    }
]