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

[
    {
        "url": "https://demozoo.org/api/v1/productions/160998/?format=api",
        "demozoo_url": "https://demozoo.org/productions/160998/",
        "id": 160998,
        "title": "TUSG",
        "author_nicks": [
            {
                "name": "Jens Schönfeld",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/13302/?format=api",
                    "id": 13302,
                    "name": "Jens Schönfeld",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Individual Computers",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/66739/?format=api",
                    "id": 66739,
                    "name": "Individual Computers",
                    "is_group": true
                }
            }
        ],
        "release_date": "2004-05-30",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                "id": 3,
                "name": "Commodore 64"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/33/?format=api",
                "id": 33,
                "name": "Game",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/18472/?format=api",
        "demozoo_url": "https://demozoo.org/productions/18472/",
        "id": 18472,
        "title": "Veni Vidi Vic!",
        "author_nicks": [
            {
                "name": "Jens Schönfeld",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/13302/?format=api",
                    "id": 13302,
                    "name": "Jens Schönfeld",
                    "is_group": false
                }
            },
            {
                "name": "Marko Mäkäla",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/13303/?format=api",
                    "id": 13303,
                    "name": "Marko Mäkäla",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1996-12-30",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/21/?format=api",
                "id": 21,
                "name": "VIC-20"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]