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

[
    {
        "url": "https://demozoo.org/api/v1/productions/308090/?format=api",
        "demozoo_url": "https://demozoo.org/productions/308090/",
        "id": 308090,
        "title": "Hyperbowl-Music",
        "author_nicks": [
            {
                "name": "Circle of Destruction",
                "abbreviation": "COD",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/127466/?format=api",
                    "id": 127466,
                    "name": "Circle of Destruction",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1987-02-12",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                "id": 3,
                "name": "Commodore 64"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": [
            "music-rip",
            "hyperbowl"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/301468/?format=api",
        "demozoo_url": "https://demozoo.org/productions/301468/",
        "id": 301468,
        "title": "Robot Rascals - The German Version",
        "author_nicks": [
            {
                "name": "Circle of Destruction",
                "abbreviation": "COD",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/127466/?format=api",
                    "id": 127466,
                    "name": "Circle of Destruction",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1987-01-21",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/3/?format=api",
                "id": 3,
                "name": "Commodore 64"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/13/?format=api",
                "id": 13,
                "name": "Cracktro",
                "supertype": "production"
            }
        ],
        "tags": [
            "no-sound"
        ]
    }
]