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

[
    {
        "url": "https://demozoo.org/api/v1/productions/348666/?format=api",
        "demozoo_url": "https://demozoo.org/productions/348666/",
        "id": 348666,
        "title": "Sound & Vision",
        "author_nicks": [
            {
                "name": "Thunder",
                "abbreviation": "TND",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/8193/?format=api",
                    "id": 8193,
                    "name": "Thunder",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1994-07-01",
        "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/7/?format=api",
                "id": 7,
                "name": "Musicdisk",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/126784/?format=api",
        "demozoo_url": "https://demozoo.org/productions/126784/",
        "id": 126784,
        "title": "Static Chaos Preview",
        "author_nicks": [
            {
                "name": "Thunder",
                "abbreviation": "TND",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/8193/?format=api",
                    "id": 8193,
                    "name": "Thunder",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1993-08-27",
        "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/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]