GET /api/v1/releasers/74119/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/177827/?format=api",
        "demozoo_url": "https://demozoo.org/productions/177827/",
        "id": 177827,
        "title": "New Stuff",
        "author_nicks": [
            {
                "name": "Tups",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/74119/?format=api",
                    "id": 74119,
                    "name": "Tups",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1988-03",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/5/?format=api",
                "id": 5,
                "name": "Amiga OCS/ECS"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/4/?format=api",
                "id": 4,
                "name": "Intro",
                "supertype": "production"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/307381/?format=api",
        "demozoo_url": "https://demozoo.org/productions/307381/",
        "id": 307381,
        "title": "Tip Cruncher V1.1",
        "author_nicks": [
            {
                "name": "The Commodore Guys",
                "abbreviation": "TCG",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/63616/?format=api",
                    "id": 63616,
                    "name": "The Commodore Guys",
                    "is_group": true
                }
            },
            {
                "name": "Tups",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/74119/?format=api",
                    "id": 74119,
                    "name": "Tups",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1988",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/5/?format=api",
                "id": 5,
                "name": "Amiga OCS/ECS"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/6/?format=api",
                "id": 6,
                "name": "Tool",
                "supertype": "production"
            }
        ],
        "tags": [
            "packer"
        ]
    }
]