GET /api/v1/releasers/58194/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/112159/?format=api",
        "demozoo_url": "https://demozoo.org/productions/112159/",
        "id": 112159,
        "title": "Mental Rave Series Vol II",
        "author_nicks": [
            {
                "name": "Adict",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/6634/?format=api",
                    "id": 6634,
                    "name": "Adict",
                    "is_group": true
                }
            },
            {
                "name": "Radar^Contrast^Productions",
                "abbreviation": "RCP",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/58194/?format=api",
                    "id": 58194,
                    "name": "Radar^Contrast^Productions",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1992-12-28",
        "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/7/?format=api",
                "id": 7,
                "name": "Musicdisk",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]