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

[
    {
        "url": "https://demozoo.org/api/v1/productions/100036/?format=api",
        "demozoo_url": "https://demozoo.org/productions/100036/",
        "id": 100036,
        "title": "Ouch",
        "author_nicks": [
            {
                "name": "Tequila",
                "abbreviation": "TQL",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/9999/?format=api",
                    "id": 9999,
                    "name": "Tequila",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2000-10",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                "id": 1,
                "name": "Windows"
            }
        ],
        "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/8233/?format=api",
        "demozoo_url": "https://demozoo.org/productions/8233/",
        "id": 8233,
        "title": "pr0n",
        "author_nicks": [
            {
                "name": "Tequila",
                "abbreviation": "TQL",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/9999/?format=api",
                    "id": 9999,
                    "name": "Tequila",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2000-07-21",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                "id": 1,
                "name": "Windows"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/12/?format=api",
                "id": 12,
                "name": "Chip Music Pack",
                "supertype": "production"
            }
        ],
        "tags": [
            "bass"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/20032/?format=api",
        "demozoo_url": "https://demozoo.org/productions/20032/",
        "id": 20032,
        "title": "TQL-0005 - 1976",
        "author_nicks": [
            {
                "name": "Tequila",
                "abbreviation": "TQL",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/9999/?format=api",
                    "id": 9999,
                    "name": "Tequila",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1998-08-20",
        "supertype": "production",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/12/?format=api",
                "id": 12,
                "name": "Chip Music Pack",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]