GET /api/v1/releasers/22918/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/309323/?format=api",
        "demozoo_url": "https://demozoo.org/productions/309323/",
        "id": 309323,
        "title": "0x06: SEC-T 2013 Announcement",
        "author_nicks": [
            {
                "name": "Fairlight",
                "abbreviation": "FLT",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/239/?format=api",
                    "id": 239,
                    "name": "Fairlight",
                    "is_group": true
                }
            },
            {
                "name": "SEC-T",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/22918/?format=api",
                    "id": 22918,
                    "name": "SEC-T",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2013-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/11/?format=api",
                "id": 11,
                "name": "Invitation",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/34666/?format=api",
        "demozoo_url": "https://demozoo.org/productions/34666/",
        "id": 34666,
        "title": "A little challange for 0x05 SEC-T",
        "author_nicks": [
            {
                "name": "Fairlight",
                "abbreviation": "FLT",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/239/?format=api",
                    "id": 239,
                    "name": "Fairlight",
                    "is_group": true
                }
            },
            {
                "name": "SEC-T",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/22918/?format=api",
                    "id": 22918,
                    "name": "SEC-T",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2012-05-19",
        "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/11/?format=api",
                "id": 11,
                "name": "Invitation",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]