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

[
    {
        "url": "https://demozoo.org/api/v1/productions/303026/?format=api",
        "demozoo_url": "https://demozoo.org/music/303026/",
        "id": 303026,
        "title": "Zybernix",
        "author_nicks": [
            {
                "name": "Nordic Beat",
                "abbreviation": "NB",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/55486/?format=api",
                    "id": 55486,
                    "name": "Nordic Beat",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": null,
        "supertype": "music",
        "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/14/?format=api",
                "id": 14,
                "name": "Music",
                "supertype": "music"
            }
        ],
        "tags": []
    },
    {
        "url": "https://demozoo.org/api/v1/productions/267913/?format=api",
        "demozoo_url": "https://demozoo.org/music/267913/",
        "id": 267913,
        "title": "Chip For You",
        "author_nicks": [
            {
                "name": "Nordic Beat",
                "abbreviation": "NB",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/55486/?format=api",
                    "id": 55486,
                    "name": "Nordic Beat",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1995-08-13",
        "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/288538/?format=api",
        "demozoo_url": "https://demozoo.org/productions/288538/",
        "id": 288538,
        "title": "Nordic Beat Editor",
        "author_nicks": [
            {
                "name": "Nordic Beat",
                "abbreviation": "NB",
                "releaser": {
                    "url": "https://demozoo.org/api/v1/releasers/55486/?format=api",
                    "id": 55486,
                    "name": "Nordic Beat",
                    "is_group": true
                }
            }
        ],
        "author_affiliation_nicks": [],
        "release_date": "1991",
        "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/6/?format=api",
                "id": 6,
                "name": "Tool",
                "supertype": "production"
            }
        ],
        "tags": [
            "music-editor",
            "commercial-tool"
        ]
    }
]