GET /api/v1/releasers/40703/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/80892/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/80892/",
        "id": 80892,
        "title": "The Crow",
        "author_nicks": [
            {
                "name": "Frank",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/40703/?format=api",
                    "id": 40703,
                    "name": "Frank",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Collapse",
                "abbreviation": "CLP",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/3722/?format=api",
                    "id": 3722,
                    "name": "Collapse",
                    "is_group": true
                }
            }
        ],
        "release_date": "2005-11-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/77616/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/77616/",
        "id": 77616,
        "title": "Shock Vs. Frank",
        "author_nicks": [
            {
                "name": "Frank",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/40703/?format=api",
                    "id": 40703,
                    "name": "Frank",
                    "is_group": false
                }
            },
            {
                "name": "Shock",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/29385/?format=api",
                    "id": 29385,
                    "name": "Shock",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2004-07-24",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": [
            "lost"
        ]
    }
]