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

[
    {
        "url": "https://demozoo.org/api/v1/productions/3199/?format=api",
        "demozoo_url": "https://demozoo.org/productions/3199/",
        "id": 3199,
        "title": "fastpoint",
        "author_nicks": [
            {
                "name": "Oi",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5384/?format=api",
                    "id": 5384,
                    "name": "Oi",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Depth",
                "abbreviation": "DPH",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/1188/?format=api",
                    "id": 1188,
                    "name": "Depth",
                    "is_group": true
                }
            },
            {
                "name": "Razor 1911",
                "abbreviation": "RZR",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/519/?format=api",
                    "id": 519,
                    "name": "Razor 1911",
                    "is_group": true
                }
            }
        ],
        "release_date": "2003-04-21",
        "supertype": "production",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/4/?format=api",
                "id": 4,
                "name": "Intro",
                "supertype": "production"
            }
        ],
        "tags": [
            "lost"
        ]
    }
]