GET /api/v1/releasers/116475/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/295339/?format=api",
        "demozoo_url": "https://demozoo.org/productions/295339/",
        "id": 295339,
        "title": "Cobra +",
        "author_nicks": [
            {
                "name": "Cross",
                "abbreviation": "X",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/116475/?format=api",
                    "id": 116475,
                    "name": "Cross",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1986-12-18",
        "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": [
            "cobra-1986"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/283055/?format=api",
        "demozoo_url": "https://demozoo.org/productions/283055/",
        "id": 283055,
        "title": "The Sacred Armour of Antiriad",
        "author_nicks": [
            {
                "name": "Cross",
                "abbreviation": "X",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/116475/?format=api",
                    "id": 116475,
                    "name": "Cross",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1986-11-18",
        "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": [
            "the-sacred-armour-of-antiriad"
        ]
    }
]