Advertisement
Guest User

Untitled

a guest
Oct 30th, 2014
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [
  2.     {
  3.         "week_no": 37,
  4.         "sections": {
  5.             "sentiment": {
  6.                 "name": "sentiment",
  7.                 "title": "A snapshot of what's selling this week",
  8.                 "subtitle": "What kind of songs make up the top 100?",
  9.                 "categories": [
  10.                     {
  11.                         "name": "profnity",
  12.                         "title": "Amount of songs containing profanity",
  13.                         "subtitle": "",
  14.                         "num_songs": 55,
  15.                         "last_week_num_songs": 88,
  16.                         "word_count": 26,
  17.                         "tracks": [
  18.                             {
  19.                                 "name": "Don't you want me baby",
  20.                                 "artist": "The Human League",
  21.                                 "music_brainz_id": "123356adf",
  22.                                 "spotify_uri": "spotify://fadsjlfjadskfjkl",
  23.                                 "spotify_http_uri": "spotify://fadsjlfjadskfjkl",
  24.                                 "sentiment_value": 0.6,
  25.                                 "words": [
  26.                                     {
  27.                                         "word": "shit",
  28.                                         "frequency": 18
  29.                                     },
  30.                                     {
  31.                                         "word": "fuck",
  32.                                         "frequency": 7
  33.                                     }
  34.                                 ]
  35.                             }
  36.                         ]
  37.                     }
  38.                 ]
  39.             },
  40.             "top_picks": {
  41.                 "name": "top_tens",
  42.                 "title": "Top picks from this week",
  43.                 "subtitle": "What kind of songs make up the top 100?",
  44.                 "categories": [
  45.                     {
  46.                         "name": "sex_obsessed",
  47.                         "title": "Most sex obsessed lyrics",
  48.                         "subtitle": "",
  49.                         "num_songs": 55,
  50.                         "last_week_num_songs": 88,
  51.                         "word_count": 26,
  52.                         "tracks": [
  53.                             {
  54.                                 "name": "I wanna touch up on you",
  55.                                 "artist": "Drake",
  56.                                 "music_brainz_id": "123356adf",
  57.                                 "spotify_uri": "spotify://fadsjlfjadskfjkl",
  58.                                 "spotify_http_uri": "spotify://fadsjlfjadskfjkl",
  59.                                 "sentiment_value": 0.6,
  60.                                 "words": [
  61.                                     {
  62.                                         "word": "shit",
  63.                                         "frequency": 18
  64.                                     },
  65.                                     {
  66.                                         "word": "fuck",
  67.                                         "frequency": 7
  68.                                     }
  69.                                 ]
  70.                             }
  71.                         ]
  72.                     },
  73.                     {
  74.                         "name": "love_obsessed",
  75.                         "title": "Most mentions of 'Love'",
  76.                         "subtitle": "",
  77.                         "num_songs": 55,
  78.                         "last_week_num_songs": 88,
  79.                         "word_count": 26,
  80.                         "tracks": [
  81.                             {
  82.                                 "name": "I wanna touch up on you",
  83.                                 "artist": "Drake",
  84.                                 "music_brainz_id": "123356adf",
  85.                                 "spotify_uri": "spotify://fadsjlfjadskfjkl",
  86.                                 "spotify_http_uri": "spotify://fadsjlfjadskfjkl",
  87.                                 "sentiment_value": 0.6,
  88.                                 "words": [
  89.                                     {
  90.                                         "word": "shit",
  91.                                         "frequency": 18
  92.                                     },
  93.                                     {
  94.                                         "word": "fuck",
  95.                                         "frequency": 7
  96.                                     }
  97.                                 ]
  98.                             }
  99.                         ]
  100.                     }
  101.                 ]
  102.             },
  103.             "top_tens": {
  104.                 "name": "top_tens",
  105.                 "title": "Top 10 songs with the most:",
  106.                 "subtitle": "",
  107.                 "categories": [
  108.                     {
  109.                         "name": "sweary",
  110.                         "title": "Sweary lyrics",
  111.                         "subtitle": "",
  112.                         "num_songs": 55,
  113.                         "last_week_num_songs": 88,
  114.                         "word_count": 26,
  115.                         "tracks": [
  116.                             {
  117.                                 "name": "Don't you want me baby",
  118.                                 "artist": "The Human League",
  119.                                 "music_brainz_id": "123356adf",
  120.                                 "spotify_uri": "spotify://fadsjlfjadskfjkl",
  121.                                 "spotify_http_uri": "spotify://fadsjlfjadskfjkl",
  122.                                 "sentiment_value": 0.6,
  123.                                 "words": [
  124.                                     {
  125.                                         "word": "shit",
  126.                                         "frequency": 18
  127.                                     },
  128.                                     {
  129.                                         "word": "fuck",
  130.                                         "frequency": 7
  131.                                     }
  132.                                 ]
  133.                             }
  134.                         ]
  135.                     }
  136.                 ]
  137.             }
  138.         }
  139.     }
  140.  
  141. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement