GET /api/v1/releasers/106996/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/343896/?format=api",
        "demozoo_url": "https://demozoo.org/productions/343896/",
        "id": 343896,
        "title": "A.H.F. 2010",
        "author_nicks": [
            {
                "name": "Anti-Hiphop Federatie",
                "abbreviation": "AHF",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/106996/?format=api",
                    "id": 106996,
                    "name": "Anti-Hiphop Federatie",
                    "is_group": true
                }
            },
            {
                "name": "XentaX",
                "abbreviation": "XNTX",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/26385/?format=api",
                    "id": 26385,
                    "name": "XentaX",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2010-04-18",
        "supertype": "production",
        "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/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/302796/?format=api",
        "demozoo_url": "https://demozoo.org/productions/302796/",
        "id": 302796,
        "title": ".H.F.",
        "author_nicks": [
            {
                "name": "Anti-Hiphop Federatie",
                "abbreviation": "AHF",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/106996/?format=api",
                    "id": 106996,
                    "name": "Anti-Hiphop Federatie",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1991",
        "supertype": "production",
        "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/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]