GET /api/v1/releasers/99717/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/226091/?format=api",
        "demozoo_url": "https://demozoo.org/music/226091/",
        "id": 226091,
        "title": "Ship.It.Home",
        "author_nicks": [
            {
                "name": "The Island",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/99717/?format=api",
                    "id": 99717,
                    "name": "The Island",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Insanity",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/7459/?format=api",
                    "id": 7459,
                    "name": "Insanity",
                    "is_group": true
                }
            }
        ],
        "release_date": "1992-01",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "4ch",
            "mod"
        ]
    }
]