GET /api/v1/releasers/85511/productions/?format=api&ordering=-id
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "url": "https://demozoo.org/api/v1/productions/198789/?format=api",
        "demozoo_url": "https://demozoo.org/productions/198789/",
        "id": 198789,
        "title": "Warez Lister v1.22",
        "author_nicks": [
            {
                "name": "Primus",
                "abbreviation": "PS",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/85511/?format=api",
                    "id": 85511,
                    "name": "Primus",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1996",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/4/?format=api",
                "id": 4,
                "name": "MS-Dos"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/13/?format=api",
                "id": 13,
                "name": "Cracktro",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/275901/?format=api",
        "demozoo_url": "https://demozoo.org/productions/275901/",
        "id": 275901,
        "title": "Terminal Velocity Savegame Editor",
        "author_nicks": [
            {
                "name": "Primus",
                "abbreviation": "PS",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/85511/?format=api",
                    "id": 85511,
                    "name": "Primus",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1995-08-22",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/4/?format=api",
                "id": 4,
                "name": "MS-Dos"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/13/?format=api",
                "id": 13,
                "name": "Cracktro",
                "supertype": "production"
            }
        ],
        "tags": [
            "no-credits-added"
        ]
    }
]