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

[
    {
        "url": "https://demozoo.org/api/v1/productions/40454/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/40454/",
        "id": 40454,
        "title": "I Love Earth",
        "author_nicks": [
            {
                "name": "Filozof",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/25947/?format=api",
                    "id": 25947,
                    "name": "Filozof",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Fanny Makers Crew",
                "abbreviation": "FMC",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/24685/?format=api",
                    "id": 24685,
                    "name": "Funny Makers Crew",
                    "is_group": true
                }
            }
        ],
        "release_date": "1998-08-08",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/26/?format=api",
                "id": 26,
                "name": "ANSI",
                "supertype": "graphics"
            }
        ],
        "tags": []
    }
]