GET /api/v1/releasers/13485/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/89983/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/89983/",
        "id": 89983,
        "title": "Oljudet",
        "author_nicks": [
            {
                "name": "Ant",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/13485/?format=api",
                    "id": 13485,
                    "name": "Ant",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "3 Little Elks",
                "abbreviation": "3LE",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/8676/?format=api",
                    "id": 8676,
                    "name": "3 Little Elks",
                    "is_group": true
                }
            }
        ],
        "release_date": "1997-02-15",
        "supertype": "graphics",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/174514/?format=api",
        "demozoo_url": "https://demozoo.org/graphics/174514/",
        "id": 174514,
        "title": "Cs6compo",
        "author_nicks": [
            {
                "name": "Ant",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/13485/?format=api",
                    "id": 13485,
                    "name": "Ant",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "3 Little Elks",
                "abbreviation": "3LE",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/8676/?format=api",
                    "id": 8676,
                    "name": "3 Little Elks",
                    "is_group": true
                }
            }
        ],
        "release_date": "1996-05-11",
        "supertype": "graphics",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/6/?format=api",
                "id": 6,
                "name": "Amiga AGA"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/23/?format=api",
                "id": 23,
                "name": "Graphics",
                "supertype": "graphics"
            }
        ],
        "tags": []
    }
]