GET /api/v1/releasers/6002/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/3947/?format=api",
        "demozoo_url": "https://demozoo.org/productions/3947/",
        "id": 3947,
        "title": "Pinball Dreams C64",
        "author_nicks": [
            {
                "name": "WVL",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/6002/?format=api",
                    "id": 6002,
                    "name": "WVL",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Xenon",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/6003/?format=api",
                    "id": 6003,
                    "name": "Xenon",
                    "is_group": true
                }
            }
        ],
        "release_date": "2006-04-17",
        "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/33/?format=api",
                "id": 33,
                "name": "Game",
                "supertype": "production"
            }
        ],
        "tags": [
            "pinball-dreams",
            "demake",
            "preview",
            "pinball",
            "source-available"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/126896/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/126896/",
        "id": 126896,
        "title": "Compopic",
        "author_nicks": [
            {
                "name": "WVL",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/6002/?format=api",
                    "id": 6002,
                    "name": "WVL",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Xenon",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/6003/?format=api",
                    "id": 6003,
                    "name": "Xenon",
                    "is_group": true
                }
            }
        ],
        "release_date": "1993-06-26",
        "supertype": "graphics",
        "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/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": []
    }
]