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

[
    {
        "url": "https://demozoo.org/api/v1/productions/13456/?format=api",
        "demozoo_url": "https://demozoo.org/productions/13456/",
        "id": 13456,
        "title": "Nature",
        "author_nicks": [
            {
                "name": "Delta Hackers Group",
                "abbreviation": "DHG",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/9305/?format=api",
                    "id": 9305,
                    "name": "Delta Hackers Group",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2000-05-07",
        "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/35/?format=api",
                "id": 35,
                "name": "16K Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/13970/?format=api",
        "demozoo_url": "https://demozoo.org/productions/13970/",
        "id": 13970,
        "title": "Zool",
        "author_nicks": [
            {
                "name": "Delta Hackers Group",
                "abbreviation": "DHG",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/9305/?format=api",
                    "id": 9305,
                    "name": "Delta Hackers Group",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2000-05-06",
        "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/3/?format=api",
                "id": 3,
                "name": "4K Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]