GET /api/v1/releasers/42631/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/85858/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/85858/",
        "id": 85858,
        "title": "Goblin",
        "author_nicks": [
            {
                "name": "Vidar",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/42631/?format=api",
                    "id": 42631,
                    "name": "Vidar",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2008-06-28",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": [
            "lost"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/84929/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/84929/",
        "id": 84929,
        "title": "Pink Curtains",
        "author_nicks": [
            {
                "name": "Dandruff",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/42262/?format=api",
                    "id": 42262,
                    "name": "Dandruff",
                    "is_group": false
                }
            },
            {
                "name": "Vidar",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/42631/?format=api",
                    "id": 42631,
                    "name": "Vidar",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2007-06-09",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": []
    }
]