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

[
    {
        "url": "https://demozoo.org/api/v1/productions/132846/?format=api",
        "demozoo_url": "https://demozoo.org/productions/132846/",
        "id": 132846,
        "title": "Journées Européennes du Multimédia Invitation",
        "author_nicks": [
            {
                "name": "French Falcon Club",
                "abbreviation": "F.F.C.",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/56934/?format=api",
                    "id": 56934,
                    "name": "French Falcon Club",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1998",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/64/?format=api",
                "id": 64,
                "name": "Paper"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/11/?format=api",
                "id": 11,
                "name": "Invitation",
                "supertype": "production"
            }
        ],
        "tags": [
            "paper"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/132845/?format=api",
        "demozoo_url": "https://demozoo.org/productions/132845/",
        "id": 132845,
        "title": "Gigafun 1997 Invitation",
        "author_nicks": [
            {
                "name": "French Falcon Club",
                "abbreviation": "F.F.C.",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/56934/?format=api",
                    "id": 56934,
                    "name": "French Falcon Club",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1997",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/64/?format=api",
                "id": 64,
                "name": "Paper"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/11/?format=api",
                "id": 11,
                "name": "Invitation",
                "supertype": "production"
            }
        ],
        "tags": [
            "paper"
        ]
    }
]