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

[
    {
        "url": "https://demozoo.org/api/v1/productions/185573/?format=api",
        "demozoo_url": "https://demozoo.org/productions/185573/",
        "id": 185573,
        "title": "Mooncat's Trio",
        "author_nicks": [
            {
                "name": "sBeam",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/41957/?format=api",
                    "id": 41957,
                    "name": "sBeam",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Desire",
                "abbreviation": "DSR",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/1077/?format=api",
                    "id": 1077,
                    "name": "Desire",
                    "is_group": true
                }
            }
        ],
        "release_date": "2018-04-01",
        "supertype": "production",
        "platforms": [
            {
                "url": "https://demozoo.org/api/v1/platforms/30/?format=api",
                "id": 30,
                "name": "Nintendo Game Boy Advance (GBA)"
            }
        ],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/33/?format=api",
                "id": 33,
                "name": "Game",
                "supertype": "production"
            }
        ],
        "tags": [
            "breakout"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/82348/?format=api",
        "demozoo_url": "https://demozoo.org/music/82348/",
        "id": 82348,
        "title": "Green Leather Couch",
        "author_nicks": [
            {
                "name": "sBeam",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/41957/?format=api",
                    "id": 41957,
                    "name": "sBeam",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2005-11-26",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/30/?format=api",
                "id": 30,
                "name": "Streaming Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]