GET /api/v1/releasers/12042/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/9618/?format=api",
        "demozoo_url": "https://demozoo.org/productions/9618/",
        "id": 9618,
        "title": "Giftro for f0x",
        "author_nicks": [
            {
                "name": "7dUMP",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/10118/?format=api",
                    "id": 10118,
                    "name": "7dUMP",
                    "is_group": true
                }
            },
            {
                "name": "SandS",
                "abbreviation": "SNS",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/10790/?format=api",
                    "id": 10790,
                    "name": "SandS",
                    "is_group": true
                }
            },
            {
                "name": "san",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/12042/?format=api",
                    "id": 12042,
                    "name": "san",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2007-11",
        "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/8/?format=api",
                "id": 8,
                "name": "Slideshow",
                "supertype": "production"
            }
        ],
        "tags": [
            "gift"
        ]
    }
]