GET /api/v1/releasers/20995/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/31028/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/31028/",
        "id": 31028,
        "title": "First Things First",
        "author_nicks": [
            {
                "name": "Elisabet",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/20996/?format=api",
                    "id": 20996,
                    "name": "Elisabet",
                    "is_group": false
                }
            },
            {
                "name": "Kristian",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/20995/?format=api",
                    "id": 20995,
                    "name": "Kristian",
                    "is_group": false
                }
            },
            {
                "name": "Mariann",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/20994/?format=api",
                    "id": 20994,
                    "name": "Mariann",
                    "is_group": false
                }
            },
            {
                "name": "Stephan Sjøstedt",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/20993/?format=api",
                    "id": 20993,
                    "name": "Stephan Sjøstedt",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2006-04-15",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/36/?format=api",
                "id": 36,
                "name": "Photo",
                "supertype": "graphics"
            }
        ],
        "tags": []
    }
]