GET /api/v1/releasers/4926/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/5808/?format=api",
        "demozoo_url": "https://demozoo.org/productions/5808/",
        "id": 5808,
        "title": "First Demo",
        "author_nicks": [
            {
                "name": "Model",
                "abbreviation": "MDL",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/4926/?format=api",
                    "id": 4926,
                    "name": "Model",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1993-12-29",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/5/?format=api",
                "id": 5,
                "name": "Amiga OCS/ECS"
            }
        ],
        "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/114721/?format=api",
        "demozoo_url": "https://demozoo.org/productions/114721/",
        "id": 114721,
        "title": "World Charts 4",
        "author_nicks": [
            {
                "name": "Model",
                "abbreviation": "MDL",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/4926/?format=api",
                    "id": 4926,
                    "name": "Model",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1991-12-02",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/5/?format=api",
                "id": 5,
                "name": "Amiga OCS/ECS"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/5/?format=api",
                "id": 5,
                "name": "Diskmag",
                "supertype": "production"
            }
        ],
        "tags": [
            "world-charts"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/209495/?format=api",
        "demozoo_url": "https://demozoo.org/productions/209495/",
        "id": 209495,
        "title": "Baby Jo - In \"Going Home\"",
        "author_nicks": [
            {
                "name": "Model",
                "abbreviation": "MDL",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/4926/?format=api",
                    "id": 4926,
                    "name": "Model",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1991-11",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/5/?format=api",
                "id": 5,
                "name": "Amiga OCS/ECS"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/13/?format=api",
                "id": 13,
                "name": "Cracktro",
                "supertype": "production"
            },
            {
                "url": "https://demozoo.org/api/v1/production_types/3/?format=api",
                "id": 3,
                "name": "4K Intro",
                "supertype": "production"
            }
        ],
        "tags": [
            "no-sound"
        ]
    }
]