-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsongs.json
More file actions
86 lines (86 loc) · 2.37 KB
/
songs.json
File metadata and controls
86 lines (86 loc) · 2.37 KB
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
85
86
[
{
"song": "Diamonds - Remix",
"artists": ["Rihanna", "Kanye West"],
"genres": ["Pop"],
"year": "2012"
},
{
"song": "Love on the Brain",
"artists": ["Rihanna"],
"genres": ["Alternative/Indie", "Pop", "Hip-Hop/Rap"],
"year": "2016"
},
{
"song": "We Found Love",
"artists": ["Rihanna"],
"genres": ["Electric", "Pop"],
"year": "2011"
},
{
"song": "Miss Independent",
"artists": ["Ne-Yo"],
"genres": ["R and B/Soul"],
"year": "2008"
},
{
"song": "Because of You",
"artists": ["Ne-Yo"],
"genres": ["R and B/Soul"],
"year": "2007"
},
{
"song": "Prone",
"artists": ["Masego"],
"genres": ["R and B"],
"year": "2018"
},
{
"song": "Mystery Lady",
"artists": ["Masego", "Don Toliver"],
"genres": ["R and B/Soul", "Afrobeats"],
"year": "2020"
},
{
"song": "Tadow",
"artists": ["FKJ", "Masego"],
"genres": ["R and B/Soul", "Indian Film Pop"],
"year": "2012"
},
{
"song": "Navajo",
"artists": ["Masego"],
"genres": ["Jazz Rap"],
"year": "2017"
},
{
"song": "Ocean Drive",
"artists": ["Duke Dumont"],
"genres": ["Electronic"],
"year": "2015"
},
{
"song": "Time N Affection",
"artists": ["Rema", "Chris Brown"],
"genres": ["Afrobeats"],
"year": "2022"
},
{
"song": "Highest Building",
"artists": ["Flume", "Oklou"],
"genres": ["Electronic"],
"year": "2022"
},
{
"song": "Love Song",
"artists": ["Sara Bareilles"],
"genres": ["Pop"],
"year": "2022"
},
{
"song": "Thank You For Nothing",
"artists": ["Rachel Chinouriri"],
"genres": ["R and B", "Afrobeats"],
"year": "2008"
}
]