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

[
    {
        "url": "https://demozoo.org/api/v1/productions/120428/?format=api",
        "demozoo_url": "https://demozoo.org/music/120428/",
        "id": 120428,
        "title": "Bong Song",
        "author_nicks": [
            {
                "name": "Gizmo",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/13034/?format=api",
                    "id": 13034,
                    "name": "Gizmo",
                    "is_group": false
                }
            },
            {
                "name": "Twister",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/22554/?format=api",
                    "id": 22554,
                    "name": "Twister",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Sorrox",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/7850/?format=api",
                    "id": 7850,
                    "name": "Sorrox",
                    "is_group": true
                }
            }
        ],
        "release_date": "1998-06-27",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": [
            "xm",
            "28ch"
        ]
    },
    {
        "url": "https://demozoo.org/api/v1/productions/34039/?format=api",
        "demozoo_url": "https://demozoo.org/music/34039/",
        "id": 34039,
        "title": "Dream Injection",
        "author_nicks": [
            {
                "name": "Twister",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/22554/?format=api",
                    "id": 22554,
                    "name": "Twister",
                    "is_group": false
                }
            }
        ],
        "author_affiliation_nicks": [
            {
                "name": "Sorrox",
                "abbreviation": "",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/7850/?format=api",
                    "id": 7850,
                    "name": "Sorrox",
                    "is_group": true
                }
            }
        ],
        "release_date": "1997-07-05",
        "supertype": "music",
        "platforms": [],
        "types": [
            {
                "url": "https://demozoo.org/api/v1/production_types/29/?format=api",
                "id": 29,
                "name": "Tracked Music",
                "supertype": "music"
            }
        ],
        "tags": []
    }
]