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

[
    {
        "url": "https://demozoo.org/api/v1/productions/291114/?format=api",
        "demozoo_url": "https://demozoo.org/productions/291114/",
        "id": 291114,
        "title": "Revolt Literature Pack (01/1995)",
        "author_nicks": [
            {
                "name": "Revolt",
                "abbreviation": "REV",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/108917/?format=api",
                    "id": 108917,
                    "name": "Revolt",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1995-01-01",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/4/?format=api",
                "id": 4,
                "name": "MS-Dos"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/9/?format=api",
                "id": 9,
                "name": "Pack",
                "supertype": "production"
            }
        ],
        "tags": [
            "no-credits-added",
            "lit"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/270027/?format=api",
        "demozoo_url": "https://demozoo.org/productions/270027/",
        "id": 270027,
        "title": "Revolt Literature Compendium 1994",
        "author_nicks": [
            {
                "name": "Revolt",
                "abbreviation": "REV",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/108917/?format=api",
                    "id": 108917,
                    "name": "Revolt",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1994",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/4/?format=api",
                "id": 4,
                "name": "MS-Dos"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/9/?format=api",
                "id": 9,
                "name": "Pack",
                "supertype": "production"
            }
        ],
        "tags": [
            "lit"
        ]
    }
]