GET /api/v1/releasers/65920/productions/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "url": "https://demozoo.org/api/v1/productions/158919/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/158919/",
        "id": 158919,
        "title": "Highway",
        "author_nicks": [
            {
                "name": "Grib",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/65920/?format=api",
                    "id": 65920,
                    "name": "Grib",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Melting Pot",
                "abbreviation": "MTP",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/1521/?format=api",
                    "id": 1521,
                    "name": "Melting Pot",
                    "is_group": true
                }
            }
        ],
        "release_date": null,
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": []
    }
]