GET /api/v1/releasers/29150/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/198935/?format=api",
        "demozoo_url": "https://demozoo.org/productions/198935/",
        "id": 198935,
        "title": "Jabba the Filler",
        "author_nicks": [
            {
                "name": "Jezeq",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/29150/?format=api",
                    "id": 29150,
                    "name": "Jezeq",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "LazyRaptors",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/85695/?format=api",
                    "id": 85695,
                    "name": "LazyRaptors",
                    "is_group": true
                }
            }
        ],
        "release_date": "2019-02-02",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/1/?format=api",
                "id": 1,
                "name": "Windows"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "bass"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/92764/?format=api",
        "demozoo_url": "https://demozoo.org/productions/92764/",
        "id": 92764,
        "title": "Cracker",
        "author_nicks": [
            {
                "name": "Jezeq",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/29150/?format=api",
                    "id": 29150,
                    "name": "Jezeq",
                    "is_group": false
                }
            },
            {
                "name": "Nula",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/3785/?format=api",
                    "id": 3785,
                    "name": "Nooly",
                    "is_group": false
                }
            },
            {
                "name": "Raist",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/11395/?format=api",
                    "id": 11395,
                    "name": "Raist",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Marshals",
                "abbreviation": "MRS",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/387/?format=api",
                    "id": 387,
                    "name": "Marshals",
                    "is_group": true
                }
            }
        ],
        "release_date": "2001-12-15",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/4/?format=api",
                "id": 4,
                "name": "MS-Dos"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/2/?format=api",
                "id": 2,
                "name": "64K Intro",
                "supertype": "production"
            }
        ],
        "tags": [
            "adlib",
            "humor"
        ]
    }
]