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

[
    {
        "url": "https://demozoo.org/api/v1/productions/267809/?format=api",
        "demozoo_url": "https://demozoo.org/productions/267809/",
        "id": 267809,
        "title": "Relax",
        "author_nicks": [
            {
                "name": "ANMA",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/48731/?format=api",
                    "id": 48731,
                    "name": "ANMA",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1992-07",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/31/?format=api",
                "id": 31,
                "name": "MSX"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "msx2"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/105378/?format=api",
        "demozoo_url": "https://demozoo.org/productions/105378/",
        "id": 105378,
        "title": "Amusement Disk",
        "author_nicks": [
            {
                "name": "ANMA",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/48731/?format=api",
                    "id": 48731,
                    "name": "ANMA",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1992",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/31/?format=api",
                "id": 31,
                "name": "MSX"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/9/?format=api",
                "id": 9,
                "name": "Pack",
                "supertype": "production"
            }
        ],
        "tags": [
            "msx2"
        ]
    }
]