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

[
    {
        "url": "https://demozoo.org/api/v1/productions/6356/?format=api",
        "demozoo_url": "https://demozoo.org/music/6356/",
        "id": 6356,
        "title": "Virtual Reality",
        "author_nicks": [
            {
                "name": "Peavey",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/7664/?format=api",
                    "id": 7664,
                    "name": "Peavey",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Devils",
                "abbreviation": "DVS",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/1106/?format=api",
                    "id": 1106,
                    "name": "Devils",
                    "is_group": true
                }
            }
        ],
        "release_date": "1993-08-01",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/253683/?format=api",
        "demozoo_url": "https://demozoo.org/music/253683/",
        "id": 253683,
        "title": "Devils",
        "author_nicks": [
            {
                "name": "Peavey",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/7664/?format=api",
                    "id": 7664,
                    "name": "Peavey",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1993-05",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]