GET /api/v1/releasers/33357/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/75336/?format=api",
        "demozoo_url": "https://demozoo.org/music/75336/",
        "id": 75336,
        "title": "state of mind",
        "author_nicks": [
            {
                "name": "Ripper",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/33357/?format=api",
                    "id": 33357,
                    "name": "Ripper",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2004-01-24",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/14/?format=api",
                "id": 14,
                "name": "Music",
                "supertype": "music"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/56550/?format=api",
        "demozoo_url": "https://demozoo.org/music/56550/",
        "id": 56550,
        "title": "U can buil like legos",
        "author_nicks": [
            {
                "name": "Ripper",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/33357/?format=api",
                    "id": 33357,
                    "name": "Ripper",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "MP",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/33358/?format=api",
                    "id": 33358,
                    "name": "MP",
                    "is_group": true
                }
            }
        ],
        "release_date": "2002-12-14",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/14/?format=api",
                "id": 14,
                "name": "Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]