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

[
    {
        "url": "https://demozoo.org/api/v1/productions/7878/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/7878/",
        "id": 7878,
        "title": "Snowmans Land",
        "author_nicks": [
            {
                "name": "Spiff",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/8640/?format=api",
                    "id": 8640,
                    "name": "Spiff",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Obsession Development",
                "abbreviation": "OD",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/8587/?format=api",
                    "id": 8587,
                    "name": "Obsession Development",
                    "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": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/7459/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/7459/",
        "id": 7459,
        "title": "On",
        "author_nicks": [
            {
                "name": "Spiff",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/8640/?format=api",
                    "id": 8640,
                    "name": "Spiff",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Obsession Development",
                "abbreviation": "OD",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/8587/?format=api",
                    "id": 8587,
                    "name": "Obsession Development",
                    "is_group": true
                }
            }
        ],
        "release_date": "1995-08-13",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": []
    }
]