GET /api/v1/releasers/60424/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/204344/?format=api",
        "demozoo_url": "https://demozoo.org/productions/204344/",
        "id": 204344,
        "title": "Dino",
        "author_nicks": [
            {
                "name": "Nippespänz",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/60424/?format=api",
                    "id": 60424,
                    "name": "Nippes Pänz",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2019-06-01",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/12/?format=api",
                "id": 12,
                "name": "Browser"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "birthday-present",
            "scratch"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/161864/?format=api",
        "demozoo_url": "https://demozoo.org/productions/161864/",
        "id": 161864,
        "title": "The Leni Show - Poti goes Sri Lanka",
        "author_nicks": [
            {
                "name": "Nippes Pänz",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/60424/?format=api",
                    "id": 60424,
                    "name": "Nippes Pänz",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2016-08-13",
        "supertype": "production",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/34/?format=api",
                "id": 34,
                "name": "Video",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/142950/?format=api",
        "demozoo_url": "https://demozoo.org/productions/142950/",
        "id": 142950,
        "title": "Evoke 2015",
        "author_nicks": [
            {
                "name": "Nippespänz",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/60424/?format=api",
                    "id": 60424,
                    "name": "Nippes Pänz",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2015-08-01",
        "supertype": "production",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/34/?format=api",
                "id": 34,
                "name": "Video",
                "supertype": "production"
            }
        ],
        "tags": [
            "stopmotion"
        ]
    }
]