GET /api/v1/releasers/10607/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/22032/?format=api",
        "demozoo_url": "https://demozoo.org/music/22032/",
        "id": 22032,
        "title": "Via Aera",
        "author_nicks": [
            {
                "name": "Ikarus",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/10607/?format=api",
                    "id": 10607,
                    "name": "Ikarus",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1999-04-04",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "it",
            "27ch"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/152991/?format=api",
        "demozoo_url": "https://demozoo.org/music/152991/",
        "id": 152991,
        "title": "It Was Found Abandoned",
        "author_nicks": [
            {
                "name": "Icarus",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/10607/?format=api",
                    "id": 10607,
                    "name": "Ikarus",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Cross! The Logic",
                "abbreviation": "C!TL",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/10606/?format=api",
                    "id": 10606,
                    "name": "Cross! The Logic",
                    "is_group": true
                }
            }
        ],
        "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": []
    }
]