GET /api/v1/releasers/13908/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/28153/?format=api",
        "demozoo_url": "https://demozoo.org/productions/28153/",
        "id": 28153,
        "title": "Summer",
        "author_nicks": [
            {
                "name": "Beatless",
                "abbreviation": "BTL",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/13908/?format=api",
                    "id": 13908,
                    "name": "Beatless",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1995-06-17",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/6/?format=api",
                "id": 6,
                "name": "Amiga AGA"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/2/?format=api",
                "id": 2,
                "name": "64K Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/235653/?format=api",
        "demozoo_url": "https://demozoo.org/productions/235653/",
        "id": 235653,
        "title": "Announce-Tro",
        "author_nicks": [
            {
                "name": "Beatless",
                "abbreviation": "BTL",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/13908/?format=api",
                    "id": 13908,
                    "name": "Beatless",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1995-05-11",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/6/?format=api",
                "id": 6,
                "name": "Amiga AGA"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]