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

[
    {
        "url": "https://demozoo.org/api/v1/productions/365701/?format=api",
        "demozoo_url": "https://demozoo.org/music/365701/",
        "id": 365701,
        "title": "Omega",
        "author_nicks": [
            {
                "name": "Smooth",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/7661/?format=api",
                    "id": 7661,
                    "name": "Mr. Smooth",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Skytech",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/7660/?format=api",
                    "id": 7660,
                    "name": "Skytech",
                    "is_group": true
                }
            }
        ],
        "release_date": "1995-12-29",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "4ch",
            "mod"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/7024/?format=api",
        "demozoo_url": "https://demozoo.org/music/7024/",
        "id": 7024,
        "title": "Peace and Chaos",
        "author_nicks": [
            {
                "name": "Smooth",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/7661/?format=api",
                    "id": 7661,
                    "name": "Mr. Smooth",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1994-12-30",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "4ch",
            "mod"
        ]
    }
]