GET /api/v1/releasers/2624/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/140041/?format=api",
        "demozoo_url": "https://demozoo.org/productions/140041/",
        "id": 140041,
        "title": "Word-Bender",
        "author_nicks": [
            {
                "name": "bITmASTER",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/2624/?format=api",
                    "id": 2624,
                    "name": "bITmASTER",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Blue Software",
                "abbreviation": "BSW",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/31177/?format=api",
                    "id": 31177,
                    "name": "Blue Software",
                    "is_group": true
                }
            }
        ],
        "release_date": "1993-08-06",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/9/?format=api",
                "id": 9,
                "name": "Atari ST/E"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/4/?format=api",
                "id": 4,
                "name": "Intro",
                "supertype": "production"
            }
        ],
        "tags": [
            "monochrome"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/140075/?format=api",
        "demozoo_url": "https://demozoo.org/productions/140075/",
        "id": 140075,
        "title": "Byte-Bender-Distorter",
        "author_nicks": [
            {
                "name": "bITmASTER",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/2624/?format=api",
                    "id": 2624,
                    "name": "bITmASTER",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Blue Software",
                "abbreviation": "BSW",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/31177/?format=api",
                    "id": 31177,
                    "name": "Blue Software",
                    "is_group": true
                }
            }
        ],
        "release_date": "1993",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/9/?format=api",
                "id": 9,
                "name": "Atari ST/E"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/4/?format=api",
                "id": 4,
                "name": "Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]