GET /api/v1/releasers/57579/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/138450/?format=api",
        "demozoo_url": "https://demozoo.org/productions/138450/",
        "id": 138450,
        "title": "AGA Master Converter Alpha Release",
        "author_nicks": [
            {
                "name": "Fireblade",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/57579/?format=api",
                    "id": 57579,
                    "name": "Fireblade",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Eremation",
                "abbreviation": "@RM,ERM",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5312/?format=api",
                    "id": 5312,
                    "name": "Eremation",
                    "is_group": true
                }
            }
        ],
        "release_date": "1993-09-05",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/6/?format=api",
                "id": 6,
                "name": "Amiga AGA"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/6/?format=api",
                "id": 6,
                "name": "Tool",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/297136/?format=api",
        "demozoo_url": "https://demozoo.org/productions/297136/",
        "id": 297136,
        "title": "Track Disk Maker V2.0",
        "author_nicks": [
            {
                "name": "Fireblade Computing",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/57579/?format=api",
                    "id": 57579,
                    "name": "Fireblade",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1992",
        "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/6/?format=api",
                "id": 6,
                "name": "Tool",
                "supertype": "production"
            }
        ],
        "tags": [
            "trackloading-tool"
        ]
    }
]