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

[
    {
        "url": "https://demozoo.org/api/v1/productions/122664/?format=api",
        "demozoo_url": "https://demozoo.org/productions/122664/",
        "id": 122664,
        "title": "Cracknews 5",
        "author_nicks": [
            {
                "name": "Welfare Software Boys",
                "abbreviation": "WSB",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/53558/?format=api",
                    "id": 53558,
                    "name": "Welfare Software Boys",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1989-07",
        "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/48/?format=api",
                "id": 48,
                "name": "Papermag",
                "supertype": "production"
            }
        ],
        "tags": [
            "piracy"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/278310/?format=api",
        "demozoo_url": "https://demozoo.org/productions/278310/",
        "id": 278310,
        "title": "Thrash Demo 1",
        "author_nicks": [
            {
                "name": "Welfare Software Boys",
                "abbreviation": "WSB",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/53558/?format=api",
                    "id": 53558,
                    "name": "Welfare Software Boys",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1988",
        "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": []
    }
]