songs.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. 'success': true,
  3. 'results': [
  4. {
  5. 'name': 'Blues At Sunrise (Live)',
  6. 'artist': 'Stevie Ray Vaughan',
  7. 'album': 'Blues At Sunrise',
  8. 'description': 'Description for Stevie',
  9. 'played_date': '1',
  10. 'station': 1
  11. },
  12. {
  13. 'name': 'Sunshine Of Your Love (Live)',
  14. 'artist': 'Cream',
  15. 'album': 'Cream: Gold',
  16. 'description': 'Description for Cream',
  17. 'played_date': '2',
  18. 'station': 1
  19. },
  20. {
  21. 'name': 'Ziggy Stardust (Remastered)',
  22. 'artist': 'David Bowie',
  23. 'album': 'The Rise And Fall Of Ziggy Stardust (Remastered)',
  24. 'description': 'Description for David',
  25. 'played_date': '3',
  26. 'station': 1
  27. },
  28. {
  29. 'name': 'Runnin\' Down A Dream',
  30. 'artist': 'Tom Petty',
  31. 'album': 'Full Moon Fever',
  32. 'description': 'Description for Tom',
  33. 'played_date': '4',
  34. 'station': 1
  35. },
  36. {
  37. 'name': 'Born Under A Bad Sign',
  38. 'artist': 'Jimi Hendrix',
  39. 'album': 'Blues',
  40. 'description': 'Description for Jimi',
  41. 'played_date': '5',
  42. 'station': 1
  43. },
  44. {
  45. 'name': 'Paint It Black',
  46. 'artist': 'The Rolling Stones',
  47. 'album': 'Singles Collection: The London Years',
  48. 'description': 'Description for the Stones',
  49. 'played_date': '6',
  50. 'station': 1
  51. },
  52. {
  53. 'name': 'Jumping Jack Flash',
  54. 'album': 'Rolling Stones Rock And Roll Cirucus',
  55. 'artist': 'The Rolling Stones',
  56. 'description': 'Description for the Stones',
  57. 'played_date': 7,
  58. 'station': 2
  59. },
  60. {
  61. 'name': 'Mama Told Me (Not To Come)',
  62. 'album': 'The Best Of Three Dog Night',
  63. 'artist': 'Three Dog Night',
  64. 'description': 'Description for the Dogs',
  65. 'played_date': 8,
  66. 'station': 2
  67. },
  68. {
  69. 'name': 'Digital Love',
  70. 'album': 'Discovery',
  71. 'artist': 'Daft Punk',
  72. 'description': 'Description for Daft Punk',
  73. 'played_date': 9,
  74. 'station': 3
  75. },
  76. {
  77. 'name': 'Alone With You',
  78. 'album': 'Random Album Title',
  79. 'artist': 'Deadmau5',
  80. 'description': 'Description for Deadmau5',
  81. 'played_date': 10,
  82. 'station': 3
  83. },
  84. {
  85. 'name': 'Love Song For No One',
  86. 'album': 'Room For Squares',
  87. 'artist': 'John Mayer',
  88. 'description': 'Description for John',
  89. 'played_date': 11,
  90. 'station': 4
  91. },
  92. {
  93. 'name': 'Mindstate',
  94. 'album': 'Mind State',
  95. 'artist': 'Pete Philly & Perquisite',
  96. 'description': 'Description for Pete',
  97. 'played_date': 12,
  98. 'station': 5
  99. },
  100. {
  101. 'name': 'Thieves In The Night',
  102. 'album': 'Mos Def & Talib Kweli Are Black Star',
  103. 'artist': 'Black Star',
  104. 'description': 'Description for Black Star',
  105. 'played_date': 13,
  106. 'station': 6
  107. },
  108. {
  109. 'name': 'Kissed it',
  110. 'artist': 'Macy Gray',
  111. 'album': 'The Sellout',
  112. 'description': 'Description for Macy',
  113. 'played_date': 14,
  114. 'station': 7
  115. }
  116. ]
  117. }