GET /api/v1/releasers/40578/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/175865/?format=api",
        "demozoo_url": "https://demozoo.org/productions/175865/",
        "id": 175865,
        "title": "Saturnus Lan invtro",
        "author_nicks": [
            {
                "name": "p0rrit",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/40578/?format=api",
                    "id": 40578,
                    "name": "p0rrit",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Kakmonsterklubben",
                "abbreviation": "KMK",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/34439/?format=api",
                    "id": 34439,
                    "name": "Kakmonsterklubben",
                    "is_group": true
                }
            }
        ],
        "release_date": "2005-12",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/7/?format=api",
                "id": 7,
                "name": "Linux"
            },
            {
                "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                "id": 1,
                "name": "Windows"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/11/?format=api",
                "id": 11,
                "name": "Invitation",
                "supertype": "production"
            }
        ],
        "tags": [
            "lost"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/77444/?format=api",
        "demozoo_url": "https://demozoo.org/productions/77444/",
        "id": 77444,
        "title": "Halvdemo",
        "author_nicks": [
            {
                "name": "p0rrit",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/40578/?format=api",
                    "id": 40578,
                    "name": "p0rrit",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Kakmonsterklubben",
                "abbreviation": "KMK",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/34439/?format=api",
                    "id": 34439,
                    "name": "Kakmonsterklubben",
                    "is_group": true
                }
            }
        ],
        "release_date": "2004-11-27",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/7/?format=api",
                "id": 7,
                "name": "Linux"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]