GET /api/v1/releasers/126842/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/356991/?format=api",
        "demozoo_url": "https://demozoo.org/productions/356991/",
        "id": 356991,
        "title": "Copiers Beyond 3",
        "author_nicks": [
            {
                "name": "New Japan Pro",
                "abbreviation": "NJP",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/126842/?format=api",
                    "id": 126842,
                    "name": "New Japan Pro",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1994-03-24",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/5/?format=api",
                "id": 5,
                "name": "Amiga OCS/ECS"
            },
            {
                "url": "https://demozoo.org/api/v1/platforms/34/?format=api",
                "id": 34,
                "name": "Nintendo SNES/Super FamiCom"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/49/?format=api",
                "id": 49,
                "name": "Textmag",
                "supertype": "production"
            },
            {
                "url": "https://demozoo.org/api/v1/production_types/9/?format=api",
                "id": 9,
                "name": "Pack",
                "supertype": "production"
            }
        ],
        "tags": [
            "console"
        ]
    }
]