GET /api/v1/releasers/5967/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/85419/?format=api",
        "demozoo_url": "https://demozoo.org/productions/85419/",
        "id": 85419,
        "title": "Erased",
        "author_nicks": [
            {
                "name": "Padua",
                "abbreviation": "PDA",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/3774/?format=api",
                    "id": 3774,
                    "name": "Padua",
                    "is_group": true
                }
            },
            {
                "name": "Vall@day",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5967/?format=api",
                    "id": 5967,
                    "name": "Vall@day",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2007-05-12",
        "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/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "demopaja"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/157861/?format=api",
        "demozoo_url": "https://demozoo.org/productions/157861/",
        "id": 157861,
        "title": "Electric Sheep",
        "author_nicks": [
            {
                "name": "Padua",
                "abbreviation": "PDA",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/3774/?format=api",
                    "id": 3774,
                    "name": "Padua",
                    "is_group": true
                }
            },
            {
                "name": "Vall@day",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5967/?format=api",
                    "id": 5967,
                    "name": "Vall@day",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2005-04-23",
        "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/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "demopaja"
        ]
    }
]