GET /api/v1/releasers/24008/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/36829/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/36829/",
        "id": 36829,
        "title": "Elytarium!",
        "author_nicks": [
            {
                "name": "Banan",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/24008/?format=api",
                    "id": 24008,
                    "name": "Banan",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Elytarium",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/24012/?format=api",
                    "id": 24012,
                    "name": "Elytarium",
                    "is_group": true
                }
            }
        ],
        "release_date": "2012-06-30",
        "supertype": "graphics",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                "id": 3,
                "name": "Commodore 64"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": []
    }
]