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

[
    {
        "url": "https://demozoo.org/api/v1/productions/371640/?format=api",
        "demozoo_url": "https://demozoo.org/productions/371640/",
        "id": 371640,
        "title": "Saddamski",
        "author_nicks": [
            {
                "name": "Amnesia",
                "abbreviation": "AMN",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/48301/?format=api",
                    "id": 48301,
                    "name": "Amnesia",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1991",
        "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": [
            "sampledemo"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/126541/?format=api",
        "demozoo_url": "https://demozoo.org/productions/126541/",
        "id": 126541,
        "title": "Party Demo",
        "author_nicks": [
            {
                "name": "Amnesia",
                "abbreviation": "AMN",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/48301/?format=api",
                    "id": 48301,
                    "name": "Amnesia",
                    "is_group": true
                }
            },
            {
                "name": "Starion",
                "abbreviation": "STR",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5023/?format=api",
                    "id": 5023,
                    "name": "Starion",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1990-12-28",
        "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": []
    }
]