GET /api/v1/releasers/50943/productions/?format=api&ordering=-id
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

[
    {
        "url": "https://demozoo.org/api/v1/productions/10355/?format=api",
        "demozoo_url": "https://demozoo.org/productions/10355/",
        "id": 10355,
        "title": "Stolen Data #6",
        "author_nicks": [
            {
                "name": "Anarchy",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/958/?format=api",
                    "id": 958,
                    "name": "Anarchy",
                    "is_group": true
                }
            },
            {
                "name": "Axis",
                "abbreviation": "AXS",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/50943/?format=api",
                    "id": 50943,
                    "name": "Axis",
                    "is_group": true
                }
            },
            {
                "name": "Flash Production",
                "abbreviation": "FP",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/681/?format=api",
                    "id": 681,
                    "name": "Flash Production",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1991-03-30",
        "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/5/?format=api",
                "id": 5,
                "name": "Diskmag",
                "supertype": "production"
            }
        ],
        "tags": [
            "stolen-data"
        ]
    }
]