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

[
    {
        "url": "https://demozoo.org/api/v1/productions/375749/?format=api",
        "demozoo_url": "https://demozoo.org/productions/375749/",
        "id": 375749,
        "title": "Mountie Mick's Death Ride +2",
        "author_nicks": [
            {
                "name": "Tankard",
                "abbreviation": "TRD",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/83115/?format=api",
                    "id": 83115,
                    "name": "Tankard",
                    "is_group": true
                }
            },
            {
                "name": "World Funeral Productions",
                "abbreviation": "WFP",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/151121/?format=api",
                    "id": 151121,
                    "name": "World Funeral Productions",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "2007-08-25",
        "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": []
    }
]