GET /api/v1/releasers/59522/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/139916/?format=api",
        "demozoo_url": "https://demozoo.org/productions/139916/",
        "id": 139916,
        "title": "Decruncher Professional V1.0",
        "author_nicks": [
            {
                "name": "MTM",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/59522/?format=api",
                    "id": 59522,
                    "name": "MTM",
                    "is_group": false
                }
            },
            {
                "name": "Toxin",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/59521/?format=api",
                    "id": 59521,
                    "name": "Toxin",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Arcane",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/53399/?format=api",
                    "id": 53399,
                    "name": "Arcane",
                    "is_group": true
                }
            }
        ],
        "release_date": null,
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/5/?format=api",
                "id": 5,
                "name": "Amiga OCS/ECS"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/6/?format=api",
                "id": 6,
                "name": "Tool",
                "supertype": "production"
            }
        ],
        "tags": [
            "depacker"
        ]
    }
]