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

[
    {
        "url": "https://demozoo.org/api/v1/productions/266125/?format=api",
        "demozoo_url": "https://demozoo.org/productions/266125/",
        "id": 266125,
        "title": "First Demo",
        "author_nicks": [
            {
                "name": "Gods Of The Universe",
                "abbreviation": "GOTU",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/68946/?format=api",
                    "id": 68946,
                    "name": "Gods Of The Universe",
                    "is_group": true
                }
            },
            {
                "name": "TLC",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/106107/?format=api",
                    "id": 106107,
                    "name": "TLC",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1992-04",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/41/?format=api",
                "id": 41,
                "name": "Commodore 16/Plus 4"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]