GET /api/v1/releasers/4323/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/1608/?format=api",
        "demozoo_url": "https://demozoo.org/productions/1608/",
        "id": 1608,
        "title": "Party",
        "author_nicks": [
            {
                "name": "Team Smellkjell",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/4323/?format=api",
                    "id": 4323,
                    "name": "Team Smellkjell",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2007-07-22",
        "supertype": "production",
        "platforms": [],
        "types": [],
        "tags": [
            "lost"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/31055/?format=api",
        "demozoo_url": "https://demozoo.org/productions/31055/",
        "id": 31055,
        "title": "Kjell On Tour",
        "author_nicks": [
            {
                "name": "Team Smellkjell",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/4323/?format=api",
                    "id": 4323,
                    "name": "Team Smellkjell",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2006-04-15",
        "supertype": "production",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/34/?format=api",
                "id": 34,
                "name": "Video",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]