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

[
    {
        "url": "https://demozoo.org/api/v1/productions/223959/?format=api",
        "demozoo_url": "https://demozoo.org/productions/223959/",
        "id": 223959,
        "title": "Intro",
        "author_nicks": [
            {
                "name": "Troniton",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/96561/?format=api",
                    "id": 96561,
                    "name": "Troniton",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1990-09-01",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/5/?format=api",
                "id": 5,
                "name": "Amiga OCS/ECS"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/4/?format=api",
                "id": 4,
                "name": "Intro",
                "supertype": "production"
            }
        ],
        "tags": [
            "coke",
            "coca-cola",
            "can",
            "rotating"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/269739/?format=api",
        "demozoo_url": "https://demozoo.org/productions/269739/",
        "id": 269739,
        "title": "Batdemo",
        "author_nicks": [
            {
                "name": "Troniton",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/96561/?format=api",
                    "id": 96561,
                    "name": "Troniton",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1989-11-04",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/5/?format=api",
                "id": 5,
                "name": "Amiga OCS/ECS"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]