GET /api/v1/releasers/19023/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/32016/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/32016/",
        "id": 32016,
        "title": "Technology Devil",
        "author_nicks": [
            {
                "name": "Hitchy Hit",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/19023/?format=api",
                    "id": 19023,
                    "name": "Hitch Hit",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Virtual Light Pump",
                "abbreviation": "VLP",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/3240/?format=api",
                    "id": 3240,
                    "name": "Virtual Light Pump",
                    "is_group": true
                }
            }
        ],
        "release_date": "1996-01-13",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/27368/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/27368/",
        "id": 27368,
        "title": "Green Thing",
        "author_nicks": [
            {
                "name": "Hitchy Hit",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/19023/?format=api",
                    "id": 19023,
                    "name": "Hitch Hit",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Virtual Light Pump",
                "abbreviation": "VLP",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/3240/?format=api",
                    "id": 3240,
                    "name": "Virtual Light Pump",
                    "is_group": true
                }
            }
        ],
        "release_date": "1995-12-29",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": []
    }
]