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

[
    {
        "url": "https://demozoo.org/api/v1/productions/346890/?format=api",
        "demozoo_url": "https://demozoo.org/productions/346890/",
        "id": 346890,
        "title": "Tunebox 5",
        "author_nicks": [
            {
                "name": "Fantasy Cracking Service",
                "abbreviation": "FCS, F.C.S.",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/60802/?format=api",
                    "id": 60802,
                    "name": "Fantasy Cracking Service",
                    "is_group": true
                }
            },
            {
                "name": "TSA",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/142740/?format=api",
                    "id": 142740,
                    "name": "Solarius",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": null,
        "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": []
    }
]