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

[
    {
        "url": "https://demozoo.org/api/v1/productions/176556/?format=api",
        "demozoo_url": "https://demozoo.org/productions/176556/",
        "id": 176556,
        "title": "Ace 2088",
        "author_nicks": [
            {
                "name": "HSCG",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/69753/?format=api",
                    "id": 69753,
                    "name": "HSCG",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1989-02-24",
        "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/13/?format=api",
                "id": 13,
                "name": "Cracktro",
                "supertype": "production"
            }
        ],
        "tags": [
            "cracked-from-tape",
            "ace-2088"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/167954/?format=api",
        "demozoo_url": "https://demozoo.org/productions/167954/",
        "id": 167954,
        "title": "Rambo III+",
        "author_nicks": [
            {
                "name": "HSCG",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/69753/?format=api",
                    "id": 69753,
                    "name": "HSCG",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1988-11-20",
        "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/13/?format=api",
                "id": 13,
                "name": "Cracktro",
                "supertype": "production"
            }
        ],
        "tags": [
            "cracked-from-tape",
            "rambo-iii"
        ]
    }
]