GET /api/v1/releasers/646/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/4573/?format=api",
        "demozoo_url": "https://demozoo.org/music/4573/",
        "id": 4573,
        "title": "Kölnisch Wasser",
        "author_nicks": [
            {
                "name": "Mentor",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/646/?format=api",
                    "id": 646,
                    "name": "Mentor",
                    "is_group": false
                }
            },
            {
                "name": "Puryx",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/643/?format=api",
                    "id": 643,
                    "name": "Puryx",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "TBC",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/641/?format=api",
                    "id": 641,
                    "name": "TBC",
                    "is_group": true
                }
            }
        ],
        "release_date": "2011-04-25",
        "supertype": "music",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                "id": 1,
                "name": "Windows"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/32/?format=api",
                "id": 32,
                "name": "32K Executable Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "german-title"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/2588/?format=api",
        "demozoo_url": "https://demozoo.org/music/2588/",
        "id": 2588,
        "title": "Færgebad (2.4kb)",
        "author_nicks": [
            {
                "name": "Mentor",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/646/?format=api",
                    "id": 646,
                    "name": "Mentor",
                    "is_group": false
                }
            },
            {
                "name": "Puryx",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/643/?format=api",
                    "id": 643,
                    "name": "Puryx",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "TBC",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/641/?format=api",
                    "id": 641,
                    "name": "TBC",
                    "is_group": true
                }
            }
        ],
        "release_date": "2008-11-16",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/32/?format=api",
                "id": 32,
                "name": "32K Executable Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]