-
Notifications
You must be signed in to change notification settings - Fork 0
/
tracks.json
84 lines (84 loc) · 1.63 KB
/
tracks.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
[
{
"title": "Billie Jean",
"artist": "Michael Jackson",
"year": 1983,
"id": "dd44"
},
{
"title": "Smells Like Teen Spirit",
"artist": "Nirvana",
"year": 1991,
"id": "f7f5"
},
{
"artist": "Rick Astley",
"year": 1987,
"title": "Never Gonna Give You Up",
"id": "8fe4"
},
{
"episode": 360,
"episodeTitle": "Switched at Birth",
"id": "cdfc"
},
{
"season": 7,
"episode": 2,
"episodeTitle": "How to Fail: Malcolm Gladwell",
"id": "bdd4"
},
{
"episode": 5,
"season": 1,
"episodeTitle": "Route Talk",
"id": "8ec2"
},
{
"artist": "Nathan Evans",
"year": 2021,
"title": "Wellerman",
"genre": "Folk",
"id": "2c2c"
},
{
"artist": "John D. Smith",
"year": 2003,
"title": "Podcasts Are Overrated",
"id": "7884"
},
{
"podcast": "The Moth",
"episodeTitle": "The Moth Presents Anthony Griffith",
"id": "5bf7"
},
{
"episode": 7,
"episodeTitle": "Vocational Wheel",
"id": "4651"
},
{
"artist": "Rebecca Black",
"year": 2011,
"title": "Friday",
"id": "ff46"
},
{
"season": 1,
"episode": 2,
"episodeTitle": "John D. Smith is a Subpar Musician",
"year": 2004,
"id": "b8e5"
},
{
"episode": 1169,
"episodeTitle": "The Joe Rogan Experience- #1169: Elon Musk",
"id": "1a45"
},
{
"artist": "Taylor Swift",
"year": 2023,
"title": "Cruel Summer",
"id": "d208"
}
]