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

[
    {
        "url": "https://demozoo.org/api/v1/productions/125837/?format=api",
        "demozoo_url": "https://demozoo.org/productions/125837/",
        "id": 125837,
        "title": "Shit Demo",
        "author_nicks": [
            {
                "name": "ASC",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5004/?format=api",
                    "id": 5004,
                    "name": "ASC",
                    "is_group": false
                }
            },
            {
                "name": "Ray",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5015/?format=api",
                    "id": 5015,
                    "name": "Ray",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1988-07-02",
        "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": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/277436/?format=api",
        "demozoo_url": "https://demozoo.org/productions/277436/",
        "id": 277436,
        "title": "Cosmic Copyparty",
        "author_nicks": [
            {
                "name": "Ray",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/5015/?format=api",
                    "id": 5015,
                    "name": "Ray",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Triton Technology",
                "abbreviation": "TRN, TT",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/56186/?format=api",
                    "id": 56186,
                    "name": "Triton Technology",
                    "is_group": true
                }
            }
        ],
        "release_date": "1988-02-20",
        "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": []
    }
]