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

[
    {
        "url": "https://demozoo.org/api/v1/productions/136810/?format=api",
        "demozoo_url": "https://demozoo.org/productions/136810/",
        "id": 136810,
        "title": "Underworld",
        "author_nicks": [
            {
                "name": "Krillbite",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/6220/?format=api",
                    "id": 6220,
                    "name": "Krillbite Studio",
                    "is_group": true
                }
            },
            {
                "name": "Rootkids",
                "abbreviation": "RK",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/54608/?format=api",
                    "id": 54608,
                    "name": "Rootkids",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2015-04-04",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                "id": 1,
                "name": "Windows"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/4459/?format=api",
        "demozoo_url": "https://demozoo.org/productions/4459/",
        "id": 4459,
        "title": "Among the Sleep",
        "author_nicks": [
            {
                "name": "Krillbite Studio",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/6220/?format=api",
                    "id": 6220,
                    "name": "Krillbite Studio",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2011-04-24",
        "supertype": "production",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/33/?format=api",
                "id": 33,
                "name": "Game",
                "supertype": "production"
            }
        ],
        "tags": [
            "lost"
        ]
    }
]