GET /api/v1/releasers/28597/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/273130/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/273130/",
        "id": 273130,
        "title": "Baby Yoda",
        "author_nicks": [
            {
                "name": "TheTom",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/28597/?format=api",
                    "id": 28597,
                    "name": "TheTom",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2020-01-04",
        "supertype": "graphics",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                "id": 3,
                "name": "Commodore 64"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": [
            "monochrome",
            "petscii",
            "minimal",
            "star-wars",
            "petscii-cola"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/273069/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/273069/",
        "id": 273069,
        "title": "Oi, mate",
        "author_nicks": [
            {
                "name": "TheTom",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/28597/?format=api",
                    "id": 28597,
                    "name": "TheTom",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2020-01-04",
        "supertype": "graphics",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                "id": 3,
                "name": "Commodore 64"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": [
            "monochrome",
            "petscii",
            "minimal",
            "petscii-cola"
        ]
    }
]