GET /api/v1/releasers/40219/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/75762/?format=api",
        "demozoo_url": "https://demozoo.org/productions/75762/",
        "id": 75762,
        "title": "Electrocution 2",
        "author_nicks": [
            {
                "name": "Sphere",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/40219/?format=api",
                    "id": 40219,
                    "name": "Sphere",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1990-09-07",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/9/?format=api",
                "id": 9,
                "name": "Atari ST/E"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "ste",
            "sampledemo"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/75761/?format=api",
        "demozoo_url": "https://demozoo.org/productions/75761/",
        "id": 75761,
        "title": "Electrocution",
        "author_nicks": [
            {
                "name": "Sphere",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/40219/?format=api",
                    "id": 40219,
                    "name": "Sphere",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1990-08",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/9/?format=api",
                "id": 9,
                "name": "Atari ST/E"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "ste"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/75763/?format=api",
        "demozoo_url": "https://demozoo.org/productions/75763/",
        "id": 75763,
        "title": "Sunny Demo",
        "author_nicks": [
            {
                "name": "Sphere",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/40219/?format=api",
                    "id": 40219,
                    "name": "Sphere",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1990",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/9/?format=api",
                "id": 9,
                "name": "Atari ST/E"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "ste",
            "sampledemo"
        ]
    }
]