GET /api/v1/releasers/5760/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/191995/?format=api",
        "demozoo_url": "https://demozoo.org/productions/191995/",
        "id": 191995,
        "title": "Hyperspace",
        "author_nicks": [
            {
                "name": "Dogcow",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5760/?format=api",
                    "id": 5760,
                    "name": "Dogcow",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2018-08-18",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/10/?format=api",
                "id": 10,
                "name": "macOS"
            }
        ],
        "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/3439/?format=api",
        "demozoo_url": "https://demozoo.org/productions/3439/",
        "id": 3439,
        "title": "Bleeding in six colors",
        "author_nicks": [
            {
                "name": "Dogcow",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5760/?format=api",
                    "id": 5760,
                    "name": "Dogcow",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2004-04-12",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/10/?format=api",
                "id": 10,
                "name": "macOS"
            }
        ],
        "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/175701/?format=api",
        "demozoo_url": "https://demozoo.org/productions/175701/",
        "id": 175701,
        "title": "Macloned",
        "author_nicks": [
            {
                "name": "Dogcow",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5760/?format=api",
                    "id": 5760,
                    "name": "Dogcow",
                    "is_group": true
                }
            },
            {
                "name": "Haujobb",
                "abbreviation": "HJB",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/4/?format=api",
                    "id": 4,
                    "name": "Haujobb",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2001-06",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/94/?format=api",
                "id": 94,
                "name": "Mac OS (Classic)"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/4/?format=api",
                "id": 4,
                "name": "Intro",
                "supertype": "production"
            }
        ],
        "tags": [
            "mac-os",
            "macintosh",
            "macos9"
        ]
    }
]