GET /api/v1/releasers/37/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/35740/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/35740/",
        "id": 35740,
        "title": "Noble",
        "author_nicks": [
            {
                "name": "Nix",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/37/?format=api",
                    "id": 37,
                    "name": "Nix",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "The Black Lotus",
                "abbreviation": "TBL",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/9/?format=api",
                    "id": 9,
                    "name": "The Black Lotus",
                    "is_group": true
                }
            }
        ],
        "release_date": "1997-11-01",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/33989/?format=api",
        "demozoo_url": "https://demozoo.org/music/33989/",
        "id": 33989,
        "title": "VADER THERESA & MOEDER JACOB",
        "author_nicks": [
            {
                "name": "Nix",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/37/?format=api",
                    "id": 37,
                    "name": "Nix",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1997-09-13",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]