stations.json 238 B

12345678
  1. {
  2. 'success': true,
  3. 'results': [
  4. {'id': 1, 'played_date': 4, 'name': 'Led Zeppelin'},
  5. {'id': 2, 'played_date': 3, 'name': 'The Rolling Stones'},
  6. {'id': 3, 'played_date': 2, 'name': 'Daft Punk'}
  7. ]
  8. }