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

[
    {
        "url": "https://demozoo.org/api/v1/productions/141218/?format=api",
        "demozoo_url": "https://demozoo.org/productions/141218/",
        "id": 141218,
        "title": "Super Monaco Grand Prix",
        "author_nicks": [
            {
                "name": "Dream Team",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/59581/?format=api",
                    "id": 59581,
                    "name": "Dream Team",
                    "is_group": true
                }
            },
            {
                "name": "Starfire Hackers Group",
                "abbreviation": "SHG",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/9448/?format=api",
                    "id": 9448,
                    "name": "Starfire Hackers Group",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1995",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/2/?format=api",
                "id": 2,
                "name": "ZX Spectrum"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/13/?format=api",
                "id": 13,
                "name": "Cracktro",
                "supertype": "production"
            }
        ],
        "tags": [
            "super-monaco-grand-prix"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/141219/?format=api",
        "demozoo_url": "https://demozoo.org/productions/141219/",
        "id": 141219,
        "title": "Xybots",
        "author_nicks": [
            {
                "name": "Starfire Hackers Group",
                "abbreviation": "SHG",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/9448/?format=api",
                    "id": 9448,
                    "name": "Starfire Hackers Group",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1995",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/2/?format=api",
                "id": 2,
                "name": "ZX Spectrum"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/13/?format=api",
                "id": 13,
                "name": "Cracktro",
                "supertype": "production"
            }
        ],
        "tags": [
            "xybots"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/140290/?format=api",
        "demozoo_url": "https://demozoo.org/productions/140290/",
        "id": 140290,
        "title": "Tom & Jerry",
        "author_nicks": [
            {
                "name": "Starfire Hackers Group",
                "abbreviation": "SHG",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/9448/?format=api",
                    "id": 9448,
                    "name": "Starfire Hackers Group",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1994-12",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/2/?format=api",
                "id": 2,
                "name": "ZX Spectrum"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/13/?format=api",
                "id": 13,
                "name": "Cracktro",
                "supertype": "production"
            }
        ],
        "tags": [
            "tom-and-jerry"
        ]
    }
]