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

[
    {
        "url": "https://demozoo.org/api/v1/productions/360994/?format=api",
        "demozoo_url": "https://demozoo.org/productions/360994/",
        "id": 360994,
        "title": "Mental Power (Import)",
        "author_nicks": [
            {
                "name": "The Warlocks",
                "abbreviation": "TWL",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/14687/?format=api",
                    "id": 14687,
                    "name": "The Warlocks",
                    "is_group": true
                }
            },
            {
                "name": "United States Software Pirates Exchange",
                "abbreviation": "USSPE",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/37566/?format=api",
                    "id": 37566,
                    "name": "United States Software Pirates Exchange",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1987-11-09",
        "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/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "import-to-usa",
            "one-file-demo"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/360993/?format=api",
        "demozoo_url": "https://demozoo.org/productions/360993/",
        "id": 360993,
        "title": "The Terds of ESI",
        "author_nicks": [
            {
                "name": "United States Software Pirates Exchange",
                "abbreviation": "USSPE",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/37566/?format=api",
                    "id": 37566,
                    "name": "United States Software Pirates Exchange",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1987",
        "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/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "one-file-demo"
        ]
    }
]