GET /api/v1/releasers/66470/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/160200/?format=api",
        "demozoo_url": "https://demozoo.org/music/160200/",
        "id": 160200,
        "title": "Addiction",
        "author_nicks": [
            {
                "name": "Sage",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/66470/?format=api",
                    "id": 66470,
                    "name": "Sage",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Fauve",
                "abbreviation": "FV",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/23497/?format=api",
                    "id": 23497,
                    "name": "Fauve",
                    "is_group": true
                }
            }
        ],
        "release_date": "1997-07-05",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "20ch",
            "xm"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/165865/?format=api",
        "demozoo_url": "https://demozoo.org/music/165865/",
        "id": 165865,
        "title": "Orion",
        "author_nicks": [
            {
                "name": "Sage",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/66470/?format=api",
                    "id": 66470,
                    "name": "Sage",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Fauve",
                "abbreviation": "FV",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/23497/?format=api",
                    "id": 23497,
                    "name": "Fauve",
                    "is_group": true
                }
            }
        ],
        "release_date": "1997-04-05",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]