GET /api/v1/releasers/19985/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/29245/?format=api",
        "demozoo_url": "https://demozoo.org/music/29245/",
        "id": 29245,
        "title": "Buenzli",
        "author_nicks": [
            {
                "name": "Raoul",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/19985/?format=api",
                    "id": 19985,
                    "name": "Raoul",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "E-nergetic",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/19986/?format=api",
                    "id": 19986,
                    "name": "E-nergetic",
                    "is_group": true
                }
            }
        ],
        "release_date": "1996-04-21",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "xm",
            "lost"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/29249/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/29249/",
        "id": 29249,
        "title": "2Hinterg",
        "author_nicks": [
            {
                "name": "Raoul",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/19985/?format=api",
                    "id": 19985,
                    "name": "Raoul",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "E-nergetic",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/19986/?format=api",
                    "id": 19986,
                    "name": "E-nergetic",
                    "is_group": true
                }
            }
        ],
        "release_date": "1996-04-21",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": []
    }
]