GET /api/v1/releasers/13610/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/18837/?format=api",
        "demozoo_url": "https://demozoo.org/productions/18837/",
        "id": 18837,
        "title": "Rage Against The Machine",
        "author_nicks": [
            {
                "name": "Harald Wuest",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/13610/?format=api",
                    "id": 13610,
                    "name": "Harald Wuest",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1997-03-31",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/4/?format=api",
                "id": 4,
                "name": "MS-Dos"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/33/?format=api",
                "id": 33,
                "name": "Game",
                "supertype": "production"
            }
        ],
        "tags": [
            "32k"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/152988/?format=api",
        "demozoo_url": "https://demozoo.org/music/152988/",
        "id": 152988,
        "title": "Determination of Rea",
        "author_nicks": [
            {
                "name": "Harald Wuest",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/13610/?format=api",
                    "id": 13610,
                    "name": "Harald Wuest",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1997-03-30",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]