GET /api/v1/releasers/2912/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/208173/?format=api",
        "demozoo_url": "https://demozoo.org/productions/208173/",
        "id": 208173,
        "title": "Another Mega Crack",
        "author_nicks": [
            {
                "name": "A-Ha",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/2912/?format=api",
                    "id": 2912,
                    "name": "Aha",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1988",
        "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/13/?format=api",
                "id": 13,
                "name": "Cracktro",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/208174/?format=api",
        "demozoo_url": "https://demozoo.org/productions/208174/",
        "id": 208174,
        "title": "S.D.I - Strategic Defense Initiative",
        "author_nicks": [
            {
                "name": "A-Ha",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/2912/?format=api",
                    "id": 2912,
                    "name": "Aha",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1987",
        "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/13/?format=api",
                "id": 13,
                "name": "Cracktro",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]