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

[
    {
        "url": "https://demozoo.org/api/v1/productions/314561/?format=api",
        "demozoo_url": "https://demozoo.org/productions/314561/",
        "id": 314561,
        "title": "Easy Pack 0007",
        "author_nicks": [
            {
                "name": "Purple Haze",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/10060/?format=api",
                    "id": 10060,
                    "name": "Haze",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1995-12-24",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/5/?format=api",
                "id": 5,
                "name": "Amiga OCS/ECS"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/9/?format=api",
                "id": 9,
                "name": "Pack",
                "supertype": "production"
            }
        ],
        "tags": [
            "easy-pack"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/314497/?format=api",
        "demozoo_url": "https://demozoo.org/productions/314497/",
        "id": 314497,
        "title": "Easy Pack 0006",
        "author_nicks": [
            {
                "name": "Purple Haze",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/10060/?format=api",
                    "id": 10060,
                    "name": "Haze",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1995-12-08",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/5/?format=api",
                "id": 5,
                "name": "Amiga OCS/ECS"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/9/?format=api",
                "id": 9,
                "name": "Pack",
                "supertype": "production"
            }
        ],
        "tags": [
            "easy-pack"
        ]
    }
]