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

[
    {
        "url": "https://demozoo.org/api/v1/productions/227315/?format=api",
        "demozoo_url": "https://demozoo.org/productions/227315/",
        "id": 227315,
        "title": "Rejs",
        "author_nicks": [
            {
                "name": "Brygada RR",
                "abbreviation": "RR",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/25547/?format=api",
                    "id": 25547,
                    "name": "Brygada RR",
                    "is_group": true
                }
            },
            {
                "name": "Rockfor",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/102783/?format=api",
                    "id": 102783,
                    "name": "Rockfor",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1997-08-31",
        "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/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]