GET /api/v1/releasers/81738/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/193513/?format=api",
        "demozoo_url": "https://demozoo.org/productions/193513/",
        "id": 193513,
        "title": "Europack 3",
        "author_nicks": [
            {
                "name": "Dolphins",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/81738/?format=api",
                    "id": 81738,
                    "name": "Dolphins",
                    "is_group": true
                }
            },
            {
                "name": "The Silents",
                "abbreviation": "TSL",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/101/?format=api",
                    "id": 101,
                    "name": "The Silents",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1989-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/9/?format=api",
                "id": 9,
                "name": "Pack",
                "supertype": "production"
            }
        ],
        "tags": [
            "cli-menu",
            "no-sound"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/330201/?format=api",
        "demozoo_url": "https://demozoo.org/productions/330201/",
        "id": 330201,
        "title": "Utility Disk",
        "author_nicks": [
            {
                "name": "Dolphins",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/81738/?format=api",
                    "id": 81738,
                    "name": "Dolphins",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1989-11-01",
        "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/9/?format=api",
                "id": 9,
                "name": "Pack",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]