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

[
    {
        "url": "https://demozoo.org/api/v1/productions/268063/?format=api",
        "demozoo_url": "https://demozoo.org/productions/268063/",
        "id": 268063,
        "title": "Road To Valhalla",
        "author_nicks": [
            {
                "name": "Bounty/Banana",
                "abbreviation": "B/B",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/107258/?format=api",
                    "id": 107258,
                    "name": "Bounty/Banana",
                    "is_group": true
                }
            },
            {
                "name": "Resistance",
                "abbreviation": "RSE",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/3918/?format=api",
                    "id": 3918,
                    "name": "Resistance",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2017-12",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/22/?format=api",
                "id": 22,
                "name": "Sega Megadrive/Genesis"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/1/?format=api",
                "id": 1,
                "name": "Demo",
                "supertype": "production"
            }
        ],
        "tags": []
    }
]