Skip to content

Instantly share code, notes, and snippets.

@falzm
Created October 3, 2015 18:46
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save falzm/0e0c39c21d21db6f8cd8 to your computer and use it in GitHub Desktop.
10 Most played tracks
{
"took" : 16,
"timed_out" : false,
"_shards" : {
"total" : 1,
"successful" : 1,
"failed" : 0
},
"hits" : {
"total" : 8486,
"max_score" : null,
"hits" : [ {
"_index" : "library",
"_type" : "track",
"_id" : "AVAqUo0_SEui9dB0w8Jw",
"_score" : null,
"fields" : {
"name" : [ "Nomadic" ],
"play_count" : [ 143 ],
"artist" : [ "Slipknot" ],
"album" : [ ".5: The Gray Chapter" ]
},
"sort" : [ 143 ]
}, {
"_index" : "library",
"_type" : "track",
"_id" : "AVAqUo1jSEui9dB0w9FA",
"_score" : null,
"fields" : {
"name" : [ "Goodbye" ],
"play_count" : [ 122 ],
"artist" : [ "Slipknot" ],
"album" : [ ".5: The Gray Chapter" ]
},
"sort" : [ 122 ]
}, {
"_index" : "library",
"_type" : "track",
"_id" : "AVAqUo0_SEui9dB0w8Jx",
"_score" : null,
"fields" : {
"name" : [ "The One That Kills The Least" ],
"play_count" : [ 116 ],
"artist" : [ "Slipknot" ],
"album" : [ ".5: The Gray Chapter" ]
},
"sort" : [ 116 ]
}, {
"_index" : "library",
"_type" : "track",
"_id" : "AVAqUo1jSEui9dB0w9FG",
"_score" : null,
"fields" : {
"name" : [ "Lech" ],
"play_count" : [ 99 ],
"artist" : [ "Slipknot" ],
"album" : [ ".5: The Gray Chapter" ]
},
"sort" : [ 99 ]
}, {
"_index" : "library",
"_type" : "track",
"_id" : "AVAqUo1jSEui9dB0w9FE",
"_score" : null,
"fields" : {
"name" : [ "Killpop" ],
"play_count" : [ 93 ],
"artist" : [ "Slipknot" ],
"album" : [ ".5: The Gray Chapter" ]
},
"sort" : [ 93 ]
}, {
"_index" : "library",
"_type" : "track",
"_id" : "AVAqUo09SEui9dB0w8GQ",
"_score" : null,
"fields" : {
"name" : [ "AOV" ],
"play_count" : [ 90 ],
"artist" : [ "Slipknot" ],
"album" : [ ".5: The Gray Chapter" ]
},
"sort" : [ 90 ]
}, {
"_index" : "library",
"_type" : "track",
"_id" : "AVAqUo1jSEui9dB0w9FD",
"_score" : null,
"fields" : {
"name" : [ "The Devil In I" ],
"play_count" : [ 90 ],
"artist" : [ "Slipknot" ],
"album" : [ ".5: The Gray Chapter" ]
},
"sort" : [ 90 ]
}, {
"_index" : "library",
"_type" : "track",
"_id" : "AVAqUo1pSEui9dB0w9PA",
"_score" : null,
"fields" : {
"name" : [ "Skeptic" ],
"play_count" : [ 81 ],
"artist" : [ "Slipknot" ],
"album" : [ ".5: The Gray Chapter" ]
},
"sort" : [ 81 ]
}, {
"_index" : "library",
"_type" : "track",
"_id" : "AVAqUo09SEui9dB0w8Gh",
"_score" : null,
"fields" : {
"name" : [ "Sarcastrophe" ],
"play_count" : [ 80 ],
"artist" : [ "Slipknot" ],
"album" : [ ".5: The Gray Chapter" ]
},
"sort" : [ 80 ]
}, {
"_index" : "library",
"_type" : "track",
"_id" : "AVAqUo1zSEui9dB0w9gb",
"_score" : null,
"fields" : {
"name" : [ "Dear Insanity" ],
"play_count" : [ 68 ],
"artist" : [ "Asking Alexandria" ],
"album" : [ "Reckless And Relentless" ]
},
"sort" : [ 68 ]
} ]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment