小程序-云音乐
  1. 歌单
小程序-云音乐
  • 使用须知
  • 首页中心
    • 榜单
      • 获取所有榜单
      • 根据榜单的ID获取榜单
    • 歌单
      • 获取推荐歌单
        GET
      • 获取歌单中所有歌曲
        GET
      • 获取歌单详情
        GET
      • 获取歌单详情动态
        POST
      • 获取歌单分类
        GET
      • 获取热门歌单分类
        GET
      • 根据歌单分类获取歌单( 网友精选碟 )
        GET
      • 收藏/取消收藏歌单
        POST
    • 电台
      • 获取热门电台
      • 获取推荐电台
      • 获取电台今日优选电台
      • 获取电台分类
      • 根据分类id获取热门电台列表
      • 获取电台详情
      • 获取电台节目列表
      • 订阅电台
    • 搜索
      • 获取默认搜索关键词
      • 获取热搜列表(简略)
      • 获取热搜列表(详细)
      • 根据关键字进行搜索
      • 获取搜索建议
    • 获取轮播图
      GET
    • 获取每日推荐歌曲
      POST
  • 登录
    • 二维码登录
      • 二维码 key 生成
      • 根据key生成二维码
      • 检测二维码扫码状态
    • 游客登录
      GET
    • 退出登录
      GET
  • 个人中心
    • 获取用户信息
      • 根据id获取用户信息
      • 获取用户信息 , 歌单,收藏,mv, dj 数量
      • 获取账号信息
      • 获取用户等级信息
      • 获取登录状态
    • 歌单
      • 获取用户歌单
    • 最近播放
      • 最近播放-歌曲
      • 最近播放-视频
      • 最近播放-歌单
      • 最近播放-专辑
      • 最近播放-播客
      • 最近播放-声音
      • 将 mlog id 转为视频 id
    • 我的收藏
      • 获取收藏的专辑
      • 获取收藏的mv
      • 获取点赞过的视频
      • 获取我收藏的电台
    • 更新用户信息
      • 更新用户信息
      • 可更新头像
  • 视频中心
    • mv
      • 获取全部 mv
      • 获取推荐的mv
      • 获取 mv 数据
      • 获取 mv 点赞转发评论数数据
      • 获取 mv 播放地址
    • 视频
      • 获取推荐的视频
      • 获取全部视频列表
      • 获取视频详情
      • 获取视频点赞转发评论数数据
      • 获取视频播放地址
      • 获取视频标签列表
      • 获取视频标签/分类下的视频
  • 通用
    • 歌曲
      • 歌曲详情字段说明
      • 获取歌曲url
      • 喜欢音乐
      • 获取喜欢音乐列表
    • 歌词
      • 获取歌曲的歌词
      • 获取歌曲的逐字歌词
    • 评论
      • 获取资源评论
      • 获取楼层评论
      • 给评论点赞
      • 发送/删除评论
    • 收藏资源
      • 收藏视频
      • 收藏 MV
      • 收藏歌单
      • 收藏专辑
    • 歌单
      • 歌单添加或删除歌曲
      • 新建歌单
      • 删除歌单
    • 点赞资源(歌曲,歌单,MV,电台,视频)
    • 心动模式/智能播放
  1. 歌单

根据歌单分类获取歌单( 网友精选碟 )

开发中
GET
/top/playlist
可选参数 : order: 可选值为 'new' 和 'hot', 分别对应最新和最热 , 默认为 'hot'
cat: tag, 比如 " 华语 "、" 古风 " 、" 欧美 "、" 流行 ", 默认为 "全部",可从歌单分类接口获取(/playlist/catlist)
limit: 取出歌单数量 , 默认为 50
offset: 偏移数量 , 用于分页 , 如 :( 评论页数 -1)*50, 其中 50 为 limit 的值

请求参数

无

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://127.0.0.1:3000/top/playlist'

返回响应

🟢200成功
application/json
Body
playlists
array [object {41}] 
必需
name
string 
必需
id
integer 
必需
trackNumberUpdateTime
integer 
必需
status
integer 
必需
userId
integer 
必需
createTime
integer 
必需
updateTime
integer 
必需
subscribedCount
integer 
必需
trackCount
integer 
必需
cloudTrackCount
integer 
必需
coverImgUrl
string 
必需
iconImgUrl
null 
必需
coverImgId
integer 
必需
description
string 
必需
tags
array[string]
必需
playCount
integer 
必需
trackUpdateTime
integer 
必需
specialType
integer 
必需
totalDuration
integer 
必需
creator
object 
必需
tracks
null 
必需
subscribers
array [object {31}] 
必需
subscribed
boolean 
必需
commentThreadId
string 
必需
newImported
boolean 
必需
adType
integer 
必需
highQuality
boolean 
必需
privacy
integer 
必需
ordered
boolean 
必需
anonimous
boolean 
必需
coverStatus
integer 
必需
recommendInfo
null 
必需
socialPlaylistCover
null 
必需
recommendText
null 
必需
coverText
null 
必需
relateResType
null 
必需
relateResId
null 
必需
shareCount
integer 
必需
coverImgId_str
string 
必需
alg
string 
必需
commentCount
integer 
必需
total
integer 
必需
code
integer 
必需
more
boolean 
必需
cat
string 
必需
示例
{
  "playlists": [
    {
      "name": "洗澡时能让你放松的歌",
      "id": 6727421797,
      "trackNumberUpdateTime": 1684005539271,
      "status": 0,
      "userId": 420044176,
      "createTime": 1619288479192,
      "updateTime": 1684005539271,
      "subscribedCount": 329,
      "trackCount": 35,
      "cloudTrackCount": 0,
      "coverImgUrl": "http://p1.music.126.net/6B1K88ZEJda61cHBTZxobQ==/109951165920053101.jpg",
      "iconImgUrl": null,
      "coverImgId": 109951165920053100,
      "description": "宜:听\n忌:无",
      "tags": [
        "欧美",
        "流行",
        "夜晚"
      ],
      "playCount": 60205,
      "trackUpdateTime": 1685970419817,
      "specialType": 0,
      "totalDuration": 0,
      "creator": {
        "defaultAvatar": false,
        "province": 350000,
        "authStatus": 0,
        "followed": false,
        "avatarUrl": "http://p1.music.126.net/-9IVRNFER_Swda3vGZ2dyw==/18703792301885054.jpg",
        "accountStatus": 0,
        "gender": 1,
        "city": 350100,
        "birthday": 949652596638,
        "userId": 420044176,
        "userType": 0,
        "nickname": "嚄熱to",
        "signature": "",
        "description": "",
        "detailDescription": "",
        "avatarImgId": 18703792301885056,
        "backgroundImgId": 2002210674180198,
        "backgroundUrl": "http://p1.music.126.net/i0qi6mibX8gq2SaLF1bYbA==/2002210674180198.jpg",
        "authority": 0,
        "mutual": false,
        "expertTags": null,
        "experts": null,
        "djStatus": 0,
        "vipType": 11,
        "remarkName": null,
        "authenticationTypes": 0,
        "avatarDetail": null,
        "anchor": false,
        "avatarImgIdStr": "18703792301885054",
        "backgroundImgIdStr": "2002210674180198",
        "avatarImgId_str": "18703792301885054"
      },
      "tracks": null,
      "subscribers": [
        {
          "defaultAvatar": false,
          "province": 440000,
          "authStatus": 0,
          "followed": false,
          "avatarUrl": "http://p1.music.126.net/YwP0I3cI-MIG28vraFuSHw==/109951162805788520.jpg",
          "accountStatus": 0,
          "gender": 1,
          "city": 440600,
          "birthday": 947174400000,
          "userId": 341698489,
          "userType": 0,
          "nickname": "-0216-",
          "signature": "",
          "description": "",
          "detailDescription": "",
          "avatarImgId": 109951162805788510,
          "backgroundImgId": 109951162805789040,
          "backgroundUrl": "http://p1.music.126.net/fKcr02nmBp3Qvp2Tr1-0cQ==/109951162805789033.jpg",
          "authority": 0,
          "mutual": false,
          "expertTags": null,
          "experts": null,
          "djStatus": 0,
          "vipType": 11,
          "remarkName": null,
          "authenticationTypes": 0,
          "avatarDetail": null,
          "anchor": false,
          "avatarImgIdStr": "109951162805788520",
          "backgroundImgIdStr": "109951162805789033",
          "avatarImgId_str": "109951162805788520"
        }
      ],
      "subscribed": false,
      "commentThreadId": "A_PL_0_6727421797",
      "newImported": false,
      "adType": 0,
      "highQuality": false,
      "privacy": 0,
      "ordered": false,
      "anonimous": false,
      "coverStatus": 3,
      "recommendInfo": null,
      "socialPlaylistCover": null,
      "recommendText": null,
      "coverText": null,
      "relateResType": null,
      "relateResId": null,
      "shareCount": 7,
      "coverImgId_str": "109951165920053101",
      "alg": "alg_sq_nsearch",
      "commentCount": 1
    },
    {
      "name": "【ACG电子|中国元素】动感节奏里的中华乐韵",
      "id": 2645397122,
      "trackNumberUpdateTime": 1618931105193,
      "status": 0,
      "userId": 75385941,
      "createTime": 1548744858584,
      "updateTime": 1619747199367,
      "subscribedCount": 1689,
      "trackCount": 38,
      "cloudTrackCount": 0,
      "coverImgUrl": "http://p1.music.126.net/mauNJyq_XRUn03xDd_mIfg==/109951165931253832.jpg",
      "iconImgUrl": null,
      "coverImgId": 109951165931253820,
      "description": "前言\n1、本单鉴赏具有中国元素的电子乐,所有曲子皆出自日本作曲家之作。这些作家专门为中国场景和角色精心制作游戏bgm,作曲始终围绕了这几个主题:功夫、历史、美食。\n2、选曲主要来自这些音乐团体:Yamasa Sound Team、TECMO Sound Team、SEGA Sound Team、光荣BGM部、SNK Sound Team。\n\n下列汇总曲子相关游戏作品和角色\n\n一、SEGA Sound Team\n1、《街头霸王》系列\n角色:春丽、飞龙\n2、《VR》战士系列\n角色:舜\n3、《三国志大战》\n\n二、TECMO Sound Team\n1、《Dead or alive》系列\n角色:元福、李强\n\n三、光荣BGM部\n1、《真三国无双》系列\n\n四、SNK Sound Team\n1、《龙虎之拳》系列\n角色:李白龙\n2、《拳皇》系列\n角色:麻宫雅典娜、椎拳宗、镇元斋(中国队)\n3、《侍魂》系列\n角色:刘云飞\n4、《合金弹头》系列\n5、《饿狼传说》系列\n角色:唐福禄\n\n五、Yamasa Sound Team\n1、《功夫大战》\n2、《Cyber dragon》\n\n六、Gamadelic\n1、《水浒演武》(1995)\n\n七、T’S music\n1、《少林 君主之拳》(1999)\n\n八、琦玉最终兵器\n1、《真恋姬无双 萌将传》\n\n【封面】:春丽",
      "tags": [
        "ACG",
        "电子",
        "日语"
      ],
      "playCount": 166377,
      "trackUpdateTime": 1683356058387,
      "specialType": 0,
      "totalDuration": 0,
      "creator": {
        "defaultAvatar": false,
        "province": 1000000,
        "authStatus": 0,
        "followed": false,
        "avatarUrl": "http://p1.music.126.net/VZt6wg0ZGs6ktKiX0aZtYg==/109951165209659536.jpg",
        "accountStatus": 0,
        "gender": 1,
        "city": 1010000,
        "birthday": -2209017600000,
        "userId": 75385941,
        "userType": 200,
        "nickname": "极端农业",
        "signature": "重型音乐爱好者兼杂食\n旧id:核狗的日常",
        "description": "",
        "detailDescription": "",
        "avatarImgId": 109951165209659540,
        "backgroundImgId": 109951165871732930,
        "backgroundUrl": "http://p1.music.126.net/9uXx2UMFpRyc56B3R0BPXg==/109951165871732936.jpg",
        "authority": 0,
        "mutual": false,
        "expertTags": null,
        "experts": null,
        "djStatus": 10,
        "vipType": 11,
        "remarkName": null,
        "authenticationTypes": 64,
        "avatarDetail": {
          "userType": 200,
          "identityLevel": 2,
          "identityIconUrl": "https://p5.music.126.net/obj/wo3DlcOGw6DClTvDisK1/4761340159/e2c1/6fb5/f49b/353e6d1857f7c5f46426beb533427e53.png"
        },
        "anchor": false,
        "avatarImgIdStr": "109951165209659536",
        "backgroundImgIdStr": "109951165871732936",
        "avatarImgId_str": "109951165209659536"
      },
      "tracks": null,
      "subscribers": [
        {
          "defaultAvatar": false,
          "province": 410000,
          "authStatus": 0,
          "followed": false,
          "avatarUrl": "http://p1.music.126.net/SZj8rKdKyiMNOiv9l8Ktow==/109951167246838702.jpg",
          "accountStatus": 0,
          "gender": 1,
          "city": 410100,
          "birthday": -2209017600000,
          "userId": 5117417726,
          "userType": 0,
          "nickname": "无害_5rRB",
          "signature": "",
          "description": "",
          "detailDescription": "",
          "avatarImgId": 109951167246838700,
          "backgroundImgId": 109951162868126480,
          "backgroundUrl": "http://p1.music.126.net/_f8R60U9mZ42sSNvdPn2sQ==/109951162868126486.jpg",
          "authority": 0,
          "mutual": false,
          "expertTags": null,
          "experts": null,
          "djStatus": 0,
          "vipType": 0,
          "remarkName": null,
          "authenticationTypes": 0,
          "avatarDetail": null,
          "anchor": false,
          "avatarImgIdStr": "109951167246838702",
          "backgroundImgIdStr": "109951162868126486",
          "avatarImgId_str": "109951167246838702"
        }
      ],
      "subscribed": false,
      "commentThreadId": "A_PL_0_2645397122",
      "newImported": false,
      "adType": 0,
      "highQuality": false,
      "privacy": 0,
      "ordered": true,
      "anonimous": false,
      "coverStatus": 3,
      "recommendInfo": null,
      "socialPlaylistCover": null,
      "recommendText": null,
      "coverText": null,
      "relateResType": null,
      "relateResId": null,
      "shareCount": 24,
      "coverImgId_str": "109951165931253832",
      "alg": "alg_sq_nsearch",
      "commentCount": 18
    },
    {
      "name": "[东方Project]沦陷于炸裂与澄澈的结合~",
      "id": 5484452514,
      "trackNumberUpdateTime": 1619439682539,
      "status": 0,
      "userId": 1308711288,
      "createTime": 1611677795530,
      "updateTime": 1619439714560,
      "subscribedCount": 3357,
      "trackCount": 150,
      "cloudTrackCount": 0,
      "coverImgUrl": "http://p1.music.126.net/eMZOHUrNRBFTNN2K7qtuHA==/109951165760005560.jpg",
      "iconImgUrl": null,
      "coverImgId": 109951165760005570,
      "description": "此歌单为个人整理的东方二次同人电音的精选(个人向)\n涉及风格有:Big Room/Dubstep/future house/等等\n祝听歌愉快~(完)\n",
      "tags": [
        "电子",
        "ACG",
        "日语"
      ],
      "playCount": 134440,
      "trackUpdateTime": 1687926104288,
      "specialType": 0,
      "totalDuration": 0,
      "creator": {
        "defaultAvatar": false,
        "province": 440000,
        "authStatus": 0,
        "followed": false,
        "avatarUrl": "http://p1.music.126.net/OFcyVpNwezhe7MkRH6_HtA==/109951165828828059.jpg",
        "accountStatus": 0,
        "gender": 1,
        "city": 440600,
        "birthday": -1568620800000,
        "userId": 1308711288,
        "userType": 0,
        "nickname": "看见我的小饼干了吗",
        "signature": "百合什么的,最棒了啦!!!!",
        "description": "",
        "detailDescription": "",
        "avatarImgId": 109951165828828060,
        "backgroundImgId": 109951164781514800,
        "backgroundUrl": "http://p1.music.126.net/5xnjPYu11T6Vi8jMOXn7Fg==/109951164781514793.jpg",
        "authority": 0,
        "mutual": false,
        "expertTags": null,
        "experts": null,
        "djStatus": 0,
        "vipType": 0,
        "remarkName": null,
        "authenticationTypes": 0,
        "avatarDetail": null,
        "anchor": false,
        "avatarImgIdStr": "109951165828828059",
        "backgroundImgIdStr": "109951164781514793",
        "avatarImgId_str": "109951165828828059"
      },
      "tracks": null,
      "subscribers": [
        {
          "defaultAvatar": false,
          "province": 520000,
          "authStatus": 0,
          "followed": false,
          "avatarUrl": "http://p1.music.126.net/u-cZTVTh1op8l-lHijFPzQ==/109951168713701713.jpg",
          "accountStatus": 0,
          "gender": 1,
          "city": 520400,
          "birthday": 1182441600000,
          "userId": 1358936853,
          "userType": 0,
          "nickname": "绮良良单推人_",
          "signature": "无",
          "description": "",
          "detailDescription": "",
          "avatarImgId": 109951168713701710,
          "backgroundImgId": 109951162868128400,
          "backgroundUrl": "http://p1.music.126.net/2zSNIqTcpHL2jIvU6hG0EA==/109951162868128395.jpg",
          "authority": 0,
          "mutual": false,
          "expertTags": null,
          "experts": null,
          "djStatus": 0,
          "vipType": 11,
          "remarkName": null,
          "authenticationTypes": 0,
          "avatarDetail": null,
          "anchor": false,
          "avatarImgIdStr": "109951168713701713",
          "backgroundImgIdStr": "109951162868128395",
          "avatarImgId_str": "109951168713701713"
        }
      ],
      "subscribed": false,
      "commentThreadId": "A_PL_0_5484452514",
      "newImported": false,
      "adType": 0,
      "highQuality": false,
      "privacy": 0,
      "ordered": true,
      "anonimous": false,
      "coverStatus": 3,
      "recommendInfo": null,
      "socialPlaylistCover": null,
      "recommendText": null,
      "coverText": null,
      "relateResType": null,
      "relateResId": null,
      "shareCount": 32,
      "coverImgId_str": "109951165760005560",
      "alg": "alg_sq_nsearch",
      "commentCount": 28
    },
    {
      "name": "人间朝暮,叶落惊秋",
      "id": 2026654039,
      "trackNumberUpdateTime": 1654365982517,
      "status": 0,
      "userId": 418592306,
      "createTime": 1514033710857,
      "updateTime": 1654366434618,
      "subscribedCount": 3821,
      "trackCount": 355,
      "cloudTrackCount": 0,
      "coverImgUrl": "http://p1.music.126.net/9t0tac7mUgiUOTkYHfXAHQ==/109951167513692037.jpg",
      "iconImgUrl": null,
      "coverImgId": 109951167513692030,
      "description": "一定要文采斐然吗 我磕磕绊绊的叙意不清的词句不也是爱吗",
      "tags": [
        "华语",
        "流行",
        "伤感"
      ],
      "playCount": 585470,
      "trackUpdateTime": 1688096837420,
      "specialType": 0,
      "totalDuration": 0,
      "creator": {
        "defaultAvatar": false,
        "province": 340000,
        "authStatus": 0,
        "followed": false,
        "avatarUrl": "http://p1.music.126.net/t-fSBt4y8gYdmDVcdfExzQ==/109951168281323634.jpg",
        "accountStatus": 0,
        "gender": 1,
        "city": 340100,
        "birthday": 1003115142309,
        "userId": 418592306,
        "userType": 200,
        "nickname": "隐匿于蓝",
        "signature": "普通人。",
        "description": "",
        "detailDescription": "",
        "avatarImgId": 109951168281323630,
        "backgroundImgId": 109951166613916110,
        "backgroundUrl": "http://p1.music.126.net/2-JrxeuH_HKLHI9NsYO4aQ==/109951166613916107.jpg",
        "authority": 0,
        "mutual": false,
        "expertTags": [
          "轻音乐",
          "欧美"
        ],
        "experts": null,
        "djStatus": 10,
        "vipType": 11,
        "remarkName": null,
        "authenticationTypes": 524352,
        "avatarDetail": {
          "userType": 200,
          "identityLevel": 2,
          "identityIconUrl": "https://p5.music.126.net/obj/wo3DlcOGw6DClTvDisK1/4761340159/e2c1/6fb5/f49b/353e6d1857f7c5f46426beb533427e53.png"
        },
        "anchor": false,
        "avatarImgIdStr": "109951168281323634",
        "backgroundImgIdStr": "109951166613916107",
        "avatarImgId_str": "109951168281323634"
      },
      "tracks": null,
      "subscribers": [
        {
          "defaultAvatar": false,
          "province": 1000000,
          "authStatus": 0,
          "followed": false,
          "avatarUrl": "http://p1.music.126.net/tNRuo4Z7Dso8xvInvM-nbA==/109951164978491584.jpg",
          "accountStatus": 0,
          "gender": 0,
          "city": 1004800,
          "birthday": -1577952000000,
          "userId": 1511293115,
          "userType": 0,
          "nickname": "新人工作人员的同学",
          "signature": "",
          "description": "",
          "detailDescription": "",
          "avatarImgId": 109951164978491580,
          "backgroundImgId": 109951165424649820,
          "backgroundUrl": "http://p1.music.126.net/PHPJLipW-QACxLrAbaGlcw==/109951165424649829.jpg",
          "authority": 0,
          "mutual": false,
          "expertTags": null,
          "experts": null,
          "djStatus": 0,
          "vipType": 11,
          "remarkName": null,
          "authenticationTypes": 0,
          "avatarDetail": null,
          "anchor": false,
          "avatarImgIdStr": "109951164978491584",
          "backgroundImgIdStr": "109951165424649829",
          "avatarImgId_str": "109951164978491584"
        }
      ],
      "subscribed": false,
      "commentThreadId": "A_PL_0_2026654039",
      "newImported": false,
      "adType": 0,
      "highQuality": false,
      "privacy": 0,
      "ordered": true,
      "anonimous": false,
      "coverStatus": 3,
      "recommendInfo": null,
      "socialPlaylistCover": null,
      "recommendText": null,
      "coverText": null,
      "relateResType": null,
      "relateResId": null,
      "shareCount": 68,
      "coverImgId_str": "109951167513692037",
      "alg": "alg_sq_nsearch",
      "commentCount": 13
    },
    {
      "name": "浪漫辑 | 岁岁平安不够 我要年年有你",
      "id": 5352001359,
      "trackNumberUpdateTime": 1688715778905,
      "status": 0,
      "userId": 1878219606,
      "createTime": 1606393263532,
      "updateTime": 1688715778905,
      "subscribedCount": 129,
      "trackCount": 60,
      "cloudTrackCount": 0,
      "coverImgUrl": "http://p1.music.126.net/BhlTC1Kt1iZeQTBFWEsM5Q==/109951165499054180.jpg",
      "iconImgUrl": null,
      "coverImgId": 109951165499054180,
      "description": "希望你岁岁平安\n更希望我年年有你\n要陪在喜欢的人身边一年又一年\n十年又十年\n世界变化万千\n还好你在我身边\n\n岁岁平安不够\n我要年年有你",
      "tags": [
        "华语",
        "浪漫"
      ],
      "playCount": 42662,
      "trackUpdateTime": 1688716054245,
      "specialType": 0,
      "totalDuration": 0,
      "creator": {
        "defaultAvatar": false,
        "province": 420000,
        "authStatus": 0,
        "followed": false,
        "avatarUrl": "http://p1.music.126.net/SC5F60oaeShwv03cPT_BSw==/109951168564129945.jpg",
        "accountStatus": 0,
        "gender": 0,
        "city": 421100,
        "birthday": 1598889600000,
        "userId": 1878219606,
        "userType": 207,
        "nickname": "我没有小丸子了",
        "signature": "健康就好",
        "description": "",
        "detailDescription": "",
        "avatarImgId": 109951168564129950,
        "backgroundImgId": 109951165395733630,
        "backgroundUrl": "http://p1.music.126.net/JoV68ORMXbVRqYMDNp28GA==/109951165395733633.jpg",
        "authority": 0,
        "mutual": false,
        "expertTags": null,
        "experts": {
          "1": "影视视频达人"
        },
        "djStatus": 10,
        "vipType": 11,
        "remarkName": null,
        "authenticationTypes": 1585216,
        "avatarDetail": {
          "userType": 207,
          "identityLevel": 3,
          "identityIconUrl": "https://p5.music.126.net/obj/wo3DlcOGw6DClTvDisK1/4761340168/ccce/35dd/ab2d/1a7c8ee0f6bb1fc2760cbb570dfee34f.png"
        },
        "anchor": true,
        "avatarImgIdStr": "109951168564129945",
        "backgroundImgIdStr": "109951165395733633",
        "avatarImgId_str": "109951168564129945"
      },
      "tracks": null,
      "subscribers": [
        {
          "defaultAvatar": false,
          "province": 210000,
          "authStatus": 0,
          "followed": false,
          "avatarUrl": "http://p1.music.126.net/X3G-0XiM7qgwVVJSMKXY2A==/109951167756351702.jpg",
          "accountStatus": 0,
          "gender": 2,
          "city": 210400,
          "birthday": 573321600000,
          "userId": 528843606,
          "userType": 0,
          "nickname": "汀漫amanda",
          "signature": "有能力爱自己,也有被爱的勇气",
          "description": "",
          "detailDescription": "",
          "avatarImgId": 109951167756351700,
          "backgroundImgId": 109951162868128400,
          "backgroundUrl": "http://p1.music.126.net/2zSNIqTcpHL2jIvU6hG0EA==/109951162868128395.jpg",
          "authority": 0,
          "mutual": false,
          "expertTags": null,
          "experts": null,
          "djStatus": 0,
          "vipType": 11,
          "remarkName": null,
          "authenticationTypes": 0,
          "avatarDetail": null,
          "anchor": false,
          "avatarImgIdStr": "109951167756351702",
          "backgroundImgIdStr": "109951162868128395",
          "avatarImgId_str": "109951167756351702"
        }
      ],
      "subscribed": false,
      "commentThreadId": "A_PL_0_5352001359",
      "newImported": false,
      "adType": 0,
      "highQuality": false,
      "privacy": 0,
      "ordered": true,
      "anonimous": false,
      "coverStatus": 3,
      "recommendInfo": null,
      "socialPlaylistCover": null,
      "recommendText": null,
      "coverText": null,
      "relateResType": null,
      "relateResId": null,
      "shareCount": 2,
      "coverImgId_str": "109951165499054180",
      "alg": "alg_sq_nsearch",
      "commentCount": 0
    },
    {
      "name": "欧美|槐花院落的男神",
      "id": 7393818495,
      "trackNumberUpdateTime": 1655429077759,
      "status": 0,
      "userId": 1835943672,
      "createTime": 1650854420289,
      "updateTime": 1655429077759,
      "subscribedCount": 224,
      "trackCount": 95,
      "cloudTrackCount": 0,
      "coverImgUrl": "http://p1.music.126.net/BlSIA7F_f2IPtxIpFjYXHw==/109951167385845743.jpg",
      "iconImgUrl": null,
      "coverImgId": 109951167385845740,
      "description": "我喜欢的男神声音。有干净的少年,有慵懒的哥哥,也有低沉的大叔。各种各样,总有一个你会喜欢吧!\n停留是刹那,转身即天涯",
      "tags": [
        "欧美",
        "散步"
      ],
      "playCount": 36383,
      "trackUpdateTime": 1687847705258,
      "specialType": 0,
      "totalDuration": 0,
      "creator": {
        "defaultAvatar": false,
        "province": 220000,
        "authStatus": 0,
        "followed": false,
        "avatarUrl": "http://p1.music.126.net/WaC-pGjfsa7VZlJl6PVu0g==/109951167414379636.jpg",
        "accountStatus": 0,
        "gender": 2,
        "city": 220100,
        "birthday": 1007689751000,
        "userId": 1835943672,
        "userType": 0,
        "nickname": "张-Tsuki",
        "signature": "",
        "description": "",
        "detailDescription": "",
        "avatarImgId": 109951167414379630,
        "backgroundImgId": 109951166111977490,
        "backgroundUrl": "http://p1.music.126.net/zg3flEEj3cxvBOJ0xBwhDQ==/109951166111977493.jpg",
        "authority": 0,
        "mutual": false,
        "expertTags": null,
        "experts": null,
        "djStatus": 10,
        "vipType": 0,
        "remarkName": null,
        "authenticationTypes": 4096,
        "avatarDetail": null,
        "anchor": true,
        "avatarImgIdStr": "109951167414379636",
        "backgroundImgIdStr": "109951166111977493",
        "avatarImgId_str": "109951167414379636"
      },
      "tracks": null,
      "subscribers": [
        {
          "defaultAvatar": false,
          "province": 340000,
          "authStatus": 0,
          "followed": false,
          "avatarUrl": "http://p1.music.126.net/9OE340ILEB6nqnQ6DGk08w==/18968774602925260.jpg",
          "accountStatus": 0,
          "gender": 2,
          "city": 341000,
          "birthday": -2209017600000,
          "userId": 1330728798,
          "userType": 0,
          "nickname": "fanoflyf",
          "signature": "",
          "description": "",
          "detailDescription": "",
          "avatarImgId": 18968774602925260,
          "backgroundImgId": 109951165611693100,
          "backgroundUrl": "http://p1.music.126.net/ISVJ_JlrF2OBc4PxlYPMow==/109951165611693111.jpg",
          "authority": 0,
          "mutual": false,
          "expertTags": null,
          "experts": null,
          "djStatus": 0,
          "vipType": 0,
          "remarkName": null,
          "authenticationTypes": 0,
          "avatarDetail": null,
          "anchor": false,
          "avatarImgIdStr": "18968774602925260",
          "backgroundImgIdStr": "109951165611693111",
          "avatarImgId_str": "18968774602925260"
        }
      ],
      "subscribed": false,
      "commentThreadId": "A_PL_0_7393818495",
      "newImported": false,
      "adType": 0,
      "highQuality": false,
      "privacy": 0,
      "ordered": false,
      "anonimous": false,
      "coverStatus": 3,
      "recommendInfo": null,
      "socialPlaylistCover": null,
      "recommendText": null,
      "coverText": null,
      "relateResType": null,
      "relateResId": null,
      "shareCount": 5,
      "coverImgId_str": "109951167385845743",
      "alg": "alg_sq_nsearch",
      "commentCount": 3
    },
    {
      "name": "那些你熟悉却又不知道名字的轻音乐",
      "id": 26467411,
      "trackNumberUpdateTime": 1503235871338,
      "status": 0,
      "userId": 7017009,
      "createTime": 1409379332621,
      "updateTime": 1641178920444,
      "subscribedCount": 2642417,
      "trackCount": 44,
      "cloudTrackCount": 0,
      "coverImgUrl": "http://p1.music.126.net/8fQ9jzTJnMweLNm7VoyPSw==/6623458045881301.jpg",
      "iconImgUrl": null,
      "coverImgId": 6623458045881301,
      "description": "只听一小会你就会爱上它。音乐就像生活,有开心也会有低落的时候,anyway,enjoy it ~",
      "tags": [
        "轻音乐",
        "学习",
        "治愈"
      ],
      "playCount": 106071784,
      "trackUpdateTime": 1686566496482,
      "specialType": 0,
      "totalDuration": 0,
      "creator": {
        "defaultAvatar": false,
        "province": 440000,
        "authStatus": 0,
        "followed": false,
        "avatarUrl": "http://p1.music.126.net/o4_ZxcOrFStGrW_M1QH2rA==/109951164398321845.jpg",
        "accountStatus": 0,
        "gender": 1,
        "city": 440300,
        "birthday": 662659200000,
        "userId": 7017009,
        "userType": 0,
        "nickname": "Lelow",
        "signature": "道路漫长,你要善良。",
        "description": "",
        "detailDescription": "",
        "avatarImgId": 109951164398321840,
        "backgroundImgId": 109951163153437020,
        "backgroundUrl": "http://p1.music.126.net/mlfNJS_zMZckIoHW4MrIaQ==/109951163153437018.jpg",
        "authority": 0,
        "mutual": false,
        "expertTags": null,
        "experts": null,
        "djStatus": 0,
        "vipType": 0,
        "remarkName": null,
        "authenticationTypes": 0,
        "avatarDetail": null,
        "anchor": false,
        "avatarImgIdStr": "109951164398321845",
        "backgroundImgIdStr": "109951163153437018",
        "avatarImgId_str": "109951164398321845"
      },
      "tracks": null,
      "subscribers": [
        {
          "defaultAvatar": false,
          "province": 100,
          "authStatus": 0,
          "followed": false,
          "avatarUrl": "http://p1.music.126.net/O65uWVvv5BWA4r2B8iMaFQ==/109951164854915870.jpg",
          "accountStatus": 0,
          "gender": 2,
          "city": 0,
          "birthday": 1074402914198,
          "userId": 569984737,
          "userType": 0,
          "nickname": "姜鹤鸢",
          "signature": "",
          "description": "",
          "detailDescription": "",
          "avatarImgId": 109951164854915870,
          "backgroundImgId": 109951162868126480,
          "backgroundUrl": "http://p1.music.126.net/_f8R60U9mZ42sSNvdPn2sQ==/109951162868126486.jpg",
          "authority": 0,
          "mutual": false,
          "expertTags": null,
          "experts": null,
          "djStatus": 0,
          "vipType": 0,
          "remarkName": null,
          "authenticationTypes": 0,
          "avatarDetail": null,
          "anchor": false,
          "avatarImgIdStr": "109951164854915870",
          "backgroundImgIdStr": "109951162868126486",
          "avatarImgId_str": "109951164854915870"
        }
      ],
      "subscribed": false,
      "commentThreadId": "A_PL_0_26467411",
      "newImported": false,
      "adType": 0,
      "highQuality": true,
      "privacy": 0,
      "ordered": true,
      "anonimous": false,
      "coverStatus": 3,
      "recommendInfo": null,
      "socialPlaylistCover": null,
      "recommendText": null,
      "coverText": null,
      "relateResType": null,
      "relateResId": null,
      "shareCount": 37182,
      "alg": "alg_sq_offline",
      "commentCount": 6783
    },
    {
      "name": "自然之音/沉浸大自然 静谧与美好之中",
      "id": 8374925988,
      "trackNumberUpdateTime": 1688529386427,
      "status": 0,
      "userId": 342371680,
      "createTime": 1682218159365,
      "updateTime": 1688529386427,
      "subscribedCount": 943,
      "trackCount": 61,
      "cloudTrackCount": 0,
      "coverImgUrl": "http://p1.music.126.net/4NCWg3v2J2yjxk0-ciJs7w==/109951168669105675.jpg",
      "iconImgUrl": null,
      "coverImgId": 109951168669105680,
      "description": "细雨蒙蒙,霜叶知秋,山中雾林,心向往之.\n\n像是偏临黄昏时混杂着青绿与烟黄的深山,隐居于此的道士悠然拨动了沉睡的琴弦。恍惚隔世间,雨滴凝聚在微倾的檐侧,晕染一片青苔。猛然惊觉,却是黄粱一梦,歇了车马,散了秋凉.",
      "tags": [
        "轻音乐",
        "清新",
        "放松"
      ],
      "playCount": 152916,
      "trackUpdateTime": 1688529391474,
      "specialType": 0,
      "totalDuration": 0,
      "creator": {
        "defaultAvatar": false,
        "province": 440000,
        "authStatus": 1,
        "followed": false,
        "avatarUrl": "http://p1.music.126.net/hgdx6wjDPZj-hDh8L54rHg==/109951168523245289.jpg",
        "accountStatus": 0,
        "gender": 1,
        "city": 440300,
        "birthday": 983170440000,
        "userId": 342371680,
        "userType": 200,
        "nickname": "小韧要努力",
        "signature": "以热爱的态度对待生活就是对自己的温柔",
        "description": "",
        "detailDescription": "",
        "avatarImgId": 109951168523245300,
        "backgroundImgId": 109951167894029490,
        "backgroundUrl": "http://p1.music.126.net/3VRwWVvO7NSEwVkQRgcNWg==/109951167894029494.jpg",
        "authority": 0,
        "mutual": false,
        "expertTags": null,
        "experts": null,
        "djStatus": 10,
        "vipType": 11,
        "remarkName": null,
        "authenticationTypes": 528456,
        "avatarDetail": {
          "userType": 200,
          "identityLevel": 3,
          "identityIconUrl": "https://p5.music.126.net/obj/wo3DlcOGw6DClTvDisK1/4761340168/ccce/35dd/ab2d/1a7c8ee0f6bb1fc2760cbb570dfee34f.png"
        },
        "anchor": true,
        "avatarImgIdStr": "109951168523245289",
        "backgroundImgIdStr": "109951167894029494",
        "avatarImgId_str": "109951168523245289"
      },
      "tracks": null,
      "subscribers": [
        {
          "defaultAvatar": false,
          "province": 1000000,
          "authStatus": 0,
          "followed": false,
          "avatarUrl": "http://p1.music.126.net/T1JKsGrsd2aUqzDAolIa-Q==/109951166426273838.jpg",
          "accountStatus": 0,
          "gender": 2,
          "city": 1004400,
          "birthday": -2209017600000,
          "userId": 85072264,
          "userType": 0,
          "nickname": "GaussEulerCauchy",
          "signature": "竭力为善,爱自由甚于一切,即使为了王座,也永勿欺妄真理。      ——贝多芬",
          "description": "",
          "detailDescription": "",
          "avatarImgId": 109951166426273840,
          "backgroundImgId": 109951164917967740,
          "backgroundUrl": "http://p1.music.126.net/6UEY6Kj-ro2m_vBOnNnWMw==/109951164917967750.jpg",
          "authority": 0,
          "mutual": false,
          "expertTags": null,
          "experts": null,
          "djStatus": 0,
          "vipType": 11,
          "remarkName": null,
          "authenticationTypes": 0,
          "avatarDetail": null,
          "anchor": false,
          "avatarImgIdStr": "109951166426273838",
          "backgroundImgIdStr": "109951164917967750",
          "avatarImgId_str": "109951166426273838"
        }
      ],
      "subscribed": false,
      "commentThreadId": "A_PL_0_8374925988",
      "newImported": false,
      "adType": 0,
      "highQuality": false,
      "privacy": 0,
      "ordered": true,
      "anonimous": false,
      "coverStatus": 3,
      "recommendInfo": null,
      "socialPlaylistCover": null,
      "recommendText": null,
      "coverText": null,
      "relateResType": null,
      "relateResId": null,
      "shareCount": 11,
      "coverImgId_str": "109951168669105675",
      "alg": "alg_sq_offline",
      "commentCount": 8
    },
    {
      "name": "『耳机福利』左右耳已跪",
      "id": 108384918,
      "trackNumberUpdateTime": 1522996567620,
      "status": 0,
      "userId": 63512723,
      "createTime": 1442654063228,
      "updateTime": 1522996567620,
      "subscribedCount": 986141,
      "trackCount": 140,
      "cloudTrackCount": 0,
      "coverImgUrl": "http://p1.music.126.net/cFEn-P8Dr4_oVJqxXCQjXQ==/7931876885323415.jpg",
      "iconImgUrl": null,
      "coverImgId": 7931876885323415,
      "description": "欢迎来到这个只有耳机才知道的世界!\n来带上耳机聆听吧~持续慢慢更新。如部分资源因版权问题曲库下架,可以通过电台搜索等方式查找资源(欢迎大家私信推曲库中已有的曲子。上线时间少了回复比较慢见谅。)\n歌单主收集偏向→双声道,同时收录→左右环绕音等耳机福利曲(在歌单底部)\nPS:从poi☆那首开始\n封面:P站id=30910185喜欢可自提\n请勿在评论区发表广告、攻击歌手等信息\n自觉文明",
      "tags": [
        "ACG",
        "电子",
        "另类/独立"
      ],
      "playCount": 37687988,
      "trackUpdateTime": 1686807147703,
      "specialType": 0,
      "totalDuration": 0,
      "creator": {
        "defaultAvatar": false,
        "province": 330000,
        "authStatus": 0,
        "followed": false,
        "avatarUrl": "http://p1.music.126.net/ebzP14h9T6PjQi7N3MBf_w==/109951163727153891.jpg",
        "accountStatus": 0,
        "gender": 1,
        "city": 330300,
        "birthday": 752083200000,
        "userId": 63512723,
        "userType": 0,
        "nickname": "舌尖上的洛天依",
        "signature": "♪脑内总有段熟悉的旋律在徘徊♫....隐了隐了....谢谢大家一直以来的关注..",
        "description": "",
        "detailDescription": "",
        "avatarImgId": 109951163727153890,
        "backgroundImgId": 7959364674485585,
        "backgroundUrl": "http://p1.music.126.net/reiZxUr6NnMC2_TceO_OGg==/7959364674485585.jpg",
        "authority": 0,
        "mutual": false,
        "expertTags": null,
        "experts": null,
        "djStatus": 10,
        "vipType": 0,
        "remarkName": null,
        "authenticationTypes": 0,
        "avatarDetail": null,
        "anchor": false,
        "avatarImgIdStr": "109951163727153891",
        "backgroundImgIdStr": "7959364674485585",
        "avatarImgId_str": "109951163727153891"
      },
      "tracks": null,
      "subscribers": [
        {
          "defaultAvatar": false,
          "province": 330000,
          "authStatus": 0,
          "followed": false,
          "avatarUrl": "http://p1.music.126.net/8eJ3yr9n80Pw_5VFBGI7Uw==/109951164539367028.jpg",
          "accountStatus": 0,
          "gender": 1,
          "city": 330100,
          "birthday": 654787346862,
          "userId": 1508874606,
          "userType": 0,
          "nickname": "李太白字太白",
          "signature": "",
          "description": "",
          "detailDescription": "",
          "avatarImgId": 109951164539367020,
          "backgroundImgId": 109951168684897470,
          "backgroundUrl": "http://p1.music.126.net/7GQkqcjfXmQ3QB06nDK4tQ==/109951168684897472.jpg",
          "authority": 0,
          "mutual": false,
          "expertTags": null,
          "experts": null,
          "djStatus": 0,
          "vipType": 0,
          "remarkName": null,
          "authenticationTypes": 0,
          "avatarDetail": null,
          "anchor": false,
          "avatarImgIdStr": "109951164539367028",
          "backgroundImgIdStr": "109951168684897472",
          "avatarImgId_str": "109951164539367028"
        }
      ],
      "subscribed": false,
      "commentThreadId": "A_PL_0_108384918",
      "newImported": false,
      "adType": 0,
      "highQuality": true,
      "privacy": 0,
      "ordered": true,
      "anonimous": false,
      "coverStatus": 3,
      "recommendInfo": null,
      "socialPlaylistCover": null,
      "recommendText": null,
      "coverText": null,
      "relateResType": null,
      "relateResId": null,
      "shareCount": 11476,
      "alg": "alg_sq_offline",
      "commentCount": 3952
    },
    {
      "name": "氛围纯音|人间温柔  聆听时光静好",
      "id": 8296282183,
      "trackNumberUpdateTime": 1688363858717,
      "status": 0,
      "userId": 342371680,
      "createTime": 1681350766922,
      "updateTime": 1688452987160,
      "subscribedCount": 1325,
      "trackCount": 68,
      "cloudTrackCount": 0,
      "coverImgUrl": "http://p1.music.126.net/9g2Tnw-RRVgZ_ssVZTr15w==/109951168604932061.jpg",
      "iconImgUrl": null,
      "coverImgId": 109951168604932060,
      "description": "小时候的我,可以用一个下午的时间看蚂蚁搬家,还会做些天真的白日梦,但觉得一点都不无聊。\n\n我慢慢明白了为什么我不快乐,现在的我总是期待一个结果。 给自己期望太高,这些预设的期待如果实现了,长舒一口气,如果没有实现呢,就会埋怨不甘跟失望。\n\n《天才在左疯子在右》中有这样一句话:你看到的世界其实就是你自己的样子。\n\n成为你想要的自己,做你自己,你所看到的世界就是你想要的世界.",
      "tags": [
        "轻音乐",
        "治愈",
        "流行"
      ],
      "playCount": 168206,
      "trackUpdateTime": 1688548811724,
      "specialType": 0,
      "totalDuration": 0,
      "creator": {
        "defaultAvatar": false,
        "province": 440000,
        "authStatus": 1,
        "followed": false,
        "avatarUrl": "http://p1.music.126.net/hgdx6wjDPZj-hDh8L54rHg==/109951168523245289.jpg",
        "accountStatus": 0,
        "gender": 1,
        "city": 440300,
        "birthday": 983170440000,
        "userId": 342371680,
        "userType": 200,
        "nickname": "小韧要努力",
        "signature": "以热爱的态度对待生活就是对自己的温柔",
        "description": "",
        "detailDescription": "",
        "avatarImgId": 109951168523245300,
        "backgroundImgId": 109951167894029490,
        "backgroundUrl": "http://p1.music.126.net/3VRwWVvO7NSEwVkQRgcNWg==/109951167894029494.jpg",
        "authority": 0,
        "mutual": false,
        "expertTags": null,
        "experts": null,
        "djStatus": 10,
        "vipType": 11,
        "remarkName": null,
        "authenticationTypes": 528456,
        "avatarDetail": {
          "userType": 200,
          "identityLevel": 3,
          "identityIconUrl": "https://p5.music.126.net/obj/wo3DlcOGw6DClTvDisK1/4761340168/ccce/35dd/ab2d/1a7c8ee0f6bb1fc2760cbb570dfee34f.png"
        },
        "anchor": true,
        "avatarImgIdStr": "109951168523245289",
        "backgroundImgIdStr": "109951167894029494",
        "avatarImgId_str": "109951168523245289"
      },
      "tracks": null,
      "subscribers": [
        {
          "defaultAvatar": false,
          "province": 310000,
          "authStatus": 0,
          "followed": false,
          "avatarUrl": "http://p1.music.126.net/TWXQf80jU6bEopUCGJJ9Mg==/109951168508047634.jpg",
          "accountStatus": 0,
          "gender": 2,
          "city": 310101,
          "birthday": 1016640000000,
          "userId": 5140064980,
          "userType": 0,
          "nickname": "知更鸟太太0426",
          "signature": "",
          "description": "",
          "detailDescription": "",
          "avatarImgId": 109951168508047630,
          "backgroundImgId": 109951162868126480,
          "backgroundUrl": "http://p1.music.126.net/_f8R60U9mZ42sSNvdPn2sQ==/109951162868126486.jpg",
          "authority": 0,
          "mutual": false,
          "expertTags": null,
          "experts": null,
          "djStatus": 0,
          "vipType": 11,
          "remarkName": null,
          "authenticationTypes": 0,
          "avatarDetail": null,
          "anchor": false,
          "avatarImgIdStr": "109951168508047634",
          "backgroundImgIdStr": "109951162868126486",
          "avatarImgId_str": "109951168508047634"
        }
      ],
      "subscribed": false,
      "commentThreadId": "A_PL_0_8296282183",
      "newImported": false,
      "adType": 0,
      "highQuality": false,
      "privacy": 0,
      "ordered": true,
      "anonimous": false,
      "coverStatus": 3,
      "recommendInfo": null,
      "socialPlaylistCover": null,
      "recommendText": null,
      "coverText": null,
      "relateResType": null,
      "relateResId": null,
      "shareCount": 12,
      "coverImgId_str": "109951168604932061",
      "alg": "alg_sq_offline",
      "commentCount": 10
    },
    {
      "name": "纯净轻音|人间温柔 聆听岁月静好",
      "id": 8421225458,
      "trackNumberUpdateTime": 1688703816979,
      "status": 0,
      "userId": 342371680,
      "createTime": 1684208373899,
      "updateTime": 1688703816979,
      "subscribedCount": 162,
      "trackCount": 68,
      "cloudTrackCount": 0,
      "coverImgUrl": "http://p1.music.126.net/jPCo0bHc7s5zwCP9wSPFtA==/109951168690172347.jpg",
      "iconImgUrl": null,
      "coverImgId": 109951168690172350,
      "description": "好喜欢这种温柔的感觉。温柔得像晚风,像皎月,像冬日暖阳,像璀璨星光。是怦然心动,是爱意汹涌,是踏遍万水千山之后,你如约而至,我得偿所愿。",
      "tags": [
        "轻音乐",
        "清新",
        "治愈"
      ],
      "playCount": 39621,
      "trackUpdateTime": 1688703834532,
      "specialType": 0,
      "totalDuration": 0,
      "creator": {
        "defaultAvatar": false,
        "province": 440000,
        "authStatus": 1,
        "followed": false,
        "avatarUrl": "http://p1.music.126.net/hgdx6wjDPZj-hDh8L54rHg==/109951168523245289.jpg",
        "accountStatus": 0,
        "gender": 1,
        "city": 440300,
        "birthday": 983170440000,
        "userId": 342371680,
        "userType": 200,
        "nickname": "小韧要努力",
        "signature": "以热爱的态度对待生活就是对自己的温柔",
        "description": "",
        "detailDescription": "",
        "avatarImgId": 109951168523245300,
        "backgroundImgId": 109951167894029490,
        "backgroundUrl": "http://p1.music.126.net/3VRwWVvO7NSEwVkQRgcNWg==/109951167894029494.jpg",
        "authority": 0,
        "mutual": false,
        "expertTags": null,
        "experts": null,
        "djStatus": 10,
        "vipType": 11,
        "remarkName": null,
        "authenticationTypes": 528456,
        "avatarDetail": {
          "userType": 200,
          "identityLevel": 3,
          "identityIconUrl": "https://p5.music.126.net/obj/wo3DlcOGw6DClTvDisK1/4761340168/ccce/35dd/ab2d/1a7c8ee0f6bb1fc2760cbb570dfee34f.png"
        },
        "anchor": true,
        "avatarImgIdStr": "109951168523245289",
        "backgroundImgIdStr": "109951167894029494",
        "avatarImgId_str": "109951168523245289"
      },
      "tracks": null,
      "subscribers": [
        {
          "defaultAvatar": false,
          "province": 430000,
          "authStatus": 0,
          "followed": false,
          "avatarUrl": "http://p1.music.126.net/HVyGIc0uocqWqyZU_jnuhg==/3418381656905561.jpg",
          "accountStatus": 0,
          "gender": 2,
          "city": 430500,
          "birthday": 939257189000,
          "userId": 297622525,
          "userType": 0,
          "nickname": "与卿共安",
          "signature": "",
          "description": "",
          "detailDescription": "",
          "avatarImgId": 3418381656905561,
          "backgroundImgId": 18769762998824210,
          "backgroundUrl": "http://p1.music.126.net/KWdaxhrxCRumPktn7ADDeQ==/18769762998824206.jpg",
          "authority": 0,
          "mutual": false,
          "expertTags": null,
          "experts": null,
          "djStatus": 0,
          "vipType": 0,
          "remarkName": null,
          "authenticationTypes": 0,
          "avatarDetail": null,
          "anchor": false,
          "avatarImgIdStr": "3418381656905561",
          "backgroundImgIdStr": "18769762998824206"
        }
      ],
      "subscribed": false,
      "commentThreadId": "A_PL_0_8421225458",
      "newImported": false,
      "adType": 0,
      "highQuality": false,
      "privacy": 0,
      "ordered": true,
      "anonimous": false,
      "coverStatus": 3,
      "recommendInfo": null,
      "socialPlaylistCover": null,
      "recommendText": null,
      "coverText": null,
      "relateResType": null,
      "relateResId": null,
      "shareCount": 3,
      "coverImgId_str": "109951168690172347",
      "alg": "alg_sq_offline",
      "commentCount": 1
    },
    {
      "name": "治愈纯音|人间温柔 聆听时光静好",
      "id": 8436750387,
      "trackNumberUpdateTime": 1684997435393,
      "status": 0,
      "userId": 342371680,
      "createTime": 1684997434941,
      "updateTime": 1684997476930,
      "subscribedCount": 52,
      "trackCount": 67,
      "cloudTrackCount": 0,
      "coverImgUrl": "http://p1.music.126.net/vooe4WE0lNgH1Z3CS8rBlg==/109951168636658829.jpg",
      "iconImgUrl": null,
      "coverImgId": 109951168636658830,
      "description": "白天要努力的忙起来,顺顺利利把事情做完,晚上就可以钻进被窝,看看喜欢的书,带上耳机专心看剧,或者只是安心的睡个好觉,这样的每一天都会更可爱吧,就希望一切顺顺利利平平安安健健康康快快乐乐开开心心。",
      "tags": [
        "轻音乐",
        "清新",
        "治愈"
      ],
      "playCount": 5101,
      "trackUpdateTime": 1688548275203,
      "specialType": 0,
      "totalDuration": 0,
      "creator": {
        "defaultAvatar": false,
        "province": 440000,
        "authStatus": 1,
        "followed": false,
        "avatarUrl": "http://p1.music.126.net/hgdx6wjDPZj-hDh8L54rHg==/109951168523245289.jpg",
        "accountStatus": 0,
        "gender": 1,
        "city": 440300,
        "birthday": 983170440000,
        "userId": 342371680,
        "userType": 200,
        "nickname": "小韧要努力",
        "signature": "以热爱的态度对待生活就是对自己的温柔",
        "description": "",
        "detailDescription": "",
        "avatarImgId": 109951168523245300,
        "backgroundImgId": 109951167894029490,
        "backgroundUrl": "http://p1.music.126.net/3VRwWVvO7NSEwVkQRgcNWg==/109951167894029494.jpg",
        "authority": 0,
        "mutual": false,
        "expertTags": null,
        "experts": null,
        "djStatus": 10,
        "vipType": 11,
        "remarkName": null,
        "authenticationTypes": 528456,
        "avatarDetail": {
          "userType": 200,
          "identityLevel": 3,
          "identityIconUrl": "https://p5.music.126.net/obj/wo3DlcOGw6DClTvDisK1/4761340168/ccce/35dd/ab2d/1a7c8ee0f6bb1fc2760cbb570dfee34f.png"
        },
        "anchor": true,
        "avatarImgIdStr": "109951168523245289",
        "backgroundImgIdStr": "109951167894029494",
        "avatarImgId_str": "109951168523245289"
      },
      "tracks": null,
      "subscribers": [
        {
          "defaultAvatar": false,
          "province": 340000,
          "authStatus": 0,
          "followed": false,
          "avatarUrl": "http://p1.music.126.net/DZA8-4x3jzMXU54qqgLygg==/3251255905278668.jpg",
          "accountStatus": 0,
          "gender": 2,
          "city": 340400,
          "birthday": 901814400000,
          "userId": 345799101,
          "userType": 0,
          "nickname": "妳説会陪我到最后",
          "signature": "",
          "description": "",
          "detailDescription": "",
          "avatarImgId": 3251255905278668,
          "backgroundImgId": 2002210674180204,
          "backgroundUrl": "http://p1.music.126.net/5L9yqWa_UnlHtlp7li5PAg==/2002210674180204.jpg",
          "authority": 0,
          "mutual": false,
          "expertTags": null,
          "experts": null,
          "djStatus": 0,
          "vipType": 0,
          "remarkName": null,
          "authenticationTypes": 0,
          "avatarDetail": null,
          "anchor": false,
          "avatarImgIdStr": "3251255905278668",
          "backgroundImgIdStr": "2002210674180204"
        }
      ],
      "subscribed": false,
      "commentThreadId": "A_PL_0_8436750387",
      "newImported": false,
      "adType": 0,
      "highQuality": false,
      "privacy": 0,
      "ordered": false,
      "anonimous": false,
      "coverStatus": 3,
      "recommendInfo": null,
      "socialPlaylistCover": null,
      "recommendText": null,
      "coverText": null,
      "relateResType": null,
      "relateResId": null,
      "shareCount": 0,
      "coverImgId_str": "109951168636658829",
      "alg": "alg_sq_offline",
      "commentCount": 2
    },
    {
      "name": "♩日推宝藏!来和甜妹跳舞吧!2023年5月25日",
      "id": 8437123096,
      "trackNumberUpdateTime": 1687608272165,
      "status": 0,
      "userId": 116560665,
      "createTime": 1685011845379,
      "updateTime": 1687608283082,
      "subscribedCount": 226,
      "trackCount": 35,
      "cloudTrackCount": 0,
      "coverImgUrl": "http://p1.music.126.net/oFp3oKUuNNpoyyL1Tq0Sfw==/109951168637076947.jpg",
      "iconImgUrl": null,
      "coverImgId": 109951168637076940,
      "description": "我称之为大好球曲,我的朋友,今天日推给我的曲子,听后收藏率高达80%,可以说是直击灵魂。里面都是甜妹萌妹少女音(除某个船长),节奏较快,中文日文国风电音流行偶像大师闪耀色彩",
      "tags": [
        "华语",
        "日语",
        "ACG"
      ],
      "playCount": 63317,
      "trackUpdateTime": 1687608373019,
      "specialType": 0,
      "totalDuration": 0,
      "creator": {
        "defaultAvatar": false,
        "province": 120000,
        "authStatus": 0,
        "followed": false,
        "avatarUrl": "http://p1.music.126.net/193ne8owblx_-K4gqRyiZg==/109951163762755803.jpg",
        "accountStatus": 0,
        "gender": 1,
        "city": 120101,
        "birthday": 783705600000,
        "userId": 116560665,
        "userType": 200,
        "nickname": "月海千华",
        "signature": "嗨嗨嗨~这里是一只励志成为大佬的 新番歌单作者~~喜欢ACG歌曲和电音~现在沉迷国分电音",
        "description": "",
        "detailDescription": "",
        "avatarImgId": 109951163762755800,
        "backgroundImgId": 109951165179603790,
        "backgroundUrl": "http://p1.music.126.net/-P0-IP7bYSnDb9kqF3WtQw==/109951165179603795.jpg",
        "authority": 0,
        "mutual": false,
        "expertTags": [
          "影视原声",
          "ACG",
          "日语"
        ],
        "experts": null,
        "djStatus": 0,
        "vipType": 11,
        "remarkName": null,
        "authenticationTypes": 64,
        "avatarDetail": {
          "userType": 200,
          "identityLevel": 2,
          "identityIconUrl": "https://p5.music.126.net/obj/wo3DlcOGw6DClTvDisK1/4761340159/e2c1/6fb5/f49b/353e6d1857f7c5f46426beb533427e53.png"
        },
        "anchor": false,
        "avatarImgIdStr": "109951163762755803",
        "backgroundImgIdStr": "109951165179603795",
        "avatarImgId_str": "109951163762755803"
      },
      "tracks": null,
      "subscribers": [
        {
          "defaultAvatar": false,
          "province": 340000,
          "authStatus": 0,
          "followed": false,
          "avatarUrl": "http://p1.music.126.net/7D8x4CZhhIlv41xuCCcL2Q==/109951165922581018.jpg",
          "accountStatus": 0,
          "gender": 1,
          "city": 340300,
          "birthday": 1008088963529,
          "userId": 1354583016,
          "userType": 0,
          "nickname": "浮生若梦180128",
          "signature": "",
          "description": "",
          "detailDescription": "",
          "avatarImgId": 109951165922581020,
          "backgroundImgId": 109951163956510820,
          "backgroundUrl": "http://p1.music.126.net/6rZkfkc-nSRm4MuA2KnPzg==/109951163956510817.jpg",
          "authority": 0,
          "mutual": false,
          "expertTags": null,
          "experts": null,
          "djStatus": 0,
          "vipType": 0,
          "remarkName": null,
          "authenticationTypes": 0,
          "avatarDetail": null,
          "anchor": false,
          "avatarImgIdStr": "109951165922581018",
          "backgroundImgIdStr": "109951163956510817",
          "avatarImgId_str": "109951165922581018"
        }
      ],
      "subscribed": false,
      "commentThreadId": "A_PL_0_8437123096",
      "newImported": false,
      "adType": 0,
      "highQuality": false,
      "privacy": 0,
      "ordered": true,
      "anonimous": false,
      "coverStatus": 3,
      "recommendInfo": null,
      "socialPlaylistCover": null,
      "recommendText": null,
      "coverText": null,
      "relateResType": null,
      "relateResId": null,
      "shareCount": 2,
      "coverImgId_str": "109951168637076947",
      "alg": "alg_sq_offline",
      "commentCount": 4
    },
    {
      "name": "【德语】莱茵河畔之风拂过心田",
      "id": 2653868848,
      "trackNumberUpdateTime": 1633756441689,
      "status": 0,
      "userId": 80597181,
      "createTime": 1549207735309,
      "updateTime": 1633756441689,
      "subscribedCount": 4913,
      "trackCount": 137,
      "cloudTrackCount": 0,
      "coverImgUrl": "http://p1.music.126.net/kzt5CaQv9Fk3XIiQr5Ubeg==/109951165289612523.jpg",
      "iconImgUrl": null,
      "coverImgId": 109951165289612530,
      "description": "德语,属印欧语系日耳曼语族西日耳曼语支。\n\n德国位于中欧,北邻丹麦,西部与荷兰、比利时、卢森堡和法国接壤,南\n邻瑞士和奥地利,东部与捷克和波兰接壤,首都为柏林。\n\n奥地利是位于中欧南部的内陆国。东邻斯洛伐克和匈牙利,南接斯洛文尼亚和意大利,西连瑞士和列支敦士登,北与德国和捷克接壤。首都维也纳。\n\n可能大众对德语的印象是生硬严肃,但是这里可以听到热情、柔情、清新等各式各样的德语歌曲,希望大伙喜欢!",
      "tags": [
        "欧美",
        "流行",
        "世界音乐"
      ],
      "playCount": 409418,
      "trackUpdateTime": 1684561434274,
      "specialType": 0,
      "totalDuration": 0,
      "creator": {
        "defaultAvatar": false,
        "province": 1000000,
        "authStatus": 0,
        "followed": false,
        "avatarUrl": "http://p1.music.126.net/1MA5oZvLYUsb08BKN3LxxA==/109951168606270365.jpg",
        "accountStatus": 0,
        "gender": 0,
        "city": 1006700,
        "birthday": 881251200000,
        "userId": 80597181,
        "userType": 200,
        "nickname": "Ariya_____",
        "signature": "行到水穷处,坐看云起时。\n世界流行音乐资讯站圈主,随缘更新小语种音乐、乡村音乐、摇滚音乐、金属音乐、拉丁音乐、日本流行、韩国流行音乐以及其他音乐资讯。",
        "description": "",
        "detailDescription": "",
        "avatarImgId": 109951168606270370,
        "backgroundImgId": 109951165395733630,
        "backgroundUrl": "http://p1.music.126.net/JoV68ORMXbVRqYMDNp28GA==/109951165395733633.jpg",
        "authority": 0,
        "mutual": false,
        "expertTags": [
          "世界音乐"
        ],
        "experts": null,
        "djStatus": 10,
        "vipType": 11,
        "remarkName": null,
        "authenticationTypes": 528448,
        "avatarDetail": {
          "userType": 200,
          "identityLevel": 2,
          "identityIconUrl": "https://p5.music.126.net/obj/wo3DlcOGw6DClTvDisK1/4761340159/e2c1/6fb5/f49b/353e6d1857f7c5f46426beb533427e53.png"
        },
        "anchor": true,
        "avatarImgIdStr": "109951168606270365",
        "backgroundImgIdStr": "109951165395733633",
        "avatarImgId_str": "109951168606270365"
      },
      "tracks": null,
      "subscribers": [
        {
          "defaultAvatar": false,
          "province": 1000000,
          "authStatus": 0,
          "followed": false,
          "avatarUrl": "http://p1.music.126.net/feLRsYiBQD2vvO1tLiE-Lw==/109951168491983084.jpg",
          "accountStatus": 0,
          "gender": 2,
          "city": 1007500,
          "birthday": 82965710000,
          "userId": 557611797,
          "userType": 0,
          "nickname": "明天又不想上学",
          "signature": "没有后摇的人生是一片废墟",
          "description": "",
          "detailDescription": "",
          "avatarImgId": 109951168491983090,
          "backgroundImgId": 109951163880253800,
          "backgroundUrl": "http://p1.music.126.net/vBbDbtoiX2oQxpBb2p0_zQ==/109951163880253785.jpg",
          "authority": 0,
          "mutual": false,
          "expertTags": null,
          "experts": null,
          "djStatus": 0,
          "vipType": 11,
          "remarkName": null,
          "authenticationTypes": 0,
          "avatarDetail": null,
          "anchor": false,
          "avatarImgIdStr": "109951168491983084",
          "backgroundImgIdStr": "109951163880253785",
          "avatarImgId_str": "109951168491983084"
        }
      ],
      "subscribed": false,
      "commentThreadId": "A_PL_0_2653868848",
      "newImported": false,
      "adType": 0,
      "highQuality": true,
      "privacy": 0,
      "ordered": true,
      "anonimous": false,
      "coverStatus": 3,
      "recommendInfo": null,
      "socialPlaylistCover": null,
      "recommendText": null,
      "coverText": null,
      "relateResType": null,
      "relateResId": null,
      "shareCount": 369,
      "coverImgId_str": "109951165289612523",
      "alg": "alg_sq_offline",
      "commentCount": 51
    },
    {
      "name": "『动漫社』欢迎赏欣!生活趣味小边角",
      "id": 8424400995,
      "trackNumberUpdateTime": 1685339351726,
      "status": 0,
      "userId": 1292418901,
      "createTime": 1684396769886,
      "updateTime": 1685339351726,
      "subscribedCount": 199,
      "trackCount": 103,
      "cloudTrackCount": 0,
      "coverImgUrl": "http://p1.music.126.net/oqnkUWyxI6ZFVwY6cv645A==/109951168622392207.jpg",
      "iconImgUrl": null,
      "coverImgId": 109951168622392210,
      "description": "岁月被拉得太过悠长, 让我几乎忘记最初的阳光, 我也要感谢你曾经用那么温柔的行动, 给了我一个,那么五彩斑斓的梦.…",
      "tags": [
        "日语",
        "流行",
        "榜单"
      ],
      "playCount": 68668,
      "trackUpdateTime": 1688718458894,
      "specialType": 0,
      "totalDuration": 0,
      "creator": {
        "defaultAvatar": false,
        "province": 650000,
        "authStatus": 1,
        "followed": false,
        "avatarUrl": "http://p1.music.126.net/Pk1jG6RGSDiL7xC3sgHyDw==/109951168609149702.jpg",
        "accountStatus": 0,
        "gender": 1,
        "city": 653200,
        "birthday": 984142817278,
        "userId": 1292418901,
        "userType": 4,
        "nickname": "Eliy-Habir",
        "signature": "不接歌单合作\n\n",
        "description": "",
        "detailDescription": "",
        "avatarImgId": 109951168609149700,
        "backgroundImgId": 109951166061167570,
        "backgroundUrl": "http://p1.music.126.net/3smMFSCp_re6ZsozftlhfQ==/109951166061167573.jpg",
        "authority": 0,
        "mutual": false,
        "expertTags": null,
        "experts": null,
        "djStatus": 10,
        "vipType": 11,
        "remarkName": null,
        "authenticationTypes": 72,
        "avatarDetail": {
          "userType": 4,
          "identityLevel": 1,
          "identityIconUrl": "https://p5.music.126.net/obj/wo3DlcOGw6DClTvDisK1/4874132307/4499/f228/d867/da64b9725e125943ad4e14e4c72d0884.png"
        },
        "anchor": false,
        "avatarImgIdStr": "109951168609149702",
        "backgroundImgIdStr": "109951166061167573",
        "avatarImgId_str": "109951168609149702"
      },
      "tracks": null,
      "subscribers": [
        {
          "defaultAvatar": false,
          "province": 110000,
          "authStatus": 0,
          "followed": false,
          "avatarUrl": "http://p1.music.126.net/ONGyMBkqfoQLnWzIQNww1g==/109951168040627710.jpg",
          "accountStatus": 0,
          "gender": 0,
          "city": 110101,
          "birthday": -2209017600000,
          "userId": 4939374461,
          "userType": 0,
          "nickname": "SonnyBrisko",
          "signature": "扩📣\nq 315944030 wx Ahuan_fallingrain\n主:es drb Vtuber 文野 咒术回战 sky∞ 光与夜之恋 食物语 柯南 HP\nes篇:推汪口ngs糖醋鲤鱼\ndrb篇:推兔兔和二郎\n彩虹社:搞Luxiem全员主推Luca 搞Noctyx主推Sonny\n还搞月亮龙 kenji\n文野:推中原中也和洛夫克拉夫特\n咒术回战:推杰哥 狗卷棘\nsky∞:推樱屋敷薰\n光夜:推55\n食物语:推三鲜脱骨鱼(微梦向)杨枝甘露 太白鸭\n柯南:推kid和秀\nHP:原著党 喜欢Sirius\n雷点:大众雷点 塔照中之人相关 mxtx作者粉\n游戏:es arb 哈利波特 原神 食物语 光夜等等\n欢迎扩我📣📣📣",
          "description": "",
          "detailDescription": "",
          "avatarImgId": 109951168040627710,
          "backgroundImgId": 109951162868126480,
          "backgroundUrl": "http://p1.music.126.net/_f8R60U9mZ42sSNvdPn2sQ==/109951162868126486.jpg",
          "authority": 0,
          "mutual": false,
          "expertTags": null,
          "experts": null,
          "djStatus": 0,
          "vipType": 11,
          "remarkName": null,
          "authenticationTypes": 0,
          "avatarDetail": null,
          "anchor": false,
          "avatarImgIdStr": "109951168040627710",
          "backgroundImgIdStr": "109951162868126486",
          "avatarImgId_str": "109951168040627710"
        }
      ],
      "subscribed": false,
      "commentThreadId": "A_PL_0_8424400995",
      "newImported": false,
      "adType": 0,
      "highQuality": false,
      "privacy": 0,
      "ordered": false,
      "anonimous": false,
      "coverStatus": 3,
      "recommendInfo": null,
      "socialPlaylistCover": null,
      "recommendText": null,
      "coverText": null,
      "relateResType": null,
      "relateResId": null,
      "shareCount": 1,
      "coverImgId_str": "109951168622392207",
      "alg": "alg_sq_offline",
      "commentCount": 0
    },
    {
      "name": "国人雷鬼 Ι 探索不拘一格的玩性洒脱",
      "id": 2143660964,
      "trackNumberUpdateTime": 1636473381217,
      "status": 0,
      "userId": 499915181,
      "createTime": 1521213413139,
      "updateTime": 1636473381217,
      "subscribedCount": 14027,
      "trackCount": 88,
      "cloudTrackCount": 0,
      "coverImgUrl": "http://p1.music.126.net/ssmGC5NSAG4hDAV9Yv1NoA==/109951165737454973.jpg",
      "iconImgUrl": null,
      "coverImgId": 109951165737454980,
      "description": "雷⿁是早期⽛买加的流⾏⾳乐之⼀,由斯卡(Ska)和洛克斯代迪(Rock Steady)⾳乐演变⽽来,它不仅融合了美国节奏蓝调的抒情曲风,同时还加⼊了拉丁⾳乐的热情。另外,雷⿁⼗分强调vocal的部份,不论是独唱或合唱,通常它是运⽤吟唱的⽅式来表现,并且藉由吉他、打击乐器、电⼦琴或其他乐器带出主要的旋律和节奏。⽽在雷⿁乐当中,电贝斯占了相当重要的⽐例!雷⿁乐是属于四四拍的⾳乐,重⾳落在 \n第⼆和第四拍。从⾳乐中⼤⿎的部份,我们可以清楚的听出⼀个明显的节奏和固定的旋律线。拥有⾃成⼀派、懒洋洋的独特节奏。\n\n国内雷鬼在上世纪80年代便已出现,而后崔健、窦唯等创作人尝试了这种风格的演绎,如今有更多的年轻血液去探索这样一种独特的唱作风格,探索雷鬼,而不拘于雷鬼,即使雷鬼乐在国内并不是很成熟,但音乐多元化才是我们听众所要\n追求的,当然,如果你想听纯正的雷鬼乐,你可以先听听它的缔造者,Bob Marley的作品,相信我,你会发现一个新世界~\n\n歌曲排列随机\n\n整理by仲冬二二",
      "tags": [
        "华语",
        "雷鬼"
      ],
      "playCount": 1542514,
      "trackUpdateTime": 1687112613993,
      "specialType": 0,
      "totalDuration": 0,
      "creator": {
        "defaultAvatar": false,
        "province": 440000,
        "authStatus": 0,
        "followed": false,
        "avatarUrl": "http://p1.music.126.net/ybu0S7pkgteFYkEwDawEJA==/109951168302119588.jpg",
        "accountStatus": 0,
        "gender": 1,
        "city": 440100,
        "birthday": 943200000000,
        "userId": 499915181,
        "userType": 200,
        "nickname": "仲冬二二",
        "signature": "TokisakiKurumi\r音乐与吃饭兼得",
        "description": "",
        "detailDescription": "",
        "avatarImgId": 109951168302119580,
        "backgroundImgId": 109951166568861540,
        "backgroundUrl": "http://p1.music.126.net/8kLzxPC7jpsdKHodh32H9g==/109951166568861538.jpg",
        "authority": 0,
        "mutual": false,
        "expertTags": [
          "日语"
        ],
        "experts": {
          "1": "二次元视频达人",
          "2": "动漫图文达人"
        },
        "djStatus": 10,
        "vipType": 11,
        "remarkName": null,
        "authenticationTypes": 533568,
        "avatarDetail": {
          "userType": 200,
          "identityLevel": 2,
          "identityIconUrl": "https://p5.music.126.net/obj/wo3DlcOGw6DClTvDisK1/4761340159/e2c1/6fb5/f49b/353e6d1857f7c5f46426beb533427e53.png"
        },
        "anchor": false,
        "avatarImgIdStr": "109951168302119588",
        "backgroundImgIdStr": "109951166568861538",
        "avatarImgId_str": "109951168302119588"
      },
      "tracks": null,
      "subscribers": [
        {
          "defaultAvatar": false,
          "province": 220000,
          "authStatus": 0,
          "followed": false,
          "avatarUrl": "http://p1.music.126.net/IS_h0bl5U76choywE8Q_ww==/109951168695385036.jpg",
          "accountStatus": 0,
          "gender": 2,
          "city": 220500,
          "birthday": -2209017600000,
          "userId": 1781988626,
          "userType": 0,
          "nickname": "油炸一盘花生米",
          "signature": "傻逼一个,快走别看了",
          "description": "",
          "detailDescription": "",
          "avatarImgId": 109951168695385040,
          "backgroundImgId": 109951165424649820,
          "backgroundUrl": "http://p1.music.126.net/PHPJLipW-QACxLrAbaGlcw==/109951165424649829.jpg",
          "authority": 0,
          "mutual": false,
          "expertTags": null,
          "experts": null,
          "djStatus": 0,
          "vipType": 11,
          "remarkName": null,
          "authenticationTypes": 0,
          "avatarDetail": null,
          "anchor": false,
          "avatarImgIdStr": "109951168695385036",
          "backgroundImgIdStr": "109951165424649829",
          "avatarImgId_str": "109951168695385036"
        }
      ],
      "subscribed": false,
      "commentThreadId": "A_PL_0_2143660964",
      "newImported": false,
      "adType": 0,
      "highQuality": true,
      "privacy": 0,
      "ordered": true,
      "anonimous": false,
      "coverStatus": 3,
      "recommendInfo": null,
      "socialPlaylistCover": null,
      "recommendText": null,
      "coverText": null,
      "relateResType": null,
      "relateResId": null,
      "shareCount": 329,
      "coverImgId_str": "109951165737454973",
      "alg": "alg_sq_offline",
      "commentCount": 58
    },
    {
      "name": "深情布鲁斯,浓情老酒馆。",
      "id": 939320758,
      "trackNumberUpdateTime": 1603040365578,
      "status": 0,
      "userId": 423252549,
      "createTime": 1506791887695,
      "updateTime": 1603040365578,
      "subscribedCount": 344951,
      "trackCount": 125,
      "cloudTrackCount": 0,
      "coverImgUrl": "http://p1.music.126.net/QCJQ-7OA-WVZgjipwXNB9g==/18602637232541777.jpg",
      "iconImgUrl": null,
      "coverImgId": 18602637232541776,
      "description": "蓝调始于二十世纪初美国南部,蓝调形成初期是为贫苦黑人呐喊时的音乐,其中也混合了在教会中类似朗诵形式的节奏及韵律。\n\n蓝调音乐很着重自我情感的宣泄,刚开始听的时候可能你会觉得它给你带来的是一种忧伤,忧郁,但是你听久了就不会这样觉得,反而越听越喜欢,是下班后疲惫放松的必备良药,也是许些老酒馆里必放的歌单,平时和几个老友一起在老酒馆喝喝酒,听听曲,撩撩妹,或者是在咖啡馆,这样的生活岂不是多姿多彩。\n\n为了更能体现出老酒馆的味道\n我在歌单里放了些爵士钢琴\n爵士加上布鲁斯再好不过了\n希望你们喜欢\n\n“有时他放一些唱片,让那些水一样的音乐流淌在寂静中。他感觉她听得见。即使仅仅只看到她的发丝和白裙在风中翻飞。”",
      "tags": [
        "欧美",
        "蓝调",
        "爵士"
      ],
      "playCount": 21365046,
      "trackUpdateTime": 1685968951097,
      "specialType": 0,
      "totalDuration": 0,
      "creator": {
        "defaultAvatar": false,
        "province": 0,
        "authStatus": 0,
        "followed": false,
        "avatarUrl": "http://p1.music.126.net/SUeqMM8HOIpHv9Nhl9qt9w==/109951165647004069.jpg",
        "accountStatus": 30,
        "gender": 0,
        "city": 100,
        "birthday": -2209017600000,
        "userId": 423252549,
        "userType": 207,
        "nickname": "帐号已注销",
        "signature": "",
        "description": "",
        "detailDescription": "",
        "avatarImgId": 109951165647004060,
        "backgroundImgId": 109951162868128400,
        "backgroundUrl": "http://p1.music.126.net/2zSNIqTcpHL2jIvU6hG0EA==/109951162868128395.jpg",
        "authority": 0,
        "mutual": false,
        "expertTags": null,
        "experts": null,
        "djStatus": 0,
        "vipType": 11,
        "remarkName": null,
        "authenticationTypes": 524352,
        "avatarDetail": {
          "userType": 207,
          "identityLevel": 3,
          "identityIconUrl": "https://p5.music.126.net/obj/wo3DlcOGw6DClTvDisK1/4761340168/ccce/35dd/ab2d/1a7c8ee0f6bb1fc2760cbb570dfee34f.png"
        },
        "anchor": false,
        "avatarImgIdStr": "109951165647004069",
        "backgroundImgIdStr": "109951162868128395",
        "avatarImgId_str": "109951165647004069"
      },
      "tracks": null,
      "subscribers": [
        {
          "defaultAvatar": false,
          "province": 110000,
          "authStatus": 0,
          "followed": false,
          "avatarUrl": "http://p1.music.126.net/Urcoo0g7gjWeU0G8taxIGw==/109951168588709571.jpg",
          "accountStatus": 0,
          "gender": 1,
          "city": 110101,
          "birthday": 993052800000,
          "userId": 70554395,
          "userType": 0,
          "nickname": "Marx2066",
          "signature": "",
          "description": "",
          "detailDescription": "",
          "avatarImgId": 109951168588709570,
          "backgroundImgId": 109951165424649820,
          "backgroundUrl": "http://p1.music.126.net/PHPJLipW-QACxLrAbaGlcw==/109951165424649829.jpg",
          "authority": 0,
          "mutual": false,
          "expertTags": null,
          "experts": null,
          "djStatus": 0,
          "vipType": 11,
          "remarkName": null,
          "authenticationTypes": 4096,
          "avatarDetail": null,
          "anchor": true,
          "avatarImgIdStr": "109951168588709571",
          "backgroundImgIdStr": "109951165424649829",
          "avatarImgId_str": "109951168588709571"
        }
      ],
      "subscribed": false,
      "commentThreadId": "A_PL_0_939320758",
      "newImported": false,
      "adType": 0,
      "highQuality": true,
      "privacy": 0,
      "ordered": true,
      "anonimous": false,
      "coverStatus": 3,
      "recommendInfo": null,
      "socialPlaylistCover": null,
      "recommendText": null,
      "coverText": null,
      "relateResType": null,
      "relateResId": null,
      "shareCount": 6150,
      "coverImgId_str": "18602637232541777",
      "alg": "alg_sq_offline",
      "commentCount": 966
    },
    {
      "name": "法语爵士|红酒与玫瑰浪漫邂逅",
      "id": 1997190595,
      "trackNumberUpdateTime": 1576584301578,
      "status": 0,
      "userId": 122356259,
      "createTime": 1512058325029,
      "updateTime": 1576584301578,
      "subscribedCount": 106539,
      "trackCount": 35,
      "cloudTrackCount": 0,
      "coverImgUrl": "http://p1.music.126.net/Rh8JO50ZbU8NVYK9h-G8YQ==/109951164221820704.jpg",
      "iconImgUrl": null,
      "coverImgId": 109951164221820700,
      "description": "塞纳河边的散步,\n香榭丽舍林荫下的低徊,\n小酒吧里的慢酌,\n咖啡馆里的细语,\n无一不是法式浪漫的体现。\n法国的浪漫,\n不是刻意做出来的,\n而是一种自然流露,\n浪漫已经成为了一种生活方式,\n优雅从容,享受生活。\n\n自20世纪20年代以来,\n爵士音乐在法国流行。\n国际知名度在20世纪30年代达到顶峰,\n并且自那以后一直备受追捧。\n一次世界大战之后,\n一些美国侨民定居在巴黎,\n开始发展爵士乐。\n法国的开放包容的态度,\n所以爵士乐在此不断发展壮大。\n爵士乐以即兴、慵懒、摇摆见长,\n搭配法语的腔调别有一番风味。\n吸引各地爵士歌手唱法语爵士,\n比较有代表性法语爵士歌手:\n加拿大爵士女声:Chantal Chamberland\n荷兰艺术家:Laura Fygi\n堪称21世纪最棒的爵士女声:Madeleine Peyroux\n世界一流的爵士歌手:Stacey Kent\n爵士名伶:Tina May\n日本爵士女歌手:小野丽莎\n俄国后裔:Sophie Milman\n在这些爵士歌手美妙的歌声中,\n法语爵士受到了世界的普遍欢迎。\n\n封面:电影《007 》幽灵党",
      "tags": [
        "爵士",
        "Bossa Nova",
        "小语种"
      ],
      "playCount": 5290912,
      "trackUpdateTime": 1687454886361,
      "specialType": 0,
      "totalDuration": 0,
      "creator": {
        "defaultAvatar": false,
        "province": 220000,
        "authStatus": 0,
        "followed": false,
        "avatarUrl": "http://p1.music.126.net/X-ril-AOd_UbFrL_jjsQFA==/109951165040277449.jpg",
        "accountStatus": 0,
        "gender": 0,
        "city": 220100,
        "birthday": -2209017600000,
        "userId": 122356259,
        "userType": 200,
        "nickname": "卧室坐家",
        "signature": "",
        "description": "",
        "detailDescription": "",
        "avatarImgId": 109951165040277460,
        "backgroundImgId": 109951165516083180,
        "backgroundUrl": "http://p1.music.126.net/Eu17kX5gr29TVZ5Uq3StAA==/109951165516083183.jpg",
        "authority": 0,
        "mutual": false,
        "expertTags": [
          "电子",
          "摇滚",
          "爵士"
        ],
        "experts": null,
        "djStatus": 0,
        "vipType": 0,
        "remarkName": null,
        "authenticationTypes": 64,
        "avatarDetail": {
          "userType": 200,
          "identityLevel": 2,
          "identityIconUrl": "https://p5.music.126.net/obj/wo3DlcOGw6DClTvDisK1/4761340159/e2c1/6fb5/f49b/353e6d1857f7c5f46426beb533427e53.png"
        },
        "anchor": false,
        "avatarImgIdStr": "109951165040277449",
        "backgroundImgIdStr": "109951165516083183",
        "avatarImgId_str": "109951165040277449"
      },
      "tracks": null,
      "subscribers": [
        {
          "defaultAvatar": false,
          "province": 440000,
          "authStatus": 0,
          "followed": false,
          "avatarUrl": "http://p1.music.126.net/KNKT6ufhsCr3v62k1jqtxA==/109951167209306684.jpg",
          "accountStatus": 0,
          "gender": 2,
          "city": 440600,
          "birthday": 652201200000,
          "userId": 1329882402,
          "userType": 0,
          "nickname": "大鱼_LwHea",
          "signature": "",
          "description": "",
          "detailDescription": "",
          "avatarImgId": 109951167209306690,
          "backgroundImgId": 109951162868128400,
          "backgroundUrl": "http://p1.music.126.net/2zSNIqTcpHL2jIvU6hG0EA==/109951162868128395.jpg",
          "authority": 0,
          "mutual": false,
          "expertTags": null,
          "experts": null,
          "djStatus": 0,
          "vipType": 11,
          "remarkName": null,
          "authenticationTypes": 0,
          "avatarDetail": null,
          "anchor": false,
          "avatarImgIdStr": "109951167209306684",
          "backgroundImgIdStr": "109951162868128395",
          "avatarImgId_str": "109951167209306684"
        }
      ],
      "subscribed": false,
      "commentThreadId": "A_PL_0_1997190595",
      "newImported": false,
      "adType": 0,
      "highQuality": true,
      "privacy": 0,
      "ordered": true,
      "anonimous": false,
      "coverStatus": 3,
      "recommendInfo": null,
      "socialPlaylistCover": null,
      "recommendText": null,
      "coverText": null,
      "relateResType": null,
      "relateResId": null,
      "shareCount": 2284,
      "coverImgId_str": "109951164221820704",
      "alg": "alg_sq_offline",
      "commentCount": 279
    },
    {
      "name": "300支后摇乐队,300种感性共鸣",
      "id": 390783436,
      "trackNumberUpdateTime": 1519658563578,
      "status": 0,
      "userId": 75179909,
      "createTime": 1464449829156,
      "updateTime": 1519658563578,
      "subscribedCount": 143179,
      "trackCount": 300,
      "cloudTrackCount": 0,
      "coverImgUrl": "http://p1.music.126.net/hJ7BusQL_JncbFzmsCPE7g==/3394192398200725.jpg",
      "iconImgUrl": null,
      "coverImgId": 3394192398200725,
      "description": "这个歌单前前后后做了一个多月,终于算是完成了。挑选了世界各地各个国家的后摇乐队300支,有知名大团,也有无名乐队,每支乐队一首曲子。如果你没有听过后摇的话,可以驻足倾听,看看是否合胃口,若已沉溺许久,希望可以从这些后摇中找到自己的归宿。顺序如下,排名不分先后:中国,亚洲,欧洲,大洋洲,拉丁美洲,美国,加拿大。因为乐队名字太多,就不在此单一一列举,我把他们分好类在我的其他歌单里,有需要的自取。",
      "tags": [
        "后摇",
        "孤独",
        "器乐"
      ],
      "playCount": 5484727,
      "trackUpdateTime": 1688697323706,
      "specialType": 0,
      "totalDuration": 0,
      "creator": {
        "defaultAvatar": false,
        "province": 1000000,
        "authStatus": 0,
        "followed": false,
        "avatarUrl": "http://p1.music.126.net/Jz_Rl_O4W8SuqyIfSjRjlQ==/1364493994978752.jpg",
        "accountStatus": 0,
        "gender": 1,
        "city": 1002200,
        "birthday": 795801600000,
        "userId": 75179909,
        "userType": 207,
        "nickname": "BlindSnowflake",
        "signature": "愛は出会い、別れ、透けた布キレ",
        "description": "",
        "detailDescription": "",
        "avatarImgId": 1364493994978752,
        "backgroundImgId": 109951165681687520,
        "backgroundUrl": "http://p1.music.126.net/6nmNxPDfxTnS3z7V_WiqVA==/109951165681687523.jpg",
        "authority": 0,
        "mutual": false,
        "expertTags": [
          "日语",
          "另类/独立",
          "爵士"
        ],
        "experts": null,
        "djStatus": 10,
        "vipType": 11,
        "remarkName": null,
        "authenticationTypes": 1572928,
        "avatarDetail": {
          "userType": 207,
          "identityLevel": 3,
          "identityIconUrl": "https://p5.music.126.net/obj/wo3DlcOGw6DClTvDisK1/4761340168/ccce/35dd/ab2d/1a7c8ee0f6bb1fc2760cbb570dfee34f.png"
        },
        "anchor": false,
        "avatarImgIdStr": "1364493994978752",
        "backgroundImgIdStr": "109951165681687523"
      },
      "tracks": null,
      "subscribers": [
        {
          "defaultAvatar": false,
          "province": 410000,
          "authStatus": 0,
          "followed": false,
          "avatarUrl": "http://p1.music.126.net/J_DMTcYCnS-q1ydfoM1rnA==/109951168044465625.jpg",
          "accountStatus": 0,
          "gender": 1,
          "city": 410100,
          "birthday": 1028891356219,
          "userId": 564317343,
          "userType": 0,
          "nickname": "海琴烟__",
          "signature": "还没有签名",
          "description": "",
          "detailDescription": "",
          "avatarImgId": 109951168044465630,
          "backgroundImgId": 109951163146606610,
          "backgroundUrl": "http://p1.music.126.net/Oa5JgCOQ10jJ-7sFy_vmrw==/109951163146606607.jpg",
          "authority": 0,
          "mutual": false,
          "expertTags": null,
          "experts": null,
          "djStatus": 0,
          "vipType": 11,
          "remarkName": null,
          "authenticationTypes": 0,
          "avatarDetail": null,
          "anchor": false,
          "avatarImgIdStr": "109951168044465625",
          "backgroundImgIdStr": "109951163146606607",
          "avatarImgId_str": "109951168044465625"
        }
      ],
      "subscribed": false,
      "commentThreadId": "A_PL_0_390783436",
      "newImported": false,
      "adType": 0,
      "highQuality": true,
      "privacy": 0,
      "ordered": true,
      "anonimous": false,
      "coverStatus": 3,
      "recommendInfo": null,
      "socialPlaylistCover": null,
      "recommendText": null,
      "coverText": null,
      "relateResType": null,
      "relateResId": null,
      "shareCount": 4415,
      "alg": "alg_sq_offline",
      "commentCount": 1757
    },
    {
      "name": "【古典音乐】治疗焦虑症的良药",
      "id": 78674080,
      "trackNumberUpdateTime": 1434989485639,
      "status": 0,
      "userId": 12383468,
      "createTime": 1433400522668,
      "updateTime": 1434989511337,
      "subscribedCount": 313354,
      "trackCount": 37,
      "cloudTrackCount": 0,
      "coverImgUrl": "http://p1.music.126.net/FfonZdsWRYlRX5CzMOG__w==/7942871999127483.jpg",
      "iconImgUrl": null,
      "coverImgId": 7942871999127483,
      "description": "我们渐渐被物欲横流的社会蒙蔽双眼,对社会的深深不信任感和抗拒感早已在心中滋生,焦虑、狂躁、不安构成日常的生活。不如,暂且放下一切,戴上耳机,世界是你一个人的。",
      "tags": [
        "古典",
        "轻音乐",
        "治愈"
      ],
      "playCount": 15496524,
      "trackUpdateTime": 1687847474018,
      "specialType": 0,
      "totalDuration": 0,
      "creator": {
        "defaultAvatar": false,
        "province": 1000000,
        "authStatus": 0,
        "followed": false,
        "avatarUrl": "http://p1.music.126.net/yeq9wZwU-Ce4RRxwN48c8Q==/2908208256001045.jpg",
        "accountStatus": 0,
        "gender": 2,
        "city": 1007700,
        "birthday": 719596800000,
        "userId": 12383468,
        "userType": 200,
        "nickname": "badtomato",
        "signature": "谢谢关注",
        "description": "",
        "detailDescription": "",
        "avatarImgId": 2908208256001045,
        "backgroundImgId": 2915904838559572,
        "backgroundUrl": "http://p1.music.126.net/I1zF1WG-1fU7M-92QGj6oQ==/2915904838559572.jpg",
        "authority": 0,
        "mutual": false,
        "expertTags": [
          "华语"
        ],
        "experts": null,
        "djStatus": 10,
        "vipType": 0,
        "remarkName": null,
        "authenticationTypes": 64,
        "avatarDetail": {
          "userType": 200,
          "identityLevel": 2,
          "identityIconUrl": "https://p5.music.126.net/obj/wo3DlcOGw6DClTvDisK1/4761340159/e2c1/6fb5/f49b/353e6d1857f7c5f46426beb533427e53.png"
        },
        "anchor": false,
        "avatarImgIdStr": "2908208256001045",
        "backgroundImgIdStr": "2915904838559572"
      },
      "tracks": null,
      "subscribers": [
        {
          "defaultAvatar": false,
          "province": 410000,
          "authStatus": 0,
          "followed": false,
          "avatarUrl": "http://p1.music.126.net/yB73IxQN3XOfLhgx3L3Thw==/109951164852651358.jpg",
          "accountStatus": 0,
          "gender": 1,
          "city": 411500,
          "birthday": 942995806548,
          "userId": 1882776391,
          "userType": 0,
          "nickname": "一窗明月枕边书",
          "signature": "",
          "description": "",
          "detailDescription": "",
          "avatarImgId": 109951164852651360,
          "backgroundImgId": 109951166479879040,
          "backgroundUrl": "http://p1.music.126.net/1KiqXkh4rhxWr4A9K4920Q==/109951166479879037.jpg",
          "authority": 0,
          "mutual": false,
          "expertTags": null,
          "experts": null,
          "djStatus": 0,
          "vipType": 0,
          "remarkName": null,
          "authenticationTypes": 0,
          "avatarDetail": null,
          "anchor": false,
          "avatarImgIdStr": "109951164852651358",
          "backgroundImgIdStr": "109951166479879037",
          "avatarImgId_str": "109951164852651358"
        }
      ],
      "subscribed": false,
      "commentThreadId": "A_PL_0_78674080",
      "newImported": false,
      "adType": 0,
      "highQuality": true,
      "privacy": 0,
      "ordered": true,
      "anonimous": false,
      "coverStatus": 3,
      "recommendInfo": null,
      "socialPlaylistCover": null,
      "recommendText": null,
      "coverText": null,
      "relateResType": null,
      "relateResId": null,
      "shareCount": 6484,
      "alg": "alg_sq_offline",
      "commentCount": 2291
    },
    {
      "name": "日本人气唱见,每人一首良曲",
      "id": 94284266,
      "trackNumberUpdateTime": 1526044359281,
      "status": 0,
      "userId": 64004173,
      "createTime": 1438402842149,
      "updateTime": 1526044365791,
      "subscribedCount": 858146,
      "trackCount": 89,
      "cloudTrackCount": 0,
      "coverImgUrl": "http://p1.music.126.net/3u_DA1vZ-lstf4pYVBXSrg==/3295236349350120.jpg",
      "iconImgUrl": null,
      "coverImgId": 3295236349350120,
      "description": "1~30为女性唱见,31~89为男性唱见\n收集日本人气较高的唱见的单曲,可以让你先了解歌手的声线,如果觉得对你胃口,就去收藏她(他)吧! \n如果有缺漏欢迎评论或者私信我,我会考虑补上。",
      "tags": [
        "日语",
        "ACG",
        "翻唱"
      ],
      "playCount": 28615300,
      "trackUpdateTime": 1685967950335,
      "specialType": 0,
      "totalDuration": 0,
      "creator": {
        "defaultAvatar": false,
        "province": 1000000,
        "authStatus": 0,
        "followed": false,
        "avatarUrl": "http://p1.music.126.net/BsaHUQF0lsvv98EC0orI2Q==/109951163415026580.jpg",
        "accountStatus": 0,
        "gender": 2,
        "city": 1010000,
        "birthday": 631123200000,
        "userId": 64004173,
        "userType": 200,
        "nickname": "日代千鹤",
        "signature": "被幸福拥抱的感觉,真好。",
        "description": "",
        "detailDescription": "",
        "avatarImgId": 109951163415026580,
        "backgroundImgId": 109951163247341040,
        "backgroundUrl": "http://p1.music.126.net/gJSH7GW8N1kQRpTKiLaxQQ==/109951163247341043.jpg",
        "authority": 0,
        "mutual": false,
        "expertTags": [
          "日语",
          "ACG",
          "流行"
        ],
        "experts": null,
        "djStatus": 10,
        "vipType": 0,
        "remarkName": null,
        "authenticationTypes": 64,
        "avatarDetail": {
          "userType": 200,
          "identityLevel": 2,
          "identityIconUrl": "https://p5.music.126.net/obj/wo3DlcOGw6DClTvDisK1/4761340159/e2c1/6fb5/f49b/353e6d1857f7c5f46426beb533427e53.png"
        },
        "anchor": false,
        "avatarImgIdStr": "109951163415026580",
        "backgroundImgIdStr": "109951163247341043",
        "avatarImgId_str": "109951163415026580"
      },
      "tracks": null,
      "subscribers": [
        {
          "defaultAvatar": false,
          "province": 110000,
          "authStatus": 0,
          "followed": false,
          "avatarUrl": "http://p1.music.126.net/Hz10Mg5aiTx2zPi0O2Vm_w==/109951167866759431.jpg",
          "accountStatus": 0,
          "gender": 1,
          "city": 110101,
          "birthday": 1175961600000,
          "userId": 6408083398,
          "userType": 0,
          "nickname": "阿尔文-Y-R",
          "signature": "本名谷雨鸿,阿尔文是英文名~\t\t\t\t\t不姓谷!姓谷雨!!\t\t\t\t\t\t\t音乐爱好者兼斜杠青年一枚吖~",
          "description": "",
          "detailDescription": "",
          "avatarImgId": 109951167866759420,
          "backgroundImgId": 109951167871610560,
          "backgroundUrl": "http://p1.music.126.net/j3_ChnuG_K_4tOyDeYV6JA==/109951167871610552.jpg",
          "authority": 0,
          "mutual": false,
          "expertTags": null,
          "experts": null,
          "djStatus": 0,
          "vipType": 0,
          "remarkName": null,
          "authenticationTypes": 0,
          "avatarDetail": null,
          "anchor": false,
          "avatarImgIdStr": "109951167866759431",
          "backgroundImgIdStr": "109951167871610552",
          "avatarImgId_str": "109951167866759431"
        }
      ],
      "subscribed": false,
      "commentThreadId": "A_PL_0_94284266",
      "newImported": false,
      "adType": 0,
      "highQuality": true,
      "privacy": 0,
      "ordered": true,
      "anonimous": false,
      "coverStatus": 3,
      "recommendInfo": null,
      "socialPlaylistCover": null,
      "recommendText": null,
      "coverText": null,
      "relateResType": null,
      "relateResId": null,
      "shareCount": 6693,
      "alg": "alg_sq_offline",
      "commentCount": 3957
    },
    {
      "name": "深度睡眠 |重度失眠者专用歌单",
      "id": 331841455,
      "trackNumberUpdateTime": 1552746520361,
      "status": 0,
      "userId": 103159696,
      "createTime": 1460007339812,
      "updateTime": 1578580401997,
      "subscribedCount": 978578,
      "trackCount": 32,
      "cloudTrackCount": 0,
      "coverImgUrl": "http://p1.music.126.net/g2_Gv0dtAicJ3ChTYu28_g==/1393081239628722.jpg",
      "iconImgUrl": null,
      "coverImgId": 1393081239628722,
      "description": "好希望这里可以成为大家的一个庇护所\n在深夜安安静静不吵不闹\n路过的朋友留下一个故事或沉默\n大家都彼此默契\n等待天明。\n\n————————\n\n单主会将平时听到的一些小众的、节奏非常舒缓的、适合睡眠、冥想、写作、思考的音乐收录进来,如这个歌单里的「松田光由、小濑村晶、α·Pav、Endless Melancholy、hideyuki hashimoto…… 」他们的曲子。\n\n每一首曲子都是由单主精心挑选并亲自“试睡”的助眠歌曲,睡不着的时候可以用来平复心绪;如果失眠很严重的话,不要急躁,闭上眼睛深呼吸,放松身体,告诉自己“即使没有睡着也没有关系的”,因为闭上眼睛放松也是一种休息。\n\n本歌单持续更新,但是缓慢,因为单主想保证歌单质量,并把真正适合的歌曲收录进来,希望不管是失眠还是睡眠,这个歌单都可以一直陪伴着你,谢谢喜欢这个歌单的你们。\n\n晚安呀~",
      "tags": [
        "轻音乐",
        "夜晚",
        "安静"
      ],
      "playCount": 73091136,
      "trackUpdateTime": 1685969369628,
      "specialType": 0,
      "totalDuration": 0,
      "creator": {
        "defaultAvatar": false,
        "province": 1000000,
        "authStatus": 0,
        "followed": false,
        "avatarUrl": "http://p1.music.126.net/dyafsTXcgnthN1tHHVvBMA==/109951168631565361.jpg",
        "accountStatus": 0,
        "gender": 2,
        "city": 1010000,
        "birthday": 672332400000,
        "userId": 103159696,
        "userType": 200,
        "nickname": "音旧-",
        "signature": "晚安吖",
        "description": "",
        "detailDescription": "",
        "avatarImgId": 109951168631565360,
        "backgroundImgId": 109951163352671920,
        "backgroundUrl": "http://p1.music.126.net/CFtfwMmW9OTd--BN5m1rfQ==/109951163352671916.jpg",
        "authority": 0,
        "mutual": false,
        "expertTags": [
          "流行",
          "欧美"
        ],
        "experts": null,
        "djStatus": 10,
        "vipType": 11,
        "remarkName": null,
        "authenticationTypes": 64,
        "avatarDetail": {
          "userType": 200,
          "identityLevel": 2,
          "identityIconUrl": "https://p5.music.126.net/obj/wo3DlcOGw6DClTvDisK1/4761340159/e2c1/6fb5/f49b/353e6d1857f7c5f46426beb533427e53.png"
        },
        "anchor": false,
        "avatarImgIdStr": "109951168631565361",
        "backgroundImgIdStr": "109951163352671916",
        "avatarImgId_str": "109951168631565361"
      },
      "tracks": null,
      "subscribers": [
        {
          "defaultAvatar": false,
          "province": 640000,
          "authStatus": 0,
          "followed": false,
          "avatarUrl": "http://p1.music.126.net/KwAeiWUtjj12Ln4qmrDqpg==/18931391207253763.jpg",
          "accountStatus": 0,
          "gender": 1,
          "city": 640100,
          "birthday": -2209017600000,
          "userId": 327581840,
          "userType": 0,
          "nickname": "MileVirid",
          "signature": "",
          "description": "",
          "detailDescription": "",
          "avatarImgId": 18931391207253764,
          "backgroundImgId": 109951162868126480,
          "backgroundUrl": "http://p1.music.126.net/_f8R60U9mZ42sSNvdPn2sQ==/109951162868126486.jpg",
          "authority": 0,
          "mutual": false,
          "expertTags": null,
          "experts": null,
          "djStatus": 0,
          "vipType": 0,
          "remarkName": null,
          "authenticationTypes": 0,
          "avatarDetail": null,
          "anchor": false,
          "avatarImgIdStr": "18931391207253763",
          "backgroundImgIdStr": "109951162868126486",
          "avatarImgId_str": "18931391207253763"
        }
      ],
      "subscribed": false,
      "commentThreadId": "A_PL_0_331841455",
      "newImported": false,
      "adType": 0,
      "highQuality": true,
      "privacy": 0,
      "ordered": true,
      "anonimous": false,
      "coverStatus": 3,
      "recommendInfo": null,
      "socialPlaylistCover": null,
      "recommendText": null,
      "coverText": null,
      "relateResType": null,
      "relateResId": null,
      "shareCount": 51985,
      "alg": "alg_sq_offline",
      "commentCount": 18858
    },
    {
      "name": "软萌合唱|让可愛治愈这个世界",
      "id": 473445872,
      "trackNumberUpdateTime": 1664433224240,
      "status": 0,
      "userId": 45441555,
      "createTime": 1474975011912,
      "updateTime": 1664433224240,
      "subscribedCount": 84115,
      "trackCount": 398,
      "cloudTrackCount": 0,
      "coverImgUrl": "http://p1.music.126.net/8tX2wAS4R4hNKKn_445xqQ==/109951166145983724.jpg",
      "iconImgUrl": null,
      "coverImgId": 109951166145983730,
      "description": "精选轻快软萌的合唱歌曲,希望这样柔软的声音能治愈你的心(๑• . •๑)\n\n选曲只参考听感,不考究歌手/声优,不关联相关动画角色。\n\n原歌单名:萝莉合唱|快被萌化了 (๑• . •๑)\n封面来源画师:しらたま(白玉)\nPixiv id: 57922779 46379426 51542793 72241142 77559972",
      "tags": [
        "日语",
        "治愈",
        "ACG"
      ],
      "playCount": 2001587,
      "trackUpdateTime": 1688626633077,
      "specialType": 0,
      "totalDuration": 0,
      "creator": {
        "defaultAvatar": false,
        "province": 110000,
        "authStatus": 0,
        "followed": false,
        "avatarUrl": "http://p1.music.126.net/LKv5pOhQkQOQIiTitUdgrg==/109951167383157216.jpg",
        "accountStatus": 0,
        "gender": 0,
        "city": 110101,
        "birthday": 915984000000,
        "userId": 45441555,
        "userType": 200,
        "nickname": "阿卡琳",
        "signature": "欢迎小团子们关注阿卡琳 🎉",
        "description": "",
        "detailDescription": "",
        "avatarImgId": 109951167383157220,
        "backgroundImgId": 109951166082525970,
        "backgroundUrl": "http://p1.music.126.net/C799kaHEjWhBpshPix39bA==/109951166082525965.jpg",
        "authority": 0,
        "mutual": false,
        "expertTags": [
          "日语",
          "ACG",
          "轻音乐"
        ],
        "experts": null,
        "djStatus": 10,
        "vipType": 11,
        "remarkName": null,
        "authenticationTypes": 524352,
        "avatarDetail": {
          "userType": 200,
          "identityLevel": 4,
          "identityIconUrl": "https://p5.music.126.net/obj/wo3DlcOGw6DClTvDisK1/4761340194/0903/b735/7c7a/0dddcdf78047d397d24125840e54ab5b.png"
        },
        "anchor": false,
        "avatarImgIdStr": "109951167383157216",
        "backgroundImgIdStr": "109951166082525965",
        "avatarImgId_str": "109951167383157216"
      },
      "tracks": null,
      "subscribers": [
        {
          "defaultAvatar": false,
          "province": 510000,
          "authStatus": 0,
          "followed": false,
          "avatarUrl": "http://p1.music.126.net/DFrh8q0qTb_34i-I-BZC2g==/109951163127830658.jpg",
          "accountStatus": 0,
          "gender": 2,
          "city": 510100,
          "birthday": 783436487418,
          "userId": 1359039093,
          "userType": 0,
          "nickname": "煜宸熙",
          "signature": "",
          "description": "",
          "detailDescription": "",
          "avatarImgId": 109951163127830660,
          "backgroundImgId": 109951163127827820,
          "backgroundUrl": "http://p1.music.126.net/MM-MHqpff7uf5uNwv9a6XA==/109951163127827826.jpg",
          "authority": 0,
          "mutual": false,
          "expertTags": null,
          "experts": null,
          "djStatus": 0,
          "vipType": 11,
          "remarkName": null,
          "authenticationTypes": 0,
          "avatarDetail": null,
          "anchor": false,
          "avatarImgIdStr": "109951163127830658",
          "backgroundImgIdStr": "109951163127827826",
          "avatarImgId_str": "109951163127830658"
        }
      ],
      "subscribed": false,
      "commentThreadId": "A_PL_0_473445872",
      "newImported": false,
      "adType": 0,
      "highQuality": true,
      "privacy": 0,
      "ordered": true,
      "anonimous": false,
      "coverStatus": 3,
      "recommendInfo": null,
      "socialPlaylistCover": null,
      "recommendText": null,
      "coverText": null,
      "relateResType": null,
      "relateResId": null,
      "shareCount": 1043,
      "coverImgId_str": "109951166145983724",
      "alg": "alg_sq_offline",
      "commentCount": 794
    },
    {
      "name": "日系温柔女声| 沐浴在歌声中的暖阳下",
      "id": 2088799380,
      "trackNumberUpdateTime": 1582696569087,
      "status": 0,
      "userId": 129377889,
      "createTime": 1517827775117,
      "updateTime": 1582696569087,
      "subscribedCount": 501550,
      "trackCount": 123,
      "cloudTrackCount": 0,
      "coverImgUrl": "http://p1.music.126.net/Y2nqa5UA22IQzoOX6cWIpg==/109951164395932097.jpg",
      "iconImgUrl": null,
      "coverImgId": 109951164395932100,
      "description": "午后的阳光,温柔的歌声,总是这么温暖。\n\n告别了昨日的悲伤,卸下满身的疲惫,匍匐在电脑前方,听着这些歌曲,感觉心里暖暖的。\n\n以阳光的温暖为主题,做出这样的歌单,希望在这个寒冷的冬天,能给予你一缕心底的暖阳。\n\n歌单精选了那些暖心旋律/暖心歌声的日语歌。\n\n缓慢抒情的节奏融入其温柔的嗓音及低声的吟唱,令歌曲充满淡淡的温暖,让听者沉下心后,在安稳的旋律感中享受这份平静与温暖。\n\n单主很喜欢这种风格的音乐,做出这个歌单,想给自己还有你们的内心多一些温暖,希望大家能够喜欢这个歌单ww\n\n封面p站id=76881629 画师:森倉円\n\n同款风格歌单:日系温柔男声|想给你内心多一些温暖",
      "tags": [
        "日语",
        "ACG",
        "治愈"
      ],
      "playCount": 21570252,
      "trackUpdateTime": 1685969679117,
      "specialType": 0,
      "totalDuration": 0,
      "creator": {
        "defaultAvatar": false,
        "province": 410000,
        "authStatus": 0,
        "followed": false,
        "avatarUrl": "http://p1.music.126.net/V3eCFNCIXTLbRWY9Tyx49Q==/109951168707933214.jpg",
        "accountStatus": 0,
        "gender": 0,
        "city": 411300,
        "birthday": 631123200000,
        "userId": 129377889,
        "userType": 207,
        "nickname": "chaz1",
        "signature": "埋葬在银河",
        "description": "",
        "detailDescription": "",
        "avatarImgId": 109951168707933220,
        "backgroundImgId": 109951166609508220,
        "backgroundUrl": "http://p1.music.126.net/7_HsbPgM6wZfhJK6_Q7WVg==/109951166609508232.jpg",
        "authority": 0,
        "mutual": false,
        "expertTags": [
          "日语",
          "ACG"
        ],
        "experts": null,
        "djStatus": 10,
        "vipType": 0,
        "remarkName": null,
        "authenticationTypes": 524352,
        "avatarDetail": {
          "userType": 207,
          "identityLevel": 2,
          "identityIconUrl": "https://p5.music.126.net/obj/wo3DlcOGw6DClTvDisK1/4761340159/e2c1/6fb5/f49b/353e6d1857f7c5f46426beb533427e53.png"
        },
        "anchor": false,
        "avatarImgIdStr": "109951168707933214",
        "backgroundImgIdStr": "109951166609508232",
        "avatarImgId_str": "109951168707933214"
      },
      "tracks": null,
      "subscribers": [
        {
          "defaultAvatar": false,
          "province": 0,
          "authStatus": 0,
          "followed": false,
          "avatarUrl": "http://p1.music.126.net/SUeqMM8HOIpHv9Nhl9qt9w==/109951165647004069.jpg",
          "accountStatus": 0,
          "gender": 0,
          "city": 100,
          "birthday": -2209017600000,
          "userId": 8488251866,
          "userType": 0,
          "nickname": "xingqingmeng",
          "signature": "",
          "description": "",
          "detailDescription": "",
          "avatarImgId": 109951165647004060,
          "backgroundImgId": 109951162868128400,
          "backgroundUrl": "http://p1.music.126.net/2zSNIqTcpHL2jIvU6hG0EA==/109951162868128395.jpg",
          "authority": 0,
          "mutual": false,
          "expertTags": null,
          "experts": null,
          "djStatus": 0,
          "vipType": 0,
          "remarkName": null,
          "authenticationTypes": 0,
          "avatarDetail": null,
          "anchor": false,
          "avatarImgIdStr": "109951165647004069",
          "backgroundImgIdStr": "109951162868128395",
          "avatarImgId_str": "109951165647004069"
        }
      ],
      "subscribed": false,
      "commentThreadId": "A_PL_0_2088799380",
      "newImported": false,
      "adType": 0,
      "highQuality": true,
      "privacy": 0,
      "ordered": true,
      "anonimous": false,
      "coverStatus": 3,
      "recommendInfo": null,
      "socialPlaylistCover": null,
      "recommendText": null,
      "coverText": null,
      "relateResType": null,
      "relateResId": null,
      "shareCount": 4702,
      "coverImgId_str": "109951164395932097",
      "alg": "alg_sq_offline",
      "commentCount": 1337
    },
    {
      "name": "小酒馆的微醺需要腔调和情怀",
      "id": 49242031,
      "trackNumberUpdateTime": 1506081965905,
      "status": 0,
      "userId": 2928531,
      "createTime": 1422584025312,
      "updateTime": 1506081969391,
      "subscribedCount": 592703,
      "trackCount": 30,
      "cloudTrackCount": 0,
      "coverImgUrl": "http://p1.music.126.net/KBu6AzUPu4M3rfJWcCbuDA==/2885118512088643.jpg",
      "iconImgUrl": null,
      "coverImgId": 2885118512088643,
      "description": "随着音乐,人声,与节奏, 仿佛能看见一个小酒馆,带着昏暗却温暖的灯光, 充斥着浓郁的酒香,和流连忘返的常客。",
      "tags": [
        "爵士",
        "欧美",
        "酒吧"
      ],
      "playCount": 25416838,
      "trackUpdateTime": 1687845754981,
      "specialType": 0,
      "totalDuration": 0,
      "creator": {
        "defaultAvatar": false,
        "province": 320000,
        "authStatus": 0,
        "followed": false,
        "avatarUrl": "http://p1.music.126.net/c15kqCNRTcyYnJSKS1m8zw==/109951165584876148.jpg",
        "accountStatus": 0,
        "gender": 1,
        "city": 320400,
        "birthday": 653500800000,
        "userId": 2928531,
        "userType": 200,
        "nickname": "齊宣王啃牛角",
        "signature": "远山笑你\r————\r倒满\r————\r\n持酒而前行\r————\r世间有酒 我就喝不够",
        "description": "",
        "detailDescription": "",
        "avatarImgId": 109951165584876140,
        "backgroundImgId": 109951165800619490,
        "backgroundUrl": "http://p1.music.126.net/01O6XaFUX339aqyJFEIU_w==/109951165800619481.jpg",
        "authority": 0,
        "mutual": false,
        "expertTags": [
          "流行",
          "爵士",
          "欧美"
        ],
        "experts": null,
        "djStatus": 10,
        "vipType": 0,
        "remarkName": null,
        "authenticationTypes": 64,
        "avatarDetail": {
          "userType": 200,
          "identityLevel": 2,
          "identityIconUrl": "https://p5.music.126.net/obj/wo3DlcOGw6DClTvDisK1/4761340159/e2c1/6fb5/f49b/353e6d1857f7c5f46426beb533427e53.png"
        },
        "anchor": false,
        "avatarImgIdStr": "109951165584876148",
        "backgroundImgIdStr": "109951165800619481",
        "avatarImgId_str": "109951165584876148"
      },
      "tracks": null,
      "subscribers": [
        {
          "defaultAvatar": false,
          "province": 320000,
          "authStatus": 0,
          "followed": false,
          "avatarUrl": "http://p1.music.126.net/7pOLD5rba9w-zh8tITUw6w==/109951164433245291.jpg",
          "accountStatus": 0,
          "gender": 2,
          "city": 320200,
          "birthday": 950716800000,
          "userId": 470871612,
          "userType": 0,
          "nickname": "该帐号已经升天",
          "signature": "",
          "description": "",
          "detailDescription": "",
          "avatarImgId": 109951164433245300,
          "backgroundImgId": 19057835044792376,
          "backgroundUrl": "http://p1.music.126.net/Z2Fj96iteXPKoEmO6fRCag==/19057835044792374.jpg",
          "authority": 0,
          "mutual": false,
          "expertTags": null,
          "experts": null,
          "djStatus": 0,
          "vipType": 11,
          "remarkName": null,
          "authenticationTypes": 0,
          "avatarDetail": null,
          "anchor": false,
          "avatarImgIdStr": "109951164433245291",
          "backgroundImgIdStr": "19057835044792374",
          "avatarImgId_str": "109951164433245291"
        }
      ],
      "subscribed": false,
      "commentThreadId": "A_PL_0_49242031",
      "newImported": false,
      "adType": 0,
      "highQuality": true,
      "privacy": 0,
      "ordered": true,
      "anonimous": false,
      "coverStatus": 3,
      "recommendInfo": null,
      "socialPlaylistCover": null,
      "recommendText": null,
      "coverText": null,
      "relateResType": null,
      "relateResId": null,
      "shareCount": 11265,
      "alg": "alg_sq_offline",
      "commentCount": 1504
    },
    {
      "name": "钢琴后摇 I 初雪点地,窸窣低语",
      "id": 513217941,
      "trackNumberUpdateTime": 1576036697540,
      "status": 0,
      "userId": 85351650,
      "createTime": 1479463404388,
      "updateTime": 1576036739718,
      "subscribedCount": 116802,
      "trackCount": 199,
      "cloudTrackCount": 0,
      "coverImgUrl": "http://p1.music.126.net/BLjUAg89JoevV0FTPsBtnw==/18644418674350657.jpg",
      "iconImgUrl": null,
      "coverImgId": 18644418674350656,
      "description": "耳边没有狂躁刺耳的金属声,\n没有刀具切断神经粘腻深刻,\n没有硝烟卷乱旗帜猎猎作响。\n\n只有初雪触地般的点滴钢琴\n窸窣低语,\n说给天空听。\n\n它是雪色的象牙白键,\n我是漆黑胶合的金属外壳。\n所有潜意识里的瑟瑟发抖和悠长的焦味,\n都将被它融化殆尽。\n\n嵌入以钢琴旋律的后摇,\n供人以一种独特的氛围。\n\n落雪依然如此孤独,\n你却比它更加富足。\n所有的音符都无法表达。\n\n❄️ ❄️ ❄️ ❄️ ❄️ ❄️ ❄️❄️ ❄️ ❄️ ❄️ ❄️ ❄️ ❄️ ❄️ ❄️ ❄️\n\n封面摄影 : David Talley\n\n相关风格 : Post-rock / Ambient\n\n* 欢迎私信推荐或补充。\n\n* 简介 最后两句 改写自 阿莱杭徳娜•皮扎尼克 - 《风的女儿》",
      "tags": [
        "后摇",
        "钢琴",
        "另类/独立"
      ],
      "playCount": 6178921,
      "trackUpdateTime": 1686857200110,
      "specialType": 0,
      "totalDuration": 0,
      "creator": {
        "defaultAvatar": false,
        "province": 350000,
        "authStatus": 0,
        "followed": false,
        "avatarUrl": "http://p1.music.126.net/SIoh7-aBTZkg1RWgBn7N1A==/109951164193393923.jpg",
        "accountStatus": 0,
        "gender": 1,
        "city": 350100,
        "birthday": 968931394261,
        "userId": 85351650,
        "userType": 200,
        "nickname": "Xenyc",
        "signature": "也无风雨也无晴。(私信关闭)",
        "description": "",
        "detailDescription": "",
        "avatarImgId": 109951164193393920,
        "backgroundImgId": 109951164188825800,
        "backgroundUrl": "http://p1.music.126.net/xAEEMlawWFtO4PbsGxelLg==/109951164188825795.jpg",
        "authority": 0,
        "mutual": false,
        "expertTags": [
          "另类/独立",
          "乡村",
          "摇滚"
        ],
        "experts": null,
        "djStatus": 0,
        "vipType": 11,
        "remarkName": null,
        "authenticationTypes": 1088,
        "avatarDetail": {
          "userType": 200,
          "identityLevel": 1,
          "identityIconUrl": "https://p5.music.126.net/obj/wo3DlcOGw6DClTvDisK1/4761340149/f4bf/64a1/1ea2/31a08617d7dfddb21fffdb92390ce268.png"
        },
        "anchor": false,
        "avatarImgIdStr": "109951164193393923",
        "backgroundImgIdStr": "109951164188825795",
        "avatarImgId_str": "109951164193393923"
      },
      "tracks": null,
      "subscribers": [
        {
          "defaultAvatar": false,
          "province": 1000000,
          "authStatus": 0,
          "followed": false,
          "avatarUrl": "http://p1.music.126.net/tF38b3WouAXBPnjjCGSYfw==/109951168648595686.jpg",
          "accountStatus": 0,
          "gender": 2,
          "city": 1002400,
          "birthday": -2209017600000,
          "userId": 420823487,
          "userType": 0,
          "nickname": "秋天别来1943",
          "signature": "音乐,听觉上的安全感",
          "description": "",
          "detailDescription": "",
          "avatarImgId": 109951168648595680,
          "backgroundImgId": 109951162868126480,
          "backgroundUrl": "http://p1.music.126.net/_f8R60U9mZ42sSNvdPn2sQ==/109951162868126486.jpg",
          "authority": 0,
          "mutual": false,
          "expertTags": null,
          "experts": null,
          "djStatus": 0,
          "vipType": 11,
          "remarkName": null,
          "authenticationTypes": 0,
          "avatarDetail": null,
          "anchor": false,
          "avatarImgIdStr": "109951168648595686",
          "backgroundImgIdStr": "109951162868126486",
          "avatarImgId_str": "109951168648595686"
        }
      ],
      "subscribed": false,
      "commentThreadId": "A_PL_0_513217941",
      "newImported": false,
      "adType": 0,
      "highQuality": true,
      "privacy": 0,
      "ordered": true,
      "anonimous": false,
      "coverStatus": 3,
      "recommendInfo": null,
      "socialPlaylistCover": null,
      "recommendText": null,
      "coverText": null,
      "relateResType": null,
      "relateResId": null,
      "shareCount": 3292,
      "coverImgId_str": "18644418674350657",
      "alg": "alg_sq_offline",
      "commentCount": 946
    },
    {
      "name": "「Cool Jazz」冷爵士让你全身心放松",
      "id": 113780871,
      "trackNumberUpdateTime": 1583220963477,
      "status": 0,
      "userId": 46665989,
      "createTime": 1444186358187,
      "updateTime": 1583220963477,
      "subscribedCount": 63778,
      "trackCount": 51,
      "cloudTrackCount": 0,
      "coverImgUrl": "http://p1.music.126.net/qxUWSKhrd1UWME8oAYTMFQ==/109951164497486331.jpg",
      "iconImgUrl": null,
      "coverImgId": 109951164497486340,
      "description": "冷爵士出现于四十年代末,盛行于五十年代,它在演奏上偏于轻松从容,是一种柔美的爵士乐风格。\n\n对于冷爵士可以用八个字来概括,即“温馨、典雅、舒缓、放松”。\n\n因此,成千上万的酒吧、咖啡厅至今仍然以冷爵士作为背景。洗尽尘世的喧嚣,为人们提供着清新自然的\"柔美之音\"。\n\n忙碌一天的你,是时候放松下心灵,让Cool Jazz陪你度过惬意的时光。",
      "tags": [
        "爵士",
        "放松",
        "欧美"
      ],
      "playCount": 3758677,
      "trackUpdateTime": 1685968846412,
      "specialType": 0,
      "totalDuration": 0,
      "creator": {
        "defaultAvatar": false,
        "province": 1000000,
        "authStatus": 0,
        "followed": false,
        "avatarUrl": "http://p1.music.126.net/O8IHGtr3qscrZ62CfBo2rA==/109951168511514022.jpg",
        "accountStatus": 0,
        "gender": 1,
        "city": 1010000,
        "birthday": 677775600000,
        "userId": 46665989,
        "userType": 200,
        "nickname": "JazzLove",
        "signature": "\r\rv : shaotai",
        "description": "",
        "detailDescription": "",
        "avatarImgId": 109951168511514020,
        "backgroundImgId": 109951163949182400,
        "backgroundUrl": "http://p1.music.126.net/v3l9IiRV2hj7IPNh9RNeAg==/109951163949182396.jpg",
        "authority": 0,
        "mutual": false,
        "expertTags": [
          "欧美"
        ],
        "experts": null,
        "djStatus": 0,
        "vipType": 11,
        "remarkName": null,
        "authenticationTypes": 4160,
        "avatarDetail": {
          "userType": 200,
          "identityLevel": 2,
          "identityIconUrl": "https://p5.music.126.net/obj/wo3DlcOGw6DClTvDisK1/4761340159/e2c1/6fb5/f49b/353e6d1857f7c5f46426beb533427e53.png"
        },
        "anchor": true,
        "avatarImgIdStr": "109951168511514022",
        "backgroundImgIdStr": "109951163949182396",
        "avatarImgId_str": "109951168511514022"
      },
      "tracks": null,
      "subscribers": [
        {
          "defaultAvatar": false,
          "province": 330000,
          "authStatus": 0,
          "followed": false,
          "avatarUrl": "http://p1.music.126.net/cV97Q6vcl9so6XcDfRn2Ag==/109951165736728045.jpg",
          "accountStatus": 0,
          "gender": 1,
          "city": 330300,
          "birthday": 1113186516319,
          "userId": 467670778,
          "userType": 0,
          "nickname": "七酒QJIU",
          "signature": "噼里啪啦噼里啪啦嘭!",
          "description": "",
          "detailDescription": "",
          "avatarImgId": 109951165736728050,
          "backgroundImgId": 109951166584821280,
          "backgroundUrl": "http://p1.music.126.net/D_ASLTQ9zmgmDu6mcwjW-A==/109951166584821286.jpg",
          "authority": 0,
          "mutual": false,
          "expertTags": null,
          "experts": null,
          "djStatus": 0,
          "vipType": 11,
          "remarkName": null,
          "authenticationTypes": 0,
          "avatarDetail": null,
          "anchor": false,
          "avatarImgIdStr": "109951165736728045",
          "backgroundImgIdStr": "109951166584821286",
          "avatarImgId_str": "109951165736728045"
        }
      ],
      "subscribed": false,
      "commentThreadId": "A_PL_0_113780871",
      "newImported": false,
      "adType": 0,
      "highQuality": true,
      "privacy": 0,
      "ordered": true,
      "anonimous": false,
      "coverStatus": 3,
      "recommendInfo": null,
      "socialPlaylistCover": null,
      "recommendText": null,
      "coverText": null,
      "relateResType": null,
      "relateResId": null,
      "shareCount": 1995,
      "coverImgId_str": "109951164497486331",
      "alg": "alg_sq_offline",
      "commentCount": 244
    },
    {
      "name": "【柔情且缠绵】那些迷死人的意大利男人们",
      "id": 74992314,
      "trackNumberUpdateTime": 1432795069070,
      "status": 0,
      "userId": 39256799,
      "createTime": 1432180700069,
      "updateTime": 1432795092110,
      "subscribedCount": 32970,
      "trackCount": 56,
      "cloudTrackCount": 0,
      "coverImgUrl": "http://p1.music.126.net/LpnQw9ulTiMEM3Y8tIN29g==/7872503255740473.jpg",
      "iconImgUrl": null,
      "coverImgId": 7872503255740473,
      "description": "你对于意大利这个地球上最浪漫热情的国度有什么想像?除了威尼斯、Armani与《罗马假期》之外,他们还有着全世界最迷人、最浪漫,也是全球最温柔会放电的男人!!!",
      "tags": [
        "小语种",
        "欧美",
        "性感"
      ],
      "playCount": 2639834,
      "trackUpdateTime": 1688413036937,
      "specialType": 0,
      "totalDuration": 0,
      "creator": {
        "defaultAvatar": false,
        "province": 360000,
        "authStatus": 0,
        "followed": false,
        "avatarUrl": "http://p1.music.126.net/TLRTrJpOM5lr68qJv1IyGQ==/1400777825738419.jpg",
        "accountStatus": 0,
        "gender": 1,
        "city": 360600,
        "birthday": 637516800000,
        "userId": 39256799,
        "userType": 200,
        "nickname": "有梦人生不觉寒",
        "signature": "你好我们朋友们",
        "description": "",
        "detailDescription": "",
        "avatarImgId": 1400777825738419,
        "backgroundImgId": 3427177752524551,
        "backgroundUrl": "http://p1.music.126.net/LS96S_6VP9Hm7-T447-X0g==/3427177752524551.jpg",
        "authority": 0,
        "mutual": false,
        "expertTags": [
          "华语",
          "古典",
          "民谣"
        ],
        "experts": null,
        "djStatus": 0,
        "vipType": 0,
        "remarkName": null,
        "authenticationTypes": 64,
        "avatarDetail": {
          "userType": 200,
          "identityLevel": 2,
          "identityIconUrl": "https://p5.music.126.net/obj/wo3DlcOGw6DClTvDisK1/4761340159/e2c1/6fb5/f49b/353e6d1857f7c5f46426beb533427e53.png"
        },
        "anchor": false,
        "avatarImgIdStr": "1400777825738419",
        "backgroundImgIdStr": "3427177752524551"
      },
      "tracks": null,
      "subscribers": [
        {
          "defaultAvatar": false,
          "province": 0,
          "authStatus": 0,
          "followed": false,
          "avatarUrl": "http://p1.music.126.net/x7qJ-3D31MihQEaevhOWzg==/109951168663559870.jpg",
          "accountStatus": 0,
          "gender": 0,
          "city": 100,
          "birthday": -2209017600000,
          "userId": 8491036394,
          "userType": 0,
          "nickname": "恍不知",
          "signature": "",
          "description": "",
          "detailDescription": "",
          "avatarImgId": 109951168663559870,
          "backgroundImgId": 109951162868128400,
          "backgroundUrl": "http://p1.music.126.net/2zSNIqTcpHL2jIvU6hG0EA==/109951162868128395.jpg",
          "authority": 0,
          "mutual": false,
          "expertTags": null,
          "experts": null,
          "djStatus": 0,
          "vipType": 0,
          "remarkName": null,
          "authenticationTypes": 0,
          "avatarDetail": null,
          "anchor": false,
          "avatarImgIdStr": "109951168663559870",
          "backgroundImgIdStr": "109951162868128395",
          "avatarImgId_str": "109951168663559870"
        }
      ],
      "subscribed": false,
      "commentThreadId": "A_PL_0_74992314",
      "newImported": false,
      "adType": 0,
      "highQuality": true,
      "privacy": 0,
      "ordered": true,
      "anonimous": false,
      "coverStatus": 3,
      "recommendInfo": null,
      "socialPlaylistCover": null,
      "recommendText": null,
      "coverText": null,
      "relateResType": null,
      "relateResId": null,
      "shareCount": 768,
      "alg": "alg_sq_offline",
      "commentCount": 375
    },
    {
      "name": "黑胶唱片机|微醺情调耳边低语",
      "id": 2651898154,
      "trackNumberUpdateTime": 1589654113989,
      "status": 0,
      "userId": 122356259,
      "createTime": 1549101906431,
      "updateTime": 1589654134984,
      "subscribedCount": 30621,
      "trackCount": 62,
      "cloudTrackCount": 0,
      "coverImgUrl": "http://p1.music.126.net/Ur8RKI6XSFLHJzV4P4hjOg==/109951164829805781.jpg",
      "iconImgUrl": null,
      "coverImgId": 109951164829805780,
      "description": "爵士乐(Jazz)\n19世纪末20世纪初源于美国,\n诞生于南部港口城市新奥尔良,\n音乐根基来自布鲁斯和拉格泰姆。\n爵士乐讲究即兴,\n以具有摇摆特点的Shuffle节奏为基础,\n是非洲黑人文化和欧洲白人文化的结合。\n20世纪前十几年爵士乐主要集中在新奥尔良发展,\n1917年后转向芝加哥,\n30年代又转移至纽约,\n直至今天爵士乐风靡全球。\n\n爵士乐的特点:\n运用布鲁斯音阶\n独有的爵士和弦\n独特的音色运用\n爵士乐节奏的极其复杂性\n爵士乐常用乐器即兴演奏或者是演唱\n\n爵士乐的主要风格有:\n新奥尔良爵士、摇摆乐、比波普、冷爵士、自由爵士、拉丁爵士、融合爵士等。",
      "tags": [
        "欧美",
        "爵士",
        "酒吧"
      ],
      "playCount": 1858837,
      "trackUpdateTime": 1684377605923,
      "specialType": 0,
      "totalDuration": 128,
      "creator": {
        "defaultAvatar": false,
        "province": 220000,
        "authStatus": 0,
        "followed": false,
        "avatarUrl": "http://p1.music.126.net/X-ril-AOd_UbFrL_jjsQFA==/109951165040277449.jpg",
        "accountStatus": 0,
        "gender": 0,
        "city": 220100,
        "birthday": -2209017600000,
        "userId": 122356259,
        "userType": 200,
        "nickname": "卧室坐家",
        "signature": "",
        "description": "",
        "detailDescription": "",
        "avatarImgId": 109951165040277460,
        "backgroundImgId": 109951165516083180,
        "backgroundUrl": "http://p1.music.126.net/Eu17kX5gr29TVZ5Uq3StAA==/109951165516083183.jpg",
        "authority": 0,
        "mutual": false,
        "expertTags": [
          "电子",
          "摇滚",
          "爵士"
        ],
        "experts": null,
        "djStatus": 0,
        "vipType": 0,
        "remarkName": null,
        "authenticationTypes": 64,
        "avatarDetail": {
          "userType": 200,
          "identityLevel": 2,
          "identityIconUrl": "https://p5.music.126.net/obj/wo3DlcOGw6DClTvDisK1/4761340159/e2c1/6fb5/f49b/353e6d1857f7c5f46426beb533427e53.png"
        },
        "anchor": false,
        "avatarImgIdStr": "109951165040277449",
        "backgroundImgIdStr": "109951165516083183",
        "avatarImgId_str": "109951165040277449"
      },
      "tracks": null,
      "subscribers": [
        {
          "defaultAvatar": false,
          "province": 430000,
          "authStatus": 0,
          "followed": false,
          "avatarUrl": "http://p1.music.126.net/KY6rnAc4Nst_p2fg4ixirQ==/109951163422865629.jpg",
          "accountStatus": 0,
          "gender": 0,
          "city": 430100,
          "birthday": -2209017600000,
          "userId": 339584305,
          "userType": 0,
          "nickname": "青厌菌",
          "signature": "",
          "description": "",
          "detailDescription": "",
          "avatarImgId": 109951163422865630,
          "backgroundImgId": 109951163422865200,
          "backgroundUrl": "http://p1.music.126.net/t47NeEQHd6cW2Z6M1yV0Zg==/109951163422865199.jpg",
          "authority": 0,
          "mutual": false,
          "expertTags": null,
          "experts": null,
          "djStatus": 0,
          "vipType": 11,
          "remarkName": null,
          "authenticationTypes": 0,
          "avatarDetail": null,
          "anchor": false,
          "avatarImgIdStr": "109951163422865629",
          "backgroundImgIdStr": "109951163422865199",
          "avatarImgId_str": "109951163422865629"
        }
      ],
      "subscribed": false,
      "commentThreadId": "A_PL_0_2651898154",
      "newImported": false,
      "adType": 0,
      "highQuality": true,
      "privacy": 0,
      "ordered": true,
      "anonimous": false,
      "coverStatus": 3,
      "recommendInfo": null,
      "socialPlaylistCover": null,
      "recommendText": null,
      "coverText": null,
      "relateResType": null,
      "relateResId": null,
      "shareCount": 823,
      "coverImgId_str": "109951164829805781",
      "alg": "alg_sq_offline",
      "commentCount": 130
    },
    {
      "name": "東方抒情集:一梦华胥 永眠不散之宴",
      "id": 2003672301,
      "trackNumberUpdateTime": 1581753092888,
      "status": 0,
      "userId": 83659385,
      "createTime": 1512476894099,
      "updateTime": 1581753174930,
      "subscribedCount": 78209,
      "trackCount": 265,
      "cloudTrackCount": 0,
      "coverImgUrl": "http://p1.music.126.net/KfIDKThhgxDiU_R7qdt2jQ==/109951164109916362.jpg",
      "iconImgUrl": null,
      "coverImgId": 109951164109916370,
      "description": "银月辉映下,一袭红衫的少女翩然凌空而立。其清丽的身姿,端丽的仪容,无暇的面庞以及那对不含情感却因而完美无瑕的钻石般冷辉闪烁的双眸,使人不由怀疑其存在只是遐想间虚幻的梦。而实际上,少女本身或许是比梦更飘忽,更遥远的\"概念\"。 嫩竹的辉夜姬,这是在已不知何许的年月里,一位名为斋部秋田的老人为她所取的名字。\n\n花絮:\n最近偶然随机到了senya所唱的“月に叢雲華に風”,一瞬间仿佛回到了还是中学生的时候,回想起当时最热衷于东方的那份心情与悸动。原来不知不觉间,接触东方已有这么久了。喜欢宅文化的我们都有着这些令人怀念的经历,有很多东西可以说是伴随着我们的成长。于是认真地整理了一下这些年听的东方同人曲,初衷是想要让大家也能够回味起当初的那份心情,也许你也会因为某首曲子、某段旋律,回想起当初的那份感动吧。\n\n杂谈:\n1.歌单选曲以抒情人声为主,封面PID:49831115\n2.東方同人爱好者、社团创作的曲子可以说是数不胜数,此处只作为一部分精选,难免有所疏漏,欢迎大家私信补充。\n\n---------------------------------\n\n东方Project是日本同人游戏社团上海爱丽丝幻乐团所制作的一系列同人游戏、相关作品,并在之后发展成了覆盖游戏、动漫、音乐、文学等诸多方面的一个领域。在该领域中,ZUN自行创作、ZUN与朋友合作和以ZUN的名义出版的作品叫做原作(一次设定),其他爱好者们自发进行的创作叫做二次创作。要说的话,东方最迷人的地方莫过于其自成一派的世界观,个性鲜明的各种角色,以及大量的二次创作,又因为制作方上海爱丽丝幻乐团(ZUN)对二次创作限制条件较少、管理较为宽松的缘故,不少爱好者均制作了各种不同的二次创作作品,可以说东方有着大量的同人作品、社团及爱好者们,这一文化更是吸引了无数人。",
      "tags": [
        "日语",
        "感动",
        "ACG"
      ],
      "playCount": 3730487,
      "trackUpdateTime": 1687851772335,
      "specialType": 0,
      "totalDuration": 0,
      "creator": {
        "defaultAvatar": false,
        "province": 1000000,
        "authStatus": 0,
        "followed": false,
        "avatarUrl": "http://p1.music.126.net/0b3poKHb9uR0cXw4Q2u55g==/109951166961640338.jpg",
        "accountStatus": 0,
        "gender": 0,
        "city": 1010000,
        "birthday": 873820800000,
        "userId": 83659385,
        "userType": 200,
        "nickname": "花嫁赫萝",
        "signature": "",
        "description": "",
        "detailDescription": "",
        "avatarImgId": 109951166961640340,
        "backgroundImgId": 109951165503710190,
        "backgroundUrl": "http://p1.music.126.net/nmcJJ_wFrp1sFUVvovMsig==/109951165503710186.jpg",
        "authority": 0,
        "mutual": false,
        "expertTags": [
          "ACG",
          "爵士",
          "摇滚"
        ],
        "experts": null,
        "djStatus": 10,
        "vipType": 11,
        "remarkName": null,
        "authenticationTypes": 64,
        "avatarDetail": {
          "userType": 200,
          "identityLevel": 3,
          "identityIconUrl": "https://p5.music.126.net/obj/wo3DlcOGw6DClTvDisK1/4761340168/ccce/35dd/ab2d/1a7c8ee0f6bb1fc2760cbb570dfee34f.png"
        },
        "anchor": false,
        "avatarImgIdStr": "109951166961640338",
        "backgroundImgIdStr": "109951165503710186",
        "avatarImgId_str": "109951166961640338"
      },
      "tracks": null,
      "subscribers": [
        {
          "defaultAvatar": false,
          "province": 130000,
          "authStatus": 0,
          "followed": false,
          "avatarUrl": "http://p1.music.126.net/dLtGJ-8Ql2NfHMVKDdPIRQ==/109951168476663694.jpg",
          "accountStatus": 0,
          "gender": 2,
          "city": 130500,
          "birthday": 980997573779,
          "userId": 1439267064,
          "userType": 0,
          "nickname": "冰糖芒果冰镇西瓜",
          "signature": "",
          "description": "",
          "detailDescription": "",
          "avatarImgId": 109951168476663700,
          "backgroundImgId": 109951166036710640,
          "backgroundUrl": "http://p1.music.126.net/VmxNaYxykn4wn3HXhsMuLw==/109951166036710646.jpg",
          "authority": 0,
          "mutual": false,
          "expertTags": null,
          "experts": null,
          "djStatus": 0,
          "vipType": 11,
          "remarkName": null,
          "authenticationTypes": 0,
          "avatarDetail": null,
          "anchor": false,
          "avatarImgIdStr": "109951168476663694",
          "backgroundImgIdStr": "109951166036710646",
          "avatarImgId_str": "109951168476663694"
        }
      ],
      "subscribed": false,
      "commentThreadId": "A_PL_0_2003672301",
      "newImported": false,
      "adType": 0,
      "highQuality": true,
      "privacy": 0,
      "ordered": true,
      "anonimous": false,
      "coverStatus": 3,
      "recommendInfo": null,
      "socialPlaylistCover": null,
      "recommendText": null,
      "coverText": null,
      "relateResType": null,
      "relateResId": null,
      "shareCount": 1477,
      "coverImgId_str": "109951164109916362",
      "alg": "alg_sq_offline",
      "commentCount": 412
    },
    {
      "name": "世界顶级沙发酒吧音乐。",
      "id": 11067348,
      "trackNumberUpdateTime": 1494923621598,
      "status": 0,
      "userId": 739256,
      "createTime": 1396798276799,
      "updateTime": 1494923621598,
      "subscribedCount": 299724,
      "trackCount": 299,
      "cloudTrackCount": 0,
      "coverImgUrl": "http://p1.music.126.net/EvMYkma640_ztqWqjnuRLw==/5953855464572474.jpg",
      "iconImgUrl": null,
      "coverImgId": 5953855464572474,
      "description": "各大厂牌的精品音乐合辑,精心炮制歌单,绝对能放出高大上的感觉~持续更新ing...LOUNGE BAR的理想播放歌单~【此单长期更新,好曲一定会让你惊喜不断,请各位易友持续关注】",
      "tags": [
        "电子",
        "欧美",
        "酒吧"
      ],
      "playCount": 16885864,
      "trackUpdateTime": 1688070528554,
      "specialType": 0,
      "totalDuration": 0,
      "creator": {
        "defaultAvatar": false,
        "province": 510000,
        "authStatus": 0,
        "followed": false,
        "avatarUrl": "http://p1.music.126.net/o0JiyGJMVvz3ttb-HXm1iQ==/109951165609230281.jpg",
        "accountStatus": 0,
        "gender": 1,
        "city": 510100,
        "birthday": 562521600000,
        "userId": 739256,
        "userType": 200,
        "nickname": "雰川水也",
        "signature": "大  音  希  声",
        "description": "",
        "detailDescription": "",
        "avatarImgId": 109951165609230290,
        "backgroundImgId": 109951165395733630,
        "backgroundUrl": "http://p1.music.126.net/JoV68ORMXbVRqYMDNp28GA==/109951165395733633.jpg",
        "authority": 0,
        "mutual": false,
        "expertTags": [
          "电子",
          "爵士",
          "欧美"
        ],
        "experts": null,
        "djStatus": 10,
        "vipType": 11,
        "remarkName": null,
        "authenticationTypes": 528448,
        "avatarDetail": {
          "userType": 200,
          "identityLevel": 3,
          "identityIconUrl": "https://p5.music.126.net/obj/wo3DlcOGw6DClTvDisK1/4761340168/ccce/35dd/ab2d/1a7c8ee0f6bb1fc2760cbb570dfee34f.png"
        },
        "anchor": true,
        "avatarImgIdStr": "109951165609230281",
        "backgroundImgIdStr": "109951165395733633",
        "avatarImgId_str": "109951165609230281"
      },
      "tracks": null,
      "subscribers": [
        {
          "defaultAvatar": false,
          "province": 130000,
          "authStatus": 0,
          "followed": false,
          "avatarUrl": "http://p1.music.126.net/joCgJyvGaAWeqk2VvNOY6w==/109951168281631429.jpg",
          "accountStatus": 0,
          "gender": 1,
          "city": 130200,
          "birthday": 710960469265,
          "userId": 297547914,
          "userType": 0,
          "nickname": "Old_夏",
          "signature": "。",
          "description": "",
          "detailDescription": "",
          "avatarImgId": 109951168281631420,
          "backgroundImgId": 109951168444671170,
          "backgroundUrl": "http://p1.music.126.net/cBLmEmjTqPV0LW38a9G4RA==/109951168444671172.jpg",
          "authority": 0,
          "mutual": false,
          "expertTags": null,
          "experts": null,
          "djStatus": 0,
          "vipType": 11,
          "remarkName": null,
          "authenticationTypes": 0,
          "avatarDetail": null,
          "anchor": false,
          "avatarImgIdStr": "109951168281631429",
          "backgroundImgIdStr": "109951168444671172",
          "avatarImgId_str": "109951168281631429"
        }
      ],
      "subscribed": false,
      "commentThreadId": "A_PL_0_11067348",
      "newImported": false,
      "adType": 0,
      "highQuality": true,
      "privacy": 0,
      "ordered": true,
      "anonimous": false,
      "coverStatus": 3,
      "recommendInfo": null,
      "socialPlaylistCover": null,
      "recommendText": null,
      "coverText": null,
      "relateResType": null,
      "relateResId": null,
      "shareCount": 5034,
      "alg": "alg_sq_offline",
      "commentCount": 1046
    },
    {
      "name": "提琴后摇 I 颅内盛宴,思绪狂欢",
      "id": 382716015,
      "trackNumberUpdateTime": 1551788630065,
      "status": 0,
      "userId": 85351650,
      "createTime": 1463382360751,
      "updateTime": 1577703650977,
      "subscribedCount": 57181,
      "trackCount": 151,
      "cloudTrackCount": 0,
      "coverImgUrl": "http://p1.music.126.net/KEffHXmHnVi--IKtkU6Mpg==/1415071475572669.jpg",
      "iconImgUrl": null,
      "coverImgId": 1415071475572669,
      "description": "自远方,有月光,灯影,波纹,夜风。\n\n带着耳机的我却只能听到心脏跳动的声音,\n好似时间在这大片的沉默中被撕扯着。\n耳边提琴声渐起,\n靠近时,音符却散成无数尖锐的金属颗粒,\n我不禁战栗,\n这不是因为寒冷,而是仿佛某种东西穿过了身体,\n如此的缄默,如此的迅速,\n而此时,\n颅内的思绪瞬间迸发,分裂成万缕细丝,互相交错着。\n\n我自歌自笑,空气里也充满着应许的芬芳,\n我抱头哭泣,悲伤的水流已然漫过我的手腕,\n我形单影只,脑内的舞会上却是万众的狂欢。\n\n-\n\n后摇,有时候就是一种情绪,能准确地与你心深处呐喊的情绪共鸣,让思绪在脑海里纷飞。而提琴,它能够将你不安的情绪梳理成琴弦般的一丝一缕,将你的偏执转化为克制。提琴后摇就是这样,它可以安静内敛,亦可澎拜躁动。\n\n提 琴 后 摇 I 情 绪 药 剂",
      "tags": [
        "后摇",
        "器乐",
        "另类/独立"
      ],
      "playCount": 3564326,
      "trackUpdateTime": 1686856967475,
      "specialType": 0,
      "totalDuration": 0,
      "creator": {
        "defaultAvatar": false,
        "province": 350000,
        "authStatus": 0,
        "followed": false,
        "avatarUrl": "http://p1.music.126.net/SIoh7-aBTZkg1RWgBn7N1A==/109951164193393923.jpg",
        "accountStatus": 0,
        "gender": 1,
        "city": 350100,
        "birthday": 968931394261,
        "userId": 85351650,
        "userType": 200,
        "nickname": "Xenyc",
        "signature": "也无风雨也无晴。(私信关闭)",
        "description": "",
        "detailDescription": "",
        "avatarImgId": 109951164193393920,
        "backgroundImgId": 109951164188825800,
        "backgroundUrl": "http://p1.music.126.net/xAEEMlawWFtO4PbsGxelLg==/109951164188825795.jpg",
        "authority": 0,
        "mutual": false,
        "expertTags": [
          "另类/独立",
          "乡村",
          "摇滚"
        ],
        "experts": null,
        "djStatus": 0,
        "vipType": 11,
        "remarkName": null,
        "authenticationTypes": 1088,
        "avatarDetail": {
          "userType": 200,
          "identityLevel": 1,
          "identityIconUrl": "https://p5.music.126.net/obj/wo3DlcOGw6DClTvDisK1/4761340149/f4bf/64a1/1ea2/31a08617d7dfddb21fffdb92390ce268.png"
        },
        "anchor": false,
        "avatarImgIdStr": "109951164193393923",
        "backgroundImgIdStr": "109951164188825795",
        "avatarImgId_str": "109951164193393923"
      },
      "tracks": null,
      "subscribers": [
        {
          "defaultAvatar": false,
          "province": 1000000,
          "authStatus": 0,
          "followed": false,
          "avatarUrl": "http://p1.music.126.net/FCUc0fGDKQJjQPAfEYaBSg==/109951163438894482.jpg",
          "accountStatus": 0,
          "gender": 2,
          "city": 1010000,
          "birthday": 913733415124,
          "userId": 106735780,
          "userType": 0,
          "nickname": "阿穆尔隼",
          "signature": "滚滚历史洪流在每一代人身上都留下了特殊的印记",
          "description": "",
          "detailDescription": "",
          "avatarImgId": 109951163438894480,
          "backgroundImgId": 109951163747886690,
          "backgroundUrl": "http://p1.music.126.net/l16w1B8ZRJa_H86KcX75wg==/109951163747886688.jpg",
          "authority": 0,
          "mutual": false,
          "expertTags": null,
          "experts": null,
          "djStatus": 10,
          "vipType": 0,
          "remarkName": null,
          "authenticationTypes": 0,
          "avatarDetail": null,
          "anchor": false,
          "avatarImgIdStr": "109951163438894482",
          "backgroundImgIdStr": "109951163747886688",
          "avatarImgId_str": "109951163438894482"
        }
      ],
      "subscribed": false,
      "commentThreadId": "A_PL_0_382716015",
      "newImported": false,
      "adType": 0,
      "highQuality": true,
      "privacy": 0,
      "ordered": true,
      "anonimous": false,
      "coverStatus": 3,
      "recommendInfo": null,
      "socialPlaylistCover": null,
      "recommendText": null,
      "coverText": null,
      "relateResType": null,
      "relateResId": null,
      "shareCount": 1486,
      "alg": "alg_sq_offline",
      "commentCount": 561
    },
    {
      "name": "東方钢琴祭:幻梦终醒 本无不散之宴",
      "id": 913908853,
      "trackNumberUpdateTime": 1577423826381,
      "status": 0,
      "userId": 83659385,
      "createTime": 1505024783052,
      "updateTime": 1577423826381,
      "subscribedCount": 162188,
      "trackCount": 245,
      "cloudTrackCount": 0,
      "coverImgUrl": "http://p1.music.126.net/QD7dfsBDSOUNAIulNDC9pw==/109951163071966688.jpg",
      "iconImgUrl": null,
      "coverImgId": 109951163071966690,
      "description": "東方同人音乐钢琴合集,推荐随机播放~\n\n小科普:\n\n东方Project是日本同人游戏社团上海爱丽丝幻乐团所制作的一系列同人游戏、相关作品,并在之后发展成了覆盖游戏、动漫、音乐、文学等诸多方面的一个领域。在该领域中,ZUN自行创作、ZUN与朋友合作和以ZUN的名义出版的作品叫做原作(一次设定),其他爱好者们自发进行的创作叫做二次创作。要说的话,东方最迷人的地方莫过于其自成一派的世界观,个性鲜明的各种角色,以及大量的二次创作,又因为制作方上海爱丽丝幻乐团(ZUN)对二次创作限制条件较少、管理较为宽松的缘故,不少爱好者均制作了各种不同的二次创作作品,可以说东方有着大量的同人作品、社团及爱好者们,这一文化更是吸引了无数人。\n\n歌单所有曲目均为11年起接触东方并一直收集至今的红心曲,且東方同人爱好者、社团创作的曲子可以说是数不胜数,此处只作为一部分精选。\n\n封面Pixiv ID: 50149567\n\n——此歌单献给喜爱幻想乡的各位。",
      "tags": [
        "轻音乐",
        "钢琴",
        "ACG"
      ],
      "playCount": 5253588,
      "trackUpdateTime": 1687851899114,
      "specialType": 0,
      "totalDuration": 0,
      "creator": {
        "defaultAvatar": false,
        "province": 1000000,
        "authStatus": 0,
        "followed": false,
        "avatarUrl": "http://p1.music.126.net/0b3poKHb9uR0cXw4Q2u55g==/109951166961640338.jpg",
        "accountStatus": 0,
        "gender": 0,
        "city": 1010000,
        "birthday": 873820800000,
        "userId": 83659385,
        "userType": 200,
        "nickname": "花嫁赫萝",
        "signature": "",
        "description": "",
        "detailDescription": "",
        "avatarImgId": 109951166961640340,
        "backgroundImgId": 109951165503710190,
        "backgroundUrl": "http://p1.music.126.net/nmcJJ_wFrp1sFUVvovMsig==/109951165503710186.jpg",
        "authority": 0,
        "mutual": false,
        "expertTags": [
          "ACG",
          "爵士",
          "摇滚"
        ],
        "experts": null,
        "djStatus": 10,
        "vipType": 11,
        "remarkName": null,
        "authenticationTypes": 64,
        "avatarDetail": {
          "userType": 200,
          "identityLevel": 3,
          "identityIconUrl": "https://p5.music.126.net/obj/wo3DlcOGw6DClTvDisK1/4761340168/ccce/35dd/ab2d/1a7c8ee0f6bb1fc2760cbb570dfee34f.png"
        },
        "anchor": false,
        "avatarImgIdStr": "109951166961640338",
        "backgroundImgIdStr": "109951165503710186",
        "avatarImgId_str": "109951166961640338"
      },
      "tracks": null,
      "subscribers": [
        {
          "defaultAvatar": false,
          "province": 1000000,
          "authStatus": 0,
          "followed": false,
          "avatarUrl": "http://p1.music.126.net/t06VcdgtcPfvlG0ZXapzgA==/109951168572742059.jpg",
          "accountStatus": 0,
          "gender": 2,
          "city": 1010000,
          "birthday": 1677744729947,
          "userId": 1955358941,
          "userType": 0,
          "nickname": "_落落___",
          "signature": "好孤单",
          "description": "",
          "detailDescription": "",
          "avatarImgId": 109951168572742060,
          "backgroundImgId": 109951165678829940,
          "backgroundUrl": "http://p1.music.126.net/Y9Amq1_vY0Q1JUp2ct8tSw==/109951165678829936.jpg",
          "authority": 0,
          "mutual": false,
          "expertTags": null,
          "experts": null,
          "djStatus": 0,
          "vipType": 10,
          "remarkName": null,
          "authenticationTypes": 4096,
          "avatarDetail": null,
          "anchor": true,
          "avatarImgIdStr": "109951168572742059",
          "backgroundImgIdStr": "109951165678829936",
          "avatarImgId_str": "109951168572742059"
        }
      ],
      "subscribed": false,
      "commentThreadId": "A_PL_0_913908853",
      "newImported": false,
      "adType": 0,
      "highQuality": true,
      "privacy": 0,
      "ordered": true,
      "anonimous": false,
      "coverStatus": 3,
      "recommendInfo": null,
      "socialPlaylistCover": null,
      "recommendText": null,
      "coverText": null,
      "relateResType": null,
      "relateResId": null,
      "shareCount": 2397,
      "coverImgId_str": "109951163071966688",
      "alg": "alg_sq_offline",
      "commentCount": 1090
    },
    {
      "name": "黑胶酒馆|耳畔的浪漫眼中的你",
      "id": 2125737991,
      "trackNumberUpdateTime": 1566179062099,
      "status": 0,
      "userId": 122356259,
      "createTime": 1520089926682,
      "updateTime": 1566179126466,
      "subscribedCount": 190728,
      "trackCount": 39,
      "cloudTrackCount": 0,
      "coverImgUrl": "http://p1.music.126.net/UPNgNgTfag418ftoO0Jm3Q==/18898405858786397.jpg",
      "iconImgUrl": null,
      "coverImgId": 18898405858786396,
      "description": "在某个细雨绵绵的午后,\n与你相约在黑胶酒馆。\n耳畔聆听着经典浪漫的旋律,\n眼中的你笑靥如花。\n喜欢是我想偷偷藏在心里,\n却不由自主从眼睛跑出来。\n世界上最美的相遇,\n是两个有知觉的灵魂认出了彼此,\n灵魂需要碰撞才能感知彼此的分量和质地。\n一个眼神,某种频率,\n那瞬间特有的心有灵犀都是彼此才懂的。",
      "tags": [
        "欧美",
        "酒吧",
        "爵士"
      ],
      "playCount": 8860295,
      "trackUpdateTime": 1685969430671,
      "specialType": 0,
      "totalDuration": 0,
      "creator": {
        "defaultAvatar": false,
        "province": 220000,
        "authStatus": 0,
        "followed": false,
        "avatarUrl": "http://p1.music.126.net/X-ril-AOd_UbFrL_jjsQFA==/109951165040277449.jpg",
        "accountStatus": 0,
        "gender": 0,
        "city": 220100,
        "birthday": -2209017600000,
        "userId": 122356259,
        "userType": 200,
        "nickname": "卧室坐家",
        "signature": "",
        "description": "",
        "detailDescription": "",
        "avatarImgId": 109951165040277460,
        "backgroundImgId": 109951165516083180,
        "backgroundUrl": "http://p1.music.126.net/Eu17kX5gr29TVZ5Uq3StAA==/109951165516083183.jpg",
        "authority": 0,
        "mutual": false,
        "expertTags": [
          "电子",
          "摇滚",
          "爵士"
        ],
        "experts": null,
        "djStatus": 0,
        "vipType": 0,
        "remarkName": null,
        "authenticationTypes": 64,
        "avatarDetail": {
          "userType": 200,
          "identityLevel": 2,
          "identityIconUrl": "https://p5.music.126.net/obj/wo3DlcOGw6DClTvDisK1/4761340159/e2c1/6fb5/f49b/353e6d1857f7c5f46426beb533427e53.png"
        },
        "anchor": false,
        "avatarImgIdStr": "109951165040277449",
        "backgroundImgIdStr": "109951165516083183",
        "avatarImgId_str": "109951165040277449"
      },
      "tracks": null,
      "subscribers": [
        {
          "defaultAvatar": false,
          "province": 440000,
          "authStatus": 0,
          "followed": false,
          "avatarUrl": "http://p1.music.126.net/uKqX1OjQ3997bZzlOTrugw==/109951166110082000.jpg",
          "accountStatus": 0,
          "gender": 1,
          "city": 440300,
          "birthday": -2209017600000,
          "userId": 3256307253,
          "userType": 0,
          "nickname": "任宝平renfe",
          "signature": "",
          "description": "",
          "detailDescription": "",
          "avatarImgId": 109951166110082000,
          "backgroundImgId": 109951162868126480,
          "backgroundUrl": "http://p1.music.126.net/_f8R60U9mZ42sSNvdPn2sQ==/109951162868126486.jpg",
          "authority": 0,
          "mutual": false,
          "expertTags": null,
          "experts": null,
          "djStatus": 0,
          "vipType": 0,
          "remarkName": null,
          "authenticationTypes": 0,
          "avatarDetail": null,
          "anchor": false,
          "avatarImgIdStr": "109951166110082000",
          "backgroundImgIdStr": "109951162868126486",
          "avatarImgId_str": "109951166110082000"
        }
      ],
      "subscribed": false,
      "commentThreadId": "A_PL_0_2125737991",
      "newImported": false,
      "adType": 0,
      "highQuality": true,
      "privacy": 0,
      "ordered": true,
      "anonimous": false,
      "coverStatus": 3,
      "recommendInfo": null,
      "socialPlaylistCover": null,
      "recommendText": null,
      "coverText": null,
      "relateResType": null,
      "relateResId": null,
      "shareCount": 4040,
      "coverImgId_str": "18898405858786397",
      "alg": "alg_sq_offline",
      "commentCount": 1121
    },
    {
      "name": "纯音 | 静淌时隙悄然掠过 | 助眠",
      "id": 132259437,
      "trackNumberUpdateTime": 1634702067427,
      "status": 0,
      "userId": 93937325,
      "createTime": 1448627609222,
      "updateTime": 1635297622099,
      "subscribedCount": 31311,
      "trackCount": 34,
      "cloudTrackCount": 0,
      "coverImgUrl": "http://p1.music.126.net/9Im18b55wxz7ZXx0n2mOVQ==/109951165386439858.jpg",
      "iconImgUrl": null,
      "coverImgId": 109951165386439860,
      "description": "天色舒齐地暗下来\n那是慢慢的,很慢\n绿叶间的白屋\n夕阳射亮玻璃\n草坪湿透,还在洒\n蓝紫鸢尾花一味梦幻\n都相约暗下,暗下\n清晰,和蔼,妄婉\n不知什么原因\n诚觉世事尽可原谅\n\n文 | 摘自《杰克逊高地》\n图 | 源于网络",
      "tags": [
        "安静",
        "轻音乐",
        "器乐"
      ],
      "playCount": 2579497,
      "trackUpdateTime": 1688050448707,
      "specialType": 0,
      "totalDuration": 0,
      "creator": {
        "defaultAvatar": false,
        "province": 330000,
        "authStatus": 0,
        "followed": false,
        "avatarUrl": "http://p1.music.126.net/FddUTr5Ups9PgHOvK4-tyw==/109951164798346532.jpg",
        "accountStatus": 0,
        "gender": 2,
        "city": 330500,
        "birthday": 950856985212,
        "userId": 93937325,
        "userType": 200,
        "nickname": "Themint",
        "signature": "be yourself",
        "description": "",
        "detailDescription": "",
        "avatarImgId": 109951164798346530,
        "backgroundImgId": 109951166108282930,
        "backgroundUrl": "http://p1.music.126.net/f5Hv4ZHJFuXd_LPvhj3krA==/109951166108282927.jpg",
        "authority": 0,
        "mutual": false,
        "expertTags": null,
        "experts": null,
        "djStatus": 10,
        "vipType": 11,
        "remarkName": null,
        "authenticationTypes": 1572928,
        "avatarDetail": {
          "userType": 200,
          "identityLevel": 2,
          "identityIconUrl": "https://p5.music.126.net/obj/wo3DlcOGw6DClTvDisK1/4761340159/e2c1/6fb5/f49b/353e6d1857f7c5f46426beb533427e53.png"
        },
        "anchor": false,
        "avatarImgIdStr": "109951164798346532",
        "backgroundImgIdStr": "109951166108282927",
        "avatarImgId_str": "109951164798346532"
      },
      "tracks": null,
      "subscribers": [
        {
          "defaultAvatar": false,
          "province": 310000,
          "authStatus": 0,
          "followed": false,
          "avatarUrl": "http://p1.music.126.net/enUynMtiPnVB0yMB0kLqvg==/109951168700048788.jpg",
          "accountStatus": 0,
          "gender": 0,
          "city": 310109,
          "birthday": 671641200000,
          "userId": 348188563,
          "userType": 0,
          "nickname": "long瀧_lyn",
          "signature": "",
          "description": "",
          "detailDescription": "",
          "avatarImgId": 109951168700048780,
          "backgroundImgId": 2002210674180201,
          "backgroundUrl": "http://p1.music.126.net/o3G7lWrGBQAvSRt3UuApTw==/2002210674180201.jpg",
          "authority": 0,
          "mutual": false,
          "expertTags": null,
          "experts": null,
          "djStatus": 0,
          "vipType": 0,
          "remarkName": null,
          "authenticationTypes": 0,
          "avatarDetail": null,
          "anchor": false,
          "avatarImgIdStr": "109951168700048788",
          "backgroundImgIdStr": "2002210674180201",
          "avatarImgId_str": "109951168700048788"
        }
      ],
      "subscribed": false,
      "commentThreadId": "A_PL_0_132259437",
      "newImported": false,
      "adType": 0,
      "highQuality": true,
      "privacy": 0,
      "ordered": true,
      "anonimous": false,
      "coverStatus": 3,
      "recommendInfo": null,
      "socialPlaylistCover": null,
      "recommendText": null,
      "coverText": null,
      "relateResType": null,
      "relateResId": null,
      "shareCount": 813,
      "coverImgId_str": "109951165386439858",
      "alg": "alg_sq_offline",
      "commentCount": 275
    },
    {
      "name": "100首华语民谣,因为懂得才有共鸣",
      "id": 2312165875,
      "trackNumberUpdateTime": 1633415786197,
      "status": 0,
      "userId": 108952364,
      "createTime": 1531397199822,
      "updateTime": 1635239233639,
      "subscribedCount": 412435,
      "trackCount": 99,
      "cloudTrackCount": 0,
      "coverImgUrl": "http://p1.music.126.net/Cl0-NpZ0ESTDjJ1HmZ33KA==/109951163460576279.jpg",
      "iconImgUrl": null,
      "coverImgId": 109951163460576270,
      "description": "民谣是最安静的角落,民谣是一种诉说,包含了一种朴素的情感,在听的过程中可能会与自己的故事契合,产生共鸣,100首华语民谣,因为懂得才有共鸣。",
      "tags": [
        "华语",
        "流行",
        "民谣"
      ],
      "playCount": 37163792,
      "trackUpdateTime": 1686046255884,
      "specialType": 0,
      "totalDuration": 0,
      "creator": {
        "defaultAvatar": false,
        "province": 110000,
        "authStatus": 0,
        "followed": false,
        "avatarUrl": "http://p1.music.126.net/ytcfMap8dZ7Wwypi6LpQVQ==/109951164409644422.jpg",
        "accountStatus": 0,
        "gender": 2,
        "city": 110101,
        "birthday": -1577952000000,
        "userId": 108952364,
        "userType": 200,
        "nickname": "情思天鹅",
        "signature": "温暖和爱是治愈世界的良药!",
        "description": "",
        "detailDescription": "",
        "avatarImgId": 109951164409644420,
        "backgroundImgId": 109951164648712740,
        "backgroundUrl": "http://p1.music.126.net/v-v7T9vymDjfBA4_sjzUyg==/109951164648712738.jpg",
        "authority": 0,
        "mutual": false,
        "expertTags": [
          "华语",
          "流行",
          "民谣"
        ],
        "experts": {
          "1": "音乐视频达人",
          "2": "生活图文达人"
        },
        "djStatus": 10,
        "vipType": 0,
        "remarkName": null,
        "authenticationTypes": 548928,
        "avatarDetail": {
          "userType": 200,
          "identityLevel": 5,
          "identityIconUrl": "https://p5.music.126.net/obj/wo3DlcOGw6DClTvDisK1/4761340196/c0c5/91b0/c902/66dc6dd24d128fbf8bc4a0e212f277b9.png"
        },
        "anchor": false,
        "avatarImgIdStr": "109951164409644422",
        "backgroundImgIdStr": "109951164648712738",
        "avatarImgId_str": "109951164409644422"
      },
      "tracks": null,
      "subscribers": [
        {
          "defaultAvatar": false,
          "province": 440000,
          "authStatus": 0,
          "followed": false,
          "avatarUrl": "http://p1.music.126.net/uKswf2AR5gyrDH9pHXkwUQ==/3273246121455101.jpg",
          "accountStatus": 0,
          "gender": 1,
          "city": 440600,
          "birthday": 1655604930045,
          "userId": 109453306,
          "userType": 0,
          "nickname": "水过牛背",
          "signature": "",
          "description": "",
          "detailDescription": "",
          "avatarImgId": 3273246121455101,
          "backgroundImgId": 2002210674180203,
          "backgroundUrl": "http://p1.music.126.net/bmA_ablsXpq3Tk9HlEg9sA==/2002210674180203.jpg",
          "authority": 0,
          "mutual": false,
          "expertTags": null,
          "experts": null,
          "djStatus": 0,
          "vipType": 11,
          "remarkName": null,
          "authenticationTypes": 0,
          "avatarDetail": null,
          "anchor": false,
          "avatarImgIdStr": "3273246121455101",
          "backgroundImgIdStr": "2002210674180203"
        }
      ],
      "subscribed": false,
      "commentThreadId": "A_PL_0_2312165875",
      "newImported": false,
      "adType": 0,
      "highQuality": true,
      "privacy": 0,
      "ordered": true,
      "anonimous": false,
      "coverStatus": 3,
      "recommendInfo": null,
      "socialPlaylistCover": null,
      "recommendText": null,
      "coverText": null,
      "relateResType": null,
      "relateResId": null,
      "shareCount": 4529,
      "coverImgId_str": "109951163460576279",
      "alg": "alg_sq_offline",
      "commentCount": 824
    },
    {
      "name": "复古慵懒 | 当经典摇滚被爵士如此演绎",
      "id": 4974682089,
      "trackNumberUpdateTime": 1589506919091,
      "status": 0,
      "userId": 306851500,
      "createTime": 1587182339175,
      "updateTime": 1590135520084,
      "subscribedCount": 25506,
      "trackCount": 30,
      "cloudTrackCount": 0,
      "coverImgUrl": "http://p1.music.126.net/FAMA94EvpNbFclmU5GIAXQ==/109951164927042386.jpg",
      "iconImgUrl": null,
      "coverImgId": 109951164927042380,
      "description": "来听听经典的摇滚乐如何变成小资情调的爵士乐吧\n当躁动摇滚变成了微醺爵士\n复古迷情酒馆也有自由不羁\n当摇滚硬汉变成了慵懒女郎\n天知道居然还能这么玩?\n\n本歌单的爵士曲风较广(因并非专业所以不写出来类型防误人子弟)\n以下为原曲乐队:\n1. Radiohead\n2.The Police\n3 4.Oasis\n5. Blur\n6. The Clash\n7. Nirvana\n8. Guns N' Roses\n9. The Rolling Stones\n10. The Cure\n11. Queen\n12. U2\n13. AC/DC\n14. Eagles\n15. Prince\n16. Bon Jovi\n17. David Bowie\n18. R.E.M\n19.The Beatles\n20. The Doors\n21. Dire Straits\n22. Led Zeppelin\n23. Joy Division\n24. Pixies\n25. Pink Floyd\n26. Coldplay\n27. Bob Dylan\n28. Black Sabbath\n29. The Who\n30. The Beatles",
      "tags": [
        "爵士",
        "欧美"
      ],
      "playCount": 1979743,
      "trackUpdateTime": 1684377678013,
      "specialType": 0,
      "totalDuration": 0,
      "creator": {
        "defaultAvatar": false,
        "province": 440000,
        "authStatus": 0,
        "followed": false,
        "avatarUrl": "http://p1.music.126.net/YwJeYMm7R97fnDQ5eH-51Q==/109951165642376632.jpg",
        "accountStatus": 0,
        "gender": 1,
        "city": 440300,
        "birthday": 974390400000,
        "userId": 306851500,
        "userType": 200,
        "nickname": "后现代养猪专业户",
        "signature": "不在程式里",
        "description": "",
        "detailDescription": "",
        "avatarImgId": 109951165642376640,
        "backgroundImgId": 109951167280030340,
        "backgroundUrl": "http://p1.music.126.net/_Rldnwpvx3S4hRug-CmUVw==/109951167280030331.jpg",
        "authority": 0,
        "mutual": false,
        "expertTags": null,
        "experts": null,
        "djStatus": 10,
        "vipType": 11,
        "remarkName": null,
        "authenticationTypes": 536640,
        "avatarDetail": {
          "userType": 200,
          "identityLevel": 2,
          "identityIconUrl": "https://p5.music.126.net/obj/wo3DlcOGw6DClTvDisK1/4761340159/e2c1/6fb5/f49b/353e6d1857f7c5f46426beb533427e53.png"
        },
        "anchor": true,
        "avatarImgIdStr": "109951165642376632",
        "backgroundImgIdStr": "109951167280030331",
        "avatarImgId_str": "109951165642376632"
      },
      "tracks": null,
      "subscribers": [
        {
          "defaultAvatar": false,
          "province": 1000000,
          "authStatus": 0,
          "followed": false,
          "avatarUrl": "http://p1.music.126.net/qHY-YOyiszqbD7OvZ7vp7g==/18939087788480659.jpg",
          "accountStatus": 0,
          "gender": 1,
          "city": 1001200,
          "birthday": -2209017600000,
          "userId": 282763986,
          "userType": 0,
          "nickname": "Siriusxu",
          "signature": "",
          "description": "",
          "detailDescription": "",
          "avatarImgId": 18939087788480660,
          "backgroundImgId": 2002210674180202,
          "backgroundUrl": "http://p1.music.126.net/pmHS4fcQtcNEGewNb5HRhg==/2002210674180202.jpg",
          "authority": 0,
          "mutual": false,
          "expertTags": null,
          "experts": null,
          "djStatus": 0,
          "vipType": 11,
          "remarkName": null,
          "authenticationTypes": 0,
          "avatarDetail": null,
          "anchor": false,
          "avatarImgIdStr": "18939087788480659",
          "backgroundImgIdStr": "2002210674180202",
          "avatarImgId_str": "18939087788480659"
        }
      ],
      "subscribed": false,
      "commentThreadId": "A_PL_0_4974682089",
      "newImported": false,
      "adType": 0,
      "highQuality": true,
      "privacy": 0,
      "ordered": true,
      "anonimous": false,
      "coverStatus": 3,
      "recommendInfo": null,
      "socialPlaylistCover": null,
      "recommendText": null,
      "coverText": null,
      "relateResType": null,
      "relateResId": null,
      "shareCount": 736,
      "coverImgId_str": "109951164927042386",
      "alg": "alg_sq_offline",
      "commentCount": 66
    },
    {
      "name": "Bossa Nova|聆听热情桑巴中的慵懒时光",
      "id": 2879306923,
      "trackNumberUpdateTime": 1668495065776,
      "status": 0,
      "userId": 341030416,
      "createTime": 1562809390546,
      "updateTime": 1668495065776,
      "subscribedCount": 20095,
      "trackCount": 158,
      "cloudTrackCount": 0,
      "coverImgUrl": "http://p1.music.126.net/t1jK33jklQHZ30E0ld7QUg==/109951164610030045.jpg",
      "iconImgUrl": null,
      "coverImgId": 109951164610030050,
      "description": "巴萨诺瓦(Bossa Nova),是一种融合巴西森巴舞曲和美国酷派爵士的一种\"新派爵士乐\",承袭choro和samba-cancao的部分特色而又自成一格,乍听简洁轻快。巴萨诺瓦结构复杂;乐器的音阶或和弦转换的行进方式变幻莫测,往往乍听下以为可以掌握旋律的起落和节奏,和弦一转换后即捕足不及。它的旋律可以是行板(andante)或中板(moderato)速度进行。\n\n巴萨诺瓦的字面意思是「新节奏」,原来是一种拉丁音乐,听起来轻松柔和、慵懒甜美、浪漫性感。与传统南美及拉丁音乐不同的是,巴萨诺瓦不像森巴或伦巴(Rumba)那样节奏强烈,除拥有南美音乐的热情外,还带有一份慵懒和轻松的感觉。\n\n在60年代初,Bossa Nova的清新暖风吹遍了美国爵士音乐界。它混合了巴西音乐的节奏,美国冷爵士和前卫的欧洲古典和声。当时,美国爵士界已变得两极分化不是硬波普(Hard Bop)就是处于上升阶段的前卫爵士。而且那时的爵士只能以令人肃然起敬的经典曲目作为基调,在更深入人心的摇滚乐和流行乐中苟延残喘。这时Bossa Nova便成了一种能够成功的新乐风。\n\n正统的Bossa Nova节奏柔和但弹奏有力。它源于巴西的桑巴,有着一系列非洲音乐的不规则的节奏模式(Rhythempattern)使用任何各种打击乐器,如锡罐,手鼓,扭铃。Bossa Nova的先锋人物把去除了桑巴音乐中的嘈杂声和复杂性,降低了音量却仍保持其优美的音律。他们在非电声吉他中加入了独特的跳跃式的节奏,平缓的旋律与歌词(葡萄牙语或英语),常常带出一种淡淡的感觉。另一方面,源自于德彪西和拉威尔的复杂和声在许多方面解决了当时JAZZ不能解决的问题。Bossa Nova打开了一道通往另一种乐风的大门。而且最明显的是建立了一种爵士乐手均可采用的伟大的乐风。\n\n如果爵士乐是一杯浓郁的黑咖啡,那么Bossa Nova就是让人心仪的小方糖。这种融合了美国爵士和南美桑巴的新派音乐,无处不体现着热带音乐的爽朗和明快色彩。海风味的轻柔旋律带出了度假时才有的慵懒随性。无论你在何时何地,只要BossaNova的节奏响起,就像一杯轻柔的咖啡,窝在阳台的沙发摇篮里,冬日暖阳洒下,微醺的刚刚好。\n\n歌单精选Antonio Carlos Jobim、Eliane Elias、小野丽莎等Bossa Nova大师们的作品。\n\n适用场景:慵懒下午茶、休息度假",
      "tags": [
        "Bossa Nova",
        "爵士",
        "拉丁"
      ],
      "playCount": 1785284,
      "trackUpdateTime": 1686614954315,
      "specialType": 0,
      "totalDuration": 16,
      "creator": {
        "defaultAvatar": false,
        "province": 1000000,
        "authStatus": 0,
        "followed": false,
        "avatarUrl": "http://p1.music.126.net/Ucwr8nSWgsZemlwRIbGkhg==/109951166482035726.jpg",
        "accountStatus": 0,
        "gender": 1,
        "city": 1007700,
        "birthday": 878313600000,
        "userId": 341030416,
        "userType": 207,
        "nickname": "十三逆旅Cobain",
        "signature": "听不尽的摇滚,读不完的诗。\n(不接受一般投稿✋)",
        "description": "",
        "detailDescription": "",
        "avatarImgId": 109951166482035730,
        "backgroundImgId": 109951165424649820,
        "backgroundUrl": "http://p1.music.126.net/PHPJLipW-QACxLrAbaGlcw==/109951165424649829.jpg",
        "authority": 0,
        "mutual": false,
        "expertTags": [
          "英伦",
          "流行",
          "欧美"
        ],
        "experts": null,
        "djStatus": 10,
        "vipType": 11,
        "remarkName": null,
        "authenticationTypes": 529472,
        "avatarDetail": {
          "userType": 207,
          "identityLevel": 3,
          "identityIconUrl": "https://p5.music.126.net/obj/wo3DlcOGw6DClTvDisK1/4761340168/ccce/35dd/ab2d/1a7c8ee0f6bb1fc2760cbb570dfee34f.png"
        },
        "anchor": true,
        "avatarImgIdStr": "109951166482035726",
        "backgroundImgIdStr": "109951165424649829",
        "avatarImgId_str": "109951166482035726"
      },
      "tracks": null,
      "subscribers": [
        {
          "defaultAvatar": false,
          "province": 360000,
          "authStatus": 0,
          "followed": false,
          "avatarUrl": "http://p1.music.126.net/uARj4ueknJI6urAqeaHS6A==/109951163620945411.jpg",
          "accountStatus": 0,
          "gender": 2,
          "city": 360100,
          "birthday": -2209017600000,
          "userId": 1650160337,
          "userType": 0,
          "nickname": "Auntfairyx",
          "signature": "",
          "description": "",
          "detailDescription": "",
          "avatarImgId": 109951163620945400,
          "backgroundImgId": 109951162868128400,
          "backgroundUrl": "http://p1.music.126.net/2zSNIqTcpHL2jIvU6hG0EA==/109951162868128395.jpg",
          "authority": 0,
          "mutual": false,
          "expertTags": null,
          "experts": null,
          "djStatus": 0,
          "vipType": 11,
          "remarkName": null,
          "authenticationTypes": 0,
          "avatarDetail": null,
          "anchor": false,
          "avatarImgIdStr": "109951163620945411",
          "backgroundImgIdStr": "109951162868128395",
          "avatarImgId_str": "109951163620945411"
        }
      ],
      "subscribed": false,
      "commentThreadId": "A_PL_0_2879306923",
      "newImported": false,
      "adType": 0,
      "highQuality": true,
      "privacy": 0,
      "ordered": true,
      "anonimous": false,
      "coverStatus": 3,
      "recommendInfo": null,
      "socialPlaylistCover": null,
      "recommendText": null,
      "coverText": null,
      "relateResType": null,
      "relateResId": null,
      "shareCount": 870,
      "coverImgId_str": "109951164610030045",
      "alg": "alg_sq_offline",
      "commentCount": 59
    },
    {
      "name": "「造语歌」穿透灵魂 如唱诗般空灵唯美♪",
      "id": 382291922,
      "trackNumberUpdateTime": 1464184247610,
      "status": 0,
      "userId": 2683821,
      "createTime": 1463318768604,
      "updateTime": 1464184279773,
      "subscribedCount": 500723,
      "trackCount": 92,
      "cloudTrackCount": 0,
      "coverImgUrl": "http://p1.music.126.net/ohWLRLOtANxCaxY6ENWgwQ==/1369991498697754.jpg",
      "iconImgUrl": null,
      "coverImgId": 1369991498697754,
      "description": "「语言应该是表达思想和感情最基本的载体,对于歌曲,歌词的重要性自然不用说 那些美丽的歌词带给人的感受是很强烈的 某种意义上说是词给了歌曲灵魂。但是有一种完全超越了语言的控制的音乐存在,那就是完全的用一门未知的语言来表达,这样的歌词或许本身是毫无意义只是为了配合调子,或许是某种古老的语言,那些失传很久的纯粹的文字,也或许是几种不同语言的融合创造的新的语言,无论是什么,它或许不能太清晰表达什么,但却可以传达同样的感情, 犹如宗教唱诗一般 有一种让人琢磨不透的意境美 这种歌曲称之为造语歌」\n\n造语语言目录及介绍:\n\nhymmnos诗语(俗称AT塔语):此语言是由“土屋晓(Akira Tsuchiya)”创作的一种自制语言(人造语),专用于游戏Ar tonelico(魔塔大陆)全系列中,是一种非常注视情感表达的语言\n——1~31首\n\n梶浦语:日本音乐家梶浦由记经常在自己的作品中加入的咏叹调语言,初期的时候被认为意大利语、西班牙、德语等拉美语言,后因无法翻译等统称为“梶浦语”,而对于歌词大部分都是听曲而意。\n——32~56首\n\n尼尔语(我自己这么称呼)是由神前晓等作曲家组成的团体MONACA 在游戏《尼尔:完全形态&伪装者》作曲中所使用的语言\n——57~74首\n\ngablish语:日本著名作曲家歌手 菅野洋子的一种自创架空语 用于自己的歌曲中\n——75~84首\n\n黑石语:是日本歌手 音乐制作人黒石ひとみ 创造的语言 它类似梶浦语 由许多国家语言的发音结合而成\n——85~87首\n\n——88首来源于台雷亚音游Cytus 88首以后来源于云友推荐\n\n封面P站ID:43674438",
      "tags": [
        "小语种",
        "ACG",
        "New Age"
      ],
      "playCount": 13699599,
      "trackUpdateTime": 1688538026925,
      "specialType": 0,
      "totalDuration": 0,
      "creator": {
        "defaultAvatar": false,
        "province": 610000,
        "authStatus": 0,
        "followed": false,
        "avatarUrl": "http://p1.music.126.net/dzi6aBHO5urSN4TRFchXRw==/109951164945426319.jpg",
        "accountStatus": 0,
        "gender": 1,
        "city": 610100,
        "birthday": 854987775000,
        "userId": 2683821,
        "userType": 200,
        "nickname": "我眼睛会发光i",
        "signature": "(⌐■_■)爱科技 爱音乐",
        "description": "",
        "detailDescription": "",
        "avatarImgId": 109951164945426320,
        "backgroundImgId": 109951164911430320,
        "backgroundUrl": "http://p1.music.126.net/QuESjHX-mLJI2SQVPIR2lw==/109951164911430318.jpg",
        "authority": 0,
        "mutual": false,
        "expertTags": [
          "日语",
          "ACG"
        ],
        "experts": null,
        "djStatus": 10,
        "vipType": 0,
        "remarkName": null,
        "authenticationTypes": 1088,
        "avatarDetail": {
          "userType": 200,
          "identityLevel": 2,
          "identityIconUrl": "https://p5.music.126.net/obj/wo3DlcOGw6DClTvDisK1/4761340159/e2c1/6fb5/f49b/353e6d1857f7c5f46426beb533427e53.png"
        },
        "anchor": false,
        "avatarImgIdStr": "109951164945426319",
        "backgroundImgIdStr": "109951164911430318",
        "avatarImgId_str": "109951164945426319"
      },
      "tracks": null,
      "subscribers": [
        {
          "defaultAvatar": false,
          "province": 500000,
          "authStatus": 0,
          "followed": false,
          "avatarUrl": "http://p1.music.126.net/0PYudaeo1ciY3lZd2eu5fA==/18711488882296573.jpg",
          "accountStatus": 0,
          "gender": 2,
          "city": 500105,
          "birthday": 2019587956000,
          "userId": 351749646,
          "userType": 0,
          "nickname": "Bwaaer",
          "signature": "",
          "description": "",
          "detailDescription": "",
          "avatarImgId": 18711488882296572,
          "backgroundImgId": 2002210674180201,
          "backgroundUrl": "http://p1.music.126.net/o3G7lWrGBQAvSRt3UuApTw==/2002210674180201.jpg",
          "authority": 0,
          "mutual": false,
          "expertTags": null,
          "experts": null,
          "djStatus": 0,
          "vipType": 0,
          "remarkName": null,
          "authenticationTypes": 0,
          "avatarDetail": null,
          "anchor": false,
          "avatarImgIdStr": "18711488882296573",
          "backgroundImgIdStr": "2002210674180201",
          "avatarImgId_str": "18711488882296573"
        }
      ],
      "subscribed": false,
      "commentThreadId": "A_PL_0_382291922",
      "newImported": false,
      "adType": 0,
      "highQuality": true,
      "privacy": 0,
      "ordered": true,
      "anonimous": false,
      "coverStatus": 3,
      "recommendInfo": null,
      "socialPlaylistCover": null,
      "recommendText": null,
      "coverText": null,
      "relateResType": null,
      "relateResId": null,
      "shareCount": 7317,
      "alg": "alg_sq_offline",
      "commentCount": 2659
    },
    {
      "name": "〖唯美纯音〗不需要歌词,也可以打动你的心",
      "id": 112875926,
      "trackNumberUpdateTime": 1470532088746,
      "status": 0,
      "userId": 78905899,
      "createTime": 1443937326761,
      "updateTime": 1470532156151,
      "subscribedCount": 1759554,
      "trackCount": 126,
      "cloudTrackCount": 0,
      "coverImgUrl": "http://p1.music.126.net/A514bNqtuivvuppEiXkibQ==/1407374889022377.jpg",
      "iconImgUrl": null,
      "coverImgId": 1407374889022377,
      "description": "刚下班回家,丢下一天的疲惫和烦恼,打开电脑,静静的享受音乐就好。\n没有歌词也是一种美,不需要歌词,也可以打动你的心\n(日系纯音乐,本单封面原图在我动态里可以找到,不定期更新,尽请期待....)",
      "tags": [
        "轻音乐",
        "钢琴",
        "ACG"
      ],
      "playCount": 60601880,
      "trackUpdateTime": 1688613154459,
      "specialType": 0,
      "totalDuration": 0,
      "creator": {
        "defaultAvatar": false,
        "province": 530000,
        "authStatus": 0,
        "followed": false,
        "avatarUrl": "http://p1.music.126.net/LR0sp-dnOP4AdMk4O4bsHQ==/109951166246486195.jpg",
        "accountStatus": 0,
        "gender": 0,
        "city": 530100,
        "birthday": 722793600000,
        "userId": 78905899,
        "userType": 200,
        "nickname": "樱井莜木",
        "signature": "90后,射手座,兴趣爱好:音乐,动漫,电影,绘画,舞蹈,cosplay,小说,历史。",
        "description": "",
        "detailDescription": "",
        "avatarImgId": 109951166246486190,
        "backgroundImgId": 109951166134507710,
        "backgroundUrl": "http://p1.music.126.net/7eZwBem3jXrbSXdOdD_PHw==/109951166134507720.jpg",
        "authority": 0,
        "mutual": false,
        "expertTags": [
          "日语",
          "ACG",
          "轻音乐"
        ],
        "experts": null,
        "djStatus": 10,
        "vipType": 11,
        "remarkName": null,
        "authenticationTypes": 64,
        "avatarDetail": {
          "userType": 200,
          "identityLevel": 2,
          "identityIconUrl": "https://p5.music.126.net/obj/wo3DlcOGw6DClTvDisK1/4761340159/e2c1/6fb5/f49b/353e6d1857f7c5f46426beb533427e53.png"
        },
        "anchor": false,
        "avatarImgIdStr": "109951166246486195",
        "backgroundImgIdStr": "109951166134507720",
        "avatarImgId_str": "109951166246486195"
      },
      "tracks": null,
      "subscribers": [
        {
          "defaultAvatar": false,
          "province": 320000,
          "authStatus": 0,
          "followed": false,
          "avatarUrl": "http://p1.music.126.net/ZpsoRoN9v0cXT5mmZq3JRw==/109951165932114234.jpg",
          "accountStatus": 0,
          "gender": 1,
          "city": 320400,
          "birthday": -2209017600000,
          "userId": 1902062430,
          "userType": 0,
          "nickname": "只是小白阿",
          "signature": "",
          "description": "",
          "detailDescription": "",
          "avatarImgId": 109951165932114240,
          "backgroundImgId": 109951166337130540,
          "backgroundUrl": "http://p1.music.126.net/17GCi1LWSJJJDnWQgRPtWQ==/109951166337130540.jpg",
          "authority": 0,
          "mutual": false,
          "expertTags": null,
          "experts": null,
          "djStatus": 0,
          "vipType": 11,
          "remarkName": null,
          "authenticationTypes": 0,
          "avatarDetail": null,
          "anchor": false,
          "avatarImgIdStr": "109951165932114234",
          "backgroundImgIdStr": "109951166337130540",
          "avatarImgId_str": "109951165932114234"
        }
      ],
      "subscribed": false,
      "commentThreadId": "A_PL_0_112875926",
      "newImported": false,
      "adType": 0,
      "highQuality": true,
      "privacy": 0,
      "ordered": true,
      "anonimous": false,
      "coverStatus": 3,
      "recommendInfo": null,
      "socialPlaylistCover": null,
      "recommendText": null,
      "coverText": null,
      "relateResType": null,
      "relateResId": null,
      "shareCount": 27980,
      "alg": "alg_sq_offline",
      "commentCount": 6258
    },
    {
      "name": "45度角仰望天空才是听朋克的正确姿势",
      "id": 367179654,
      "trackNumberUpdateTime": 1461221237509,
      "status": 0,
      "userId": 520621,
      "createTime": 1461216987859,
      "updateTime": 1461221237509,
      "subscribedCount": 36910,
      "trackCount": 30,
      "cloudTrackCount": 0,
      "coverImgUrl": "http://p1.music.126.net/_k9YXo85nVvOcq23BNdeLQ==/1388683193163389.jpg",
      "iconImgUrl": null,
      "coverImgId": 1388683193163389,
      "description": "夏天来了,是听一些热情又充满青春气息的流行朋克的时候了。假如你喜欢本歌单和朋克,请搜索收藏鄙人另外一个朋克歌单《Punk! Punk! Punk!》",
      "tags": [
        "欧美",
        "摇滚",
        "朋克"
      ],
      "playCount": 3425416,
      "trackUpdateTime": 1684422542449,
      "specialType": 0,
      "totalDuration": 0,
      "creator": {
        "defaultAvatar": false,
        "province": 440000,
        "authStatus": 0,
        "followed": false,
        "avatarUrl": "http://p1.music.126.net/bVHDEz3RyBENOuinudtx1w==/1413971957987887.jpg",
        "accountStatus": 0,
        "gender": 1,
        "city": 440600,
        "birthday": 429738874708,
        "userId": 520621,
        "userType": 200,
        "nickname": "帅到掉渣",
        "signature": "长得一点都不摇滚!",
        "description": "",
        "detailDescription": "",
        "avatarImgId": 1413971957987887,
        "backgroundImgId": 109951165358509000,
        "backgroundUrl": "http://p1.music.126.net/iIyVG6tktBwIQnKKFuUT2w==/109951165358508997.jpg",
        "authority": 0,
        "mutual": false,
        "expertTags": [
          "小语种",
          "摇滚",
          "金属"
        ],
        "experts": null,
        "djStatus": 10,
        "vipType": 10,
        "remarkName": null,
        "authenticationTypes": 64,
        "avatarDetail": {
          "userType": 200,
          "identityLevel": 3,
          "identityIconUrl": "https://p5.music.126.net/obj/wo3DlcOGw6DClTvDisK1/4761340168/ccce/35dd/ab2d/1a7c8ee0f6bb1fc2760cbb570dfee34f.png"
        },
        "anchor": false,
        "avatarImgIdStr": "1413971957987887",
        "backgroundImgIdStr": "109951165358508997"
      },
      "tracks": null,
      "subscribers": [
        {
          "defaultAvatar": false,
          "province": 130000,
          "authStatus": 0,
          "followed": false,
          "avatarUrl": "http://p1.music.126.net/QYV2t6-jS73yxJFSs8WU6g==/109951168719185987.jpg",
          "accountStatus": 0,
          "gender": 1,
          "city": 130100,
          "birthday": -2209017600000,
          "userId": 1733923563,
          "userType": 0,
          "nickname": "离芸_",
          "signature": "",
          "description": "",
          "detailDescription": "",
          "avatarImgId": 109951168719185980,
          "backgroundImgId": 109951165395730780,
          "backgroundUrl": "http://p1.music.126.net/f6vstCEpOOAVJ6uV-x7aUA==/109951165395730790.jpg",
          "authority": 0,
          "mutual": false,
          "expertTags": null,
          "experts": null,
          "djStatus": 0,
          "vipType": 0,
          "remarkName": null,
          "authenticationTypes": 0,
          "avatarDetail": null,
          "anchor": false,
          "avatarImgIdStr": "109951168719185987",
          "backgroundImgIdStr": "109951165395730790",
          "avatarImgId_str": "109951168719185987"
        }
      ],
      "subscribed": false,
      "commentThreadId": "A_PL_0_367179654",
      "newImported": false,
      "adType": 0,
      "highQuality": true,
      "privacy": 0,
      "ordered": true,
      "anonimous": false,
      "coverStatus": 3,
      "recommendInfo": null,
      "socialPlaylistCover": null,
      "recommendText": null,
      "coverText": null,
      "relateResType": null,
      "relateResId": null,
      "shareCount": 796,
      "alg": "alg_sq_offline",
      "commentCount": 462
    },
    {
      "name": "电子·中国风 I 感受角徵宫商的荡气回肠",
      "id": 316223640,
      "trackNumberUpdateTime": 1586387701883,
      "status": 0,
      "userId": 85351650,
      "createTime": 1457770364617,
      "updateTime": 1586387701883,
      "subscribedCount": 755954,
      "trackCount": 538,
      "cloudTrackCount": 0,
      "coverImgUrl": "http://p1.music.126.net/6imPsFlxX3iXwK_2TZGuQA==/109951164854408532.jpg",
      "iconImgUrl": null,
      "coverImgId": 109951164854408530,
      "description": "采用“宫调式”为主旋律的中国风音乐具有一种浑然天成的优美与大气,而电子乐却恰恰相反,他给人们的印象往往具有狂放不羁的节拍和曲奏。两者之间虽有极大反差,却能反应出一种独特的音乐氛围:\"中国风\"的优美中和了\"电子\"的狂野,而\"电子\"的节拍和曲奏使\"中国风\"的大气锦上添花,显得荡气回肠。所以两者相结合,总能给你带来无法抗拒的体验。\n\n-\n\n* 封面 来自电影《太极》系列海报/宣传图\n\n* 标题 “角徵宫商” 同指 五音“宫、商、角、徵、羽”,四音节可使读起来更上口一些\n\n* 非学院派“中国风”",
      "tags": [
        "电子",
        "古风",
        "民族"
      ],
      "playCount": 28216016,
      "trackUpdateTime": 1688376481914,
      "specialType": 0,
      "totalDuration": 0,
      "creator": {
        "defaultAvatar": false,
        "province": 350000,
        "authStatus": 0,
        "followed": false,
        "avatarUrl": "http://p1.music.126.net/SIoh7-aBTZkg1RWgBn7N1A==/109951164193393923.jpg",
        "accountStatus": 0,
        "gender": 1,
        "city": 350100,
        "birthday": 968931394261,
        "userId": 85351650,
        "userType": 200,
        "nickname": "Xenyc",
        "signature": "也无风雨也无晴。(私信关闭)",
        "description": "",
        "detailDescription": "",
        "avatarImgId": 109951164193393920,
        "backgroundImgId": 109951164188825800,
        "backgroundUrl": "http://p1.music.126.net/xAEEMlawWFtO4PbsGxelLg==/109951164188825795.jpg",
        "authority": 0,
        "mutual": false,
        "expertTags": [
          "另类/独立",
          "乡村",
          "摇滚"
        ],
        "experts": null,
        "djStatus": 0,
        "vipType": 11,
        "remarkName": null,
        "authenticationTypes": 1088,
        "avatarDetail": {
          "userType": 200,
          "identityLevel": 1,
          "identityIconUrl": "https://p5.music.126.net/obj/wo3DlcOGw6DClTvDisK1/4761340149/f4bf/64a1/1ea2/31a08617d7dfddb21fffdb92390ce268.png"
        },
        "anchor": false,
        "avatarImgIdStr": "109951164193393923",
        "backgroundImgIdStr": "109951164188825795",
        "avatarImgId_str": "109951164193393923"
      },
      "tracks": null,
      "subscribers": [
        {
          "defaultAvatar": false,
          "province": 0,
          "authStatus": 0,
          "followed": false,
          "avatarUrl": "http://p1.music.126.net/fgjiBTwB7n25oOKZjH72Bg==/109951168694620829.jpg",
          "accountStatus": 0,
          "gender": 2,
          "city": 100,
          "birthday": -2209017600000,
          "userId": 8631473202,
          "userType": 0,
          "nickname": "凞暘_Three",
          "signature": "",
          "description": "",
          "detailDescription": "",
          "avatarImgId": 109951168694620830,
          "backgroundImgId": 109951162868126480,
          "backgroundUrl": "http://p1.music.126.net/_f8R60U9mZ42sSNvdPn2sQ==/109951162868126486.jpg",
          "authority": 0,
          "mutual": false,
          "expertTags": null,
          "experts": null,
          "djStatus": 0,
          "vipType": 0,
          "remarkName": null,
          "authenticationTypes": 0,
          "avatarDetail": null,
          "anchor": false,
          "avatarImgIdStr": "109951168694620829",
          "backgroundImgIdStr": "109951162868126486",
          "avatarImgId_str": "109951168694620829"
        }
      ],
      "subscribed": false,
      "commentThreadId": "A_PL_0_316223640",
      "newImported": false,
      "adType": 0,
      "highQuality": true,
      "privacy": 0,
      "ordered": true,
      "anonimous": false,
      "coverStatus": 3,
      "recommendInfo": null,
      "socialPlaylistCover": null,
      "recommendText": null,
      "coverText": null,
      "relateResType": null,
      "relateResId": null,
      "shareCount": 12835,
      "coverImgId_str": "109951164854408532",
      "alg": "alg_sq_offline",
      "commentCount": 4112
    },
    {
      "name": "新式后摇 | 致敬旅行者号 最孤独的星际行者",
      "id": 6806734716,
      "trackNumberUpdateTime": 1623937395236,
      "status": 0,
      "userId": 374024623,
      "createTime": 1623607250552,
      "updateTime": 1635779005459,
      "subscribedCount": 2358,
      "trackCount": 197,
      "cloudTrackCount": 0,
      "coverImgUrl": "http://p1.music.126.net/deOawP0TcGe62Ve_RoQZPA==/109951166085687441.jpg",
      "iconImgUrl": null,
      "coverImgId": 109951166085687440,
      "description": "在通往梦想的路上,每个人都是孤独的旅行者。\n\n1977年8月20日美国发射了旅行者2号探测器。同年9月5日,发射了旅行者1号探测器。两个旅行者探测器沿着两条不同轨道,担负太阳系外围行星探测任务,飞向外太空。这三十多年来,旅行者1号探测已经距离太阳超过150亿公里,成为了迄今为止飞得最远的人造物体。而旅行者2号与太阳之间的距离超过约114亿公里。\n这两颗探测器至今还在源源不断的向地球发送着它们“看”到的一切。而到2020年,两位旅行者将先后耗尽所有能量。此后,它们彻底告别人类,在宇宙中默默漂流,直到永远。\n\n先祝大家端午节快乐,这周开始后摇系列的连载,第一个歌单选择我目前最喜欢的“新式后摇”。“新式后摇”这个词是我生造的,根据传统的音乐划分方法,后摇划分为流派(type):摇滚,类型(genre):后摇滚,往后就不再细分了。随着后摇的发展和流行,后摇的概念不断被拓宽,形式和体裁也不停增加,虽然都是“后摇滚”,其实听起来差异非常大,我个人把后摇分为传统后摇、新式后摇和跨界后摇,这个歌单就是我自己理解的“新式后摇”,新式后摇受电子、氛围、古典、实验风格影响较多,形式多样;乐队组成多人、2人、单人乐队,虚拟乐队、个人等等;采样方式实物演奏和电子合成皆有,使用的乐器更加多样。个人的浅见,不喜勿喷。",
      "tags": [
        "摇滚",
        "后摇",
        "孤独"
      ],
      "playCount": 203614,
      "trackUpdateTime": 1687846670117,
      "specialType": 0,
      "totalDuration": 0,
      "creator": {
        "defaultAvatar": false,
        "province": 320000,
        "authStatus": 0,
        "followed": false,
        "avatarUrl": "http://p1.music.126.net/xoXBZvCJVFHK9VsTJQC-xw==/109951166199267282.jpg",
        "accountStatus": 0,
        "gender": 1,
        "city": 320100,
        "birthday": 631123200000,
        "userId": 374024623,
        "userType": 200,
        "nickname": "峯哥牛逼",
        "signature": "因为热爱,所以坚持!有品位,不媚俗,有脾性,不将就,有原则,不妥协,技术流纯音乐爱好者,网易云最酬勤的歌单达人,喜欢的风格包括且不限于后摇,newage,史诗,氛围,电子,原声,新古典,轻音乐,acg,jazz hiphop等等,欢迎加我好友交流。欢迎各类投稿!V :cetc28fengge 。\n“纯音乐”并不是完全没有人声,在我理解是纯粹的、非流行的音乐",
        "description": "",
        "detailDescription": "",
        "avatarImgId": 109951166199267280,
        "backgroundImgId": 2002210674180201,
        "backgroundUrl": "http://p1.music.126.net/o3G7lWrGBQAvSRt3UuApTw==/2002210674180201.jpg",
        "authority": 0,
        "mutual": false,
        "expertTags": [
          "New Age",
          "轻音乐"
        ],
        "experts": null,
        "djStatus": 10,
        "vipType": 11,
        "remarkName": null,
        "authenticationTypes": 524352,
        "avatarDetail": {
          "userType": 200,
          "identityLevel": 4,
          "identityIconUrl": "https://p5.music.126.net/obj/wo3DlcOGw6DClTvDisK1/4761340194/0903/b735/7c7a/0dddcdf78047d397d24125840e54ab5b.png"
        },
        "anchor": false,
        "avatarImgIdStr": "109951166199267282",
        "backgroundImgIdStr": "2002210674180201",
        "avatarImgId_str": "109951166199267282"
      },
      "tracks": null,
      "subscribers": [
        {
          "defaultAvatar": false,
          "province": 0,
          "authStatus": 0,
          "followed": false,
          "avatarUrl": "http://p1.music.126.net/SUeqMM8HOIpHv9Nhl9qt9w==/109951165647004069.jpg",
          "accountStatus": 0,
          "gender": 0,
          "city": 100,
          "birthday": -2209017600000,
          "userId": 8658571437,
          "userType": 0,
          "nickname": "AdLimb",
          "signature": "",
          "description": "",
          "detailDescription": "",
          "avatarImgId": 109951165647004060,
          "backgroundImgId": 109951162868126480,
          "backgroundUrl": "http://p1.music.126.net/_f8R60U9mZ42sSNvdPn2sQ==/109951162868126486.jpg",
          "authority": 0,
          "mutual": false,
          "expertTags": null,
          "experts": null,
          "djStatus": 0,
          "vipType": 11,
          "remarkName": null,
          "authenticationTypes": 0,
          "avatarDetail": null,
          "anchor": false,
          "avatarImgIdStr": "109951165647004069",
          "backgroundImgIdStr": "109951162868126486",
          "avatarImgId_str": "109951165647004069"
        }
      ],
      "subscribed": false,
      "commentThreadId": "A_PL_0_6806734716",
      "newImported": false,
      "adType": 0,
      "highQuality": true,
      "privacy": 0,
      "ordered": true,
      "anonimous": false,
      "coverStatus": 3,
      "recommendInfo": null,
      "socialPlaylistCover": null,
      "recommendText": null,
      "coverText": null,
      "relateResType": null,
      "relateResId": null,
      "shareCount": 264,
      "coverImgId_str": "109951166085687441",
      "alg": "alg_sq_offline",
      "commentCount": 16
    },
    {
      "name": "『国摇』一百支乐队一百种精神信仰",
      "id": 2179431622,
      "trackNumberUpdateTime": 1566869247846,
      "status": 0,
      "userId": 256834399,
      "createTime": 1523343426380,
      "updateTime": 1566869247846,
      "subscribedCount": 325005,
      "trackCount": 390,
      "cloudTrackCount": 0,
      "coverImgUrl": "http://p1.music.126.net/lhdp6FTOqNb07O7iJhjIFw==/19118308184364461.jpg",
      "iconImgUrl": null,
      "coverImgId": 19118308184364460,
      "description": "国摇:\n作为曾经的“非主流”音乐\n摇滚的发展从来都是艰难的\n摇滚是一种音乐形式的反传统工具\n摇滚是一种音乐形式的反主流意识\n在先驱者披荆斩棘后\n逐渐演变成文化、精神、信仰\n各个乐队都在摇滚编年史中留下了属于自己的浓重一笔\n为以后的摇滚乐蓬勃发展奠定无比扎实的基础\n而每一支摇滚乐队都有它独特的精神信仰\n作为一名听众我们只需要聆听乐器的嘶吼与歌手的咆哮\n在他们所创造的意境之中追寻那抹精神那股信仰\n\n歌单:\n1.乐队:从最开始的发展到90年代的巅峰期再到21世纪,选取了各个年代具有代表性的乐队\n2.风格:各类摇滚风格子集均有选取\n3.选曲:乐队选曲方面,尽量选择乐队成名作\n4.因为歌单定义为摇滚乐队歌单\n\n由于简介字数限制,暂且只稍微介绍一些乐队\n\n歌单个别乐队介绍:\n做梦乐队:窦唯 1991-1992 该乐队寿命短暂,歌单收录歌曲(歌单前三首)有演出现场\nAdo乐队:崔健 1988-1989 Ado乐队成员协助崔健完成崔健的摇滚首专《新长征路上的摇滚》\n鲍家街43号:汪峰 1993-2000 “第一支科班出身的摇滚乐队” 以汪峰单飞为标志,乐队解散\n冷血动物:谢天笑 1994-2001 01年后更名为“谢天笑与冷血动物”\n1989乐队:臧天朔 刘君利1989年成立\nNo乐队:左小祖咒 1993-1996 96年解散,之后重组\n呼吸乐队:高旗 曹钧 蔚华,高旗曹钧1988年成立,蔚华1989年加入,高旗91年离开,蔚华93年离开\n红色部队:陈劲 赵牧阳 1991-1991\n自我教育乐队:蒋温华(骅梓)\n苍狼乐队:腾格尔\n\n个别无法收录的乐队:\n五月天乐队:何勇 秦勇 张岭 刘峥嵘 蒋温华\n毒刺乐队:张楚 组建的乐队\n报童乐队:何勇 组建的乐队\n火药乐队:郑钧 组建的乐队\n新谛乐队:蒋温华组建的乐队\n飞乐队:许巍 1993-1994 《西边太阳》收录在《摩登天空1》\n\n喜欢国摇的朋友可以从几张专辑出发,发散开来,去真切的感受国摇的魅力,无论是摇滚老炮,还是国摇新星。\n如:《摇滚北京》《中国火》《中国原创摇滚》\n\n摇滚精神既是我成单的指南针,也是我生活的指南针\n\n我所理解的摇滚精神:生活没有排练,尽管尽情表演\n\n封面:做梦乐队",
      "tags": [
        "华语",
        "摇滚"
      ],
      "playCount": 25581232,
      "trackUpdateTime": 1687846292338,
      "specialType": 0,
      "totalDuration": 0,
      "creator": {
        "defaultAvatar": false,
        "province": 440000,
        "authStatus": 0,
        "followed": false,
        "avatarUrl": "http://p1.music.126.net/IGWKWAZ5hWFUt2F90T6abg==/109951164175289841.jpg",
        "accountStatus": 0,
        "gender": 1,
        "city": 440300,
        "birthday": 868933280268,
        "userId": 256834399,
        "userType": 200,
        "nickname": "浮梦沉生",
        "signature": "没事别打扰,有事也莫来",
        "description": "",
        "detailDescription": "",
        "avatarImgId": 109951164175289840,
        "backgroundImgId": 109951165438974910,
        "backgroundUrl": "http://p1.music.126.net/ig-FUzi2bNCXgL1hvMk1fQ==/109951165438974909.jpg",
        "authority": 0,
        "mutual": false,
        "expertTags": [
          "华语",
          "电子",
          "欧美"
        ],
        "experts": null,
        "djStatus": 10,
        "vipType": 11,
        "remarkName": null,
        "authenticationTypes": 64,
        "avatarDetail": {
          "userType": 200,
          "identityLevel": 2,
          "identityIconUrl": "https://p5.music.126.net/obj/wo3DlcOGw6DClTvDisK1/4761340159/e2c1/6fb5/f49b/353e6d1857f7c5f46426beb533427e53.png"
        },
        "anchor": false,
        "avatarImgIdStr": "109951164175289841",
        "backgroundImgIdStr": "109951165438974909",
        "avatarImgId_str": "109951164175289841"
      },
      "tracks": null,
      "subscribers": [
        {
          "defaultAvatar": false,
          "province": 440000,
          "authStatus": 0,
          "followed": false,
          "avatarUrl": "http://p1.music.126.net/vGtnbwFj53v2HxWAlVYBdQ==/109951167793829860.jpg",
          "accountStatus": 0,
          "gender": 1,
          "city": 440700,
          "birthday": 1151078400000,
          "userId": 1535571755,
          "userType": 0,
          "nickname": "剑落樱花散尽",
          "signature": "",
          "description": "",
          "detailDescription": "",
          "avatarImgId": 109951167793829860,
          "backgroundImgId": 109951162868126480,
          "backgroundUrl": "http://p1.music.126.net/_f8R60U9mZ42sSNvdPn2sQ==/109951162868126486.jpg",
          "authority": 0,
          "mutual": false,
          "expertTags": null,
          "experts": null,
          "djStatus": 0,
          "vipType": 11,
          "remarkName": null,
          "authenticationTypes": 0,
          "avatarDetail": null,
          "anchor": false,
          "avatarImgIdStr": "109951167793829860",
          "backgroundImgIdStr": "109951162868126486",
          "avatarImgId_str": "109951167793829860"
        }
      ],
      "subscribed": false,
      "commentThreadId": "A_PL_0_2179431622",
      "newImported": false,
      "adType": 0,
      "highQuality": true,
      "privacy": 0,
      "ordered": true,
      "anonimous": false,
      "coverStatus": 3,
      "recommendInfo": null,
      "socialPlaylistCover": null,
      "recommendText": null,
      "coverText": null,
      "relateResType": null,
      "relateResId": null,
      "shareCount": 4273,
      "coverImgId_str": "19118308184364461",
      "alg": "alg_sq_offline",
      "commentCount": 2195
    },
    {
      "name": "助眠辑 | 自然音,伴灵动乐符萦绕耳畔",
      "id": 2075587022,
      "trackNumberUpdateTime": 1533916733093,
      "status": 0,
      "userId": 44530116,
      "createTime": 1517015611709,
      "updateTime": 1533916733093,
      "subscribedCount": 519130,
      "trackCount": 104,
      "cloudTrackCount": 0,
      "coverImgUrl": "http://p1.music.126.net/sixunTcvD_IXeVqxZnpHkA==/109951163452086313.jpg",
      "iconImgUrl": null,
      "coverImgId": 109951163452086320,
      "description": "歌单收录以自然声效为背景的纯音乐,海浪、雨水、溪流、虫鸣、鸟叫、车辆川流......带上耳机,愿能此声能将室外噪音减到最低,给你心如止水的平静,体验一场心灵Spa,携这份安稳沉沉入睡。\n\n歌曲分布:\n01-16 雷雨声背景纯音乐\n17-28 蝉鸣背景纯音乐\n29-65 海水、溪流背景纯音乐\n66-90 鸟鸣与溪水背景纯音乐\n91-101 日常生活收音\n102-105 海豚声背景纯音乐\n\n音乐人推荐:\nDan Gibson,植地雅哉,Della,α·Pav\n\n封面:\nVincent Willem van Gogh 丨 星月夜\n\nMay you rest in a deep and dreamless slumber. 
愿你陷入一夜无梦的沉睡。\n\nGoodNight.\n晚安。\n\n2018.02.07夜",
      "tags": [
        "轻音乐",
        "放松",
        "安静"
      ],
      "playCount": 28957642,
      "trackUpdateTime": 1687676874329,
      "specialType": 0,
      "totalDuration": 0,
      "creator": {
        "defaultAvatar": false,
        "province": 1000000,
        "authStatus": 0,
        "followed": false,
        "avatarUrl": "http://p1.music.126.net/AN5tbjwES1lZI0hUWMvWUg==/109951164873118898.jpg",
        "accountStatus": 0,
        "gender": 2,
        "city": 1003000,
        "birthday": 959875200000,
        "userId": 44530116,
        "userType": 207,
        "nickname": "名侦探-柯北",
        "signature": "Be water.",
        "description": "",
        "detailDescription": "",
        "avatarImgId": 109951164873118900,
        "backgroundImgId": 109951164387155260,
        "backgroundUrl": "http://p1.music.126.net/CDfa13FIaQlcK328ucJpog==/109951164387155268.jpg",
        "authority": 0,
        "mutual": false,
        "expertTags": [
          "华语",
          "流行",
          "欧美"
        ],
        "experts": {
          "2": "资讯(生活)"
        },
        "djStatus": 0,
        "vipType": 11,
        "remarkName": null,
        "authenticationTypes": 1581120,
        "avatarDetail": {
          "userType": 207,
          "identityLevel": 4,
          "identityIconUrl": "https://p5.music.126.net/obj/wo3DlcOGw6DClTvDisK1/4761340194/0903/b735/7c7a/0dddcdf78047d397d24125840e54ab5b.png"
        },
        "anchor": false,
        "avatarImgIdStr": "109951164873118898",
        "backgroundImgIdStr": "109951164387155268",
        "avatarImgId_str": "109951164873118898"
      },
      "tracks": null,
      "subscribers": [
        {
          "defaultAvatar": false,
          "province": 370000,
          "authStatus": 0,
          "followed": false,
          "avatarUrl": "http://p1.music.126.net/SUeqMM8HOIpHv9Nhl9qt9w==/109951165647004069.jpg",
          "accountStatus": 0,
          "gender": 0,
          "city": 370700,
          "birthday": -2209017600000,
          "userId": 6465791747,
          "userType": 0,
          "nickname": "阿哲2号",
          "signature": "",
          "description": "",
          "detailDescription": "",
          "avatarImgId": 109951165647004060,
          "backgroundImgId": 109951162868126480,
          "backgroundUrl": "http://p1.music.126.net/_f8R60U9mZ42sSNvdPn2sQ==/109951162868126486.jpg",
          "authority": 0,
          "mutual": false,
          "expertTags": null,
          "experts": null,
          "djStatus": 0,
          "vipType": 0,
          "remarkName": null,
          "authenticationTypes": 0,
          "avatarDetail": null,
          "anchor": false,
          "avatarImgIdStr": "109951165647004069",
          "backgroundImgIdStr": "109951162868126486",
          "avatarImgId_str": "109951165647004069"
        }
      ],
      "subscribed": false,
      "commentThreadId": "A_PL_0_2075587022",
      "newImported": false,
      "adType": 0,
      "highQuality": true,
      "privacy": 0,
      "ordered": true,
      "anonimous": false,
      "coverStatus": 3,
      "recommendInfo": null,
      "socialPlaylistCover": null,
      "recommendText": null,
      "coverText": null,
      "relateResType": null,
      "relateResId": null,
      "shareCount": 14507,
      "coverImgId_str": "109951163452086313",
      "alg": "alg_sq_offline",
      "commentCount": 2544
    },
    {
      "name": "物哀纯音丨花开于彼岸 魂落于忘川",
      "id": 5026417815,
      "trackNumberUpdateTime": 1661913904496,
      "status": 0,
      "userId": 111089166,
      "createTime": 1589915006830,
      "updateTime": 1661913904496,
      "subscribedCount": 16250,
      "trackCount": 178,
      "cloudTrackCount": 0,
      "coverImgUrl": "http://p1.music.126.net/xMXW7c204Qt_teJlCeYclQ==/109951165002446157.jpg",
      "iconImgUrl": null,
      "coverImgId": 109951165002446160,
      "description": "物哀(もののあわれ、物の哀れ)是日本江户时代的国学大家“本居宣长”提出的文学理念,这个概念简单地说,是“真情流露”,人心接触外部世界时,触景生情,感物生情,心为之所动,有所感触,这时候自然涌出的情感,或喜悦,或愤怒,或恐惧,或悲伤,或低徊婉转,或思恋憧憬。有这样情感的人,便是懂得“物哀”的人。而懂得“物哀”的人,就类似中国话里的“性情中人”。那“物哀”这个词该如何理解?“物”指自然万物,“哀”即悲哀,睹物伤情、物我同悲是物哀的最直观的理解。(详情请搜“物哀”百科)\n\n本单主要是以“悲伤情绪”为基调,收集了一系列“ACG物哀”纯音;顺便介绍一种很契合这类物哀美学的花,那便是“彼岸花”。\n\n在日本的传统文化中,将每年的春分前3天,称为“春彼岸”,秋分称为“秋彼岸”。这两个时间段恰好是民间一年两次扫墓、祭祀先人的时间,类似中国的清明和中元节。而彼岸花在秋分时开花,花期在7-9月,在日本多在9月中下旬,也就是“秋彼岸”,因此将其称为彼岸花。这也是在日本彼岸花跟冥界有关的原因,日本人认为彼岸花长在三途川旁边,是一种悲情的物哀美学。\n\n彼岸花,又名曼珠沙华,其花语是“悲伤的回忆、无尽的思念、绝望的爱情,生死两隔”。相传此花是冥界三途川(忘川河)彼岸的接引之花,因其鲜红似火,而被喻为“火照之路”,也是幽长黄泉路上唯一的风景与色彩。花开彼岸时,只一团火红;花开时叶未生,叶生时花已落,相念相惜却永不得相见。彼岸花,永远在彼岸悠然绽放,此岸心,唯有在此岸兀自彷徨。\n\nㅤㅤㅤㅤㅤ《彼岸花》\n\n彼岸有花现彼岸,花与叶间了无缘。\n忘川一河波幽淡,彼与岸间即天堑。\n火照之路人漫漫,前生今世因果散。\n愿殇心殇情亦殇,花叶飘零不再见。\n\n每首纯音都是一个故事,孤独却不寂寞。\n\n封面原图:星雨CG\n封面角色:阎魔爱,出自《地狱少女》\n\nPS:歌单不定期更新,欢迎推荐~",
      "tags": [
        "ACG",
        "轻音乐",
        "伤感"
      ],
      "playCount": 1153238,
      "trackUpdateTime": 1688610414544,
      "specialType": 0,
      "totalDuration": 0,
      "creator": {
        "defaultAvatar": false,
        "province": 1000000,
        "authStatus": 0,
        "followed": false,
        "avatarUrl": "http://p1.music.126.net/mDGs_jjyW_3Z5l8ar4LQLQ==/109951167608863031.jpg",
        "accountStatus": 0,
        "gender": 0,
        "city": 1005500,
        "birthday": 738259200000,
        "userId": 111089166,
        "userType": 200,
        "nickname": "Sakura雫",
        "signature": "在画了(进度0%…)「远的不是距离,而是次元」曲高和寡,知音难觅;细节看番,空格按断;佛系做单,更新随缘~",
        "description": "",
        "detailDescription": "",
        "avatarImgId": 109951167608863020,
        "backgroundImgId": 109951167396620900,
        "backgroundUrl": "http://p1.music.126.net/zhYo6govqYiCIgH_jvQjlw==/109951167396620899.jpg",
        "authority": 0,
        "mutual": false,
        "expertTags": [
          "ACG",
          "日语"
        ],
        "experts": null,
        "djStatus": 10,
        "vipType": 11,
        "remarkName": null,
        "authenticationTypes": 1581120,
        "avatarDetail": {
          "userType": 200,
          "identityLevel": 4,
          "identityIconUrl": "https://p5.music.126.net/obj/wo3DlcOGw6DClTvDisK1/4761340194/0903/b735/7c7a/0dddcdf78047d397d24125840e54ab5b.png"
        },
        "anchor": false,
        "avatarImgIdStr": "109951167608863031",
        "backgroundImgIdStr": "109951167396620899",
        "avatarImgId_str": "109951167608863031"
      },
      "tracks": null,
      "subscribers": [
        {
          "defaultAvatar": false,
          "province": 370000,
          "authStatus": 0,
          "followed": false,
          "avatarUrl": "http://p1.music.126.net/WDaMLbesX2fB16MJOHj9yA==/109951167896008828.jpg",
          "accountStatus": 0,
          "gender": 2,
          "city": 370200,
          "birthday": 1116505261416,
          "userId": 1562974088,
          "userType": 0,
          "nickname": "星河与月亮X",
          "signature": "你的压力来源于:无法自律只是假装努力现状跟不上内心的欲望  所以你焦虑又恐慌.",
          "description": "",
          "detailDescription": "",
          "avatarImgId": 109951167896008830,
          "backgroundImgId": 109951165395733630,
          "backgroundUrl": "http://p1.music.126.net/JoV68ORMXbVRqYMDNp28GA==/109951165395733633.jpg",
          "authority": 0,
          "mutual": false,
          "expertTags": null,
          "experts": null,
          "djStatus": 0,
          "vipType": 11,
          "remarkName": null,
          "authenticationTypes": 0,
          "avatarDetail": null,
          "anchor": false,
          "avatarImgIdStr": "109951167896008828",
          "backgroundImgIdStr": "109951165395733633",
          "avatarImgId_str": "109951167896008828"
        }
      ],
      "subscribed": false,
      "commentThreadId": "A_PL_0_5026417815",
      "newImported": false,
      "adType": 0,
      "highQuality": true,
      "privacy": 0,
      "ordered": true,
      "anonimous": false,
      "coverStatus": 3,
      "recommendInfo": null,
      "socialPlaylistCover": null,
      "recommendText": null,
      "coverText": null,
      "relateResType": null,
      "relateResId": null,
      "shareCount": 564,
      "coverImgId_str": "109951165002446157",
      "alg": "alg_sq_offline",
      "commentCount": 132
    },
    {
      "name": "「居家古风」如何把生活过成诗",
      "id": 2685449094,
      "trackNumberUpdateTime": 1616903909383,
      "status": 0,
      "userId": 411402173,
      "createTime": 1551157358443,
      "updateTime": 1616903909383,
      "subscribedCount": 225425,
      "trackCount": 150,
      "cloudTrackCount": 0,
      "coverImgUrl": "http://p1.music.126.net/OIfKTottmMwlK_9Jo_H11w==/109951163890174392.jpg",
      "iconImgUrl": null,
      "coverImgId": 109951163890174400,
      "description": "播放这张歌单的时候请想象自己有那么一个庭院,里面栽满了各种花草树木、瓜果蔬菜,还有一只会说话的鹦鹉,和几条锦鲤,院子中央有一张池塘。\n\n春天,院子里开满了各种各样的花,枯草也开始慢慢变绿,池塘里的水一点点积满,空气中夹带着荔枝花的香味。闲时和鹦鹉拌拌嘴,给前来采蜜的蜜蜂指引花香,喂着那三五条锦鲤消遣着这春日时光。\n\n夏天,待荷花开满整个池塘,便摘上几颗荔枝于池塘正中的亭子里,边吃着荔枝,边摇着折扇,欣赏这映日荷花,感受美好而惬意的夏日时光。\n\n秋天,是个丰收的季节,远处田野传来了阵阵稻香,篱笆下的菊花正好拿来泡茶,菊花茶再配上一碟桂花糕,谁言秋日不如春?\n\n冬天,当院子里所有的花都凋谢时,墙角的几株梅花安静地开着,花香四溢,若是下了雪,便可以邀上几位知交好友围炉饮酒,看这梅雪相争了,倒是为这看似无趣的冬天增添了无限雅趣。\n\n封面画师:伊吹五月",
      "tags": [
        "华语",
        "古风",
        "浪漫"
      ],
      "playCount": 11789870,
      "trackUpdateTime": 1687112039179,
      "specialType": 0,
      "totalDuration": 0,
      "creator": {
        "defaultAvatar": false,
        "province": 440000,
        "authStatus": 0,
        "followed": false,
        "avatarUrl": "http://p1.music.126.net/KyW6VBRXQkXSu48mR88pzQ==/109951168235265756.jpg",
        "accountStatus": 0,
        "gender": 2,
        "city": 440900,
        "birthday": -2209017600000,
        "userId": 411402173,
        "userType": 207,
        "nickname": "-穷尽诗家笔-",
        "signature": "安得长少年",
        "description": "",
        "detailDescription": "",
        "avatarImgId": 109951168235265760,
        "backgroundImgId": 109951165395733630,
        "backgroundUrl": "http://p1.music.126.net/JoV68ORMXbVRqYMDNp28GA==/109951165395733633.jpg",
        "authority": 0,
        "mutual": false,
        "expertTags": [
          "古风",
          "华语",
          "流行"
        ],
        "experts": null,
        "djStatus": 10,
        "vipType": 0,
        "remarkName": null,
        "authenticationTypes": 524352,
        "avatarDetail": {
          "userType": 207,
          "identityLevel": 4,
          "identityIconUrl": "https://p5.music.126.net/obj/wo3DlcOGw6DClTvDisK1/4761340194/0903/b735/7c7a/0dddcdf78047d397d24125840e54ab5b.png"
        },
        "anchor": false,
        "avatarImgIdStr": "109951168235265756",
        "backgroundImgIdStr": "109951165395733633",
        "avatarImgId_str": "109951168235265756"
      },
      "tracks": null,
      "subscribers": [
        {
          "defaultAvatar": false,
          "province": 230000,
          "authStatus": 0,
          "followed": false,
          "avatarUrl": "http://p1.music.126.net/cXtzP28H2LLx_KLfwVE_oA==/109951168721032330.jpg",
          "accountStatus": 0,
          "gender": 1,
          "city": 231000,
          "birthday": 1174060800000,
          "userId": 3319117401,
          "userType": 0,
          "nickname": "我不是LEE1412",
          "signature": "",
          "description": "",
          "detailDescription": "",
          "avatarImgId": 109951168721032340,
          "backgroundImgId": 109951164973580080,
          "backgroundUrl": "http://p1.music.126.net/rBQeF08B5hMr1OjPOb9e4Q==/109951164973580086.jpg",
          "authority": 0,
          "mutual": false,
          "expertTags": null,
          "experts": null,
          "djStatus": 0,
          "vipType": 0,
          "remarkName": null,
          "authenticationTypes": 0,
          "avatarDetail": null,
          "anchor": false,
          "avatarImgIdStr": "109951168721032330",
          "backgroundImgIdStr": "109951164973580086",
          "avatarImgId_str": "109951168721032330"
        }
      ],
      "subscribed": false,
      "commentThreadId": "A_PL_0_2685449094",
      "newImported": false,
      "adType": 0,
      "highQuality": true,
      "privacy": 0,
      "ordered": true,
      "anonimous": false,
      "coverStatus": 3,
      "recommendInfo": null,
      "socialPlaylistCover": null,
      "recommendText": null,
      "coverText": null,
      "relateResType": null,
      "relateResId": null,
      "shareCount": 2650,
      "coverImgId_str": "109951163890174392",
      "alg": "alg_sq_offline",
      "commentCount": 753
    },
    {
      "name": "钢琴独奏 | 当世界喧嚣时 宇宙依然宁静",
      "id": 5273305040,
      "trackNumberUpdateTime": 1617974306648,
      "status": 0,
      "userId": 374024623,
      "createTime": 1601823307161,
      "updateTime": 1635868078285,
      "subscribedCount": 17750,
      "trackCount": 236,
      "cloudTrackCount": 0,
      "coverImgUrl": "http://p2.music.126.net/v1Uz2wsVTtLlV3STSmgHBg==/109951165367465949.jpg",
      "iconImgUrl": null,
      "coverImgId": 109951165367465950,
      "description": "都处于心灵孤岛\n无序的有序的,嘈杂的心仪的\n种种声音,皆属于你自己\n或是二人相望时\n便有见君不见,心间明月\n默然有乐,何怪无言般的美妙。\n------------------------------------------\n钢琴是我最爱的乐器,精选我特别喜欢的钢琴solo音乐(部分音乐有环境音或自然采样),共三辑,希望大家喜欢\n\n文案由雨下烟提供,特此感谢",
      "tags": [
        "轻音乐",
        "钢琴",
        "New Age"
      ],
      "playCount": 1330090,
      "trackUpdateTime": 1688554139823,
      "specialType": 0,
      "totalDuration": 0,
      "creator": {
        "defaultAvatar": false,
        "province": 320000,
        "authStatus": 0,
        "followed": false,
        "avatarUrl": "http://p1.music.126.net/xoXBZvCJVFHK9VsTJQC-xw==/109951166199267282.jpg",
        "accountStatus": 0,
        "gender": 1,
        "city": 320100,
        "birthday": 631123200000,
        "userId": 374024623,
        "userType": 200,
        "nickname": "峯哥牛逼",
        "signature": "因为热爱,所以坚持!有品位,不媚俗,有脾性,不将就,有原则,不妥协,技术流纯音乐爱好者,网易云最酬勤的歌单达人,喜欢的风格包括且不限于后摇,newage,史诗,氛围,电子,原声,新古典,轻音乐,acg,jazz hiphop等等,欢迎加我好友交流。欢迎各类投稿!V :cetc28fengge 。\n“纯音乐”并不是完全没有人声,在我理解是纯粹的、非流行的音乐",
        "description": "",
        "detailDescription": "",
        "avatarImgId": 109951166199267280,
        "backgroundImgId": 2002210674180201,
        "backgroundUrl": "http://p1.music.126.net/o3G7lWrGBQAvSRt3UuApTw==/2002210674180201.jpg",
        "authority": 0,
        "mutual": false,
        "expertTags": [
          "New Age",
          "轻音乐"
        ],
        "experts": null,
        "djStatus": 10,
        "vipType": 11,
        "remarkName": null,
        "authenticationTypes": 524352,
        "avatarDetail": {
          "userType": 200,
          "identityLevel": 4,
          "identityIconUrl": "https://p5.music.126.net/obj/wo3DlcOGw6DClTvDisK1/4761340194/0903/b735/7c7a/0dddcdf78047d397d24125840e54ab5b.png"
        },
        "anchor": false,
        "avatarImgIdStr": "109951166199267282",
        "backgroundImgIdStr": "2002210674180201",
        "avatarImgId_str": "109951166199267282"
      },
      "tracks": null,
      "subscribers": [
        {
          "defaultAvatar": false,
          "province": 320000,
          "authStatus": 0,
          "followed": false,
          "avatarUrl": "http://p1.music.126.net/NK4d4dH74SkRoh0LUOekpQ==/109951164483415696.jpg",
          "accountStatus": 0,
          "gender": 2,
          "city": 320100,
          "birthday": -2209017600000,
          "userId": 1842228943,
          "userType": 0,
          "nickname": "林大格格呀",
          "signature": "",
          "description": "",
          "detailDescription": "",
          "avatarImgId": 109951164483415700,
          "backgroundImgId": 109951162868126480,
          "backgroundUrl": "http://p1.music.126.net/_f8R60U9mZ42sSNvdPn2sQ==/109951162868126486.jpg",
          "authority": 0,
          "mutual": false,
          "expertTags": null,
          "experts": null,
          "djStatus": 0,
          "vipType": 10,
          "remarkName": null,
          "authenticationTypes": 0,
          "avatarDetail": null,
          "anchor": false,
          "avatarImgIdStr": "109951164483415696",
          "backgroundImgIdStr": "109951162868126486",
          "avatarImgId_str": "109951164483415696"
        }
      ],
      "subscribed": false,
      "commentThreadId": "A_PL_0_5273305040",
      "newImported": false,
      "adType": 0,
      "highQuality": true,
      "privacy": 0,
      "ordered": true,
      "anonimous": false,
      "coverStatus": 3,
      "recommendInfo": null,
      "socialPlaylistCover": null,
      "recommendText": null,
      "coverText": null,
      "relateResType": null,
      "relateResId": null,
      "shareCount": 480,
      "coverImgId_str": "109951165367465949",
      "alg": "alg_sq_offline",
      "commentCount": 75
    },
    {
      "name": "日系治愈:无法抗拒的温柔男声",
      "id": 2928393485,
      "trackNumberUpdateTime": 1582704500235,
      "status": 0,
      "userId": 1653985242,
      "createTime": 1565419275895,
      "updateTime": 1582704506435,
      "subscribedCount": 76521,
      "trackCount": 47,
      "cloudTrackCount": 0,
      "coverImgUrl": "http://p2.music.126.net/UC7yqRPeTH1crQlsXvNgmQ==/109951164295804843.jpg",
      "iconImgUrl": null,
      "coverImgId": 109951164295804850,
      "description": "酥酥滴温柔男声哇QWQwww~(ノ◕ヮ◕)ノ*・✧清澈而又温暖♡\n本歌单收录辽众多温柔治愈日系男嗓QWQwu~ sou,蛇足,天月,佑可猫,羽生,rairu,灯油,伊东歌词太郎,rio,神山羊等…(欢迎小可爱萌在评论区补充好听滴歌曲哦QWQwww~\n首曲:《それがあなたの幸せとしても (カバー)》『朝着期待的方向前进,即使失败也没有关系哦』\n中曲:《温柔而又治愈》阔以随机播放哦QWQwww~『愿你望星月而来,愿你被世界温柔以待』\n尾曲:《うつらうつら》『恍惚中,我又想起了你,想传达给你,这份思念的心意』\n夏日蝉鸣\n敲醒蛰伏的梦\n心膨胀作乌云\n又碎成檐下的细雨\n没有你的七月\n还是来了\n雨还是雨\n给我递伞的人已不是你\n我想再淋一场七月的雨\n我想再写一首想你的诗\nby-月月\n欢迎加入动漫音乐交流群:1058507129",
      "tags": [
        "日语",
        "治愈"
      ],
      "playCount": 4141833,
      "trackUpdateTime": 1686150967008,
      "specialType": 0,
      "totalDuration": 0,
      "creator": {
        "defaultAvatar": false,
        "province": 1000000,
        "authStatus": 0,
        "followed": false,
        "avatarUrl": "http://p1.music.126.net/iXQU2bNr9SgQSeXd3pTvSQ==/109951168722188104.jpg",
        "accountStatus": 0,
        "gender": 2,
        "city": 1005500,
        "birthday": 1522037907625,
        "userId": 1653985242,
        "userType": 200,
        "nickname": "俺是月月酱",
        "signature": "“你你你你你!”",
        "description": "",
        "detailDescription": "",
        "avatarImgId": 109951168722188100,
        "backgroundImgId": 109951165665287140,
        "backgroundUrl": "http://p1.music.126.net/rqE3tBTfJ28OyIEyfoYCHA==/109951165665287142.jpg",
        "authority": 0,
        "mutual": false,
        "expertTags": [
          "日语"
        ],
        "experts": null,
        "djStatus": 10,
        "vipType": 11,
        "remarkName": null,
        "authenticationTypes": 524352,
        "avatarDetail": {
          "userType": 200,
          "identityLevel": 1,
          "identityIconUrl": "https://p5.music.126.net/obj/wo3DlcOGw6DClTvDisK1/4761340149/f4bf/64a1/1ea2/31a08617d7dfddb21fffdb92390ce268.png"
        },
        "anchor": false,
        "avatarImgIdStr": "109951168722188104",
        "backgroundImgIdStr": "109951165665287142",
        "avatarImgId_str": "109951168722188104"
      },
      "tracks": null,
      "subscribers": [
        {
          "defaultAvatar": false,
          "province": 210000,
          "authStatus": 0,
          "followed": false,
          "avatarUrl": "http://p1.music.126.net/vunMvzEKBoB9G3aZH3eXQA==/109951168609958629.jpg",
          "accountStatus": 0,
          "gender": 0,
          "city": 210300,
          "birthday": 1238585892448,
          "userId": 8035580303,
          "userType": 0,
          "nickname": "GHOS_BQc2",
          "signature": "",
          "description": "",
          "detailDescription": "",
          "avatarImgId": 109951168609958620,
          "backgroundImgId": 109951162868128400,
          "backgroundUrl": "http://p1.music.126.net/2zSNIqTcpHL2jIvU6hG0EA==/109951162868128395.jpg",
          "authority": 0,
          "mutual": false,
          "expertTags": null,
          "experts": null,
          "djStatus": 0,
          "vipType": 11,
          "remarkName": null,
          "authenticationTypes": 0,
          "avatarDetail": null,
          "anchor": false,
          "avatarImgIdStr": "109951168609958629",
          "backgroundImgIdStr": "109951162868128395",
          "avatarImgId_str": "109951168609958629"
        }
      ],
      "subscribed": false,
      "commentThreadId": "A_PL_0_2928393485",
      "newImported": false,
      "adType": 0,
      "highQuality": true,
      "privacy": 0,
      "ordered": true,
      "anonimous": false,
      "coverStatus": 3,
      "recommendInfo": null,
      "socialPlaylistCover": null,
      "recommendText": null,
      "coverText": null,
      "relateResType": null,
      "relateResId": null,
      "shareCount": 636,
      "coverImgId_str": "109951164295804843",
      "alg": "alg_sq_offline",
      "commentCount": 317
    },
    {
      "name": "诗人篇 | 那些藏在音乐里的文学宝藏",
      "id": 4893733399,
      "trackNumberUpdateTime": 1591171785952,
      "status": 0,
      "userId": 306851500,
      "createTime": 1583153739442,
      "updateTime": 1591171785952,
      "subscribedCount": 33141,
      "trackCount": 44,
      "cloudTrackCount": 0,
      "coverImgUrl": "http://p2.music.126.net/z2RZY-tmyTvu_dsCQbiR7Q==/109951165012792537.jpg",
      "iconImgUrl": null,
      "coverImgId": 109951165012792540,
      "description": "有些人能感受雨\n而其他人则只能被淋湿\n\n歌单收录了流浪于现代的“吟游诗人”作品\n大部分为沧桑大叔嗓\n开口便已醉\n如果要形容这种感觉的话\n大概就像\n略微融化的黑巧 入口醇厚\n年份久远的红酒 入喉甘甜\n\n戴上耳机吧我的朋友\n昔日的他们已苍老\n如今才风华正茂",
      "tags": [
        "经典",
        "欧美",
        "怀旧"
      ],
      "playCount": 2458021,
      "trackUpdateTime": 1685968680615,
      "specialType": 0,
      "totalDuration": 0,
      "creator": {
        "defaultAvatar": false,
        "province": 440000,
        "authStatus": 0,
        "followed": false,
        "avatarUrl": "http://p1.music.126.net/YwJeYMm7R97fnDQ5eH-51Q==/109951165642376632.jpg",
        "accountStatus": 0,
        "gender": 1,
        "city": 440300,
        "birthday": 974390400000,
        "userId": 306851500,
        "userType": 200,
        "nickname": "后现代养猪专业户",
        "signature": "不在程式里",
        "description": "",
        "detailDescription": "",
        "avatarImgId": 109951165642376640,
        "backgroundImgId": 109951167280030340,
        "backgroundUrl": "http://p1.music.126.net/_Rldnwpvx3S4hRug-CmUVw==/109951167280030331.jpg",
        "authority": 0,
        "mutual": false,
        "expertTags": null,
        "experts": null,
        "djStatus": 10,
        "vipType": 11,
        "remarkName": null,
        "authenticationTypes": 536640,
        "avatarDetail": {
          "userType": 200,
          "identityLevel": 2,
          "identityIconUrl": "https://p5.music.126.net/obj/wo3DlcOGw6DClTvDisK1/4761340159/e2c1/6fb5/f49b/353e6d1857f7c5f46426beb533427e53.png"
        },
        "anchor": true,
        "avatarImgIdStr": "109951165642376632",
        "backgroundImgIdStr": "109951167280030331",
        "avatarImgId_str": "109951165642376632"
      },
      "tracks": null,
      "subscribers": [
        {
          "defaultAvatar": false,
          "province": 440000,
          "authStatus": 0,
          "followed": false,
          "avatarUrl": "http://p1.music.126.net/K_yd8iehC2Df16x9dovDTg==/109951165928592400.jpg",
          "accountStatus": 0,
          "gender": 2,
          "city": 440100,
          "birthday": -2209017600000,
          "userId": 1320275333,
          "userType": 0,
          "nickname": "阿楚儿诶",
          "signature": "",
          "description": "",
          "detailDescription": "",
          "avatarImgId": 109951165928592400,
          "backgroundImgId": 109951162868126480,
          "backgroundUrl": "http://p1.music.126.net/_f8R60U9mZ42sSNvdPn2sQ==/109951162868126486.jpg",
          "authority": 0,
          "mutual": false,
          "expertTags": null,
          "experts": null,
          "djStatus": 0,
          "vipType": 11,
          "remarkName": null,
          "authenticationTypes": 0,
          "avatarDetail": null,
          "anchor": false,
          "avatarImgIdStr": "109951165928592400",
          "backgroundImgIdStr": "109951162868126486",
          "avatarImgId_str": "109951165928592400"
        }
      ],
      "subscribed": false,
      "commentThreadId": "A_PL_0_4893733399",
      "newImported": false,
      "adType": 0,
      "highQuality": true,
      "privacy": 0,
      "ordered": true,
      "anonimous": false,
      "coverStatus": 3,
      "recommendInfo": null,
      "socialPlaylistCover": null,
      "recommendText": null,
      "coverText": null,
      "relateResType": null,
      "relateResId": null,
      "shareCount": 767,
      "coverImgId_str": "109951165012792537",
      "alg": "alg_sq_offline",
      "commentCount": 192
    }
  ],
  "total": 678,
  "code": 200,
  "more": true,
  "cat": "全部"
}
上一页
获取热门歌单分类
下一页
收藏/取消收藏歌单
Built with