GET /api/v1/releasers/9716/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/269727/?format=api",
        "demozoo_url": "https://demozoo.org/productions/269727/",
        "id": 269727,
        "title": "3Bit #1",
        "author_nicks": [
            {
                "name": "Patriots",
                "abbreviation": "P7S",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/108603/?format=api",
                    "id": 108603,
                    "name": "Patriots",
                    "is_group": true
                }
            },
            {
                "name": "Real Soft Makers",
                "abbreviation": "RSM",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/9716/?format=api",
                    "id": 9716,
                    "name": "Real Soft Makers",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2005",
        "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/5/?format=api",
                "id": 5,
                "name": "Diskmag",
                "supertype": "production"
            }
        ],
        "tags": [
            "russian"
        ]
    }
]