GET /api/v1/releasers/148693/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/370363/?format=api",
        "demozoo_url": "https://demozoo.org/productions/370363/",
        "id": 370363,
        "title": "Final Fight +4",
        "author_nicks": [
            {
                "name": "Fairlight",
                "abbreviation": "FLT",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/239/?format=api",
                    "id": 239,
                    "name": "Fairlight",
                    "is_group": true
                }
            },
            {
                "name": "Power",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/148693/?format=api",
                    "id": 148693,
                    "name": "Power",
                    "is_group": true
                }
            },
            {
                "name": "Triad",
                "abbreviation": "3AD",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/827/?format=api",
                    "id": 827,
                    "name": "Triad",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1991-11-03",
        "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/13/?format=api",
                "id": 13,
                "name": "Cracktro",
                "supertype": "production"
            }
        ],
        "tags": [
            "no-sound",
            "import-intro",
            "final-fight",
            "import-to-serbia"
        ]
    }
]