GET /api/v1/releasers/12511/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/13511/?format=api",
        "demozoo_url": "https://demozoo.org/productions/13511/",
        "id": 13511,
        "title": "Off Topic",
        "author_nicks": [
            {
                "name": "Hacker Olav",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/12511/?format=api",
                    "id": 12511,
                    "name": "Hacker Olav",
                    "is_group": false
                }
            },
            {
                "name": "Igoval",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/12248/?format=api",
                    "id": 12248,
                    "name": "Igoval",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1997-06-16",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/2/?format=api",
                "id": 2,
                "name": "ZX Spectrum"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "ay",
            "tk90x",
            "zx-spectrum-48k"
        ]
    }
]