GET /api/v1/releasers/61227/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/254748/?format=api",
        "demozoo_url": "https://demozoo.org/productions/254748/",
        "id": 254748,
        "title": "Let The Beat Control Your Body",
        "author_nicks": [
            {
                "name": "Procaz",
                "abbreviation": "PCZ",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/61227/?format=api",
                    "id": 61227,
                    "name": "Procaz",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1995-08",
        "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/4/?format=api",
                "id": 4,
                "name": "Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/145087/?format=api",
        "demozoo_url": "https://demozoo.org/productions/145087/",
        "id": 145087,
        "title": "House Info Mag 1",
        "author_nicks": [
            {
                "name": "Procaz",
                "abbreviation": "PCZ",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/61227/?format=api",
                    "id": 61227,
                    "name": "Procaz",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1994-10-03",
        "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/5/?format=api",
                "id": 5,
                "name": "Diskmag",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]