GET /api/v1/releasers/54761/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/312299/?format=api",
        "demozoo_url": "https://demozoo.org/productions/312299/",
        "id": 312299,
        "title": "Contact Zynapz",
        "author_nicks": [
            {
                "name": "Zynapz",
                "abbreviation": "ZYZ",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/54761/?format=api",
                    "id": 54761,
                    "name": "Zynapz",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1988-09-27",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                "id": 3,
                "name": "Commodore 64"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/359519/?format=api",
        "demozoo_url": "https://demozoo.org/productions/359519/",
        "id": 359519,
        "title": "New Intro",
        "author_nicks": [
            {
                "name": "Zynapz",
                "abbreviation": "ZYZ",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/54761/?format=api",
                    "id": 54761,
                    "name": "Zynapz",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1988-09-27",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                "id": 3,
                "name": "Commodore 64"
            }
        ],
        "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/126208/?format=api",
        "demozoo_url": "https://demozoo.org/productions/126208/",
        "id": 126208,
        "title": "Copy Party",
        "author_nicks": [
            {
                "name": "Zynapz",
                "abbreviation": "ZYZ",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/54761/?format=api",
                    "id": 54761,
                    "name": "Zynapz",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1988-08-10",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                "id": 3,
                "name": "Commodore 64"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]