diff --git a/.gitignore b/.gitignore index 6c29280..6578ce5 100644 --- a/.gitignore +++ b/.gitignore @@ -131,4 +131,6 @@ config* .\#* # venv +*secret* +client.json # samplify/ diff --git a/README.md b/README.org similarity index 93% rename from README.md rename to README.org index d0da652..139441c 100644 --- a/README.md +++ b/README.org @@ -1,8 +1,7 @@ -# Samplify +* Samplify Retrieve the samples from any playlist / album / song / search. -## Getting Started -Setup TLDR; +Setup TLDR; ``` git clone https://github.com/qzdl/samplify.git && cd samplify && venv samplify && source samplify/bin/activate && pip -r requirements.txt ``` @@ -20,8 +19,8 @@ If you haven't used the spotify API before: - Setup a redirect as `http://localhost:` * This can be found in the information page of a registered application > edit settings. - Create `config.py` at the root of the repository, and populate it as follows: -(NOTE: these are not valid credentials ) -``` +(NOTE: these are not valid credentials) +#+BEGIN-SRC # ClientID from registered application at: https://developers.spotify.com/dashboard/applications client = '7bf224e8jn954215s3g11degh599e3an' @@ -38,13 +37,16 @@ username = '1134745600' # setup this redirect on a registered application. make sure it # is identical to the letter or you'll get "INVALID REDIRECT" redirect = 'http://localhost:8889' -``` +#+END-SRC + +** Usage + +[[file:docs/spotify_cap.png][train of thought, generated by samplify]] -## Usage ![Playlists created by the tool](./docs/spotify_cap.png) -## Documentation -### Command Line Interface `CLI` +** Documentation +*** Command Line Interface `CLI` Detail about the CLI can be found by reading the documentation provided by the `--help` option flag. Documentation will but updated there as the project progresses. ``` @@ -123,22 +125,21 @@ It's a New Day skull snaps Created playlist SAMPLIFY: Uptown Saturday Night ``` +** Program Overview +Playlists are read from Spotify through the Spotify API using Spotipy. +Song names and artists are stored and then located on `Whosampled.com`. -## Program Overview -Playlists are read from Spotify through the Spotify API using Spotipy. -Song names and artists are stored and then located on `Whosampled.com`. - -A request is sent to the site searching for the song name, selecting a result -with the matching artist name and storing the link to that song's page. A second -request is sent to that song page, and BeautifulSoup is used to scrape HTML for +A request is sent to the site searching for the song name, selecting a result +with the matching artist name and storing the link to that song's page. A second +request is sent to that song page, and BeautifulSoup is used to scrape HTML for sample names, which are also stored. -Next, the samples are located using Spotipy, if they exist. Finally, a new +Next, the samples are located using Spotipy, if they exist. Finally, a new playlist is created for the user, containing all the samples available on Spotify. ## Example Route Parsing -Discovering how payloads differ to extend the functionality to albums, current song, -etc, is a process that requires some exploration. I'm sure there's examples of that +Discovering how payloads differ to extend the functionality to albums, current song, +etc, is a process that requires some exploration. I'm sure there's examples of that in the commit history. ```python album = None @@ -160,10 +161,10 @@ for track in tracks: print(json.dumps(track_info, indent=2)) ``` -## Attribution +** Attribution This project is based on the work of [Christopher Pease (cpease00)](https://github.com/cpease00/)'s sample collection tool [Spotify-Samples](https://github.com/cpease00/). Without his [medium article](https://medium.com/@chris.m.pease/automating-finding-music-samples-on-spotify-with-whosampled-54f86bcda1ee) on the topic, it would have been much more painful to produce the project as it is now. -### `Options()` -### `Samplify()` -### `Scraper()` +*** `Options()` +*** `Samplify()` +*** `Scraper()` diff --git a/examples/album_93-til-infinity_souls-of-mischief b/examples/album_93-til-infinity_souls-of-mischief index 1be89cb..8ca849a 100644 --- a/examples/album_93-til-infinity_souls-of-mischief +++ b/examples/album_93-til-infinity_souls-of-mischief @@ -1,17 +1,17 @@ verbosity 3 verbosity == 3 verbosity 3 -log_file == Samplify-1567129001.6755097 +log_file == Samplify-1568054938.488519 verbosity 3 verbosity == 3 verbosity 3 -log_file == scraper_track.1567129001.676018 +log_file == scraper_track.1568054938.4888637 verbosity 3 Message: Searched for "93 til infinity souls of mischief" Function: from_search Data: -{'tracks': {'href': 'https://api.spotify.com/v1/search?query=93+til+infinity+souls+of+mischief&type=track&market=GB&offset=0&limit=50', 'items': [{'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7aSjaEi3OQ2aZemcJDhMb1'}, 'href': 'https://api.spotify.com/v1/albums/7aSjaEi3OQ2aZemcJDhMb1', 'id': '7aSjaEi3OQ2aZemcJDhMb1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/340d09e49fe8040bb952f3be1fa419391eecca10', 'width': 631}, {'height': 300, 'url': 'https://i.scdn.co/image/f51599f49a7564cb5eeeb8c44442020deb42524a', 'width': 296}, {'height': 64, 'url': 'https://i.scdn.co/image/889bc3890805ed407d98ba46565ff26639061db9', 'width': 63}], 'name': "93 'til Infinity", 'release_date': '1993', 'release_date_precision': 'year', 'total_tracks': 14, 'type': 'album', 'uri': 'spotify:album:7aSjaEi3OQ2aZemcJDhMb1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 286440, 'explicit': False, 'external_ids': {'isrc': 'USJI10400408'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0PV1TFUMTBrDETzW6KQulB'}, 'href': 'https://api.spotify.com/v1/tracks/0PV1TFUMTBrDETzW6KQulB', 'id': '0PV1TFUMTBrDETzW6KQulB', 'is_local': False, 'name': "93 'Til Infinity", 'popularity': 67, 'preview_url': 'https://p.scdn.co/mp3-preview/6ecf306fb723efa349b79de01a4076e2a8896902?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 8, 'type': 'track', 'uri': 'spotify:track:0PV1TFUMTBrDETzW6KQulB'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2G5p3c3YO8l63QfGKSxzBx'}, 'href': 'https://api.spotify.com/v1/albums/2G5p3c3YO8l63QfGKSxzBx', 'id': '2G5p3c3YO8l63QfGKSxzBx', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/2b2cb75607da8629c000249fa76f6cf28c2dc568', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/306f36ea34770665aade1b7a5849c4ba5235b86d', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/6462cd446aa825a7e0e04fe6ce21822346da0d1c', 'width': 64}], 'name': "93 'Til Infinity (The Remixes)", 'release_date': '2015-03-06', 'release_date_precision': 'day', 'total_tracks': 11, 'type': 'album', 'uri': 'spotify:album:2G5p3c3YO8l63QfGKSxzBx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 292053, 'explicit': False, 'external_ids': {'isrc': 'USJI11300013'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0VuzA7lyIFn1VzinsOak8J'}, 'href': 'https://api.spotify.com/v1/tracks/0VuzA7lyIFn1VzinsOak8J', 'id': '0VuzA7lyIFn1VzinsOak8J', 'is_local': False, 'name': "93 'Til Infinity - LP Instrumental", 'popularity': 40, 'preview_url': 'https://p.scdn.co/mp3-preview/a618dfd21f9dea7571cf9fb098a99660c1493d3d?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 6, 'type': 'track', 'uri': 'spotify:track:0VuzA7lyIFn1VzinsOak8J'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/14H7ag1wpQOsPPQJOD6Dqr'}, 'href': 'https://api.spotify.com/v1/artists/14H7ag1wpQOsPPQJOD6Dqr', 'id': '14H7ag1wpQOsPPQJOD6Dqr', 'name': 'Zero 7', 'type': 'artist', 'uri': 'spotify:artist:14H7ag1wpQOsPPQJOD6Dqr'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/0qZikBhy0lOQGj8S9uq8l4'}, 'href': 'https://api.spotify.com/v1/albums/0qZikBhy0lOQGj8S9uq8l4', 'id': '0qZikBhy0lOQGj8S9uq8l4', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/69b79543bef2ea2ca680e584685965227ed3e7ae', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/cc0b4542645f8e99469a66a9d1f230990ffdd3b1', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/d2ba867742aa1933ff42bfbed4fe018586aada4f', 'width': 64}], 'name': 'Late Night Tales: Another Late Night - Zero 7', 'release_date': '2012-03-23', 'release_date_precision': 'day', 'total_tracks': 13, 'type': 'album', 'uri': 'spotify:album:0qZikBhy0lOQGj8S9uq8l4'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 285546, 'explicit': False, 'external_ids': {'isrc': 'USJI10400408'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/1OYZc5vHy7PRU5s2QqgGet'}, 'href': 'https://api.spotify.com/v1/tracks/1OYZc5vHy7PRU5s2QqgGet', 'id': '1OYZc5vHy7PRU5s2QqgGet', 'is_local': False, 'name': "93 'Til Infinity", 'popularity': 20, 'preview_url': 'https://p.scdn.co/mp3-preview/c4e133fe8dfc24bb43590ab74190bec54a399245?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 6, 'type': 'track', 'uri': 'spotify:track:1OYZc5vHy7PRU5s2QqgGet'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2CrhjdQvzrbNA5LwyDVbro'}, 'href': 'https://api.spotify.com/v1/albums/2CrhjdQvzrbNA5LwyDVbro', 'id': '2CrhjdQvzrbNA5LwyDVbro', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7a7aed099d27f1f02b6a8c0be4331ddbee4c4401', 'width': 631}, {'height': 300, 'url': 'https://i.scdn.co/image/27af54912eb216749ed17e0b6db320b73f4e5fc6', 'width': 296}, {'height': 64, 'url': 'https://i.scdn.co/image/ff47adcd54d8b07bb983087a49d4dfba23c4b5ff', 'width': 63}], 'name': "93 'Til Infinity (Expanded)", 'release_date': '2015-02-13', 'release_date_precision': 'day', 'total_tracks': 25, 'type': 'album', 'uri': 'spotify:album:2CrhjdQvzrbNA5LwyDVbro'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 286440, 'explicit': False, 'external_ids': {'isrc': 'USJI10400408'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/2YbvY6IUt2Q70L4VUkpzjs'}, 'href': 'https://api.spotify.com/v1/tracks/2YbvY6IUt2Q70L4VUkpzjs', 'id': '2YbvY6IUt2Q70L4VUkpzjs', 'is_local': False, 'name': "93 'Til Infinity", 'popularity': 21, 'preview_url': 'https://p.scdn.co/mp3-preview/6ecf306fb723efa349b79de01a4076e2a8896902?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 8, 'type': 'track', 'uri': 'spotify:track:2YbvY6IUt2Q70L4VUkpzjs'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7aSjaEi3OQ2aZemcJDhMb1'}, 'href': 'https://api.spotify.com/v1/albums/7aSjaEi3OQ2aZemcJDhMb1', 'id': '7aSjaEi3OQ2aZemcJDhMb1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/340d09e49fe8040bb952f3be1fa419391eecca10', 'width': 631}, {'height': 300, 'url': 'https://i.scdn.co/image/f51599f49a7564cb5eeeb8c44442020deb42524a', 'width': 296}, {'height': 64, 'url': 'https://i.scdn.co/image/889bc3890805ed407d98ba46565ff26639061db9', 'width': 63}], 'name': "93 'til Infinity", 'release_date': '1993', 'release_date_precision': 'year', 'total_tracks': 14, 'type': 'album', 'uri': 'spotify:album:7aSjaEi3OQ2aZemcJDhMb1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 320266, 'explicit': False, 'external_ids': {'isrc': 'USJI10400402'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3uxEUkg8yS9kqgVBprp4xi'}, 'href': 'https://api.spotify.com/v1/tracks/3uxEUkg8yS9kqgVBprp4xi', 'id': '3uxEUkg8yS9kqgVBprp4xi', 'is_local': False, 'name': 'Live and Let Live', 'popularity': 41, 'preview_url': 'https://p.scdn.co/mp3-preview/16bc534a93e81161acbe20fbbd9d2221fe94fe83?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 2, 'type': 'track', 'uri': 'spotify:track:3uxEUkg8yS9kqgVBprp4xi'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2G5p3c3YO8l63QfGKSxzBx'}, 'href': 'https://api.spotify.com/v1/albums/2G5p3c3YO8l63QfGKSxzBx', 'id': '2G5p3c3YO8l63QfGKSxzBx', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/2b2cb75607da8629c000249fa76f6cf28c2dc568', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/306f36ea34770665aade1b7a5849c4ba5235b86d', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/6462cd446aa825a7e0e04fe6ce21822346da0d1c', 'width': 64}], 'name': "93 'Til Infinity (The Remixes)", 'release_date': '2015-03-06', 'release_date_precision': 'day', 'total_tracks': 11, 'type': 'album', 'uri': 'spotify:album:2G5p3c3YO8l63QfGKSxzBx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 282240, 'explicit': False, 'external_ids': {'isrc': 'USJI11300008'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0IVBh1Dbl0fEMTs3lb11nZ'}, 'href': 'https://api.spotify.com/v1/tracks/0IVBh1Dbl0fEMTs3lb11nZ', 'id': '0IVBh1Dbl0fEMTs3lb11nZ', 'is_local': False, 'name': '93 \'Til Infinity - 12" Remix Version', 'popularity': 19, 'preview_url': 'https://p.scdn.co/mp3-preview/dd710e0d1e5d45c97546cf700c8268356900f012?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 1, 'type': 'track', 'uri': 'spotify:track:0IVBh1Dbl0fEMTs3lb11nZ'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7aSjaEi3OQ2aZemcJDhMb1'}, 'href': 'https://api.spotify.com/v1/albums/7aSjaEi3OQ2aZemcJDhMb1', 'id': '7aSjaEi3OQ2aZemcJDhMb1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/340d09e49fe8040bb952f3be1fa419391eecca10', 'width': 631}, {'height': 300, 'url': 'https://i.scdn.co/image/f51599f49a7564cb5eeeb8c44442020deb42524a', 'width': 296}, {'height': 64, 'url': 'https://i.scdn.co/image/889bc3890805ed407d98ba46565ff26639061db9', 'width': 63}], 'name': "93 'til Infinity", 'release_date': '1993', 'release_date_precision': 'year', 'total_tracks': 14, 'type': 'album', 'uri': 'spotify:album:7aSjaEi3OQ2aZemcJDhMb1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 255293, 'explicit': True, 'external_ids': {'isrc': 'USJI10400401'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/2CxZESKjoN4Un4rTJYpwu3'}, 'href': 'https://api.spotify.com/v1/tracks/2CxZESKjoN4Un4rTJYpwu3', 'id': '2CxZESKjoN4Un4rTJYpwu3', 'is_local': False, 'name': "Let 'Em Know", 'popularity': 37, 'preview_url': 'https://p.scdn.co/mp3-preview/5b23306bb0fb7f6a36dcdd102cef4a352b1cd273?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 1, 'type': 'track', 'uri': 'spotify:track:2CxZESKjoN4Un4rTJYpwu3'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2G5p3c3YO8l63QfGKSxzBx'}, 'href': 'https://api.spotify.com/v1/albums/2G5p3c3YO8l63QfGKSxzBx', 'id': '2G5p3c3YO8l63QfGKSxzBx', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/2b2cb75607da8629c000249fa76f6cf28c2dc568', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/306f36ea34770665aade1b7a5849c4ba5235b86d', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/6462cd446aa825a7e0e04fe6ce21822346da0d1c', 'width': 64}], 'name': "93 'Til Infinity (The Remixes)", 'release_date': '2015-03-06', 'release_date_precision': 'day', 'total_tracks': 11, 'type': 'album', 'uri': 'spotify:album:2G5p3c3YO8l63QfGKSxzBx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 282453, 'explicit': False, 'external_ids': {'isrc': 'USJI11300014'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/1hTpVCkABHbO46pwNcsCrf'}, 'href': 'https://api.spotify.com/v1/tracks/1hTpVCkABHbO46pwNcsCrf', 'id': '1hTpVCkABHbO46pwNcsCrf', 'is_local': False, 'name': "93 'Til Infinity - Remix Instrumental", 'popularity': 15, 'preview_url': 'https://p.scdn.co/mp3-preview/348efffc5b08fb8bdcf60d6da4f2debb1d8ef1a8?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 7, 'type': 'track', 'uri': 'spotify:track:1hTpVCkABHbO46pwNcsCrf'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7aSjaEi3OQ2aZemcJDhMb1'}, 'href': 'https://api.spotify.com/v1/albums/7aSjaEi3OQ2aZemcJDhMb1', 'id': '7aSjaEi3OQ2aZemcJDhMb1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/340d09e49fe8040bb952f3be1fa419391eecca10', 'width': 631}, {'height': 300, 'url': 'https://i.scdn.co/image/f51599f49a7564cb5eeeb8c44442020deb42524a', 'width': 296}, {'height': 64, 'url': 'https://i.scdn.co/image/889bc3890805ed407d98ba46565ff26639061db9', 'width': 63}], 'name': "93 'til Infinity", 'release_date': '1993', 'release_date_precision': 'year', 'total_tracks': 14, 'type': 'album', 'uri': 'spotify:album:7aSjaEi3OQ2aZemcJDhMb1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 230813, 'explicit': False, 'external_ids': {'isrc': 'USJI10400411'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/2H3Ee8gYFvCZ2ivuOl5wwI'}, 'href': 'https://api.spotify.com/v1/tracks/2H3Ee8gYFvCZ2ivuOl5wwI', 'id': '2H3Ee8gYFvCZ2ivuOl5wwI', 'is_local': False, 'name': 'Make Your Mind Up', 'popularity': 35, 'preview_url': 'https://p.scdn.co/mp3-preview/e017a952aadaaaa09e3de42c0de5961418916106?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 11, 'type': 'track', 'uri': 'spotify:track:2H3Ee8gYFvCZ2ivuOl5wwI'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7aSjaEi3OQ2aZemcJDhMb1'}, 'href': 'https://api.spotify.com/v1/albums/7aSjaEi3OQ2aZemcJDhMb1', 'id': '7aSjaEi3OQ2aZemcJDhMb1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/340d09e49fe8040bb952f3be1fa419391eecca10', 'width': 631}, {'height': 300, 'url': 'https://i.scdn.co/image/f51599f49a7564cb5eeeb8c44442020deb42524a', 'width': 296}, {'height': 64, 'url': 'https://i.scdn.co/image/889bc3890805ed407d98ba46565ff26639061db9', 'width': 63}], 'name': "93 'til Infinity", 'release_date': '1993', 'release_date_precision': 'year', 'total_tracks': 14, 'type': 'album', 'uri': 'spotify:album:7aSjaEi3OQ2aZemcJDhMb1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/4OpQJMrOpOEYgYoU0Ihku3'}, 'href': 'https://api.spotify.com/v1/artists/4OpQJMrOpOEYgYoU0Ihku3', 'id': '4OpQJMrOpOEYgYoU0Ihku3', 'name': 'Casual', 'type': 'artist', 'uri': 'spotify:artist:4OpQJMrOpOEYgYoU0Ihku3'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/0YsLR3SQd5QTXAhGIGX7cl'}, 'href': 'https://api.spotify.com/v1/artists/0YsLR3SQd5QTXAhGIGX7cl', 'id': '0YsLR3SQd5QTXAhGIGX7cl', 'name': 'Del The Funky Homosapien', 'type': 'artist', 'uri': 'spotify:artist:0YsLR3SQd5QTXAhGIGX7cl'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 201146, 'explicit': True, 'external_ids': {'isrc': 'USJI10400409'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5r3mygnS9nfqQqz1I2cLLs'}, 'href': 'https://api.spotify.com/v1/tracks/5r3mygnS9nfqQqz1I2cLLs', 'id': '5r3mygnS9nfqQqz1I2cLLs', 'is_local': False, 'name': 'Limitations', 'popularity': 34, 'preview_url': 'https://p.scdn.co/mp3-preview/c61e0d3ac5b89f4451bfeaada9611e407f92506f?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 9, 'type': 'track', 'uri': 'spotify:track:5r3mygnS9nfqQqz1I2cLLs'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7aSjaEi3OQ2aZemcJDhMb1'}, 'href': 'https://api.spotify.com/v1/albums/7aSjaEi3OQ2aZemcJDhMb1', 'id': '7aSjaEi3OQ2aZemcJDhMb1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/340d09e49fe8040bb952f3be1fa419391eecca10', 'width': 631}, {'height': 300, 'url': 'https://i.scdn.co/image/f51599f49a7564cb5eeeb8c44442020deb42524a', 'width': 296}, {'height': 64, 'url': 'https://i.scdn.co/image/889bc3890805ed407d98ba46565ff26639061db9', 'width': 63}], 'name': "93 'til Infinity", 'release_date': '1993', 'release_date_precision': 'year', 'total_tracks': 14, 'type': 'album', 'uri': 'spotify:album:7aSjaEi3OQ2aZemcJDhMb1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/4onNLSRXS0x0dZaisdMo4E'}, 'href': 'https://api.spotify.com/v1/artists/4onNLSRXS0x0dZaisdMo4E', 'id': '4onNLSRXS0x0dZaisdMo4E', 'name': 'Pep Love', 'type': 'artist', 'uri': 'spotify:artist:4onNLSRXS0x0dZaisdMo4E'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 214733, 'explicit': False, 'external_ids': {'isrc': 'USJI10400403'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/2tyF3qLQHDweok9i7r6t7m'}, 'href': 'https://api.spotify.com/v1/tracks/2tyF3qLQHDweok9i7r6t7m', 'id': '2tyF3qLQHDweok9i7r6t7m', 'is_local': False, 'name': "That's When Ya Lost", 'popularity': 33, 'preview_url': 'https://p.scdn.co/mp3-preview/e992fbbd36d9bebf95e3dfd98d0cc4f05270345a?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 3, 'type': 'track', 'uri': 'spotify:track:2tyF3qLQHDweok9i7r6t7m'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2G5p3c3YO8l63QfGKSxzBx'}, 'href': 'https://api.spotify.com/v1/albums/2G5p3c3YO8l63QfGKSxzBx', 'id': '2G5p3c3YO8l63QfGKSxzBx', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/2b2cb75607da8629c000249fa76f6cf28c2dc568', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/306f36ea34770665aade1b7a5849c4ba5235b86d', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/6462cd446aa825a7e0e04fe6ce21822346da0d1c', 'width': 64}], 'name': "93 'Til Infinity (The Remixes)", 'release_date': '2015-03-06', 'release_date_precision': 'day', 'total_tracks': 11, 'type': 'album', 'uri': 'spotify:album:2G5p3c3YO8l63QfGKSxzBx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 281946, 'explicit': False, 'external_ids': {'isrc': 'USJI11300018'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5JKvkBxQKXAW1fiOPsEumi'}, 'href': 'https://api.spotify.com/v1/tracks/5JKvkBxQKXAW1fiOPsEumi', 'id': '5JKvkBxQKXAW1fiOPsEumi', 'is_local': False, 'name': "93 'Til Infinity - Acapella Version", 'popularity': 13, 'preview_url': 'https://p.scdn.co/mp3-preview/b93d2d934fc339a586a563c724b5b9ad1a0e6500?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 11, 'type': 'track', 'uri': 'spotify:track:5JKvkBxQKXAW1fiOPsEumi'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7aSjaEi3OQ2aZemcJDhMb1'}, 'href': 'https://api.spotify.com/v1/albums/7aSjaEi3OQ2aZemcJDhMb1', 'id': '7aSjaEi3OQ2aZemcJDhMb1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/340d09e49fe8040bb952f3be1fa419391eecca10', 'width': 631}, {'height': 300, 'url': 'https://i.scdn.co/image/f51599f49a7564cb5eeeb8c44442020deb42524a', 'width': 296}, {'height': 64, 'url': 'https://i.scdn.co/image/889bc3890805ed407d98ba46565ff26639061db9', 'width': 63}], 'name': "93 'til Infinity", 'release_date': '1993', 'release_date_precision': 'year', 'total_tracks': 14, 'type': 'album', 'uri': 'spotify:album:7aSjaEi3OQ2aZemcJDhMb1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 181853, 'explicit': False, 'external_ids': {'isrc': 'USJI10400410'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/1IhbRAiJjVqsUyBcqP3S1p'}, 'href': 'https://api.spotify.com/v1/tracks/1IhbRAiJjVqsUyBcqP3S1p', 'id': '1IhbRAiJjVqsUyBcqP3S1p', 'is_local': False, 'name': 'Anything Can Happen', 'popularity': 31, 'preview_url': 'https://p.scdn.co/mp3-preview/a4c2d31a19fb72630f9a45f634d62bca1fe6bd0f?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 10, 'type': 'track', 'uri': 'spotify:track:1IhbRAiJjVqsUyBcqP3S1p'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7aSjaEi3OQ2aZemcJDhMb1'}, 'href': 'https://api.spotify.com/v1/albums/7aSjaEi3OQ2aZemcJDhMb1', 'id': '7aSjaEi3OQ2aZemcJDhMb1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/340d09e49fe8040bb952f3be1fa419391eecca10', 'width': 631}, {'height': 300, 'url': 'https://i.scdn.co/image/f51599f49a7564cb5eeeb8c44442020deb42524a', 'width': 296}, {'height': 64, 'url': 'https://i.scdn.co/image/889bc3890805ed407d98ba46565ff26639061db9', 'width': 63}], 'name': "93 'til Infinity", 'release_date': '1993', 'release_date_precision': 'year', 'total_tracks': 14, 'type': 'album', 'uri': 'spotify:album:7aSjaEi3OQ2aZemcJDhMb1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 251400, 'explicit': False, 'external_ids': {'isrc': 'USJI10400404'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/7gX6JfIHgPeiaTbfJeTU2K'}, 'href': 'https://api.spotify.com/v1/tracks/7gX6JfIHgPeiaTbfJeTU2K', 'id': '7gX6JfIHgPeiaTbfJeTU2K', 'is_local': False, 'name': 'A Name I Call Myself', 'popularity': 30, 'preview_url': 'https://p.scdn.co/mp3-preview/62a81760dd4e48d73db289685e712aa3b2c422ca?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 4, 'type': 'track', 'uri': 'spotify:track:7gX6JfIHgPeiaTbfJeTU2K'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7aSjaEi3OQ2aZemcJDhMb1'}, 'href': 'https://api.spotify.com/v1/albums/7aSjaEi3OQ2aZemcJDhMb1', 'id': '7aSjaEi3OQ2aZemcJDhMb1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/340d09e49fe8040bb952f3be1fa419391eecca10', 'width': 631}, {'height': 300, 'url': 'https://i.scdn.co/image/f51599f49a7564cb5eeeb8c44442020deb42524a', 'width': 296}, {'height': 64, 'url': 'https://i.scdn.co/image/889bc3890805ed407d98ba46565ff26639061db9', 'width': 63}], 'name': "93 'til Infinity", 'release_date': '1993', 'release_date_precision': 'year', 'total_tracks': 14, 'type': 'album', 'uri': 'spotify:album:7aSjaEi3OQ2aZemcJDhMb1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 239240, 'explicit': True, 'external_ids': {'isrc': 'USJI10400406'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5EvIuxXZKuYxRIuZUyec6d'}, 'href': 'https://api.spotify.com/v1/tracks/5EvIuxXZKuYxRIuZUyec6d', 'id': '5EvIuxXZKuYxRIuZUyec6d', 'is_local': False, 'name': 'What a Way to Go Out', 'popularity': 29, 'preview_url': 'https://p.scdn.co/mp3-preview/a7ae0055053180f5bf5760ec26092f23479f1f89?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 6, 'type': 'track', 'uri': 'spotify:track:5EvIuxXZKuYxRIuZUyec6d'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7aSjaEi3OQ2aZemcJDhMb1'}, 'href': 'https://api.spotify.com/v1/albums/7aSjaEi3OQ2aZemcJDhMb1', 'id': '7aSjaEi3OQ2aZemcJDhMb1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/340d09e49fe8040bb952f3be1fa419391eecca10', 'width': 631}, {'height': 300, 'url': 'https://i.scdn.co/image/f51599f49a7564cb5eeeb8c44442020deb42524a', 'width': 296}, {'height': 64, 'url': 'https://i.scdn.co/image/889bc3890805ed407d98ba46565ff26639061db9', 'width': 63}], 'name': "93 'til Infinity", 'release_date': '1993', 'release_date_precision': 'year', 'total_tracks': 14, 'type': 'album', 'uri': 'spotify:album:7aSjaEi3OQ2aZemcJDhMb1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 243813, 'explicit': True, 'external_ids': {'isrc': 'USJI10400412'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/7AtIiXwzq1xOvOPws0NX5T'}, 'href': 'https://api.spotify.com/v1/tracks/7AtIiXwzq1xOvOPws0NX5T', 'id': '7AtIiXwzq1xOvOPws0NX5T', 'is_local': False, 'name': 'Batting Practice', 'popularity': 29, 'preview_url': 'https://p.scdn.co/mp3-preview/6154f958b515b66fefef64f3abcc8d98aa966c30?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 12, 'type': 'track', 'uri': 'spotify:track:7AtIiXwzq1xOvOPws0NX5T'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7aSjaEi3OQ2aZemcJDhMb1'}, 'href': 'https://api.spotify.com/v1/albums/7aSjaEi3OQ2aZemcJDhMb1', 'id': '7aSjaEi3OQ2aZemcJDhMb1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/340d09e49fe8040bb952f3be1fa419391eecca10', 'width': 631}, {'height': 300, 'url': 'https://i.scdn.co/image/f51599f49a7564cb5eeeb8c44442020deb42524a', 'width': 296}, {'height': 64, 'url': 'https://i.scdn.co/image/889bc3890805ed407d98ba46565ff26639061db9', 'width': 63}], 'name': "93 'til Infinity", 'release_date': '1993', 'release_date_precision': 'year', 'total_tracks': 14, 'type': 'album', 'uri': 'spotify:album:7aSjaEi3OQ2aZemcJDhMb1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 179280, 'explicit': True, 'external_ids': {'isrc': 'USJI10400405'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0ZZIAJPWArRVOb1ORqJyIa'}, 'href': 'https://api.spotify.com/v1/tracks/0ZZIAJPWArRVOb1ORqJyIa', 'id': '0ZZIAJPWArRVOb1ORqJyIa', 'is_local': False, 'name': 'Disseshowedo', 'popularity': 28, 'preview_url': 'https://p.scdn.co/mp3-preview/7635e9b3018b6c60cf6d720175d4743be7c00a7f?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 5, 'type': 'track', 'uri': 'spotify:track:0ZZIAJPWArRVOb1ORqJyIa'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7aSjaEi3OQ2aZemcJDhMb1'}, 'href': 'https://api.spotify.com/v1/albums/7aSjaEi3OQ2aZemcJDhMb1', 'id': '7aSjaEi3OQ2aZemcJDhMb1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/340d09e49fe8040bb952f3be1fa419391eecca10', 'width': 631}, {'height': 300, 'url': 'https://i.scdn.co/image/f51599f49a7564cb5eeeb8c44442020deb42524a', 'width': 296}, {'height': 64, 'url': 'https://i.scdn.co/image/889bc3890805ed407d98ba46565ff26639061db9', 'width': 63}], 'name': "93 'til Infinity", 'release_date': '1993', 'release_date_precision': 'year', 'total_tracks': 14, 'type': 'album', 'uri': 'spotify:album:7aSjaEi3OQ2aZemcJDhMb1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 220973, 'explicit': True, 'external_ids': {'isrc': 'USJI10400407'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/4J9X8X9LA10qwcgqm1HS7l'}, 'href': 'https://api.spotify.com/v1/tracks/4J9X8X9LA10qwcgqm1HS7l', 'id': '4J9X8X9LA10qwcgqm1HS7l', 'is_local': False, 'name': 'Never No More', 'popularity': 28, 'preview_url': 'https://p.scdn.co/mp3-preview/42295b41bfe45c7c107a88255d375d267f627cd2?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 7, 'type': 'track', 'uri': 'spotify:track:4J9X8X9LA10qwcgqm1HS7l'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7aSjaEi3OQ2aZemcJDhMb1'}, 'href': 'https://api.spotify.com/v1/albums/7aSjaEi3OQ2aZemcJDhMb1', 'id': '7aSjaEi3OQ2aZemcJDhMb1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/340d09e49fe8040bb952f3be1fa419391eecca10', 'width': 631}, {'height': 300, 'url': 'https://i.scdn.co/image/f51599f49a7564cb5eeeb8c44442020deb42524a', 'width': 296}, {'height': 64, 'url': 'https://i.scdn.co/image/889bc3890805ed407d98ba46565ff26639061db9', 'width': 63}], 'name': "93 'til Infinity", 'release_date': '1993', 'release_date_precision': 'year', 'total_tracks': 14, 'type': 'album', 'uri': 'spotify:album:7aSjaEi3OQ2aZemcJDhMb1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 241746, 'explicit': False, 'external_ids': {'isrc': 'USJI10400413'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/2HoinVXGivQoUGO49A1HjN'}, 'href': 'https://api.spotify.com/v1/tracks/2HoinVXGivQoUGO49A1HjN', 'id': '2HoinVXGivQoUGO49A1HjN', 'is_local': False, 'name': 'Tell Me Who Profits', 'popularity': 27, 'preview_url': 'https://p.scdn.co/mp3-preview/6ae21fe574963565e8f4011e896bb43d1279cb95?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 13, 'type': 'track', 'uri': 'spotify:track:2HoinVXGivQoUGO49A1HjN'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7aSjaEi3OQ2aZemcJDhMb1'}, 'href': 'https://api.spotify.com/v1/albums/7aSjaEi3OQ2aZemcJDhMb1', 'id': '7aSjaEi3OQ2aZemcJDhMb1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/340d09e49fe8040bb952f3be1fa419391eecca10', 'width': 631}, {'height': 300, 'url': 'https://i.scdn.co/image/f51599f49a7564cb5eeeb8c44442020deb42524a', 'width': 296}, {'height': 64, 'url': 'https://i.scdn.co/image/889bc3890805ed407d98ba46565ff26639061db9', 'width': 63}], 'name': "93 'til Infinity", 'release_date': '1993', 'release_date_precision': 'year', 'total_tracks': 14, 'type': 'album', 'uri': 'spotify:album:7aSjaEi3OQ2aZemcJDhMb1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 124200, 'explicit': False, 'external_ids': {'isrc': 'USJI10400414'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3rkuEvX8ckciysonuwWGDX'}, 'href': 'https://api.spotify.com/v1/tracks/3rkuEvX8ckciysonuwWGDX', 'id': '3rkuEvX8ckciysonuwWGDX', 'is_local': False, 'name': 'Outro', 'popularity': 25, 'preview_url': 'https://p.scdn.co/mp3-preview/b5a64d3379938d4d88f818cdf9ac520de2391322?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 14, 'type': 'track', 'uri': 'spotify:track:3rkuEvX8ckciysonuwWGDX'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2G5p3c3YO8l63QfGKSxzBx'}, 'href': 'https://api.spotify.com/v1/albums/2G5p3c3YO8l63QfGKSxzBx', 'id': '2G5p3c3YO8l63QfGKSxzBx', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/2b2cb75607da8629c000249fa76f6cf28c2dc568', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/306f36ea34770665aade1b7a5849c4ba5235b86d', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/6462cd446aa825a7e0e04fe6ce21822346da0d1c', 'width': 64}], 'name': "93 'Til Infinity (The Remixes)", 'release_date': '2015-03-06', 'release_date_precision': 'day', 'total_tracks': 11, 'type': 'album', 'uri': 'spotify:album:2G5p3c3YO8l63QfGKSxzBx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 285026, 'explicit': False, 'external_ids': {'isrc': 'USJI11300012'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/2PMkj9wlu6zWwavGNgmhss'}, 'href': 'https://api.spotify.com/v1/tracks/2PMkj9wlu6zWwavGNgmhss', 'id': '2PMkj9wlu6zWwavGNgmhss', 'is_local': False, 'name': 'Good Feeling - 12" Version', 'popularity': 24, 'preview_url': 'https://p.scdn.co/mp3-preview/2c19eed08463aa880a012f6d2081e2c010e9ba69?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 5, 'type': 'track', 'uri': 'spotify:track:2PMkj9wlu6zWwavGNgmhss'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2G5p3c3YO8l63QfGKSxzBx'}, 'href': 'https://api.spotify.com/v1/albums/2G5p3c3YO8l63QfGKSxzBx', 'id': '2G5p3c3YO8l63QfGKSxzBx', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/2b2cb75607da8629c000249fa76f6cf28c2dc568', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/306f36ea34770665aade1b7a5849c4ba5235b86d', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/6462cd446aa825a7e0e04fe6ce21822346da0d1c', 'width': 64}], 'name': "93 'Til Infinity (The Remixes)", 'release_date': '2015-03-06', 'release_date_precision': 'day', 'total_tracks': 11, 'type': 'album', 'uri': 'spotify:album:2G5p3c3YO8l63QfGKSxzBx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 219960, 'explicit': True, 'external_ids': {'isrc': 'USJI11300011'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0JksrxamHCx6Ukq4kj5ZDJ'}, 'href': 'https://api.spotify.com/v1/tracks/0JksrxamHCx6Ukq4kj5ZDJ', 'id': '0JksrxamHCx6Ukq4kj5ZDJ', 'is_local': False, 'name': 'Never No More - 76 Seville Mix', 'popularity': 19, 'preview_url': 'https://p.scdn.co/mp3-preview/a8f6883a1ebfc08d013a2b2426178d2f0ecb5736?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 4, 'type': 'track', 'uri': 'spotify:track:0JksrxamHCx6Ukq4kj5ZDJ'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2G5p3c3YO8l63QfGKSxzBx'}, 'href': 'https://api.spotify.com/v1/albums/2G5p3c3YO8l63QfGKSxzBx', 'id': '2G5p3c3YO8l63QfGKSxzBx', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/2b2cb75607da8629c000249fa76f6cf28c2dc568', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/306f36ea34770665aade1b7a5849c4ba5235b86d', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/6462cd446aa825a7e0e04fe6ce21822346da0d1c', 'width': 64}], 'name': "93 'Til Infinity (The Remixes)", 'release_date': '2015-03-06', 'release_date_precision': 'day', 'total_tracks': 11, 'type': 'album', 'uri': 'spotify:album:2G5p3c3YO8l63QfGKSxzBx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 206400, 'explicit': True, 'external_ids': {'isrc': 'USJI11300009'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/31T6UGGZH37l5CW5cjS9Xj'}, 'href': 'https://api.spotify.com/v1/tracks/31T6UGGZH37l5CW5cjS9Xj', 'id': '31T6UGGZH37l5CW5cjS9Xj', 'is_local': False, 'name': "That's When Ya Lost (I Ain't Trippin' Remix)", 'popularity': 17, 'preview_url': 'https://p.scdn.co/mp3-preview/7f9d31dd371be6ccda18b5cf0664a75564a76de1?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 2, 'type': 'track', 'uri': 'spotify:track:31T6UGGZH37l5CW5cjS9Xj'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2G5p3c3YO8l63QfGKSxzBx'}, 'href': 'https://api.spotify.com/v1/albums/2G5p3c3YO8l63QfGKSxzBx', 'id': '2G5p3c3YO8l63QfGKSxzBx', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/2b2cb75607da8629c000249fa76f6cf28c2dc568', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/306f36ea34770665aade1b7a5849c4ba5235b86d', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/6462cd446aa825a7e0e04fe6ce21822346da0d1c', 'width': 64}], 'name': "93 'Til Infinity (The Remixes)", 'release_date': '2015-03-06', 'release_date_precision': 'day', 'total_tracks': 11, 'type': 'album', 'uri': 'spotify:album:2G5p3c3YO8l63QfGKSxzBx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 307373, 'explicit': True, 'external_ids': {'isrc': 'USJI11300010'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/4kcwQk0kH8KXRfH7cObKWG'}, 'href': 'https://api.spotify.com/v1/tracks/4kcwQk0kH8KXRfH7cObKWG', 'id': '4kcwQk0kH8KXRfH7cObKWG', 'is_local': False, 'name': 'Make Your Mind Up - Rock on Mix', 'popularity': 17, 'preview_url': 'https://p.scdn.co/mp3-preview/5e8e56395ef4be81c6b30845e4f05c256cce5c78?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 3, 'type': 'track', 'uri': 'spotify:track:4kcwQk0kH8KXRfH7cObKWG'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2CrhjdQvzrbNA5LwyDVbro'}, 'href': 'https://api.spotify.com/v1/albums/2CrhjdQvzrbNA5LwyDVbro', 'id': '2CrhjdQvzrbNA5LwyDVbro', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7a7aed099d27f1f02b6a8c0be4331ddbee4c4401', 'width': 631}, {'height': 300, 'url': 'https://i.scdn.co/image/27af54912eb216749ed17e0b6db320b73f4e5fc6', 'width': 296}, {'height': 64, 'url': 'https://i.scdn.co/image/ff47adcd54d8b07bb983087a49d4dfba23c4b5ff', 'width': 63}], 'name': "93 'Til Infinity (Expanded)", 'release_date': '2015-02-13', 'release_date_precision': 'day', 'total_tracks': 25, 'type': 'album', 'uri': 'spotify:album:2CrhjdQvzrbNA5LwyDVbro'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/4onNLSRXS0x0dZaisdMo4E'}, 'href': 'https://api.spotify.com/v1/artists/4onNLSRXS0x0dZaisdMo4E', 'id': '4onNLSRXS0x0dZaisdMo4E', 'name': 'Pep Love', 'type': 'artist', 'uri': 'spotify:artist:4onNLSRXS0x0dZaisdMo4E'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 214733, 'explicit': False, 'external_ids': {'isrc': 'USJI10400403'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/2G7ziWdue5adS1qcLE3IRd'}, 'href': 'https://api.spotify.com/v1/tracks/2G7ziWdue5adS1qcLE3IRd', 'id': '2G7ziWdue5adS1qcLE3IRd', 'is_local': False, 'name': "That's When Ya Lost", 'popularity': 14, 'preview_url': 'https://p.scdn.co/mp3-preview/e992fbbd36d9bebf95e3dfd98d0cc4f05270345a?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 3, 'type': 'track', 'uri': 'spotify:track:2G7ziWdue5adS1qcLE3IRd'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2CrhjdQvzrbNA5LwyDVbro'}, 'href': 'https://api.spotify.com/v1/albums/2CrhjdQvzrbNA5LwyDVbro', 'id': '2CrhjdQvzrbNA5LwyDVbro', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7a7aed099d27f1f02b6a8c0be4331ddbee4c4401', 'width': 631}, {'height': 300, 'url': 'https://i.scdn.co/image/27af54912eb216749ed17e0b6db320b73f4e5fc6', 'width': 296}, {'height': 64, 'url': 'https://i.scdn.co/image/ff47adcd54d8b07bb983087a49d4dfba23c4b5ff', 'width': 63}], 'name': "93 'Til Infinity (Expanded)", 'release_date': '2015-02-13', 'release_date_precision': 'day', 'total_tracks': 25, 'type': 'album', 'uri': 'spotify:album:2CrhjdQvzrbNA5LwyDVbro'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 255293, 'explicit': False, 'external_ids': {'isrc': 'USJI10400401'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/1K6y5PT0QLk77JRywe5Ydw'}, 'href': 'https://api.spotify.com/v1/tracks/1K6y5PT0QLk77JRywe5Ydw', 'id': '1K6y5PT0QLk77JRywe5Ydw', 'is_local': False, 'name': "Let 'Em Know", 'popularity': 14, 'preview_url': 'https://p.scdn.co/mp3-preview/5b23306bb0fb7f6a36dcdd102cef4a352b1cd273?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 1, 'type': 'track', 'uri': 'spotify:track:1K6y5PT0QLk77JRywe5Ydw'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2CrhjdQvzrbNA5LwyDVbro'}, 'href': 'https://api.spotify.com/v1/albums/2CrhjdQvzrbNA5LwyDVbro', 'id': '2CrhjdQvzrbNA5LwyDVbro', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7a7aed099d27f1f02b6a8c0be4331ddbee4c4401', 'width': 631}, {'height': 300, 'url': 'https://i.scdn.co/image/27af54912eb216749ed17e0b6db320b73f4e5fc6', 'width': 296}, {'height': 64, 'url': 'https://i.scdn.co/image/ff47adcd54d8b07bb983087a49d4dfba23c4b5ff', 'width': 63}], 'name': "93 'Til Infinity (Expanded)", 'release_date': '2015-02-13', 'release_date_precision': 'day', 'total_tracks': 25, 'type': 'album', 'uri': 'spotify:album:2CrhjdQvzrbNA5LwyDVbro'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 320266, 'explicit': False, 'external_ids': {'isrc': 'USJI10400402'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/56DGp7FhCMYidTJHcVVJYv'}, 'href': 'https://api.spotify.com/v1/tracks/56DGp7FhCMYidTJHcVVJYv', 'id': '56DGp7FhCMYidTJHcVVJYv', 'is_local': False, 'name': 'Live and Let Live', 'popularity': 13, 'preview_url': 'https://p.scdn.co/mp3-preview/16bc534a93e81161acbe20fbbd9d2221fe94fe83?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 2, 'type': 'track', 'uri': 'spotify:track:56DGp7FhCMYidTJHcVVJYv'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/0LyfQWJT6nXafLPZqxe9Of'}, 'href': 'https://api.spotify.com/v1/artists/0LyfQWJT6nXafLPZqxe9Of', 'id': '0LyfQWJT6nXafLPZqxe9Of', 'name': 'Various Artists', 'type': 'artist', 'uri': 'spotify:artist:0LyfQWJT6nXafLPZqxe9Of'}], 'available_markets': ['AD', 'AE', 'AT', 'AU', 'BE', 'BG', 'BH', 'CH', 'CY', 'CZ', 'DE', 'DK', 'DZ', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'HK', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MY', 'NL', 'NO', 'NZ', 'OM', 'PH', 'PL', 'PS', 'PT', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'TH', 'TN', 'TR', 'TW', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/1hes6LKiTvbun3bw52Zdgc'}, 'href': 'https://api.spotify.com/v1/albums/1hes6LKiTvbun3bw52Zdgc', 'id': '1hes6LKiTvbun3bw52Zdgc', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/77eb7c17cafe55034d9f938f2854be0f6a6276d3', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/77eb7c17cafe5502d8e2a158d93e8f06c1f65dc8', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/77eb7c17cafe5501d435d174bbeb6b0f381f4663', 'width': 64}], 'name': 'Hip-Hop Classics 1993, vol. 1', 'release_date': '1993-11-24', 'release_date_precision': 'day', 'total_tracks': 26, 'type': 'album', 'uri': 'spotify:album:1hes6LKiTvbun3bw52Zdgc'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AT', 'AU', 'BE', 'BG', 'BH', 'CH', 'CY', 'CZ', 'DE', 'DK', 'DZ', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'HK', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MY', 'NL', 'NO', 'NZ', 'OM', 'PH', 'PL', 'PS', 'PT', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'TH', 'TN', 'TR', 'TW', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 284147, 'explicit': True, 'external_ids': {'isrc': 'FR8GV1842990'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/1vQVgeV2J7Fc0DD6KB0acQ'}, 'href': 'https://api.spotify.com/v1/tracks/1vQVgeV2J7Fc0DD6KB0acQ', 'id': '1vQVgeV2J7Fc0DD6KB0acQ', 'is_local': False, 'name': "93 Til' Infinity", 'popularity': 4, 'preview_url': 'https://p.scdn.co/mp3-preview/5bf9d528f878d43310913cbb5fea78701e64cdf2?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 26, 'type': 'track', 'uri': 'spotify:track:1vQVgeV2J7Fc0DD6KB0acQ'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2CrhjdQvzrbNA5LwyDVbro'}, 'href': 'https://api.spotify.com/v1/albums/2CrhjdQvzrbNA5LwyDVbro', 'id': '2CrhjdQvzrbNA5LwyDVbro', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7a7aed099d27f1f02b6a8c0be4331ddbee4c4401', 'width': 631}, {'height': 300, 'url': 'https://i.scdn.co/image/27af54912eb216749ed17e0b6db320b73f4e5fc6', 'width': 296}, {'height': 64, 'url': 'https://i.scdn.co/image/ff47adcd54d8b07bb983087a49d4dfba23c4b5ff', 'width': 63}], 'name': "93 'Til Infinity (Expanded)", 'release_date': '2015-02-13', 'release_date_precision': 'day', 'total_tracks': 25, 'type': 'album', 'uri': 'spotify:album:2CrhjdQvzrbNA5LwyDVbro'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/4OpQJMrOpOEYgYoU0Ihku3'}, 'href': 'https://api.spotify.com/v1/artists/4OpQJMrOpOEYgYoU0Ihku3', 'id': '4OpQJMrOpOEYgYoU0Ihku3', 'name': 'Casual', 'type': 'artist', 'uri': 'spotify:artist:4OpQJMrOpOEYgYoU0Ihku3'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/0YsLR3SQd5QTXAhGIGX7cl'}, 'href': 'https://api.spotify.com/v1/artists/0YsLR3SQd5QTXAhGIGX7cl', 'id': '0YsLR3SQd5QTXAhGIGX7cl', 'name': 'Del The Funky Homosapien', 'type': 'artist', 'uri': 'spotify:artist:0YsLR3SQd5QTXAhGIGX7cl'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 201146, 'explicit': False, 'external_ids': {'isrc': 'USJI10400409'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5nHOd1URWq04Juxii91rGq'}, 'href': 'https://api.spotify.com/v1/tracks/5nHOd1URWq04Juxii91rGq', 'id': '5nHOd1URWq04Juxii91rGq', 'is_local': False, 'name': 'Limitations', 'popularity': 13, 'preview_url': 'https://p.scdn.co/mp3-preview/c61e0d3ac5b89f4451bfeaada9611e407f92506f?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 9, 'type': 'track', 'uri': 'spotify:track:5nHOd1URWq04Juxii91rGq'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2G5p3c3YO8l63QfGKSxzBx'}, 'href': 'https://api.spotify.com/v1/albums/2G5p3c3YO8l63QfGKSxzBx', 'id': '2G5p3c3YO8l63QfGKSxzBx', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/2b2cb75607da8629c000249fa76f6cf28c2dc568', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/306f36ea34770665aade1b7a5849c4ba5235b86d', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/6462cd446aa825a7e0e04fe6ce21822346da0d1c', 'width': 64}], 'name': "93 'Til Infinity (The Remixes)", 'release_date': '2015-03-06', 'release_date_precision': 'day', 'total_tracks': 11, 'type': 'album', 'uri': 'spotify:album:2G5p3c3YO8l63QfGKSxzBx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 218413, 'explicit': False, 'external_ids': {'isrc': 'USJI11300017'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0JbmYtZSZp2sfUDEnPnQ0J'}, 'href': 'https://api.spotify.com/v1/tracks/0JbmYtZSZp2sfUDEnPnQ0J', 'id': '0JbmYtZSZp2sfUDEnPnQ0J', 'is_local': False, 'name': 'Never No More - 76 Seville Mix Instrumental', 'popularity': 16, 'preview_url': 'https://p.scdn.co/mp3-preview/82e6016182255d769f5bccee6be06a88e346b0dc?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 10, 'type': 'track', 'uri': 'spotify:track:0JbmYtZSZp2sfUDEnPnQ0J'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2CrhjdQvzrbNA5LwyDVbro'}, 'href': 'https://api.spotify.com/v1/albums/2CrhjdQvzrbNA5LwyDVbro', 'id': '2CrhjdQvzrbNA5LwyDVbro', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7a7aed099d27f1f02b6a8c0be4331ddbee4c4401', 'width': 631}, {'height': 300, 'url': 'https://i.scdn.co/image/27af54912eb216749ed17e0b6db320b73f4e5fc6', 'width': 296}, {'height': 64, 'url': 'https://i.scdn.co/image/ff47adcd54d8b07bb983087a49d4dfba23c4b5ff', 'width': 63}], 'name': "93 'Til Infinity (Expanded)", 'release_date': '2015-02-13', 'release_date_precision': 'day', 'total_tracks': 25, 'type': 'album', 'uri': 'spotify:album:2CrhjdQvzrbNA5LwyDVbro'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 251400, 'explicit': False, 'external_ids': {'isrc': 'USJI10400404'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/6fHs2KXGhWCg7KNL8hmh8Y'}, 'href': 'https://api.spotify.com/v1/tracks/6fHs2KXGhWCg7KNL8hmh8Y', 'id': '6fHs2KXGhWCg7KNL8hmh8Y', 'is_local': False, 'name': 'A Name I Call Myself', 'popularity': 12, 'preview_url': 'https://p.scdn.co/mp3-preview/62a81760dd4e48d73db289685e712aa3b2c422ca?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 4, 'type': 'track', 'uri': 'spotify:track:6fHs2KXGhWCg7KNL8hmh8Y'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2CrhjdQvzrbNA5LwyDVbro'}, 'href': 'https://api.spotify.com/v1/albums/2CrhjdQvzrbNA5LwyDVbro', 'id': '2CrhjdQvzrbNA5LwyDVbro', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7a7aed099d27f1f02b6a8c0be4331ddbee4c4401', 'width': 631}, {'height': 300, 'url': 'https://i.scdn.co/image/27af54912eb216749ed17e0b6db320b73f4e5fc6', 'width': 296}, {'height': 64, 'url': 'https://i.scdn.co/image/ff47adcd54d8b07bb983087a49d4dfba23c4b5ff', 'width': 63}], 'name': "93 'Til Infinity (Expanded)", 'release_date': '2015-02-13', 'release_date_precision': 'day', 'total_tracks': 25, 'type': 'album', 'uri': 'spotify:album:2CrhjdQvzrbNA5LwyDVbro'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 181853, 'explicit': False, 'external_ids': {'isrc': 'USJI10400410'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5Pjq20n4gF2hC5tQpBhdlP'}, 'href': 'https://api.spotify.com/v1/tracks/5Pjq20n4gF2hC5tQpBhdlP', 'id': '5Pjq20n4gF2hC5tQpBhdlP', 'is_local': False, 'name': 'Anything Can Happen', 'popularity': 12, 'preview_url': 'https://p.scdn.co/mp3-preview/a4c2d31a19fb72630f9a45f634d62bca1fe6bd0f?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 10, 'type': 'track', 'uri': 'spotify:track:5Pjq20n4gF2hC5tQpBhdlP'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2CrhjdQvzrbNA5LwyDVbro'}, 'href': 'https://api.spotify.com/v1/albums/2CrhjdQvzrbNA5LwyDVbro', 'id': '2CrhjdQvzrbNA5LwyDVbro', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7a7aed099d27f1f02b6a8c0be4331ddbee4c4401', 'width': 631}, {'height': 300, 'url': 'https://i.scdn.co/image/27af54912eb216749ed17e0b6db320b73f4e5fc6', 'width': 296}, {'height': 64, 'url': 'https://i.scdn.co/image/ff47adcd54d8b07bb983087a49d4dfba23c4b5ff', 'width': 63}], 'name': "93 'Til Infinity (Expanded)", 'release_date': '2015-02-13', 'release_date_precision': 'day', 'total_tracks': 25, 'type': 'album', 'uri': 'spotify:album:2CrhjdQvzrbNA5LwyDVbro'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 179280, 'explicit': False, 'external_ids': {'isrc': 'USJI10400405'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3cVIszHpPue8ZrfBwto0u7'}, 'href': 'https://api.spotify.com/v1/tracks/3cVIszHpPue8ZrfBwto0u7', 'id': '3cVIszHpPue8ZrfBwto0u7', 'is_local': False, 'name': 'Disseshowedo', 'popularity': 11, 'preview_url': 'https://p.scdn.co/mp3-preview/7635e9b3018b6c60cf6d720175d4743be7c00a7f?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 5, 'type': 'track', 'uri': 'spotify:track:3cVIszHpPue8ZrfBwto0u7'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2CrhjdQvzrbNA5LwyDVbro'}, 'href': 'https://api.spotify.com/v1/albums/2CrhjdQvzrbNA5LwyDVbro', 'id': '2CrhjdQvzrbNA5LwyDVbro', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7a7aed099d27f1f02b6a8c0be4331ddbee4c4401', 'width': 631}, {'height': 300, 'url': 'https://i.scdn.co/image/27af54912eb216749ed17e0b6db320b73f4e5fc6', 'width': 296}, {'height': 64, 'url': 'https://i.scdn.co/image/ff47adcd54d8b07bb983087a49d4dfba23c4b5ff', 'width': 63}], 'name': "93 'Til Infinity (Expanded)", 'release_date': '2015-02-13', 'release_date_precision': 'day', 'total_tracks': 25, 'type': 'album', 'uri': 'spotify:album:2CrhjdQvzrbNA5LwyDVbro'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 239240, 'explicit': False, 'external_ids': {'isrc': 'USJI10400406'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/1apDtOiiIDRYllLZs5YpAc'}, 'href': 'https://api.spotify.com/v1/tracks/1apDtOiiIDRYllLZs5YpAc', 'id': '1apDtOiiIDRYllLZs5YpAc', 'is_local': False, 'name': 'What a Way to Go Out', 'popularity': 11, 'preview_url': 'https://p.scdn.co/mp3-preview/a7ae0055053180f5bf5760ec26092f23479f1f89?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 6, 'type': 'track', 'uri': 'spotify:track:1apDtOiiIDRYllLZs5YpAc'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2CrhjdQvzrbNA5LwyDVbro'}, 'href': 'https://api.spotify.com/v1/albums/2CrhjdQvzrbNA5LwyDVbro', 'id': '2CrhjdQvzrbNA5LwyDVbro', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7a7aed099d27f1f02b6a8c0be4331ddbee4c4401', 'width': 631}, {'height': 300, 'url': 'https://i.scdn.co/image/27af54912eb216749ed17e0b6db320b73f4e5fc6', 'width': 296}, {'height': 64, 'url': 'https://i.scdn.co/image/ff47adcd54d8b07bb983087a49d4dfba23c4b5ff', 'width': 63}], 'name': "93 'Til Infinity (Expanded)", 'release_date': '2015-02-13', 'release_date_precision': 'day', 'total_tracks': 25, 'type': 'album', 'uri': 'spotify:album:2CrhjdQvzrbNA5LwyDVbro'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 230813, 'explicit': False, 'external_ids': {'isrc': 'USJI10400411'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/2TvL2beHr3jdOxpE1Ak4Pi'}, 'href': 'https://api.spotify.com/v1/tracks/2TvL2beHr3jdOxpE1Ak4Pi', 'id': '2TvL2beHr3jdOxpE1Ak4Pi', 'is_local': False, 'name': 'Make Your Mind Up', 'popularity': 12, 'preview_url': 'https://p.scdn.co/mp3-preview/e017a952aadaaaa09e3de42c0de5961418916106?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 11, 'type': 'track', 'uri': 'spotify:track:2TvL2beHr3jdOxpE1Ak4Pi'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2G5p3c3YO8l63QfGKSxzBx'}, 'href': 'https://api.spotify.com/v1/albums/2G5p3c3YO8l63QfGKSxzBx', 'id': '2G5p3c3YO8l63QfGKSxzBx', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/2b2cb75607da8629c000249fa76f6cf28c2dc568', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/306f36ea34770665aade1b7a5849c4ba5235b86d', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/6462cd446aa825a7e0e04fe6ce21822346da0d1c', 'width': 64}], 'name': "93 'Til Infinity (The Remixes)", 'release_date': '2015-03-06', 'release_date_precision': 'day', 'total_tracks': 11, 'type': 'album', 'uri': 'spotify:album:2G5p3c3YO8l63QfGKSxzBx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/4onNLSRXS0x0dZaisdMo4E'}, 'href': 'https://api.spotify.com/v1/artists/4onNLSRXS0x0dZaisdMo4E', 'id': '4onNLSRXS0x0dZaisdMo4E', 'name': 'Pep Love', 'type': 'artist', 'uri': 'spotify:artist:4onNLSRXS0x0dZaisdMo4E'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 216480, 'explicit': False, 'external_ids': {'isrc': 'USJI11300015'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/4ObeaG60IcVIihoUFiwNa2'}, 'href': 'https://api.spotify.com/v1/tracks/4ObeaG60IcVIihoUFiwNa2', 'id': '4ObeaG60IcVIihoUFiwNa2', 'is_local': False, 'name': "That's When Ya Lost - LP Instrumental", 'popularity': 15, 'preview_url': 'https://p.scdn.co/mp3-preview/10f76e66ec72392d83acc4ab289502604c44c527?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 8, 'type': 'track', 'uri': 'spotify:track:4ObeaG60IcVIihoUFiwNa2'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2CrhjdQvzrbNA5LwyDVbro'}, 'href': 'https://api.spotify.com/v1/albums/2CrhjdQvzrbNA5LwyDVbro', 'id': '2CrhjdQvzrbNA5LwyDVbro', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7a7aed099d27f1f02b6a8c0be4331ddbee4c4401', 'width': 631}, {'height': 300, 'url': 'https://i.scdn.co/image/27af54912eb216749ed17e0b6db320b73f4e5fc6', 'width': 296}, {'height': 64, 'url': 'https://i.scdn.co/image/ff47adcd54d8b07bb983087a49d4dfba23c4b5ff', 'width': 63}], 'name': "93 'Til Infinity (Expanded)", 'release_date': '2015-02-13', 'release_date_precision': 'day', 'total_tracks': 25, 'type': 'album', 'uri': 'spotify:album:2CrhjdQvzrbNA5LwyDVbro'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 220973, 'explicit': False, 'external_ids': {'isrc': 'USJI10400407'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/113PhpDC2llGhat6fNvwq5'}, 'href': 'https://api.spotify.com/v1/tracks/113PhpDC2llGhat6fNvwq5', 'id': '113PhpDC2llGhat6fNvwq5', 'is_local': False, 'name': 'Never No More', 'popularity': 11, 'preview_url': 'https://p.scdn.co/mp3-preview/42295b41bfe45c7c107a88255d375d267f627cd2?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 7, 'type': 'track', 'uri': 'spotify:track:113PhpDC2llGhat6fNvwq5'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2G5p3c3YO8l63QfGKSxzBx'}, 'href': 'https://api.spotify.com/v1/albums/2G5p3c3YO8l63QfGKSxzBx', 'id': '2G5p3c3YO8l63QfGKSxzBx', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/2b2cb75607da8629c000249fa76f6cf28c2dc568', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/306f36ea34770665aade1b7a5849c4ba5235b86d', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/6462cd446aa825a7e0e04fe6ce21822346da0d1c', 'width': 64}], 'name': "93 'Til Infinity (The Remixes)", 'release_date': '2015-03-06', 'release_date_precision': 'day', 'total_tracks': 11, 'type': 'album', 'uri': 'spotify:album:2G5p3c3YO8l63QfGKSxzBx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 221546, 'explicit': False, 'external_ids': {'isrc': 'USJI11300016'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/05f3dpp0vjZ39X5ALbnFOC'}, 'href': 'https://api.spotify.com/v1/tracks/05f3dpp0vjZ39X5ALbnFOC', 'id': '05f3dpp0vjZ39X5ALbnFOC', 'is_local': False, 'name': 'Never No More - LP Instrumental', 'popularity': 14, 'preview_url': 'https://p.scdn.co/mp3-preview/cfc168ac0b868dadc532b9cc28dc92ce401771b9?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 9, 'type': 'track', 'uri': 'spotify:track:05f3dpp0vjZ39X5ALbnFOC'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2CrhjdQvzrbNA5LwyDVbro'}, 'href': 'https://api.spotify.com/v1/albums/2CrhjdQvzrbNA5LwyDVbro', 'id': '2CrhjdQvzrbNA5LwyDVbro', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7a7aed099d27f1f02b6a8c0be4331ddbee4c4401', 'width': 631}, {'height': 300, 'url': 'https://i.scdn.co/image/27af54912eb216749ed17e0b6db320b73f4e5fc6', 'width': 296}, {'height': 64, 'url': 'https://i.scdn.co/image/ff47adcd54d8b07bb983087a49d4dfba23c4b5ff', 'width': 63}], 'name': "93 'Til Infinity (Expanded)", 'release_date': '2015-02-13', 'release_date_precision': 'day', 'total_tracks': 25, 'type': 'album', 'uri': 'spotify:album:2CrhjdQvzrbNA5LwyDVbro'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 243813, 'explicit': False, 'external_ids': {'isrc': 'USJI10400412'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0NeCL0iN7JZu8TokNnKijz'}, 'href': 'https://api.spotify.com/v1/tracks/0NeCL0iN7JZu8TokNnKijz', 'id': '0NeCL0iN7JZu8TokNnKijz', 'is_local': False, 'name': 'Batting Practice', 'popularity': 11, 'preview_url': 'https://p.scdn.co/mp3-preview/6154f958b515b66fefef64f3abcc8d98aa966c30?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 12, 'type': 'track', 'uri': 'spotify:track:0NeCL0iN7JZu8TokNnKijz'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2CrhjdQvzrbNA5LwyDVbro'}, 'href': 'https://api.spotify.com/v1/albums/2CrhjdQvzrbNA5LwyDVbro', 'id': '2CrhjdQvzrbNA5LwyDVbro', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7a7aed099d27f1f02b6a8c0be4331ddbee4c4401', 'width': 631}, {'height': 300, 'url': 'https://i.scdn.co/image/27af54912eb216749ed17e0b6db320b73f4e5fc6', 'width': 296}, {'height': 64, 'url': 'https://i.scdn.co/image/ff47adcd54d8b07bb983087a49d4dfba23c4b5ff', 'width': 63}], 'name': "93 'Til Infinity (Expanded)", 'release_date': '2015-02-13', 'release_date_precision': 'day', 'total_tracks': 25, 'type': 'album', 'uri': 'spotify:album:2CrhjdQvzrbNA5LwyDVbro'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 241746, 'explicit': False, 'external_ids': {'isrc': 'USJI10400413'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/7CaNHh26Tpa79nq6PB8gR5'}, 'href': 'https://api.spotify.com/v1/tracks/7CaNHh26Tpa79nq6PB8gR5', 'id': '7CaNHh26Tpa79nq6PB8gR5', 'is_local': False, 'name': 'Tell Me Who Profits', 'popularity': 9, 'preview_url': 'https://p.scdn.co/mp3-preview/e2384dc72790cbcdca7a82f1379bfdd1db2acc0d?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 13, 'type': 'track', 'uri': 'spotify:track:7CaNHh26Tpa79nq6PB8gR5'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2CrhjdQvzrbNA5LwyDVbro'}, 'href': 'https://api.spotify.com/v1/albums/2CrhjdQvzrbNA5LwyDVbro', 'id': '2CrhjdQvzrbNA5LwyDVbro', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7a7aed099d27f1f02b6a8c0be4331ddbee4c4401', 'width': 631}, {'height': 300, 'url': 'https://i.scdn.co/image/27af54912eb216749ed17e0b6db320b73f4e5fc6', 'width': 296}, {'height': 64, 'url': 'https://i.scdn.co/image/ff47adcd54d8b07bb983087a49d4dfba23c4b5ff', 'width': 63}], 'name': "93 'Til Infinity (Expanded)", 'release_date': '2015-02-13', 'release_date_precision': 'day', 'total_tracks': 25, 'type': 'album', 'uri': 'spotify:album:2CrhjdQvzrbNA5LwyDVbro'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 124200, 'explicit': False, 'external_ids': {'isrc': 'USJI10400414'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/1lNRg8ibJsHt3N3q3NAOuV'}, 'href': 'https://api.spotify.com/v1/tracks/1lNRg8ibJsHt3N3q3NAOuV', 'id': '1lNRg8ibJsHt3N3q3NAOuV', 'is_local': False, 'name': 'Outro', 'popularity': 8, 'preview_url': 'https://p.scdn.co/mp3-preview/2c0e72cf10a8699702cf761e4cd00fd06f2e3d40?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 14, 'type': 'track', 'uri': 'spotify:track:1lNRg8ibJsHt3N3q3NAOuV'}], 'limit': 50, 'next': None, 'offset': 0, 'previous': None, 'total': 41}} +{'tracks': {'href': 'https://api.spotify.com/v1/search?query=93+til+infinity+souls+of+mischief&type=track&market=GB&offset=0&limit=50', 'items': [{'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7aSjaEi3OQ2aZemcJDhMb1'}, 'href': 'https://api.spotify.com/v1/albums/7aSjaEi3OQ2aZemcJDhMb1', 'id': '7aSjaEi3OQ2aZemcJDhMb1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/340d09e49fe8040bb952f3be1fa419391eecca10', 'width': 631}, {'height': 300, 'url': 'https://i.scdn.co/image/f51599f49a7564cb5eeeb8c44442020deb42524a', 'width': 296}, {'height': 64, 'url': 'https://i.scdn.co/image/889bc3890805ed407d98ba46565ff26639061db9', 'width': 63}], 'name': "93 'til Infinity", 'release_date': '1993', 'release_date_precision': 'year', 'total_tracks': 14, 'type': 'album', 'uri': 'spotify:album:7aSjaEi3OQ2aZemcJDhMb1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 286440, 'explicit': False, 'external_ids': {'isrc': 'USJI10400408'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0PV1TFUMTBrDETzW6KQulB'}, 'href': 'https://api.spotify.com/v1/tracks/0PV1TFUMTBrDETzW6KQulB', 'id': '0PV1TFUMTBrDETzW6KQulB', 'is_local': False, 'name': "93 'Til Infinity", 'popularity': 68, 'preview_url': 'https://p.scdn.co/mp3-preview/6ecf306fb723efa349b79de01a4076e2a8896902?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 8, 'type': 'track', 'uri': 'spotify:track:0PV1TFUMTBrDETzW6KQulB'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7aSjaEi3OQ2aZemcJDhMb1'}, 'href': 'https://api.spotify.com/v1/albums/7aSjaEi3OQ2aZemcJDhMb1', 'id': '7aSjaEi3OQ2aZemcJDhMb1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/340d09e49fe8040bb952f3be1fa419391eecca10', 'width': 631}, {'height': 300, 'url': 'https://i.scdn.co/image/f51599f49a7564cb5eeeb8c44442020deb42524a', 'width': 296}, {'height': 64, 'url': 'https://i.scdn.co/image/889bc3890805ed407d98ba46565ff26639061db9', 'width': 63}], 'name': "93 'til Infinity", 'release_date': '1993', 'release_date_precision': 'year', 'total_tracks': 14, 'type': 'album', 'uri': 'spotify:album:7aSjaEi3OQ2aZemcJDhMb1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 320266, 'explicit': False, 'external_ids': {'isrc': 'USJI10400402'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3uxEUkg8yS9kqgVBprp4xi'}, 'href': 'https://api.spotify.com/v1/tracks/3uxEUkg8yS9kqgVBprp4xi', 'id': '3uxEUkg8yS9kqgVBprp4xi', 'is_local': False, 'name': 'Live and Let Live', 'popularity': 42, 'preview_url': 'https://p.scdn.co/mp3-preview/16bc534a93e81161acbe20fbbd9d2221fe94fe83?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 2, 'type': 'track', 'uri': 'spotify:track:3uxEUkg8yS9kqgVBprp4xi'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2G5p3c3YO8l63QfGKSxzBx'}, 'href': 'https://api.spotify.com/v1/albums/2G5p3c3YO8l63QfGKSxzBx', 'id': '2G5p3c3YO8l63QfGKSxzBx', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/2b2cb75607da8629c000249fa76f6cf28c2dc568', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/306f36ea34770665aade1b7a5849c4ba5235b86d', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/6462cd446aa825a7e0e04fe6ce21822346da0d1c', 'width': 64}], 'name': "93 'Til Infinity (The Remixes)", 'release_date': '2015-03-06', 'release_date_precision': 'day', 'total_tracks': 11, 'type': 'album', 'uri': 'spotify:album:2G5p3c3YO8l63QfGKSxzBx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 292053, 'explicit': False, 'external_ids': {'isrc': 'USJI11300013'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0VuzA7lyIFn1VzinsOak8J'}, 'href': 'https://api.spotify.com/v1/tracks/0VuzA7lyIFn1VzinsOak8J', 'id': '0VuzA7lyIFn1VzinsOak8J', 'is_local': False, 'name': "93 'Til Infinity - LP Instrumental", 'popularity': 40, 'preview_url': 'https://p.scdn.co/mp3-preview/a618dfd21f9dea7571cf9fb098a99660c1493d3d?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 6, 'type': 'track', 'uri': 'spotify:track:0VuzA7lyIFn1VzinsOak8J'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7aSjaEi3OQ2aZemcJDhMb1'}, 'href': 'https://api.spotify.com/v1/albums/7aSjaEi3OQ2aZemcJDhMb1', 'id': '7aSjaEi3OQ2aZemcJDhMb1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/340d09e49fe8040bb952f3be1fa419391eecca10', 'width': 631}, {'height': 300, 'url': 'https://i.scdn.co/image/f51599f49a7564cb5eeeb8c44442020deb42524a', 'width': 296}, {'height': 64, 'url': 'https://i.scdn.co/image/889bc3890805ed407d98ba46565ff26639061db9', 'width': 63}], 'name': "93 'til Infinity", 'release_date': '1993', 'release_date_precision': 'year', 'total_tracks': 14, 'type': 'album', 'uri': 'spotify:album:7aSjaEi3OQ2aZemcJDhMb1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 255293, 'explicit': True, 'external_ids': {'isrc': 'USJI10400401'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/2CxZESKjoN4Un4rTJYpwu3'}, 'href': 'https://api.spotify.com/v1/tracks/2CxZESKjoN4Un4rTJYpwu3', 'id': '2CxZESKjoN4Un4rTJYpwu3', 'is_local': False, 'name': "Let 'Em Know", 'popularity': 38, 'preview_url': 'https://p.scdn.co/mp3-preview/5b23306bb0fb7f6a36dcdd102cef4a352b1cd273?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 1, 'type': 'track', 'uri': 'spotify:track:2CxZESKjoN4Un4rTJYpwu3'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7aSjaEi3OQ2aZemcJDhMb1'}, 'href': 'https://api.spotify.com/v1/albums/7aSjaEi3OQ2aZemcJDhMb1', 'id': '7aSjaEi3OQ2aZemcJDhMb1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/340d09e49fe8040bb952f3be1fa419391eecca10', 'width': 631}, {'height': 300, 'url': 'https://i.scdn.co/image/f51599f49a7564cb5eeeb8c44442020deb42524a', 'width': 296}, {'height': 64, 'url': 'https://i.scdn.co/image/889bc3890805ed407d98ba46565ff26639061db9', 'width': 63}], 'name': "93 'til Infinity", 'release_date': '1993', 'release_date_precision': 'year', 'total_tracks': 14, 'type': 'album', 'uri': 'spotify:album:7aSjaEi3OQ2aZemcJDhMb1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 230813, 'explicit': False, 'external_ids': {'isrc': 'USJI10400411'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/2H3Ee8gYFvCZ2ivuOl5wwI'}, 'href': 'https://api.spotify.com/v1/tracks/2H3Ee8gYFvCZ2ivuOl5wwI', 'id': '2H3Ee8gYFvCZ2ivuOl5wwI', 'is_local': False, 'name': 'Make Your Mind Up', 'popularity': 35, 'preview_url': 'https://p.scdn.co/mp3-preview/e017a952aadaaaa09e3de42c0de5961418916106?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 11, 'type': 'track', 'uri': 'spotify:track:2H3Ee8gYFvCZ2ivuOl5wwI'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7aSjaEi3OQ2aZemcJDhMb1'}, 'href': 'https://api.spotify.com/v1/albums/7aSjaEi3OQ2aZemcJDhMb1', 'id': '7aSjaEi3OQ2aZemcJDhMb1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/340d09e49fe8040bb952f3be1fa419391eecca10', 'width': 631}, {'height': 300, 'url': 'https://i.scdn.co/image/f51599f49a7564cb5eeeb8c44442020deb42524a', 'width': 296}, {'height': 64, 'url': 'https://i.scdn.co/image/889bc3890805ed407d98ba46565ff26639061db9', 'width': 63}], 'name': "93 'til Infinity", 'release_date': '1993', 'release_date_precision': 'year', 'total_tracks': 14, 'type': 'album', 'uri': 'spotify:album:7aSjaEi3OQ2aZemcJDhMb1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/4OpQJMrOpOEYgYoU0Ihku3'}, 'href': 'https://api.spotify.com/v1/artists/4OpQJMrOpOEYgYoU0Ihku3', 'id': '4OpQJMrOpOEYgYoU0Ihku3', 'name': 'Casual', 'type': 'artist', 'uri': 'spotify:artist:4OpQJMrOpOEYgYoU0Ihku3'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/0YsLR3SQd5QTXAhGIGX7cl'}, 'href': 'https://api.spotify.com/v1/artists/0YsLR3SQd5QTXAhGIGX7cl', 'id': '0YsLR3SQd5QTXAhGIGX7cl', 'name': 'Del The Funky Homosapien', 'type': 'artist', 'uri': 'spotify:artist:0YsLR3SQd5QTXAhGIGX7cl'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 201146, 'explicit': True, 'external_ids': {'isrc': 'USJI10400409'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5r3mygnS9nfqQqz1I2cLLs'}, 'href': 'https://api.spotify.com/v1/tracks/5r3mygnS9nfqQqz1I2cLLs', 'id': '5r3mygnS9nfqQqz1I2cLLs', 'is_local': False, 'name': 'Limitations', 'popularity': 34, 'preview_url': 'https://p.scdn.co/mp3-preview/c61e0d3ac5b89f4451bfeaada9611e407f92506f?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 9, 'type': 'track', 'uri': 'spotify:track:5r3mygnS9nfqQqz1I2cLLs'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7aSjaEi3OQ2aZemcJDhMb1'}, 'href': 'https://api.spotify.com/v1/albums/7aSjaEi3OQ2aZemcJDhMb1', 'id': '7aSjaEi3OQ2aZemcJDhMb1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/340d09e49fe8040bb952f3be1fa419391eecca10', 'width': 631}, {'height': 300, 'url': 'https://i.scdn.co/image/f51599f49a7564cb5eeeb8c44442020deb42524a', 'width': 296}, {'height': 64, 'url': 'https://i.scdn.co/image/889bc3890805ed407d98ba46565ff26639061db9', 'width': 63}], 'name': "93 'til Infinity", 'release_date': '1993', 'release_date_precision': 'year', 'total_tracks': 14, 'type': 'album', 'uri': 'spotify:album:7aSjaEi3OQ2aZemcJDhMb1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/4onNLSRXS0x0dZaisdMo4E'}, 'href': 'https://api.spotify.com/v1/artists/4onNLSRXS0x0dZaisdMo4E', 'id': '4onNLSRXS0x0dZaisdMo4E', 'name': 'Pep Love', 'type': 'artist', 'uri': 'spotify:artist:4onNLSRXS0x0dZaisdMo4E'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 214733, 'explicit': False, 'external_ids': {'isrc': 'USJI10400403'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/2tyF3qLQHDweok9i7r6t7m'}, 'href': 'https://api.spotify.com/v1/tracks/2tyF3qLQHDweok9i7r6t7m', 'id': '2tyF3qLQHDweok9i7r6t7m', 'is_local': False, 'name': "That's When Ya Lost", 'popularity': 34, 'preview_url': 'https://p.scdn.co/mp3-preview/e992fbbd36d9bebf95e3dfd98d0cc4f05270345a?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 3, 'type': 'track', 'uri': 'spotify:track:2tyF3qLQHDweok9i7r6t7m'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7aSjaEi3OQ2aZemcJDhMb1'}, 'href': 'https://api.spotify.com/v1/albums/7aSjaEi3OQ2aZemcJDhMb1', 'id': '7aSjaEi3OQ2aZemcJDhMb1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/340d09e49fe8040bb952f3be1fa419391eecca10', 'width': 631}, {'height': 300, 'url': 'https://i.scdn.co/image/f51599f49a7564cb5eeeb8c44442020deb42524a', 'width': 296}, {'height': 64, 'url': 'https://i.scdn.co/image/889bc3890805ed407d98ba46565ff26639061db9', 'width': 63}], 'name': "93 'til Infinity", 'release_date': '1993', 'release_date_precision': 'year', 'total_tracks': 14, 'type': 'album', 'uri': 'spotify:album:7aSjaEi3OQ2aZemcJDhMb1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 181853, 'explicit': False, 'external_ids': {'isrc': 'USJI10400410'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/1IhbRAiJjVqsUyBcqP3S1p'}, 'href': 'https://api.spotify.com/v1/tracks/1IhbRAiJjVqsUyBcqP3S1p', 'id': '1IhbRAiJjVqsUyBcqP3S1p', 'is_local': False, 'name': 'Anything Can Happen', 'popularity': 32, 'preview_url': 'https://p.scdn.co/mp3-preview/a4c2d31a19fb72630f9a45f634d62bca1fe6bd0f?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 10, 'type': 'track', 'uri': 'spotify:track:1IhbRAiJjVqsUyBcqP3S1p'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7aSjaEi3OQ2aZemcJDhMb1'}, 'href': 'https://api.spotify.com/v1/albums/7aSjaEi3OQ2aZemcJDhMb1', 'id': '7aSjaEi3OQ2aZemcJDhMb1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/340d09e49fe8040bb952f3be1fa419391eecca10', 'width': 631}, {'height': 300, 'url': 'https://i.scdn.co/image/f51599f49a7564cb5eeeb8c44442020deb42524a', 'width': 296}, {'height': 64, 'url': 'https://i.scdn.co/image/889bc3890805ed407d98ba46565ff26639061db9', 'width': 63}], 'name': "93 'til Infinity", 'release_date': '1993', 'release_date_precision': 'year', 'total_tracks': 14, 'type': 'album', 'uri': 'spotify:album:7aSjaEi3OQ2aZemcJDhMb1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 251400, 'explicit': False, 'external_ids': {'isrc': 'USJI10400404'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/7gX6JfIHgPeiaTbfJeTU2K'}, 'href': 'https://api.spotify.com/v1/tracks/7gX6JfIHgPeiaTbfJeTU2K', 'id': '7gX6JfIHgPeiaTbfJeTU2K', 'is_local': False, 'name': 'A Name I Call Myself', 'popularity': 30, 'preview_url': 'https://p.scdn.co/mp3-preview/62a81760dd4e48d73db289685e712aa3b2c422ca?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 4, 'type': 'track', 'uri': 'spotify:track:7gX6JfIHgPeiaTbfJeTU2K'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7aSjaEi3OQ2aZemcJDhMb1'}, 'href': 'https://api.spotify.com/v1/albums/7aSjaEi3OQ2aZemcJDhMb1', 'id': '7aSjaEi3OQ2aZemcJDhMb1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/340d09e49fe8040bb952f3be1fa419391eecca10', 'width': 631}, {'height': 300, 'url': 'https://i.scdn.co/image/f51599f49a7564cb5eeeb8c44442020deb42524a', 'width': 296}, {'height': 64, 'url': 'https://i.scdn.co/image/889bc3890805ed407d98ba46565ff26639061db9', 'width': 63}], 'name': "93 'til Infinity", 'release_date': '1993', 'release_date_precision': 'year', 'total_tracks': 14, 'type': 'album', 'uri': 'spotify:album:7aSjaEi3OQ2aZemcJDhMb1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 239240, 'explicit': True, 'external_ids': {'isrc': 'USJI10400406'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5EvIuxXZKuYxRIuZUyec6d'}, 'href': 'https://api.spotify.com/v1/tracks/5EvIuxXZKuYxRIuZUyec6d', 'id': '5EvIuxXZKuYxRIuZUyec6d', 'is_local': False, 'name': 'What a Way to Go Out', 'popularity': 29, 'preview_url': 'https://p.scdn.co/mp3-preview/a7ae0055053180f5bf5760ec26092f23479f1f89?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 6, 'type': 'track', 'uri': 'spotify:track:5EvIuxXZKuYxRIuZUyec6d'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7aSjaEi3OQ2aZemcJDhMb1'}, 'href': 'https://api.spotify.com/v1/albums/7aSjaEi3OQ2aZemcJDhMb1', 'id': '7aSjaEi3OQ2aZemcJDhMb1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/340d09e49fe8040bb952f3be1fa419391eecca10', 'width': 631}, {'height': 300, 'url': 'https://i.scdn.co/image/f51599f49a7564cb5eeeb8c44442020deb42524a', 'width': 296}, {'height': 64, 'url': 'https://i.scdn.co/image/889bc3890805ed407d98ba46565ff26639061db9', 'width': 63}], 'name': "93 'til Infinity", 'release_date': '1993', 'release_date_precision': 'year', 'total_tracks': 14, 'type': 'album', 'uri': 'spotify:album:7aSjaEi3OQ2aZemcJDhMb1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 243813, 'explicit': True, 'external_ids': {'isrc': 'USJI10400412'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/7AtIiXwzq1xOvOPws0NX5T'}, 'href': 'https://api.spotify.com/v1/tracks/7AtIiXwzq1xOvOPws0NX5T', 'id': '7AtIiXwzq1xOvOPws0NX5T', 'is_local': False, 'name': 'Batting Practice', 'popularity': 29, 'preview_url': 'https://p.scdn.co/mp3-preview/6154f958b515b66fefef64f3abcc8d98aa966c30?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 12, 'type': 'track', 'uri': 'spotify:track:7AtIiXwzq1xOvOPws0NX5T'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/14H7ag1wpQOsPPQJOD6Dqr'}, 'href': 'https://api.spotify.com/v1/artists/14H7ag1wpQOsPPQJOD6Dqr', 'id': '14H7ag1wpQOsPPQJOD6Dqr', 'name': 'Zero 7', 'type': 'artist', 'uri': 'spotify:artist:14H7ag1wpQOsPPQJOD6Dqr'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/0qZikBhy0lOQGj8S9uq8l4'}, 'href': 'https://api.spotify.com/v1/albums/0qZikBhy0lOQGj8S9uq8l4', 'id': '0qZikBhy0lOQGj8S9uq8l4', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/69b79543bef2ea2ca680e584685965227ed3e7ae', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/cc0b4542645f8e99469a66a9d1f230990ffdd3b1', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/d2ba867742aa1933ff42bfbed4fe018586aada4f', 'width': 64}], 'name': 'Late Night Tales: Another Late Night - Zero 7', 'release_date': '2012-03-23', 'release_date_precision': 'day', 'total_tracks': 13, 'type': 'album', 'uri': 'spotify:album:0qZikBhy0lOQGj8S9uq8l4'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 285546, 'explicit': False, 'external_ids': {'isrc': 'USJI10400408'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/1OYZc5vHy7PRU5s2QqgGet'}, 'href': 'https://api.spotify.com/v1/tracks/1OYZc5vHy7PRU5s2QqgGet', 'id': '1OYZc5vHy7PRU5s2QqgGet', 'is_local': False, 'name': "93 'Til Infinity", 'popularity': 21, 'preview_url': 'https://p.scdn.co/mp3-preview/c4e133fe8dfc24bb43590ab74190bec54a399245?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 6, 'type': 'track', 'uri': 'spotify:track:1OYZc5vHy7PRU5s2QqgGet'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7aSjaEi3OQ2aZemcJDhMb1'}, 'href': 'https://api.spotify.com/v1/albums/7aSjaEi3OQ2aZemcJDhMb1', 'id': '7aSjaEi3OQ2aZemcJDhMb1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/340d09e49fe8040bb952f3be1fa419391eecca10', 'width': 631}, {'height': 300, 'url': 'https://i.scdn.co/image/f51599f49a7564cb5eeeb8c44442020deb42524a', 'width': 296}, {'height': 64, 'url': 'https://i.scdn.co/image/889bc3890805ed407d98ba46565ff26639061db9', 'width': 63}], 'name': "93 'til Infinity", 'release_date': '1993', 'release_date_precision': 'year', 'total_tracks': 14, 'type': 'album', 'uri': 'spotify:album:7aSjaEi3OQ2aZemcJDhMb1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 179280, 'explicit': True, 'external_ids': {'isrc': 'USJI10400405'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0ZZIAJPWArRVOb1ORqJyIa'}, 'href': 'https://api.spotify.com/v1/tracks/0ZZIAJPWArRVOb1ORqJyIa', 'id': '0ZZIAJPWArRVOb1ORqJyIa', 'is_local': False, 'name': 'Disseshowedo', 'popularity': 29, 'preview_url': 'https://p.scdn.co/mp3-preview/7635e9b3018b6c60cf6d720175d4743be7c00a7f?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 5, 'type': 'track', 'uri': 'spotify:track:0ZZIAJPWArRVOb1ORqJyIa'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2CrhjdQvzrbNA5LwyDVbro'}, 'href': 'https://api.spotify.com/v1/albums/2CrhjdQvzrbNA5LwyDVbro', 'id': '2CrhjdQvzrbNA5LwyDVbro', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7a7aed099d27f1f02b6a8c0be4331ddbee4c4401', 'width': 631}, {'height': 300, 'url': 'https://i.scdn.co/image/27af54912eb216749ed17e0b6db320b73f4e5fc6', 'width': 296}, {'height': 64, 'url': 'https://i.scdn.co/image/ff47adcd54d8b07bb983087a49d4dfba23c4b5ff', 'width': 63}], 'name': "93 'Til Infinity (Expanded)", 'release_date': '2015-02-13', 'release_date_precision': 'day', 'total_tracks': 25, 'type': 'album', 'uri': 'spotify:album:2CrhjdQvzrbNA5LwyDVbro'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 286440, 'explicit': False, 'external_ids': {'isrc': 'USJI10400408'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/2YbvY6IUt2Q70L4VUkpzjs'}, 'href': 'https://api.spotify.com/v1/tracks/2YbvY6IUt2Q70L4VUkpzjs', 'id': '2YbvY6IUt2Q70L4VUkpzjs', 'is_local': False, 'name': "93 'Til Infinity", 'popularity': 21, 'preview_url': 'https://p.scdn.co/mp3-preview/6ecf306fb723efa349b79de01a4076e2a8896902?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 8, 'type': 'track', 'uri': 'spotify:track:2YbvY6IUt2Q70L4VUkpzjs'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7aSjaEi3OQ2aZemcJDhMb1'}, 'href': 'https://api.spotify.com/v1/albums/7aSjaEi3OQ2aZemcJDhMb1', 'id': '7aSjaEi3OQ2aZemcJDhMb1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/340d09e49fe8040bb952f3be1fa419391eecca10', 'width': 631}, {'height': 300, 'url': 'https://i.scdn.co/image/f51599f49a7564cb5eeeb8c44442020deb42524a', 'width': 296}, {'height': 64, 'url': 'https://i.scdn.co/image/889bc3890805ed407d98ba46565ff26639061db9', 'width': 63}], 'name': "93 'til Infinity", 'release_date': '1993', 'release_date_precision': 'year', 'total_tracks': 14, 'type': 'album', 'uri': 'spotify:album:7aSjaEi3OQ2aZemcJDhMb1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 220973, 'explicit': True, 'external_ids': {'isrc': 'USJI10400407'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/4J9X8X9LA10qwcgqm1HS7l'}, 'href': 'https://api.spotify.com/v1/tracks/4J9X8X9LA10qwcgqm1HS7l', 'id': '4J9X8X9LA10qwcgqm1HS7l', 'is_local': False, 'name': 'Never No More', 'popularity': 29, 'preview_url': 'https://p.scdn.co/mp3-preview/42295b41bfe45c7c107a88255d375d267f627cd2?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 7, 'type': 'track', 'uri': 'spotify:track:4J9X8X9LA10qwcgqm1HS7l'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7aSjaEi3OQ2aZemcJDhMb1'}, 'href': 'https://api.spotify.com/v1/albums/7aSjaEi3OQ2aZemcJDhMb1', 'id': '7aSjaEi3OQ2aZemcJDhMb1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/340d09e49fe8040bb952f3be1fa419391eecca10', 'width': 631}, {'height': 300, 'url': 'https://i.scdn.co/image/f51599f49a7564cb5eeeb8c44442020deb42524a', 'width': 296}, {'height': 64, 'url': 'https://i.scdn.co/image/889bc3890805ed407d98ba46565ff26639061db9', 'width': 63}], 'name': "93 'til Infinity", 'release_date': '1993', 'release_date_precision': 'year', 'total_tracks': 14, 'type': 'album', 'uri': 'spotify:album:7aSjaEi3OQ2aZemcJDhMb1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 241746, 'explicit': False, 'external_ids': {'isrc': 'USJI10400413'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/2HoinVXGivQoUGO49A1HjN'}, 'href': 'https://api.spotify.com/v1/tracks/2HoinVXGivQoUGO49A1HjN', 'id': '2HoinVXGivQoUGO49A1HjN', 'is_local': False, 'name': 'Tell Me Who Profits', 'popularity': 27, 'preview_url': 'https://p.scdn.co/mp3-preview/6ae21fe574963565e8f4011e896bb43d1279cb95?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 13, 'type': 'track', 'uri': 'spotify:track:2HoinVXGivQoUGO49A1HjN'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7aSjaEi3OQ2aZemcJDhMb1'}, 'href': 'https://api.spotify.com/v1/albums/7aSjaEi3OQ2aZemcJDhMb1', 'id': '7aSjaEi3OQ2aZemcJDhMb1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/340d09e49fe8040bb952f3be1fa419391eecca10', 'width': 631}, {'height': 300, 'url': 'https://i.scdn.co/image/f51599f49a7564cb5eeeb8c44442020deb42524a', 'width': 296}, {'height': 64, 'url': 'https://i.scdn.co/image/889bc3890805ed407d98ba46565ff26639061db9', 'width': 63}], 'name': "93 'til Infinity", 'release_date': '1993', 'release_date_precision': 'year', 'total_tracks': 14, 'type': 'album', 'uri': 'spotify:album:7aSjaEi3OQ2aZemcJDhMb1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 124200, 'explicit': False, 'external_ids': {'isrc': 'USJI10400414'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3rkuEvX8ckciysonuwWGDX'}, 'href': 'https://api.spotify.com/v1/tracks/3rkuEvX8ckciysonuwWGDX', 'id': '3rkuEvX8ckciysonuwWGDX', 'is_local': False, 'name': 'Outro', 'popularity': 25, 'preview_url': 'https://p.scdn.co/mp3-preview/b5a64d3379938d4d88f818cdf9ac520de2391322?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 14, 'type': 'track', 'uri': 'spotify:track:3rkuEvX8ckciysonuwWGDX'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2G5p3c3YO8l63QfGKSxzBx'}, 'href': 'https://api.spotify.com/v1/albums/2G5p3c3YO8l63QfGKSxzBx', 'id': '2G5p3c3YO8l63QfGKSxzBx', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/2b2cb75607da8629c000249fa76f6cf28c2dc568', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/306f36ea34770665aade1b7a5849c4ba5235b86d', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/6462cd446aa825a7e0e04fe6ce21822346da0d1c', 'width': 64}], 'name': "93 'Til Infinity (The Remixes)", 'release_date': '2015-03-06', 'release_date_precision': 'day', 'total_tracks': 11, 'type': 'album', 'uri': 'spotify:album:2G5p3c3YO8l63QfGKSxzBx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 285026, 'explicit': False, 'external_ids': {'isrc': 'USJI11300012'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/2PMkj9wlu6zWwavGNgmhss'}, 'href': 'https://api.spotify.com/v1/tracks/2PMkj9wlu6zWwavGNgmhss', 'id': '2PMkj9wlu6zWwavGNgmhss', 'is_local': False, 'name': 'Good Feeling - 12" Version', 'popularity': 25, 'preview_url': 'https://p.scdn.co/mp3-preview/2c19eed08463aa880a012f6d2081e2c010e9ba69?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 5, 'type': 'track', 'uri': 'spotify:track:2PMkj9wlu6zWwavGNgmhss'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2G5p3c3YO8l63QfGKSxzBx'}, 'href': 'https://api.spotify.com/v1/albums/2G5p3c3YO8l63QfGKSxzBx', 'id': '2G5p3c3YO8l63QfGKSxzBx', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/2b2cb75607da8629c000249fa76f6cf28c2dc568', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/306f36ea34770665aade1b7a5849c4ba5235b86d', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/6462cd446aa825a7e0e04fe6ce21822346da0d1c', 'width': 64}], 'name': "93 'Til Infinity (The Remixes)", 'release_date': '2015-03-06', 'release_date_precision': 'day', 'total_tracks': 11, 'type': 'album', 'uri': 'spotify:album:2G5p3c3YO8l63QfGKSxzBx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 282240, 'explicit': False, 'external_ids': {'isrc': 'USJI11300008'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0IVBh1Dbl0fEMTs3lb11nZ'}, 'href': 'https://api.spotify.com/v1/tracks/0IVBh1Dbl0fEMTs3lb11nZ', 'id': '0IVBh1Dbl0fEMTs3lb11nZ', 'is_local': False, 'name': '93 \'Til Infinity - 12" Remix Version', 'popularity': 20, 'preview_url': 'https://p.scdn.co/mp3-preview/dd710e0d1e5d45c97546cf700c8268356900f012?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 1, 'type': 'track', 'uri': 'spotify:track:0IVBh1Dbl0fEMTs3lb11nZ'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2G5p3c3YO8l63QfGKSxzBx'}, 'href': 'https://api.spotify.com/v1/albums/2G5p3c3YO8l63QfGKSxzBx', 'id': '2G5p3c3YO8l63QfGKSxzBx', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/2b2cb75607da8629c000249fa76f6cf28c2dc568', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/306f36ea34770665aade1b7a5849c4ba5235b86d', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/6462cd446aa825a7e0e04fe6ce21822346da0d1c', 'width': 64}], 'name': "93 'Til Infinity (The Remixes)", 'release_date': '2015-03-06', 'release_date_precision': 'day', 'total_tracks': 11, 'type': 'album', 'uri': 'spotify:album:2G5p3c3YO8l63QfGKSxzBx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 219960, 'explicit': True, 'external_ids': {'isrc': 'USJI11300011'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0JksrxamHCx6Ukq4kj5ZDJ'}, 'href': 'https://api.spotify.com/v1/tracks/0JksrxamHCx6Ukq4kj5ZDJ', 'id': '0JksrxamHCx6Ukq4kj5ZDJ', 'is_local': False, 'name': 'Never No More - 76 Seville Mix', 'popularity': 19, 'preview_url': 'https://p.scdn.co/mp3-preview/a8f6883a1ebfc08d013a2b2426178d2f0ecb5736?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 4, 'type': 'track', 'uri': 'spotify:track:0JksrxamHCx6Ukq4kj5ZDJ'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2G5p3c3YO8l63QfGKSxzBx'}, 'href': 'https://api.spotify.com/v1/albums/2G5p3c3YO8l63QfGKSxzBx', 'id': '2G5p3c3YO8l63QfGKSxzBx', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/2b2cb75607da8629c000249fa76f6cf28c2dc568', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/306f36ea34770665aade1b7a5849c4ba5235b86d', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/6462cd446aa825a7e0e04fe6ce21822346da0d1c', 'width': 64}], 'name': "93 'Til Infinity (The Remixes)", 'release_date': '2015-03-06', 'release_date_precision': 'day', 'total_tracks': 11, 'type': 'album', 'uri': 'spotify:album:2G5p3c3YO8l63QfGKSxzBx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 307373, 'explicit': True, 'external_ids': {'isrc': 'USJI11300010'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/4kcwQk0kH8KXRfH7cObKWG'}, 'href': 'https://api.spotify.com/v1/tracks/4kcwQk0kH8KXRfH7cObKWG', 'id': '4kcwQk0kH8KXRfH7cObKWG', 'is_local': False, 'name': 'Make Your Mind Up - Rock on Mix', 'popularity': 18, 'preview_url': 'https://p.scdn.co/mp3-preview/5e8e56395ef4be81c6b30845e4f05c256cce5c78?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 3, 'type': 'track', 'uri': 'spotify:track:4kcwQk0kH8KXRfH7cObKWG'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2CrhjdQvzrbNA5LwyDVbro'}, 'href': 'https://api.spotify.com/v1/albums/2CrhjdQvzrbNA5LwyDVbro', 'id': '2CrhjdQvzrbNA5LwyDVbro', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7a7aed099d27f1f02b6a8c0be4331ddbee4c4401', 'width': 631}, {'height': 300, 'url': 'https://i.scdn.co/image/27af54912eb216749ed17e0b6db320b73f4e5fc6', 'width': 296}, {'height': 64, 'url': 'https://i.scdn.co/image/ff47adcd54d8b07bb983087a49d4dfba23c4b5ff', 'width': 63}], 'name': "93 'Til Infinity (Expanded)", 'release_date': '2015-02-13', 'release_date_precision': 'day', 'total_tracks': 25, 'type': 'album', 'uri': 'spotify:album:2CrhjdQvzrbNA5LwyDVbro'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/4onNLSRXS0x0dZaisdMo4E'}, 'href': 'https://api.spotify.com/v1/artists/4onNLSRXS0x0dZaisdMo4E', 'id': '4onNLSRXS0x0dZaisdMo4E', 'name': 'Pep Love', 'type': 'artist', 'uri': 'spotify:artist:4onNLSRXS0x0dZaisdMo4E'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 214733, 'explicit': False, 'external_ids': {'isrc': 'USJI10400403'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/2G7ziWdue5adS1qcLE3IRd'}, 'href': 'https://api.spotify.com/v1/tracks/2G7ziWdue5adS1qcLE3IRd', 'id': '2G7ziWdue5adS1qcLE3IRd', 'is_local': False, 'name': "That's When Ya Lost", 'popularity': 15, 'preview_url': 'https://p.scdn.co/mp3-preview/e992fbbd36d9bebf95e3dfd98d0cc4f05270345a?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 3, 'type': 'track', 'uri': 'spotify:track:2G7ziWdue5adS1qcLE3IRd'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2G5p3c3YO8l63QfGKSxzBx'}, 'href': 'https://api.spotify.com/v1/albums/2G5p3c3YO8l63QfGKSxzBx', 'id': '2G5p3c3YO8l63QfGKSxzBx', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/2b2cb75607da8629c000249fa76f6cf28c2dc568', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/306f36ea34770665aade1b7a5849c4ba5235b86d', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/6462cd446aa825a7e0e04fe6ce21822346da0d1c', 'width': 64}], 'name': "93 'Til Infinity (The Remixes)", 'release_date': '2015-03-06', 'release_date_precision': 'day', 'total_tracks': 11, 'type': 'album', 'uri': 'spotify:album:2G5p3c3YO8l63QfGKSxzBx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 206400, 'explicit': True, 'external_ids': {'isrc': 'USJI11300009'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/31T6UGGZH37l5CW5cjS9Xj'}, 'href': 'https://api.spotify.com/v1/tracks/31T6UGGZH37l5CW5cjS9Xj', 'id': '31T6UGGZH37l5CW5cjS9Xj', 'is_local': False, 'name': "That's When Ya Lost (I Ain't Trippin' Remix)", 'popularity': 17, 'preview_url': 'https://p.scdn.co/mp3-preview/7f9d31dd371be6ccda18b5cf0664a75564a76de1?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 2, 'type': 'track', 'uri': 'spotify:track:31T6UGGZH37l5CW5cjS9Xj'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2G5p3c3YO8l63QfGKSxzBx'}, 'href': 'https://api.spotify.com/v1/albums/2G5p3c3YO8l63QfGKSxzBx', 'id': '2G5p3c3YO8l63QfGKSxzBx', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/2b2cb75607da8629c000249fa76f6cf28c2dc568', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/306f36ea34770665aade1b7a5849c4ba5235b86d', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/6462cd446aa825a7e0e04fe6ce21822346da0d1c', 'width': 64}], 'name': "93 'Til Infinity (The Remixes)", 'release_date': '2015-03-06', 'release_date_precision': 'day', 'total_tracks': 11, 'type': 'album', 'uri': 'spotify:album:2G5p3c3YO8l63QfGKSxzBx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 282453, 'explicit': False, 'external_ids': {'isrc': 'USJI11300014'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/1hTpVCkABHbO46pwNcsCrf'}, 'href': 'https://api.spotify.com/v1/tracks/1hTpVCkABHbO46pwNcsCrf', 'id': '1hTpVCkABHbO46pwNcsCrf', 'is_local': False, 'name': "93 'Til Infinity - Remix Instrumental", 'popularity': 15, 'preview_url': 'https://p.scdn.co/mp3-preview/348efffc5b08fb8bdcf60d6da4f2debb1d8ef1a8?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 7, 'type': 'track', 'uri': 'spotify:track:1hTpVCkABHbO46pwNcsCrf'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2CrhjdQvzrbNA5LwyDVbro'}, 'href': 'https://api.spotify.com/v1/albums/2CrhjdQvzrbNA5LwyDVbro', 'id': '2CrhjdQvzrbNA5LwyDVbro', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7a7aed099d27f1f02b6a8c0be4331ddbee4c4401', 'width': 631}, {'height': 300, 'url': 'https://i.scdn.co/image/27af54912eb216749ed17e0b6db320b73f4e5fc6', 'width': 296}, {'height': 64, 'url': 'https://i.scdn.co/image/ff47adcd54d8b07bb983087a49d4dfba23c4b5ff', 'width': 63}], 'name': "93 'Til Infinity (Expanded)", 'release_date': '2015-02-13', 'release_date_precision': 'day', 'total_tracks': 25, 'type': 'album', 'uri': 'spotify:album:2CrhjdQvzrbNA5LwyDVbro'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 255293, 'explicit': False, 'external_ids': {'isrc': 'USJI10400401'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/1K6y5PT0QLk77JRywe5Ydw'}, 'href': 'https://api.spotify.com/v1/tracks/1K6y5PT0QLk77JRywe5Ydw', 'id': '1K6y5PT0QLk77JRywe5Ydw', 'is_local': False, 'name': "Let 'Em Know", 'popularity': 14, 'preview_url': 'https://p.scdn.co/mp3-preview/5b23306bb0fb7f6a36dcdd102cef4a352b1cd273?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 1, 'type': 'track', 'uri': 'spotify:track:1K6y5PT0QLk77JRywe5Ydw'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2CrhjdQvzrbNA5LwyDVbro'}, 'href': 'https://api.spotify.com/v1/albums/2CrhjdQvzrbNA5LwyDVbro', 'id': '2CrhjdQvzrbNA5LwyDVbro', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7a7aed099d27f1f02b6a8c0be4331ddbee4c4401', 'width': 631}, {'height': 300, 'url': 'https://i.scdn.co/image/27af54912eb216749ed17e0b6db320b73f4e5fc6', 'width': 296}, {'height': 64, 'url': 'https://i.scdn.co/image/ff47adcd54d8b07bb983087a49d4dfba23c4b5ff', 'width': 63}], 'name': "93 'Til Infinity (Expanded)", 'release_date': '2015-02-13', 'release_date_precision': 'day', 'total_tracks': 25, 'type': 'album', 'uri': 'spotify:album:2CrhjdQvzrbNA5LwyDVbro'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 320266, 'explicit': False, 'external_ids': {'isrc': 'USJI10400402'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/56DGp7FhCMYidTJHcVVJYv'}, 'href': 'https://api.spotify.com/v1/tracks/56DGp7FhCMYidTJHcVVJYv', 'id': '56DGp7FhCMYidTJHcVVJYv', 'is_local': False, 'name': 'Live and Let Live', 'popularity': 14, 'preview_url': 'https://p.scdn.co/mp3-preview/16bc534a93e81161acbe20fbbd9d2221fe94fe83?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 2, 'type': 'track', 'uri': 'spotify:track:56DGp7FhCMYidTJHcVVJYv'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2CrhjdQvzrbNA5LwyDVbro'}, 'href': 'https://api.spotify.com/v1/albums/2CrhjdQvzrbNA5LwyDVbro', 'id': '2CrhjdQvzrbNA5LwyDVbro', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7a7aed099d27f1f02b6a8c0be4331ddbee4c4401', 'width': 631}, {'height': 300, 'url': 'https://i.scdn.co/image/27af54912eb216749ed17e0b6db320b73f4e5fc6', 'width': 296}, {'height': 64, 'url': 'https://i.scdn.co/image/ff47adcd54d8b07bb983087a49d4dfba23c4b5ff', 'width': 63}], 'name': "93 'Til Infinity (Expanded)", 'release_date': '2015-02-13', 'release_date_precision': 'day', 'total_tracks': 25, 'type': 'album', 'uri': 'spotify:album:2CrhjdQvzrbNA5LwyDVbro'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/4OpQJMrOpOEYgYoU0Ihku3'}, 'href': 'https://api.spotify.com/v1/artists/4OpQJMrOpOEYgYoU0Ihku3', 'id': '4OpQJMrOpOEYgYoU0Ihku3', 'name': 'Casual', 'type': 'artist', 'uri': 'spotify:artist:4OpQJMrOpOEYgYoU0Ihku3'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/0YsLR3SQd5QTXAhGIGX7cl'}, 'href': 'https://api.spotify.com/v1/artists/0YsLR3SQd5QTXAhGIGX7cl', 'id': '0YsLR3SQd5QTXAhGIGX7cl', 'name': 'Del The Funky Homosapien', 'type': 'artist', 'uri': 'spotify:artist:0YsLR3SQd5QTXAhGIGX7cl'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 201146, 'explicit': False, 'external_ids': {'isrc': 'USJI10400409'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5nHOd1URWq04Juxii91rGq'}, 'href': 'https://api.spotify.com/v1/tracks/5nHOd1URWq04Juxii91rGq', 'id': '5nHOd1URWq04Juxii91rGq', 'is_local': False, 'name': 'Limitations', 'popularity': 13, 'preview_url': 'https://p.scdn.co/mp3-preview/c61e0d3ac5b89f4451bfeaada9611e407f92506f?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 9, 'type': 'track', 'uri': 'spotify:track:5nHOd1URWq04Juxii91rGq'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2G5p3c3YO8l63QfGKSxzBx'}, 'href': 'https://api.spotify.com/v1/albums/2G5p3c3YO8l63QfGKSxzBx', 'id': '2G5p3c3YO8l63QfGKSxzBx', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/2b2cb75607da8629c000249fa76f6cf28c2dc568', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/306f36ea34770665aade1b7a5849c4ba5235b86d', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/6462cd446aa825a7e0e04fe6ce21822346da0d1c', 'width': 64}], 'name': "93 'Til Infinity (The Remixes)", 'release_date': '2015-03-06', 'release_date_precision': 'day', 'total_tracks': 11, 'type': 'album', 'uri': 'spotify:album:2G5p3c3YO8l63QfGKSxzBx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 218413, 'explicit': False, 'external_ids': {'isrc': 'USJI11300017'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0JbmYtZSZp2sfUDEnPnQ0J'}, 'href': 'https://api.spotify.com/v1/tracks/0JbmYtZSZp2sfUDEnPnQ0J', 'id': '0JbmYtZSZp2sfUDEnPnQ0J', 'is_local': False, 'name': 'Never No More - 76 Seville Mix Instrumental', 'popularity': 17, 'preview_url': 'https://p.scdn.co/mp3-preview/82e6016182255d769f5bccee6be06a88e346b0dc?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 10, 'type': 'track', 'uri': 'spotify:track:0JbmYtZSZp2sfUDEnPnQ0J'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2CrhjdQvzrbNA5LwyDVbro'}, 'href': 'https://api.spotify.com/v1/albums/2CrhjdQvzrbNA5LwyDVbro', 'id': '2CrhjdQvzrbNA5LwyDVbro', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7a7aed099d27f1f02b6a8c0be4331ddbee4c4401', 'width': 631}, {'height': 300, 'url': 'https://i.scdn.co/image/27af54912eb216749ed17e0b6db320b73f4e5fc6', 'width': 296}, {'height': 64, 'url': 'https://i.scdn.co/image/ff47adcd54d8b07bb983087a49d4dfba23c4b5ff', 'width': 63}], 'name': "93 'Til Infinity (Expanded)", 'release_date': '2015-02-13', 'release_date_precision': 'day', 'total_tracks': 25, 'type': 'album', 'uri': 'spotify:album:2CrhjdQvzrbNA5LwyDVbro'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 251400, 'explicit': False, 'external_ids': {'isrc': 'USJI10400404'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/6fHs2KXGhWCg7KNL8hmh8Y'}, 'href': 'https://api.spotify.com/v1/tracks/6fHs2KXGhWCg7KNL8hmh8Y', 'id': '6fHs2KXGhWCg7KNL8hmh8Y', 'is_local': False, 'name': 'A Name I Call Myself', 'popularity': 12, 'preview_url': 'https://p.scdn.co/mp3-preview/62a81760dd4e48d73db289685e712aa3b2c422ca?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 4, 'type': 'track', 'uri': 'spotify:track:6fHs2KXGhWCg7KNL8hmh8Y'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2CrhjdQvzrbNA5LwyDVbro'}, 'href': 'https://api.spotify.com/v1/albums/2CrhjdQvzrbNA5LwyDVbro', 'id': '2CrhjdQvzrbNA5LwyDVbro', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7a7aed099d27f1f02b6a8c0be4331ddbee4c4401', 'width': 631}, {'height': 300, 'url': 'https://i.scdn.co/image/27af54912eb216749ed17e0b6db320b73f4e5fc6', 'width': 296}, {'height': 64, 'url': 'https://i.scdn.co/image/ff47adcd54d8b07bb983087a49d4dfba23c4b5ff', 'width': 63}], 'name': "93 'Til Infinity (Expanded)", 'release_date': '2015-02-13', 'release_date_precision': 'day', 'total_tracks': 25, 'type': 'album', 'uri': 'spotify:album:2CrhjdQvzrbNA5LwyDVbro'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 181853, 'explicit': False, 'external_ids': {'isrc': 'USJI10400410'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5Pjq20n4gF2hC5tQpBhdlP'}, 'href': 'https://api.spotify.com/v1/tracks/5Pjq20n4gF2hC5tQpBhdlP', 'id': '5Pjq20n4gF2hC5tQpBhdlP', 'is_local': False, 'name': 'Anything Can Happen', 'popularity': 12, 'preview_url': 'https://p.scdn.co/mp3-preview/a4c2d31a19fb72630f9a45f634d62bca1fe6bd0f?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 10, 'type': 'track', 'uri': 'spotify:track:5Pjq20n4gF2hC5tQpBhdlP'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2CrhjdQvzrbNA5LwyDVbro'}, 'href': 'https://api.spotify.com/v1/albums/2CrhjdQvzrbNA5LwyDVbro', 'id': '2CrhjdQvzrbNA5LwyDVbro', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7a7aed099d27f1f02b6a8c0be4331ddbee4c4401', 'width': 631}, {'height': 300, 'url': 'https://i.scdn.co/image/27af54912eb216749ed17e0b6db320b73f4e5fc6', 'width': 296}, {'height': 64, 'url': 'https://i.scdn.co/image/ff47adcd54d8b07bb983087a49d4dfba23c4b5ff', 'width': 63}], 'name': "93 'Til Infinity (Expanded)", 'release_date': '2015-02-13', 'release_date_precision': 'day', 'total_tracks': 25, 'type': 'album', 'uri': 'spotify:album:2CrhjdQvzrbNA5LwyDVbro'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 239240, 'explicit': False, 'external_ids': {'isrc': 'USJI10400406'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/1apDtOiiIDRYllLZs5YpAc'}, 'href': 'https://api.spotify.com/v1/tracks/1apDtOiiIDRYllLZs5YpAc', 'id': '1apDtOiiIDRYllLZs5YpAc', 'is_local': False, 'name': 'What a Way to Go Out', 'popularity': 12, 'preview_url': 'https://p.scdn.co/mp3-preview/a7ae0055053180f5bf5760ec26092f23479f1f89?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 6, 'type': 'track', 'uri': 'spotify:track:1apDtOiiIDRYllLZs5YpAc'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2G5p3c3YO8l63QfGKSxzBx'}, 'href': 'https://api.spotify.com/v1/albums/2G5p3c3YO8l63QfGKSxzBx', 'id': '2G5p3c3YO8l63QfGKSxzBx', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/2b2cb75607da8629c000249fa76f6cf28c2dc568', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/306f36ea34770665aade1b7a5849c4ba5235b86d', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/6462cd446aa825a7e0e04fe6ce21822346da0d1c', 'width': 64}], 'name': "93 'Til Infinity (The Remixes)", 'release_date': '2015-03-06', 'release_date_precision': 'day', 'total_tracks': 11, 'type': 'album', 'uri': 'spotify:album:2G5p3c3YO8l63QfGKSxzBx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 281946, 'explicit': False, 'external_ids': {'isrc': 'USJI11300018'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5JKvkBxQKXAW1fiOPsEumi'}, 'href': 'https://api.spotify.com/v1/tracks/5JKvkBxQKXAW1fiOPsEumi', 'id': '5JKvkBxQKXAW1fiOPsEumi', 'is_local': False, 'name': "93 'Til Infinity - Acapella Version", 'popularity': 13, 'preview_url': 'https://p.scdn.co/mp3-preview/b93d2d934fc339a586a563c724b5b9ad1a0e6500?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 11, 'type': 'track', 'uri': 'spotify:track:5JKvkBxQKXAW1fiOPsEumi'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2G5p3c3YO8l63QfGKSxzBx'}, 'href': 'https://api.spotify.com/v1/albums/2G5p3c3YO8l63QfGKSxzBx', 'id': '2G5p3c3YO8l63QfGKSxzBx', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/2b2cb75607da8629c000249fa76f6cf28c2dc568', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/306f36ea34770665aade1b7a5849c4ba5235b86d', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/6462cd446aa825a7e0e04fe6ce21822346da0d1c', 'width': 64}], 'name': "93 'Til Infinity (The Remixes)", 'release_date': '2015-03-06', 'release_date_precision': 'day', 'total_tracks': 11, 'type': 'album', 'uri': 'spotify:album:2G5p3c3YO8l63QfGKSxzBx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/4onNLSRXS0x0dZaisdMo4E'}, 'href': 'https://api.spotify.com/v1/artists/4onNLSRXS0x0dZaisdMo4E', 'id': '4onNLSRXS0x0dZaisdMo4E', 'name': 'Pep Love', 'type': 'artist', 'uri': 'spotify:artist:4onNLSRXS0x0dZaisdMo4E'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 216480, 'explicit': False, 'external_ids': {'isrc': 'USJI11300015'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/4ObeaG60IcVIihoUFiwNa2'}, 'href': 'https://api.spotify.com/v1/tracks/4ObeaG60IcVIihoUFiwNa2', 'id': '4ObeaG60IcVIihoUFiwNa2', 'is_local': False, 'name': "That's When Ya Lost - LP Instrumental", 'popularity': 16, 'preview_url': 'https://p.scdn.co/mp3-preview/10f76e66ec72392d83acc4ab289502604c44c527?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 8, 'type': 'track', 'uri': 'spotify:track:4ObeaG60IcVIihoUFiwNa2'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2CrhjdQvzrbNA5LwyDVbro'}, 'href': 'https://api.spotify.com/v1/albums/2CrhjdQvzrbNA5LwyDVbro', 'id': '2CrhjdQvzrbNA5LwyDVbro', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7a7aed099d27f1f02b6a8c0be4331ddbee4c4401', 'width': 631}, {'height': 300, 'url': 'https://i.scdn.co/image/27af54912eb216749ed17e0b6db320b73f4e5fc6', 'width': 296}, {'height': 64, 'url': 'https://i.scdn.co/image/ff47adcd54d8b07bb983087a49d4dfba23c4b5ff', 'width': 63}], 'name': "93 'Til Infinity (Expanded)", 'release_date': '2015-02-13', 'release_date_precision': 'day', 'total_tracks': 25, 'type': 'album', 'uri': 'spotify:album:2CrhjdQvzrbNA5LwyDVbro'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 179280, 'explicit': False, 'external_ids': {'isrc': 'USJI10400405'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3cVIszHpPue8ZrfBwto0u7'}, 'href': 'https://api.spotify.com/v1/tracks/3cVIszHpPue8ZrfBwto0u7', 'id': '3cVIszHpPue8ZrfBwto0u7', 'is_local': False, 'name': 'Disseshowedo', 'popularity': 11, 'preview_url': 'https://p.scdn.co/mp3-preview/7635e9b3018b6c60cf6d720175d4743be7c00a7f?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 5, 'type': 'track', 'uri': 'spotify:track:3cVIszHpPue8ZrfBwto0u7'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2CrhjdQvzrbNA5LwyDVbro'}, 'href': 'https://api.spotify.com/v1/albums/2CrhjdQvzrbNA5LwyDVbro', 'id': '2CrhjdQvzrbNA5LwyDVbro', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7a7aed099d27f1f02b6a8c0be4331ddbee4c4401', 'width': 631}, {'height': 300, 'url': 'https://i.scdn.co/image/27af54912eb216749ed17e0b6db320b73f4e5fc6', 'width': 296}, {'height': 64, 'url': 'https://i.scdn.co/image/ff47adcd54d8b07bb983087a49d4dfba23c4b5ff', 'width': 63}], 'name': "93 'Til Infinity (Expanded)", 'release_date': '2015-02-13', 'release_date_precision': 'day', 'total_tracks': 25, 'type': 'album', 'uri': 'spotify:album:2CrhjdQvzrbNA5LwyDVbro'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 220973, 'explicit': False, 'external_ids': {'isrc': 'USJI10400407'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/113PhpDC2llGhat6fNvwq5'}, 'href': 'https://api.spotify.com/v1/tracks/113PhpDC2llGhat6fNvwq5', 'id': '113PhpDC2llGhat6fNvwq5', 'is_local': False, 'name': 'Never No More', 'popularity': 12, 'preview_url': 'https://p.scdn.co/mp3-preview/42295b41bfe45c7c107a88255d375d267f627cd2?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 7, 'type': 'track', 'uri': 'spotify:track:113PhpDC2llGhat6fNvwq5'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2CrhjdQvzrbNA5LwyDVbro'}, 'href': 'https://api.spotify.com/v1/albums/2CrhjdQvzrbNA5LwyDVbro', 'id': '2CrhjdQvzrbNA5LwyDVbro', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7a7aed099d27f1f02b6a8c0be4331ddbee4c4401', 'width': 631}, {'height': 300, 'url': 'https://i.scdn.co/image/27af54912eb216749ed17e0b6db320b73f4e5fc6', 'width': 296}, {'height': 64, 'url': 'https://i.scdn.co/image/ff47adcd54d8b07bb983087a49d4dfba23c4b5ff', 'width': 63}], 'name': "93 'Til Infinity (Expanded)", 'release_date': '2015-02-13', 'release_date_precision': 'day', 'total_tracks': 25, 'type': 'album', 'uri': 'spotify:album:2CrhjdQvzrbNA5LwyDVbro'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 230813, 'explicit': False, 'external_ids': {'isrc': 'USJI10400411'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/2TvL2beHr3jdOxpE1Ak4Pi'}, 'href': 'https://api.spotify.com/v1/tracks/2TvL2beHr3jdOxpE1Ak4Pi', 'id': '2TvL2beHr3jdOxpE1Ak4Pi', 'is_local': False, 'name': 'Make Your Mind Up', 'popularity': 12, 'preview_url': 'https://p.scdn.co/mp3-preview/e017a952aadaaaa09e3de42c0de5961418916106?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 11, 'type': 'track', 'uri': 'spotify:track:2TvL2beHr3jdOxpE1Ak4Pi'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2G5p3c3YO8l63QfGKSxzBx'}, 'href': 'https://api.spotify.com/v1/albums/2G5p3c3YO8l63QfGKSxzBx', 'id': '2G5p3c3YO8l63QfGKSxzBx', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/2b2cb75607da8629c000249fa76f6cf28c2dc568', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/306f36ea34770665aade1b7a5849c4ba5235b86d', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/6462cd446aa825a7e0e04fe6ce21822346da0d1c', 'width': 64}], 'name': "93 'Til Infinity (The Remixes)", 'release_date': '2015-03-06', 'release_date_precision': 'day', 'total_tracks': 11, 'type': 'album', 'uri': 'spotify:album:2G5p3c3YO8l63QfGKSxzBx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 221546, 'explicit': False, 'external_ids': {'isrc': 'USJI11300016'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/05f3dpp0vjZ39X5ALbnFOC'}, 'href': 'https://api.spotify.com/v1/tracks/05f3dpp0vjZ39X5ALbnFOC', 'id': '05f3dpp0vjZ39X5ALbnFOC', 'is_local': False, 'name': 'Never No More - LP Instrumental', 'popularity': 14, 'preview_url': 'https://p.scdn.co/mp3-preview/cfc168ac0b868dadc532b9cc28dc92ce401771b9?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 9, 'type': 'track', 'uri': 'spotify:track:05f3dpp0vjZ39X5ALbnFOC'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2CrhjdQvzrbNA5LwyDVbro'}, 'href': 'https://api.spotify.com/v1/albums/2CrhjdQvzrbNA5LwyDVbro', 'id': '2CrhjdQvzrbNA5LwyDVbro', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7a7aed099d27f1f02b6a8c0be4331ddbee4c4401', 'width': 631}, {'height': 300, 'url': 'https://i.scdn.co/image/27af54912eb216749ed17e0b6db320b73f4e5fc6', 'width': 296}, {'height': 64, 'url': 'https://i.scdn.co/image/ff47adcd54d8b07bb983087a49d4dfba23c4b5ff', 'width': 63}], 'name': "93 'Til Infinity (Expanded)", 'release_date': '2015-02-13', 'release_date_precision': 'day', 'total_tracks': 25, 'type': 'album', 'uri': 'spotify:album:2CrhjdQvzrbNA5LwyDVbro'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 243813, 'explicit': False, 'external_ids': {'isrc': 'USJI10400412'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0NeCL0iN7JZu8TokNnKijz'}, 'href': 'https://api.spotify.com/v1/tracks/0NeCL0iN7JZu8TokNnKijz', 'id': '0NeCL0iN7JZu8TokNnKijz', 'is_local': False, 'name': 'Batting Practice', 'popularity': 11, 'preview_url': 'https://p.scdn.co/mp3-preview/6154f958b515b66fefef64f3abcc8d98aa966c30?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 12, 'type': 'track', 'uri': 'spotify:track:0NeCL0iN7JZu8TokNnKijz'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2CrhjdQvzrbNA5LwyDVbro'}, 'href': 'https://api.spotify.com/v1/albums/2CrhjdQvzrbNA5LwyDVbro', 'id': '2CrhjdQvzrbNA5LwyDVbro', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7a7aed099d27f1f02b6a8c0be4331ddbee4c4401', 'width': 631}, {'height': 300, 'url': 'https://i.scdn.co/image/27af54912eb216749ed17e0b6db320b73f4e5fc6', 'width': 296}, {'height': 64, 'url': 'https://i.scdn.co/image/ff47adcd54d8b07bb983087a49d4dfba23c4b5ff', 'width': 63}], 'name': "93 'Til Infinity (Expanded)", 'release_date': '2015-02-13', 'release_date_precision': 'day', 'total_tracks': 25, 'type': 'album', 'uri': 'spotify:album:2CrhjdQvzrbNA5LwyDVbro'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 241746, 'explicit': False, 'external_ids': {'isrc': 'USJI10400413'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/7CaNHh26Tpa79nq6PB8gR5'}, 'href': 'https://api.spotify.com/v1/tracks/7CaNHh26Tpa79nq6PB8gR5', 'id': '7CaNHh26Tpa79nq6PB8gR5', 'is_local': False, 'name': 'Tell Me Who Profits', 'popularity': 10, 'preview_url': 'https://p.scdn.co/mp3-preview/e2384dc72790cbcdca7a82f1379bfdd1db2acc0d?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 13, 'type': 'track', 'uri': 'spotify:track:7CaNHh26Tpa79nq6PB8gR5'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2CrhjdQvzrbNA5LwyDVbro'}, 'href': 'https://api.spotify.com/v1/albums/2CrhjdQvzrbNA5LwyDVbro', 'id': '2CrhjdQvzrbNA5LwyDVbro', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7a7aed099d27f1f02b6a8c0be4331ddbee4c4401', 'width': 631}, {'height': 300, 'url': 'https://i.scdn.co/image/27af54912eb216749ed17e0b6db320b73f4e5fc6', 'width': 296}, {'height': 64, 'url': 'https://i.scdn.co/image/ff47adcd54d8b07bb983087a49d4dfba23c4b5ff', 'width': 63}], 'name': "93 'Til Infinity (Expanded)", 'release_date': '2015-02-13', 'release_date_precision': 'day', 'total_tracks': 25, 'type': 'album', 'uri': 'spotify:album:2CrhjdQvzrbNA5LwyDVbro'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 124200, 'explicit': False, 'external_ids': {'isrc': 'USJI10400414'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/1lNRg8ibJsHt3N3q3NAOuV'}, 'href': 'https://api.spotify.com/v1/tracks/1lNRg8ibJsHt3N3q3NAOuV', 'id': '1lNRg8ibJsHt3N3q3NAOuV', 'is_local': False, 'name': 'Outro', 'popularity': 8, 'preview_url': 'https://p.scdn.co/mp3-preview/2c0e72cf10a8699702cf761e4cd00fd06f2e3d40?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 14, 'type': 'track', 'uri': 'spotify:track:1lNRg8ibJsHt3N3q3NAOuV'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/0LyfQWJT6nXafLPZqxe9Of'}, 'href': 'https://api.spotify.com/v1/artists/0LyfQWJT6nXafLPZqxe9Of', 'id': '0LyfQWJT6nXafLPZqxe9Of', 'name': 'Various Artists', 'type': 'artist', 'uri': 'spotify:artist:0LyfQWJT6nXafLPZqxe9Of'}], 'available_markets': ['AD', 'AE', 'AT', 'AU', 'BE', 'BG', 'BH', 'CH', 'CY', 'CZ', 'DE', 'DK', 'DZ', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'HK', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MY', 'NL', 'NO', 'NZ', 'OM', 'PH', 'PL', 'PS', 'PT', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'TH', 'TN', 'TR', 'TW', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/1hes6LKiTvbun3bw52Zdgc'}, 'href': 'https://api.spotify.com/v1/albums/1hes6LKiTvbun3bw52Zdgc', 'id': '1hes6LKiTvbun3bw52Zdgc', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/77eb7c17cafe55034d9f938f2854be0f6a6276d3', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/77eb7c17cafe5502d8e2a158d93e8f06c1f65dc8', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/77eb7c17cafe5501d435d174bbeb6b0f381f4663', 'width': 64}], 'name': 'Hip-Hop Classics 1993, vol. 1', 'release_date': '1993-11-24', 'release_date_precision': 'day', 'total_tracks': 26, 'type': 'album', 'uri': 'spotify:album:1hes6LKiTvbun3bw52Zdgc'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5Rzqmz1zAszembFHGZQuAt'}, 'href': 'https://api.spotify.com/v1/artists/5Rzqmz1zAszembFHGZQuAt', 'id': '5Rzqmz1zAszembFHGZQuAt', 'name': 'Souls Of Mischief', 'type': 'artist', 'uri': 'spotify:artist:5Rzqmz1zAszembFHGZQuAt'}], 'available_markets': ['AD', 'AE', 'AT', 'AU', 'BE', 'BG', 'BH', 'CH', 'CY', 'CZ', 'DE', 'DK', 'DZ', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'HK', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MY', 'NL', 'NO', 'NZ', 'OM', 'PH', 'PL', 'PS', 'PT', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'TH', 'TN', 'TR', 'TW', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 284147, 'explicit': True, 'external_ids': {'isrc': 'FR8GV1842990'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/1vQVgeV2J7Fc0DD6KB0acQ'}, 'href': 'https://api.spotify.com/v1/tracks/1vQVgeV2J7Fc0DD6KB0acQ', 'id': '1vQVgeV2J7Fc0DD6KB0acQ', 'is_local': False, 'name': "93 Til' Infinity", 'popularity': 4, 'preview_url': 'https://p.scdn.co/mp3-preview/5bf9d528f878d43310913cbb5fea78701e64cdf2?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 26, 'type': 'track', 'uri': 'spotify:track:1vQVgeV2J7Fc0DD6KB0acQ'}], 'limit': 50, 'next': None, 'offset': 0, 'previous': None, 'total': 41}} verbosity 3 Message: Scraping for source_playlist Function: get_whosampled_playlist @@ -23,7 +23,7 @@ Message: Getting page: https://whosampled.com/Souls-of-Mischief/Let-%27Em-Know/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Let 'Em Know by Souls of Mischief - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Let 'Em Know - Souls of Mischief\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Let 'Em Know

\n
by

Souls of Mischief

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

93 'Til Infinity

\n

Jive

\n\n \n
Producer:\n

\n \n Domino (2)\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 3 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGeorge Benson and Brother Jack McDuff\'s Shadow Dancers\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tShadow Dancers\n\t\t\tby George Benson and Brother Jack McDuff (1964)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tDetroit Emeralds\'s You're Getting a Little Too Smart\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tYou're Getting a Little Too Smart\n\t\t\tby Detroit Emeralds (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tToo Short\'s Dope Fiend Beat\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDope Fiend Beat\n\t\t\tby Too Short (1987)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Composers: TajaiPhestoOpioA-PlusDomino (2)
Vocals: A-PlusOpioPhestoTajai
Mixer: Matt Kelley\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Let 'Em Know by Souls of Mischief - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Let 'Em Know - Souls of Mischief\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Let 'Em Know

\n
by

Souls of Mischief

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

93 'Til Infinity

\n

Jive

\n\n \n
Producer:\n

\n \n Domino (2)\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 3 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGeorge Benson and Brother Jack McDuff\'s Shadow Dancers\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tShadow Dancers\n\t\t\tby George Benson and Brother Jack McDuff (1964)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tDetroit Emeralds\'s You're Getting a Little Too Smart\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tYou're Getting a Little Too Smart\n\t\t\tby Detroit Emeralds (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tToo Short\'s Dope Fiend Beat\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDope Fiend Beat\n\t\t\tby Too Short (1987)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Composers: TajaiPhestoOpioA-PlusDomino (2)
Vocals: A-PlusOpioPhestoTajai
Mixer: Matt Kelley\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Souls-of-Mischief/Let-%27Em-Know/ Function: parse_sample_items @@ -35,7 +35,7 @@ Message: Getting page: https://whosampled.com/Souls-of-Mischief/Live-and-Let-Liv Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Live and Let Live by Souls of Mischief - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Live and Let Live - Souls of Mischief\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Live and Let Live

\n
by

Souls of Mischief

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

93 'Til Infinity

\n

Jive

\n\n \n
Producer:\n

\n \n Domino (2)\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Loading Zone\'s Can I Dedicate\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tCan I Dedicate\n\t\t\tby The Loading Zone (1968)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Composers: TajaiOpioA-PlusDomino (2)
Vocals: A-PlusOpioTajai
Mixer: Matt Kelley\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Live and Let Live by Souls of Mischief - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Live and Let Live - Souls of Mischief\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Live and Let Live

\n
by

Souls of Mischief

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

93 'Til Infinity

\n

Jive

\n\n \n
Producer:\n

\n \n Domino (2)\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Loading Zone\'s Can I Dedicate\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tCan I Dedicate\n\t\t\tby The Loading Zone (1968)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Composers: TajaiOpioA-PlusDomino (2)
Vocals: A-PlusOpioTajai
Mixer: Matt Kelley\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Souls-of-Mischief/Live-and-Let-Live/ Function: parse_sample_items @@ -47,7 +47,7 @@ Message: Getting page: https://whosampled.com/Souls-of-Mischief/That%27s-When-Ya Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n That's When Ya Lost by Souls of Mischief - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n That's When Ya Lost - Souls of Mischief\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

That's When Ya Lost

\n
by

Souls of Mischief

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

93 'Til Infinity

\n

Jive

\n\n \n
Producer:\n

\n \n Del the Funky Homosapien\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n Tags: Single \n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 4 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Doors\'s Who Do You Love?\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tBass
\n\t\t\tRock / Pop\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWho Do You Love?\n\t\t\tby The Doors (1970)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJack Bruce\'s Statues\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tStatues\n\t\t\tby Jack Bruce (1970)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBoogie Down Productions\'s Jah Rulez\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tJah Rulez\n\t\t\tby Boogie Down Productions (1989)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tLafayette Afro Rock Band\'s Hihache\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tHihache\n\t\t\tby Lafayette Afro Rock Band (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 3 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tMURS\'s Sore Losers\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSore Losers\n\t\t\tby MURS (2003)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tThe B.U.M.S.\'s West Coast Smack\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWest Coast Smack\n\t\t\tby The B.U.M.S. (1995)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tSiah and Yeshua daPoED\'s Directions\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDirections\n\t\t\tby Siah and Yeshua daPoED (2008)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Composers: TajaiPhestoOpioA-PlusDel the Funky Homosapien
Vocals: OpioPhestoA-PlusTajai
Guest Vocals: Pep Love
Mixer: Chris Trevett\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n That's When Ya Lost by Souls of Mischief - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n That's When Ya Lost - Souls of Mischief\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

That's When Ya Lost

\n
by

Souls of Mischief

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

93 'Til Infinity

\n

Jive

\n\n \n
Producer:\n

\n \n Del the Funky Homosapien\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n Tags: Single \n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 4 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Doors\'s Who Do You Love?\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tBass
\n\t\t\tRock / Pop\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWho Do You Love?\n\t\t\tby The Doors (1970)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJack Bruce\'s Statues\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tStatues\n\t\t\tby Jack Bruce (1970)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBoogie Down Productions\'s Jah Rulez\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tJah Rulez\n\t\t\tby Boogie Down Productions (1989)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tLafayette Afro Rock Band\'s Hihache\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tHihache\n\t\t\tby Lafayette Afro Rock Band (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 3 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tMURS\'s Sore Losers\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSore Losers\n\t\t\tby MURS (2003)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tThe B.U.M.S.\'s West Coast Smack\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWest Coast Smack\n\t\t\tby The B.U.M.S. (1995)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tSiah and Yeshua daPoED\'s Directions\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDirections\n\t\t\tby Siah and Yeshua daPoED (2008)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Composers: TajaiPhestoOpioA-PlusDel the Funky Homosapien
Vocals: OpioPhestoA-PlusTajai
Guest Vocals: Pep Love
Mixer: Chris Trevett\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Souls-of-Mischief/That%27s-When-Ya-Lost/ Function: parse_sample_items @@ -59,7 +59,7 @@ Message: Getting page: https://whosampled.com/Souls-of-Mischief/A-Name-I-Call-My Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n A Name I Call Myself by Souls of Mischief - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n A Name I Call Myself - Souls of Mischief\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

A Name I Call Myself

\n
by

Souls of Mischief

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

'93 Til Infinity

\n

Jive

\n\n \n
Producer:\n

\n \n Del the Funky Homosapien\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 4 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tFreddie Hubbard\'s Sky Dive\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSky Dive\n\t\t\tby Freddie Hubbard (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tRotary Connection\'s Respect\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tBass
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tRespect\n\t\t\tby Rotary Connection (1969)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tMelvin Bliss\'s Synthetic Substitution\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSynthetic Substitution\n\t\t\tby Melvin Bliss (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tSoul Flutes\'s Early Autumn\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tEarly Autumn\n\t\t\tby Soul Flutes (1968)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Composers: TajaiPhestoOpioA-PlusDel the Funky Homosapien
Vocals: PhestoA-PlusOpio
Mixer: Matt Kelley\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n
\n \n
\n Mitch Please\n\n
\n
Mitch Please said 3 years ago:
\n

Greatness

\n
\n \n
\n\n \n \n
\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n A Name I Call Myself by Souls of Mischief - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n A Name I Call Myself - Souls of Mischief\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

A Name I Call Myself

\n
by

Souls of Mischief

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

'93 Til Infinity

\n

Jive

\n\n \n
Producer:\n

\n \n Del the Funky Homosapien\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 4 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tFreddie Hubbard\'s Sky Dive\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSky Dive\n\t\t\tby Freddie Hubbard (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tRotary Connection\'s Respect\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tBass
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tRespect\n\t\t\tby Rotary Connection (1969)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tMelvin Bliss\'s Synthetic Substitution\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSynthetic Substitution\n\t\t\tby Melvin Bliss (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tSoul Flutes\'s Early Autumn\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tEarly Autumn\n\t\t\tby Soul Flutes (1968)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Composers: TajaiPhestoOpioA-PlusDel the Funky Homosapien
Vocals: PhestoA-PlusOpio
Mixer: Matt Kelley\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n
\n \n
\n Mitch Please\n\n
\n
Mitch Please said 3 years ago:
\n

Greatness

\n
\n \n
\n\n \n \n
\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Souls-of-Mischief/A-Name-I-Call-Myself/ Function: parse_sample_items @@ -71,7 +71,7 @@ Message: Getting page: https://whosampled.com/Souls-of-Mischief/Disseshowedo/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Disseshowedo by Souls of Mischief - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Disseshowedo - Souls of Mischief\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Disseshowedo

\n
by

Souls of Mischief

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

93 'Til Infinity

\n

Jive

\n\n \n
Producers:\n

\n \n Domino (2), \n \n Jay-Biz\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 3 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJerry Butler and Jerry Peters\'s Speak the Truth to the People (Frankie's Theme)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tBass
\n\t\t\tSoundtrack\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Loading Zone\'s Can I Dedicate\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tCan I Dedicate\n\t\t\tby The Loading Zone (1968)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tMain Source feat. Neek the Exotic\'s Fakin' the Funk\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tFakin' the Funk\n\t\t\tby Main Source feat. Neek the Exotic (1992)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tKool Savas feat. Masta Ace and Tajai\'s 2 the Essence\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\t2 the Essence\n\t\t\tby Kool Savas feat. Masta Ace and Tajai (2014)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Composers: Jerry PetersJay-BizTajaiPhestoOpioA-PlusDomino (2)Jerry Butler
Vocals: PhestoA-PlusOpioTajai
Mixer: Chris Trevett\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Disseshowedo by Souls of Mischief - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Disseshowedo - Souls of Mischief\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Disseshowedo

\n
by

Souls of Mischief

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

93 'Til Infinity

\n

Jive

\n\n \n
Producers:\n

\n \n Domino (2), \n \n Jay-Biz\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 3 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJerry Butler and Jerry Peters\'s Speak the Truth to the People (Frankie's Theme)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tBass
\n\t\t\tSoundtrack\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Loading Zone\'s Can I Dedicate\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tCan I Dedicate\n\t\t\tby The Loading Zone (1968)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tMain Source feat. Neek the Exotic\'s Fakin' the Funk\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tFakin' the Funk\n\t\t\tby Main Source feat. Neek the Exotic (1992)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tKool Savas feat. Masta Ace and Tajai\'s 2 the Essence\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\t2 the Essence\n\t\t\tby Kool Savas feat. Masta Ace and Tajai (2014)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Composers: Jerry PetersJay-BizTajaiPhestoOpioA-PlusDomino (2)Jerry Butler
Vocals: PhestoA-PlusOpioTajai
Mixer: Chris Trevett\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Souls-of-Mischief/Disseshowedo/ Function: parse_sample_items @@ -83,13 +83,13 @@ Message: Getting page: https://whosampled.com/Souls-of-Mischief/What-a-Way-to-Go Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n What a Way to Go Out by Souls of Mischief - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n What a Way to Go Out - Souls of Mischief\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

What a Way to Go Out

\n
by

Souls of Mischief

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

93 'Til Infinity

\n

Jive

\n\n \n
Producer:\n

\n \n Domino (2)\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 6 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tDavid "Fathead" Newman feat. Roy Ayers\'s Symphonette\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSymphonette\n\t\t\tby David "Fathead" Newman feat. Roy Ayers (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tMonk Higgins\'s Feeling You Feeling Me\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tFeeling You Feeling Me\n\t\t\tby Monk Higgins (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tLes McCann\'s North Carolina\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tNorth Carolina\n\t\t\tby Les McCann (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe J.B.'s\'s Pass the Peas\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tPass the Peas\n\t\t\tby The J.B.'s (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tEPMD\'s I'm Housin'\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tI'm Housin'\n\t\t\tby EPMD (1988)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Composers: Monk HigginsAlex BrownTajaiPhestoOpioA-PlusDomino (2)
Vocals: A-PlusTajaiPhestoOpio
Guest Vocals: Casual
Additional Vocals: Casual
Mixer: Chris Trevett\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n What a Way to Go Out by Souls of Mischief - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n What a Way to Go Out - Souls of Mischief\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

What a Way to Go Out

\n
by

Souls of Mischief

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

93 'Til Infinity

\n

Jive

\n\n \n
Producer:\n

\n \n Domino (2)\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 6 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tDavid "Fathead" Newman feat. Roy Ayers\'s Symphonette\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSymphonette\n\t\t\tby David "Fathead" Newman feat. Roy Ayers (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tMonk Higgins\'s Feeling You Feeling Me\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tFeeling You Feeling Me\n\t\t\tby Monk Higgins (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tLes McCann\'s North Carolina\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tNorth Carolina\n\t\t\tby Les McCann (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe J.B.'s\'s Pass the Peas\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tPass the Peas\n\t\t\tby The J.B.'s (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tEPMD\'s I'm Housin'\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tI'm Housin'\n\t\t\tby EPMD (1988)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Composers: Monk HigginsAlex BrownTajaiPhestoOpioA-PlusDomino (2)
Vocals: A-PlusTajaiPhestoOpio
Guest Vocals: Casual
Additional Vocals: Casual
Mixer: Chris Trevett\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Getting page: https://whosampled.com/Souls-of-Mischief/What-a-Way-to-Go-Out/samples/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Tracks Sampled in What a Way to Go Out by Souls of Mischief | WhoSampled\n \n \n \n \n \n\t\n\n \n\t\n\n\t\n\n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n\n\n\n\n\n\n\n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n\t\n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n\t\n\n\n\n \n\n\n\n\t
\n\t\t
\n\t\t\t\n\t\t\t\tSouls of Mischief\'s What a Way to Go Out\n\t\t\t\n\t\t
\n\t\t
\n\t\t\t
\n\tBuy this Track\n\n\t\n
\n\n\n\t\t\t

What a Way to Go Out

\n\t\t\t
\n\t\t\t\tby

Souls of Mischief

\n\t\t\t
\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t
\n\t\t\t\t

93 'Til Infinity

\n\t\t\t\t

Jive 1993

\n\n\t\t\t\t\n\t\t\t\t\t
Producer:\n\t\t\t\t\t\t

\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tDomino (2)\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t

\n\t\t\t\t\t
\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t
\n\t\t
\n\t
\n\n\t
\n\t\t
\n
Sort:
\n
\n \n
\n
\n\n\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 6 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tDavid "Fathead" Newman feat. Roy Ayers\'s Symphonette\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSymphonette\n\t\t\tby David "Fathead" Newman feat. Roy Ayers (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tMonk Higgins\'s Feeling You Feeling Me\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tFeeling You Feeling Me\n\t\t\tby Monk Higgins (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tLes McCann\'s North Carolina\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tNorth Carolina\n\t\t\tby Les McCann (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe J.B.'s\'s Pass the Peas\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tPass the Peas\n\t\t\tby The J.B.'s (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tEPMD\'s I'm Housin'\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tI'm Housin'\n\t\t\tby EPMD (1988)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tEric B. & Rakim\'s I Ain't No Joke\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tI Ain't No Joke\n\t\t\tby Eric B. & Rakim (1987)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t
\n\n\t\n\n\n\t\n\n
\n\n\n\n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Tracks Sampled in What a Way to Go Out by Souls of Mischief | WhoSampled\n \n \n \n \n \n\t\n\n \n\t\n\n\t\n\n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n\n\n\n\n\n\n\n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n\t\n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n\t\n\n\n\n \n\n\n\n\t
\n\t\t
\n\t\t\t\n\t\t\t\tSouls of Mischief\'s What a Way to Go Out\n\t\t\t\n\t\t
\n\t\t
\n\t\t\t
\n\tBuy this Track\n\n\t\n
\n\n\n\t\t\t

What a Way to Go Out

\n\t\t\t
\n\t\t\t\tby

Souls of Mischief

\n\t\t\t
\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t
\n\t\t\t\t

93 'Til Infinity

\n\t\t\t\t

Jive 1993

\n\n\t\t\t\t\n\t\t\t\t\t
Producer:\n\t\t\t\t\t\t

\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tDomino (2)\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t

\n\t\t\t\t\t
\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t
\n\t\t
\n\t
\n\n\t
\n\t\t
\n
Sort:
\n
\n \n
\n
\n\n\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 6 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tDavid "Fathead" Newman feat. Roy Ayers\'s Symphonette\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSymphonette\n\t\t\tby David "Fathead" Newman feat. Roy Ayers (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tMonk Higgins\'s Feeling You Feeling Me\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tFeeling You Feeling Me\n\t\t\tby Monk Higgins (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tLes McCann\'s North Carolina\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tNorth Carolina\n\t\t\tby Les McCann (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe J.B.'s\'s Pass the Peas\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tPass the Peas\n\t\t\tby The J.B.'s (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tEPMD\'s I'm Housin'\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tI'm Housin'\n\t\t\tby EPMD (1988)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tEric B. & Rakim\'s I Ain't No Joke\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tI Ain't No Joke\n\t\t\tby Eric B. & Rakim (1987)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t
\n\n\t\n\n\n\t\n\n
\n\n\n\n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Souls-of-Mischief/What-a-Way-to-Go-Out/samples/ Function: parse_sample_items @@ -107,7 +107,7 @@ Message: Getting page: https://whosampled.com/Souls-of-Mischief/Never-No-More/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Never No More by Souls of Mischief - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Never No More - Souls of Mischief\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Never No More

\n
by

Souls of Mischief

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

93 'Til Infinity

\n

Jive

\n\n \n
Producer:\n

\n \n A-Plus\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tFreddie Hubbard\'s Uncle Albert/Admiral Halsey\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tSound Effect / Other
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tUncle Albert/Admiral Halsey\n\t\t\tby Freddie Hubbard (1971)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas remixed in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tSouls of Mischief\'s Never No More ('76 Seville Mix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tNever No More ('76 Seville Mix)\n\t\t\tby Snupe (1994)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Composers: TajaiPhestoOpioA-Plus
Vocals: PhestoA-PlusOpioTajai
Mixer: Chris Trevett\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Never No More by Souls of Mischief - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Never No More - Souls of Mischief\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Never No More

\n
by

Souls of Mischief

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

93 'Til Infinity

\n

Jive

\n\n \n
Producer:\n

\n \n A-Plus\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tFreddie Hubbard\'s Uncle Albert/Admiral Halsey\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tSound Effect / Other
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tUncle Albert/Admiral Halsey\n\t\t\tby Freddie Hubbard (1971)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas remixed in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tSouls of Mischief\'s Never No More ('76 Seville Mix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tNever No More ('76 Seville Mix)\n\t\t\tby Snupe (1994)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Composers: TajaiPhestoOpioA-Plus
Vocals: PhestoA-PlusOpioTajai
Mixer: Chris Trevett\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Souls-of-Mischief/Never-No-More/ Function: parse_sample_items @@ -119,7 +119,7 @@ Message: Getting page: https://whosampled.com/Souls-of-Mischief/93-%27Til-Infini Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n 93 'Til Infinity by Souls of Mischief - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n 93 'Til Infinity - Souls of Mischief\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

93 'Til Infinity

\n
by

Souls of Mischief

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

93 'Til Infinity

\n

Jive

\n\n \n
Producer:\n

\n \n A-Plus\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n \n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBilly Cobham\'s Heather\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tHeather\n\t\t\tby Billy Cobham (1974)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGraham Central Station\'s The Jam\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Jam\n\t\t\tby Graham Central Station (1975)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 34 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tJ. Cole\'s 'Til Infinity\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\t'Til Infinity\n\t\t\tby J. Cole (2009)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tBig K.R.I.T.\'s Somedayz\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSomedayz\n\t\t\tby Big K.R.I.T. (2010)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tCurren$y feat. Young Roddy\'s Lysol\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tLysol\n\t\t\tby Curren$y feat. Young Roddy (2008)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tTyga\'s '09 Until\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\t'09 Until\n\t\t\tby Tyga (2009)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tMathias Meyer\'s Infinity\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tElectronic / Dance\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tInfinity\n\t\t\tby Mathias Meyer (2009)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas covered in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tConsequence and Kanye West\'s 03 Til Infinity\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\t03 Til Infinity\n\t\t\tby Consequence and Kanye West (2004)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas remixed in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tSouls of Mischief\'s 93 'Til Infinity (Remix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\t93 'Til Infinity (Remix)\n\t\t\tby A-Plus (1993)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Writers: TajaiOpioPhestoA-Plus
Vocals: PhestoA-PlusOpioTajai
Mixer: Chris Trevett\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n 93 'Til Infinity by Souls of Mischief - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n 93 'Til Infinity - Souls of Mischief\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

93 'Til Infinity

\n
by

Souls of Mischief

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

93 'Til Infinity

\n

Jive

\n\n \n
Producer:\n

\n \n A-Plus\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n \n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBilly Cobham\'s Heather\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tHeather\n\t\t\tby Billy Cobham (1974)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGraham Central Station\'s The Jam\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Jam\n\t\t\tby Graham Central Station (1975)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 34 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tJ. Cole\'s 'Til Infinity\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\t'Til Infinity\n\t\t\tby J. Cole (2009)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tBig K.R.I.T.\'s Somedayz\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSomedayz\n\t\t\tby Big K.R.I.T. (2010)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tCurren$y feat. Young Roddy\'s Lysol\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tLysol\n\t\t\tby Curren$y feat. Young Roddy (2008)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tTyga\'s '09 Until\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\t'09 Until\n\t\t\tby Tyga (2009)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tMathias Meyer\'s Infinity\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tElectronic / Dance\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tInfinity\n\t\t\tby Mathias Meyer (2009)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas covered in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tConsequence and Kanye West\'s 03 Til Infinity\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\t03 Til Infinity\n\t\t\tby Consequence and Kanye West (2004)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas remixed in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tSouls of Mischief\'s 93 'Til Infinity (Remix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\t93 'Til Infinity (Remix)\n\t\t\tby A-Plus (1993)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Writers: TajaiOpioPhestoA-Plus
Vocals: PhestoA-PlusOpioTajai
Mixer: Chris Trevett\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Souls-of-Mischief/93-%27Til-Infinity/ Function: parse_sample_items @@ -131,7 +131,7 @@ Message: Getting page: https://whosampled.com/Souls-of-Mischief/Limitations/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Limitations by Souls of Mischief - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Limitations - Souls of Mischief\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Limitations

\n
by

Souls of Mischief

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

93 'Til Infinity

\n

Jive

\n\n \n
Producer:\n

\n \n Jay-Biz\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 3 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tCurtis Mayfield\'s We're a Winner (Live Version)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWe're a Winner (Live Version)\n\t\t\tby Curtis Mayfield (1971)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tCaptain America - Theme Song scene\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tAnime / Animation\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tTheme Song\n\t\t\tfrom Captain America (1966)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tToo Short\'s Dope Fiend Beat\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDope Fiend Beat\n\t\t\tby Too Short (1987)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Composers: TajaiJay-BizPhestoOpioA-Plus
Vocals: A-PlusTajaiPhestoOpio
Guest Vocals: Del the Funky HomosapienCasual
Mixer: Chris Trevett\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Limitations by Souls of Mischief - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Limitations - Souls of Mischief\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Limitations

\n
by

Souls of Mischief

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

93 'Til Infinity

\n

Jive

\n\n \n
Producer:\n

\n \n Jay-Biz\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 3 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tCurtis Mayfield\'s We're a Winner (Live Version)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWe're a Winner (Live Version)\n\t\t\tby Curtis Mayfield (1971)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tCaptain America - Theme Song scene\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tAnime / Animation\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tTheme Song\n\t\t\tfrom Captain America (1966)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tToo Short\'s Dope Fiend Beat\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDope Fiend Beat\n\t\t\tby Too Short (1987)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Composers: TajaiJay-BizPhestoOpioA-Plus
Vocals: A-PlusTajaiPhestoOpio
Guest Vocals: Del the Funky HomosapienCasual
Mixer: Chris Trevett\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Souls-of-Mischief/Limitations/ Function: parse_sample_items @@ -143,7 +143,7 @@ Message: Getting page: https://whosampled.com/Souls-of-Mischief/Anything-Can-Hap Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Anything Can Happen by Souls of Mischief - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Anything Can Happen - Souls of Mischief\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Anything Can Happen

\n
by

Souls of Mischief

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

93 'Til Infinity

\n

Jive

\n\n \n
Producer:\n

\n \n A-Plus\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 4 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tFreddie Hubbard\'s Lonely Town\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tLonely Town\n\t\t\tby Freddie Hubbard (1971)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tTraffic\'s Rainmaker\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tRock / Pop\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tRainmaker\n\t\t\tby Traffic (1971)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe New Birth\'s Keep on Doin' It\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tKeep on Doin' It\n\t\t\tby The New Birth (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tFreddie Hubbard\'s First Light\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tFirst Light\n\t\t\tby Freddie Hubbard (1971)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Composers: TajaiPhestoOpioA-Plus
Vocals: PhestoA-PlusOpioTajai
Mixer: Matt Kelley\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Anything Can Happen by Souls of Mischief - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Anything Can Happen - Souls of Mischief\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Anything Can Happen

\n
by

Souls of Mischief

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

93 'Til Infinity

\n

Jive

\n\n \n
Producer:\n

\n \n A-Plus\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 4 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tFreddie Hubbard\'s Lonely Town\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tLonely Town\n\t\t\tby Freddie Hubbard (1971)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tTraffic\'s Rainmaker\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tRock / Pop\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tRainmaker\n\t\t\tby Traffic (1971)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe New Birth\'s Keep on Doin' It\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tKeep on Doin' It\n\t\t\tby The New Birth (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tFreddie Hubbard\'s First Light\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tFirst Light\n\t\t\tby Freddie Hubbard (1971)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Composers: TajaiPhestoOpioA-Plus
Vocals: PhestoA-PlusOpioTajai
Mixer: Matt Kelley\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Souls-of-Mischief/Anything-Can-Happen/ Function: parse_sample_items @@ -155,7 +155,7 @@ Message: Getting page: https://whosampled.com/Souls-of-Mischief/Make-Your-Mind-U Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Make Your Mind Up by Souls of Mischief - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Make Your Mind Up - Souls of Mischief\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Make Your Mind Up

\n
by

Souls of Mischief

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

93' Til Infinity

\n

Zomba

\n\n \n \n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 3 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Ramsey Lewis Trio\'s Collage\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tCollage\n\t\t\tby The Ramsey Lewis Trio (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGang Starr feat. Damo D-Ski\'s Knowledge\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tKnowledge\n\t\t\tby Gang Starr feat. Damo D-Ski (1989)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tPublic Enemy\'s Son of Public Enemy (Flavor Whop Version)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSon of Public Enemy (Flavor Whop Version)\n\t\t\tby Public Enemy (1987)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Make Your Mind Up by Souls of Mischief - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Make Your Mind Up - Souls of Mischief\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Make Your Mind Up

\n
by

Souls of Mischief

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

93' Til Infinity

\n

Zomba

\n\n \n \n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 3 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Ramsey Lewis Trio\'s Collage\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tCollage\n\t\t\tby The Ramsey Lewis Trio (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGang Starr feat. Damo D-Ski\'s Knowledge\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tKnowledge\n\t\t\tby Gang Starr feat. Damo D-Ski (1989)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tPublic Enemy\'s Son of Public Enemy (Flavor Whop Version)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSon of Public Enemy (Flavor Whop Version)\n\t\t\tby Public Enemy (1987)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Souls-of-Mischief/Make-Your-Mind-Up/ Function: parse_sample_items @@ -167,7 +167,7 @@ Message: Getting page: https://whosampled.com/Souls-of-Mischief/Batting-Practice Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Batting Practice (Original Version) by Souls of Mischief - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Batting Practice (Original Version) - Souls of Mischief\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Batting Practice (Original Version)

\n
by

Souls of Mischief

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Hiero Oldies - Vol. 1

\n

Hiero Imperium

\n\n \n
Producer:\n

\n \n A-Plus\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tSoul Flutes\'s Trust in Me\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tTrust in Me\n\t\t\tby Soul Flutes (1968)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Composers: A-PlusTajaiPhestoOpioCasual
Vocals: TajaiPhestoA-PlusOpio
Background Vocals: Jay-BizKwamSnupeDomino (2)Pep LoveCasual
Mixer: Matt Kelley\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Batting Practice (Original Version) by Souls of Mischief - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Batting Practice (Original Version) - Souls of Mischief\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Batting Practice (Original Version)

\n
by

Souls of Mischief

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Hiero Oldies - Vol. 1

\n

Hiero Imperium

\n\n \n
Producer:\n

\n \n A-Plus\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tSoul Flutes\'s Trust in Me\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tTrust in Me\n\t\t\tby Soul Flutes (1968)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Composers: A-PlusTajaiPhestoOpioCasual
Vocals: TajaiPhestoA-PlusOpio
Background Vocals: Jay-BizKwamSnupeDomino (2)Pep LoveCasual
Mixer: Matt Kelley\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Souls-of-Mischief/Batting-Practice-(Original-Version)/ Function: parse_sample_items @@ -179,7 +179,7 @@ Message: Getting page: https://whosampled.com/Souls-of-Mischief/Tell-Me-Who-Prof Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Tell Me Who Profits by Souls of Mischief - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Tell Me Who Profits - Souls of Mischief\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Tell Me Who Profits

\n
by

Souls of Mischief

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

93 'Til Infinity

\n

Jive

\n\n \n
Producer:\n

\n \n Domino (2)\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n \n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tEddie Henderson\'s Inside You\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tInside You\n\t\t\tby Eddie Henderson (1976)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tCharlie Parker\'s Bird of Paradise\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBird of Paradise\n\t\t\tby Charlie Parker (1949)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Composers: TajaiPhestoOpioA-PlusDomino (2)
Vocals: PhestoA-PlusOpioTajai
Mixer: Chris Trevett\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n
\n \n
\n mdfk79\n\n
\n
mdfk79 said 2 years ago:
\n

does anybody know the trumpet sample at the beginning? used in a serj tankian song from v for vendetta on you tube too, slowed way down, maybe original speed?

\n
\n \n
\n\n \n \n
\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Tell Me Who Profits by Souls of Mischief - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Tell Me Who Profits - Souls of Mischief\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Tell Me Who Profits

\n
by

Souls of Mischief

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

93 'Til Infinity

\n

Jive

\n\n \n
Producer:\n

\n \n Domino (2)\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n \n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tEddie Henderson\'s Inside You\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tInside You\n\t\t\tby Eddie Henderson (1976)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tCharlie Parker\'s Bird of Paradise\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBird of Paradise\n\t\t\tby Charlie Parker (1949)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Composers: TajaiPhestoOpioA-PlusDomino (2)
Vocals: PhestoA-PlusOpioTajai
Mixer: Chris Trevett\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n
\n \n
\n mdfk79\n\n
\n
mdfk79 said 2 years ago:
\n

does anybody know the trumpet sample at the beginning? used in a serj tankian song from v for vendetta on you tube too, slowed way down, maybe original speed?

\n
\n \n
\n\n \n \n
\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Souls-of-Mischief/Tell-Me-Who-Profits/ Function: parse_sample_items @@ -191,7 +191,7 @@ Message: Getting page: https://whosampled.com/Souls-of-Mischief/Outro/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Outro by Souls of Mischief - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Outro - Souls of Mischief\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Outro

\n
by

Souls of Mischief

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

93 'Til Infinity

\n

Jive

\n\n \n
Producer:\n

\n \n Domino (2)\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Propositions\'s Africana\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tBass
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tAfricana\n\t\t\tby The Propositions (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Composers: TajaiPhestoOpioA-PlusDomino (2)
Vocals: PhestoA-PlusOpioTajai
Mixer: Chris Trevett\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Outro by Souls of Mischief - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Outro - Souls of Mischief\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Outro

\n
by

Souls of Mischief

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

93 'Til Infinity

\n

Jive

\n\n \n
Producer:\n

\n \n Domino (2)\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Propositions\'s Africana\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tBass
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tAfricana\n\t\t\tby The Propositions (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Composers: TajaiPhestoOpioA-PlusDomino (2)
Vocals: PhestoA-PlusOpioTajai
Mixer: Chris Trevett\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Souls-of-Mischief/Outro/ Function: parse_sample_items @@ -515,60 +515,88 @@ Trust in Me soul flutes Sample Info: ( Let 'Em Know )->-[ Contains samples of ]->-( You're Getting a Little Too Smart, by Detroit Emeralds ) ( Let 'Em Know )->-[ Contains samples of ]->-( Dope Fiend Beat, by Too Short ) +The originator of sample data ( Live and Let Live )->-[ Contains samples of ]->-( Can I Dedicate, by The Loading Zone ) +The originator of sample data ( That's When Ya Lost )->-[ Contains samples of ]->-( Who Do You Love?, by The Doors ) ( That's When Ya Lost )->-[ Contains samples of ]->-( Statues, by Jack Bruce ) ( That's When Ya Lost )->-[ Contains samples of ]->-( Jah Rulez, by Boogie Down Productions ) ( That's When Ya Lost )->-[ Contains samples of ]->-( Hihache, by Lafayette Afro Rock Band ) +The originator of sample data ( A Name I Call Myself )->-[ Contains samples of ]->-( Sky Dive, by Freddie Hubbard ) ( A Name I Call Myself )->-[ Contains samples of ]->-( Respect, by Rotary Connection ) +The originator of sample data ( Disseshowedo )->-[ Contains samples of ]->-( Speak the Truth to the People (Frankie's Theme), by Jerry Butler and Jerry Peters ) ( Disseshowedo )->-[ Contains samples of ]->-( Can I Dedicate, by The Loading Zone ) +The originator of sample data ( What a Way to Go Out )->-[ Contains samples of ]->-( Feeling You Feeling Me, by Monk Higgins ) ( What a Way to Go Out )->-[ Contains samples of ]->-( North Carolina, by Les McCann ) ( What a Way to Go Out )->-[ Contains samples of ]->-( Pass the Peas, by The J.B.'s ) ( What a Way to Go Out )->-[ Contains samples of ]->-( I'm Housin', by EPMD ) ( What a Way to Go Out )->-[ Contains samples of ]->-( I Ain't No Joke, by Eric B. & Rakim ) +The originator of sample data ( Never No More )->-[ Contains samples of ]->-( Uncle Albert/Admiral Halsey, by Freddie Hubbard ) +The originator of sample data ( 93 'Til Infinity )->-[ Contains samples of ]->-( Heather, by Billy Cobham ) ( 93 'Til Infinity )->-[ Contains samples of ]->-( The Jam, by Graham Central Station ) +The originator of sample data ( Limitations )->-[ Contains samples of ]->-( Dope Fiend Beat, by Too Short ) +The originator of sample data ( Anything Can Happen )->-[ Contains samples of ]->-( Lonely Town, by Freddie Hubbard ) ( Anything Can Happen )->-[ Contains samples of ]->-( Rainmaker, by Traffic ) ( Anything Can Happen )->-[ Contains samples of ]->-( Keep on Doin' It, by The New Birth ) ( Anything Can Happen )->-[ Contains samples of ]->-( First Light, by Freddie Hubbard ) +The originator of sample data +The originator of sample data +The originator of sample data ( Tell Me Who Profits )->-[ Contains samples of ]->-( Inside You, by Eddie Henderson ) ( Tell Me Who Profits )->-[ Contains samples of ]->-( Bird of Paradise, by Charlie Parker ) +The originator of sample data ( Outro )->-[ Contains samples of ]->-( Africana, by The Propositions ) +The originator of sample data ==> search terms: You're Getting a Little Too Smart detroit emeralds Dope Fiend Beat too short +n/a Can I Dedicate the loading zone +n/a Who Do You Love? the doors Statues jack bruce Jah Rulez boogie down productions Hihache lafayette afro rock band +n/a Sky Dive freddie hubbard Respect rotary connection +n/a Speak the Truth to the People (Frankie's Theme) jerry butler jerry peters Can I Dedicate the loading zone +n/a Feeling You Feeling Me monk higgins North Carolina les mccann Pass the Peas the j.b.'s I'm Housin' epmd I Ain't No Joke eric b. rakim +n/a Uncle Albert/Admiral Halsey freddie hubbard +n/a Heather billy cobham The Jam graham central station +n/a Dope Fiend Beat too short +n/a Lonely Town freddie hubbard Rainmaker traffic Keep on Doin' It the new birth First Light freddie hubbard +n/a +n/a +n/a Inside You eddie henderson Bird of Paradise charlie parker +n/a Africana the propositions +n/a verbosity 3 Message: diff --git a/examples/album_body-of-the-life-force_afu-ra b/examples/album_body-of-the-life-force_afu-ra index e4e4df4..382026a 100644 --- a/examples/album_body-of-the-life-force_afu-ra +++ b/examples/album_body-of-the-life-force_afu-ra @@ -1,17 +1,17 @@ verbosity 3 verbosity == 3 verbosity 3 -log_file == Samplify-1567128982.9664009 +log_file == Samplify-1568054893.5663602 verbosity 3 verbosity == 3 verbosity 3 -log_file == scraper_track.1567128982.9666553 +log_file == scraper_track.1568054893.5666065 verbosity 3 Message: Searched for "body of the life force afu-ra" Function: from_search Data: -{'tracks': {'href': 'https://api.spotify.com/v1/search?query=body+of+the+life+force+afu-ra&type=track&market=GB&offset=0&limit=50', 'items': [{'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/6HB0hHlIIn3jngBqILTA96'}, 'href': 'https://api.spotify.com/v1/albums/6HB0hHlIIn3jngBqILTA96', 'id': '6HB0hHlIIn3jngBqILTA96', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/48a2a7efdf4ae1957ee1e81469c0147c8241c0d1', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9e5a19e4fa6d52b4005be0b833b398858bbd19e0', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/2a1995edb51bd1f9885ad49b45d1ff071bdcd86b', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:6HB0hHlIIn3jngBqILTA96'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 239413, 'explicit': True, 'external_ids': {'isrc': 'USKO10100395'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/7EZOcCGTHCXTLFtax2VUsU'}, 'href': 'https://api.spotify.com/v1/tracks/7EZOcCGTHCXTLFtax2VUsU', 'id': '7EZOcCGTHCXTLFtax2VUsU', 'is_local': False, 'name': 'Whirlwind Thru Cities', 'popularity': 55, 'preview_url': 'https://p.scdn.co/mp3-preview/4a98c0f207045a5a591f1eb7b4e2dac2f4e85143?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 18, 'type': 'track', 'uri': 'spotify:track:7EZOcCGTHCXTLFtax2VUsU'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/6HB0hHlIIn3jngBqILTA96'}, 'href': 'https://api.spotify.com/v1/albums/6HB0hHlIIn3jngBqILTA96', 'id': '6HB0hHlIIn3jngBqILTA96', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/48a2a7efdf4ae1957ee1e81469c0147c8241c0d1', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9e5a19e4fa6d52b4005be0b833b398858bbd19e0', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/2a1995edb51bd1f9885ad49b45d1ff071bdcd86b', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:6HB0hHlIIn3jngBqILTA96'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 277320, 'explicit': True, 'external_ids': {'isrc': 'USKO10100392'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5rIq9qIH2NERKuolO6CNEz'}, 'href': 'https://api.spotify.com/v1/tracks/5rIq9qIH2NERKuolO6CNEz', 'id': '5rIq9qIH2NERKuolO6CNEz', 'is_local': False, 'name': 'Equality', 'popularity': 42, 'preview_url': 'https://p.scdn.co/mp3-preview/2e48b34035aeb5989042554a8d30c95f23a89458?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 15, 'type': 'track', 'uri': 'spotify:track:5rIq9qIH2NERKuolO6CNEz'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/6HB0hHlIIn3jngBqILTA96'}, 'href': 'https://api.spotify.com/v1/albums/6HB0hHlIIn3jngBqILTA96', 'id': '6HB0hHlIIn3jngBqILTA96', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/48a2a7efdf4ae1957ee1e81469c0147c8241c0d1', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9e5a19e4fa6d52b4005be0b833b398858bbd19e0', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/2a1995edb51bd1f9885ad49b45d1ff071bdcd86b', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:6HB0hHlIIn3jngBqILTA96'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 204013, 'explicit': True, 'external_ids': {'isrc': 'USKO10100063'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/7DLHcfrCEwsykOXhrdn108'}, 'href': 'https://api.spotify.com/v1/tracks/7DLHcfrCEwsykOXhrdn108', 'id': '7DLHcfrCEwsykOXhrdn108', 'is_local': False, 'name': 'Defeat', 'popularity': 39, 'preview_url': 'https://p.scdn.co/mp3-preview/71e0fc85307d65de8585c7e94b031ea4f2332b10?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 3, 'type': 'track', 'uri': 'spotify:track:7DLHcfrCEwsykOXhrdn108'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/6HB0hHlIIn3jngBqILTA96'}, 'href': 'https://api.spotify.com/v1/albums/6HB0hHlIIn3jngBqILTA96', 'id': '6HB0hHlIIn3jngBqILTA96', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/48a2a7efdf4ae1957ee1e81469c0147c8241c0d1', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9e5a19e4fa6d52b4005be0b833b398858bbd19e0', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/2a1995edb51bd1f9885ad49b45d1ff071bdcd86b', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:6HB0hHlIIn3jngBqILTA96'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 256493, 'explicit': True, 'external_ids': {'isrc': 'USKO10100383'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5n9iN2lbM4TUgTpn6Uc9G5'}, 'href': 'https://api.spotify.com/v1/tracks/5n9iN2lbM4TUgTpn6Uc9G5', 'id': '5n9iN2lbM4TUgTpn6Uc9G5', 'is_local': False, 'name': 'D-d Soundclash', 'popularity': 38, 'preview_url': 'https://p.scdn.co/mp3-preview/f2544a7459ac4d31bf10717910e749aa8ab3f519?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 6, 'type': 'track', 'uri': 'spotify:track:5n9iN2lbM4TUgTpn6Uc9G5'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2vPAaAkpvSULG7Rqd2pJEi'}, 'href': 'https://api.spotify.com/v1/albums/2vPAaAkpvSULG7Rqd2pJEi', 'id': '2vPAaAkpvSULG7Rqd2pJEi', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/a53dec9fc11873eaabbbcecf91fc8a673b726090', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/339d3edd56a946365e56277e92e493cb42f155f4', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7d2af469788fd11a3bb4c7a901906e81e4ae79a7', 'width': 64}], 'name': "Body of the Life Force 'pt. 2'", 'release_date': '2012-11-26', 'release_date_precision': 'day', 'total_tracks': 19, 'type': 'album', 'uri': 'spotify:album:2vPAaAkpvSULG7Rqd2pJEi'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 228040, 'explicit': False, 'external_ids': {'isrc': 'GB3U21200820'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5LbDw26MvgnQuFqJM24esE'}, 'href': 'https://api.spotify.com/v1/tracks/5LbDw26MvgnQuFqJM24esE', 'id': '5LbDw26MvgnQuFqJM24esE', 'is_local': False, 'name': 'Body of the Life Force', 'popularity': 14, 'preview_url': 'https://p.scdn.co/mp3-preview/1dff21f6024670993fb4e46a3bb4b574dbcefa86?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 2, 'type': 'track', 'uri': 'spotify:track:5LbDw26MvgnQuFqJM24esE'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/6HB0hHlIIn3jngBqILTA96'}, 'href': 'https://api.spotify.com/v1/albums/6HB0hHlIIn3jngBqILTA96', 'id': '6HB0hHlIIn3jngBqILTA96', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/48a2a7efdf4ae1957ee1e81469c0147c8241c0d1', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9e5a19e4fa6d52b4005be0b833b398858bbd19e0', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/2a1995edb51bd1f9885ad49b45d1ff071bdcd86b', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:6HB0hHlIIn3jngBqILTA96'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 250453, 'explicit': True, 'external_ids': {'isrc': 'USKO10100384'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/35w5p32IpnCWno2OV2Obz7'}, 'href': 'https://api.spotify.com/v1/tracks/35w5p32IpnCWno2OV2Obz7', 'id': '35w5p32IpnCWno2OV2Obz7', 'is_local': False, 'name': 'Mic Stance', 'popularity': 27, 'preview_url': 'https://p.scdn.co/mp3-preview/b9131803d2a4429d57728e20cf8f95a39c2d3e37?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 7, 'type': 'track', 'uri': 'spotify:track:35w5p32IpnCWno2OV2Obz7'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/6HB0hHlIIn3jngBqILTA96'}, 'href': 'https://api.spotify.com/v1/albums/6HB0hHlIIn3jngBqILTA96', 'id': '6HB0hHlIIn3jngBqILTA96', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/48a2a7efdf4ae1957ee1e81469c0147c8241c0d1', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9e5a19e4fa6d52b4005be0b833b398858bbd19e0', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/2a1995edb51bd1f9885ad49b45d1ff071bdcd86b', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:6HB0hHlIIn3jngBqILTA96'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 193400, 'explicit': True, 'external_ids': {'isrc': 'USKO10100379'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/7ehxw5dscPd4XrMZg3bwJO'}, 'href': 'https://api.spotify.com/v1/tracks/7ehxw5dscPd4XrMZg3bwJO', 'id': '7ehxw5dscPd4XrMZg3bwJO', 'is_local': False, 'name': 'Soul Assasination', 'popularity': 27, 'preview_url': 'https://p.scdn.co/mp3-preview/d1a0e208fd25b8b7287d90fb25a474a5856c5214?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 2, 'type': 'track', 'uri': 'spotify:track:7ehxw5dscPd4XrMZg3bwJO'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/6HB0hHlIIn3jngBqILTA96'}, 'href': 'https://api.spotify.com/v1/albums/6HB0hHlIIn3jngBqILTA96', 'id': '6HB0hHlIIn3jngBqILTA96', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/48a2a7efdf4ae1957ee1e81469c0147c8241c0d1', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9e5a19e4fa6d52b4005be0b833b398858bbd19e0', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/2a1995edb51bd1f9885ad49b45d1ff071bdcd86b', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:6HB0hHlIIn3jngBqILTA96'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 195173, 'explicit': True, 'external_ids': {'isrc': 'USKO10100390'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/72NIaDuJibZx3kJU536k50'}, 'href': 'https://api.spotify.com/v1/tracks/72NIaDuJibZx3kJU536k50', 'id': '72NIaDuJibZx3kJU536k50', 'is_local': False, 'name': 'Mortal Kombat', 'popularity': 27, 'preview_url': 'https://p.scdn.co/mp3-preview/1f5394bda3938ba1d4586186a46ddc78e5221378?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 13, 'type': 'track', 'uri': 'spotify:track:72NIaDuJibZx3kJU536k50'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/6HB0hHlIIn3jngBqILTA96'}, 'href': 'https://api.spotify.com/v1/albums/6HB0hHlIIn3jngBqILTA96', 'id': '6HB0hHlIIn3jngBqILTA96', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/48a2a7efdf4ae1957ee1e81469c0147c8241c0d1', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9e5a19e4fa6d52b4005be0b833b398858bbd19e0', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/2a1995edb51bd1f9885ad49b45d1ff071bdcd86b', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:6HB0hHlIIn3jngBqILTA96'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 136533, 'explicit': True, 'external_ids': {'isrc': 'USKO10100388'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/4PpyNg5rkDgbMacInMYPg1'}, 'href': 'https://api.spotify.com/v1/tracks/4PpyNg5rkDgbMacInMYPg1', 'id': '4PpyNg5rkDgbMacInMYPg1', 'is_local': False, 'name': 'Self Mastery', 'popularity': 27, 'preview_url': 'https://p.scdn.co/mp3-preview/db9c034b01e366fac6228e2f320ccb146f3de312?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 11, 'type': 'track', 'uri': 'spotify:track:4PpyNg5rkDgbMacInMYPg1'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/6HB0hHlIIn3jngBqILTA96'}, 'href': 'https://api.spotify.com/v1/albums/6HB0hHlIIn3jngBqILTA96', 'id': '6HB0hHlIIn3jngBqILTA96', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/48a2a7efdf4ae1957ee1e81469c0147c8241c0d1', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9e5a19e4fa6d52b4005be0b833b398858bbd19e0', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/2a1995edb51bd1f9885ad49b45d1ff071bdcd86b', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:6HB0hHlIIn3jngBqILTA96'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 248560, 'explicit': True, 'external_ids': {'isrc': 'USKO10100391'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5Pd3jjRhkUsvtJMdUHLL1q'}, 'href': 'https://api.spotify.com/v1/tracks/5Pd3jjRhkUsvtJMdUHLL1q', 'id': '5Pd3jjRhkUsvtJMdUHLL1q', 'is_local': False, 'name': 'Warfare', 'popularity': 22, 'preview_url': 'https://p.scdn.co/mp3-preview/8542e714d12fa1a66ab24bbf94cd6d443bc9508d?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 14, 'type': 'track', 'uri': 'spotify:track:5Pd3jjRhkUsvtJMdUHLL1q'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/6HB0hHlIIn3jngBqILTA96'}, 'href': 'https://api.spotify.com/v1/albums/6HB0hHlIIn3jngBqILTA96', 'id': '6HB0hHlIIn3jngBqILTA96', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/48a2a7efdf4ae1957ee1e81469c0147c8241c0d1', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9e5a19e4fa6d52b4005be0b833b398858bbd19e0', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/2a1995edb51bd1f9885ad49b45d1ff071bdcd86b', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:6HB0hHlIIn3jngBqILTA96'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 205440, 'explicit': True, 'external_ids': {'isrc': 'USKO10100385'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/7w4K9gUq4EJNv9QUnWuqNp'}, 'href': 'https://api.spotify.com/v1/tracks/7w4K9gUq4EJNv9QUnWuqNp', 'id': '7w4K9gUq4EJNv9QUnWuqNp', 'is_local': False, 'name': 'Caliente', 'popularity': 22, 'preview_url': 'https://p.scdn.co/mp3-preview/9b12eb749931d04f38e39e1be20f82cd711f1ebe?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 8, 'type': 'track', 'uri': 'spotify:track:7w4K9gUq4EJNv9QUnWuqNp'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/6HB0hHlIIn3jngBqILTA96'}, 'href': 'https://api.spotify.com/v1/albums/6HB0hHlIIn3jngBqILTA96', 'id': '6HB0hHlIIn3jngBqILTA96', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/48a2a7efdf4ae1957ee1e81469c0147c8241c0d1', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9e5a19e4fa6d52b4005be0b833b398858bbd19e0', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/2a1995edb51bd1f9885ad49b45d1ff071bdcd86b', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:6HB0hHlIIn3jngBqILTA96'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 242586, 'explicit': True, 'external_ids': {'isrc': 'USKO10100393'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/4W493mczlfaxN7Kse2YmVP'}, 'href': 'https://api.spotify.com/v1/tracks/4W493mczlfaxN7Kse2YmVP', 'id': '4W493mczlfaxN7Kse2YmVP', 'is_local': False, 'name': 'Monotony', 'popularity': 21, 'preview_url': 'https://p.scdn.co/mp3-preview/a581a45d5d1dd1df1096d704b5b35b2ff2fa769f?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 16, 'type': 'track', 'uri': 'spotify:track:4W493mczlfaxN7Kse2YmVP'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/6HB0hHlIIn3jngBqILTA96'}, 'href': 'https://api.spotify.com/v1/albums/6HB0hHlIIn3jngBqILTA96', 'id': '6HB0hHlIIn3jngBqILTA96', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/48a2a7efdf4ae1957ee1e81469c0147c8241c0d1', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9e5a19e4fa6d52b4005be0b833b398858bbd19e0', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/2a1995edb51bd1f9885ad49b45d1ff071bdcd86b', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:6HB0hHlIIn3jngBqILTA96'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 224933, 'explicit': True, 'external_ids': {'isrc': 'USKO10100381'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/65jutuoEHROyRlL3vmsi5Y'}, 'href': 'https://api.spotify.com/v1/tracks/65jutuoEHROyRlL3vmsi5Y', 'id': '65jutuoEHROyRlL3vmsi5Y', 'is_local': False, 'name': 'Bigacts, Littleacts', 'popularity': 21, 'preview_url': 'https://p.scdn.co/mp3-preview/9f0291f322615338968eb8ce74b792ed045436d8?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 4, 'type': 'track', 'uri': 'spotify:track:65jutuoEHROyRlL3vmsi5Y'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/6HB0hHlIIn3jngBqILTA96'}, 'href': 'https://api.spotify.com/v1/albums/6HB0hHlIIn3jngBqILTA96', 'id': '6HB0hHlIIn3jngBqILTA96', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/48a2a7efdf4ae1957ee1e81469c0147c8241c0d1', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9e5a19e4fa6d52b4005be0b833b398858bbd19e0', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/2a1995edb51bd1f9885ad49b45d1ff071bdcd86b', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:6HB0hHlIIn3jngBqILTA96'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 238346, 'explicit': True, 'external_ids': {'isrc': 'USKO10100386'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5pzFwTfA1Fp48hkxmMf0JF'}, 'href': 'https://api.spotify.com/v1/tracks/5pzFwTfA1Fp48hkxmMf0JF', 'id': '5pzFwTfA1Fp48hkxmMf0JF', 'is_local': False, 'name': 'All That', 'popularity': 17, 'preview_url': 'https://p.scdn.co/mp3-preview/cc3c5a47bdf0852ece6d86494763329665332414?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 9, 'type': 'track', 'uri': 'spotify:track:5pzFwTfA1Fp48hkxmMf0JF'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/6HB0hHlIIn3jngBqILTA96'}, 'href': 'https://api.spotify.com/v1/albums/6HB0hHlIIn3jngBqILTA96', 'id': '6HB0hHlIIn3jngBqILTA96', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/48a2a7efdf4ae1957ee1e81469c0147c8241c0d1', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9e5a19e4fa6d52b4005be0b833b398858bbd19e0', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/2a1995edb51bd1f9885ad49b45d1ff071bdcd86b', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:6HB0hHlIIn3jngBqILTA96'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 267586, 'explicit': True, 'external_ids': {'isrc': 'USKO10100394'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/42BXPGvJJQvlndHxfNqjXp'}, 'href': 'https://api.spotify.com/v1/tracks/42BXPGvJJQvlndHxfNqjXp', 'id': '42BXPGvJJQvlndHxfNqjXp', 'is_local': False, 'name': 'Bring It Right', 'popularity': 18, 'preview_url': 'https://p.scdn.co/mp3-preview/3c3efe660bafddad93ae5ac6e56e679210755a30?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 17, 'type': 'track', 'uri': 'spotify:track:42BXPGvJJQvlndHxfNqjXp'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2vPAaAkpvSULG7Rqd2pJEi'}, 'href': 'https://api.spotify.com/v1/albums/2vPAaAkpvSULG7Rqd2pJEi', 'id': '2vPAaAkpvSULG7Rqd2pJEi', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/a53dec9fc11873eaabbbcecf91fc8a673b726090', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/339d3edd56a946365e56277e92e493cb42f155f4', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7d2af469788fd11a3bb4c7a901906e81e4ae79a7', 'width': 64}], 'name': "Body of the Life Force 'pt. 2'", 'release_date': '2012-11-26', 'release_date_precision': 'day', 'total_tracks': 19, 'type': 'album', 'uri': 'spotify:album:2vPAaAkpvSULG7Rqd2pJEi'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/6SM6f1X5TWA2vlKuXyggFa'}, 'href': 'https://api.spotify.com/v1/artists/6SM6f1X5TWA2vlKuXyggFa', 'id': '6SM6f1X5TWA2vlKuXyggFa', 'name': 'Lyricson', 'type': 'artist', 'uri': 'spotify:artist:6SM6f1X5TWA2vlKuXyggFa'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 199173, 'explicit': False, 'external_ids': {'isrc': 'GB3U21200960'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/29TKiKmFVvPVpU76C6ORcf'}, 'href': 'https://api.spotify.com/v1/tracks/29TKiKmFVvPVpU76C6ORcf', 'id': '29TKiKmFVvPVpU76C6ORcf', 'is_local': False, 'name': 'Warrior', 'popularity': 15, 'preview_url': 'https://p.scdn.co/mp3-preview/c41511e81e892afab3e78bda9b6582f7c2bd0d76?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 16, 'type': 'track', 'uri': 'spotify:track:29TKiKmFVvPVpU76C6ORcf'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2vPAaAkpvSULG7Rqd2pJEi'}, 'href': 'https://api.spotify.com/v1/albums/2vPAaAkpvSULG7Rqd2pJEi', 'id': '2vPAaAkpvSULG7Rqd2pJEi', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/a53dec9fc11873eaabbbcecf91fc8a673b726090', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/339d3edd56a946365e56277e92e493cb42f155f4', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7d2af469788fd11a3bb4c7a901906e81e4ae79a7', 'width': 64}], 'name': "Body of the Life Force 'pt. 2'", 'release_date': '2012-11-26', 'release_date_precision': 'day', 'total_tracks': 19, 'type': 'album', 'uri': 'spotify:album:2vPAaAkpvSULG7Rqd2pJEi'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 200706, 'explicit': False, 'external_ids': {'isrc': 'GB3U21200920'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3KiCLXERSbqec0UZH6n2W6'}, 'href': 'https://api.spotify.com/v1/tracks/3KiCLXERSbqec0UZH6n2W6', 'id': '3KiCLXERSbqec0UZH6n2W6', 'is_local': False, 'name': 'Rock Your Body', 'popularity': 8, 'preview_url': 'https://p.scdn.co/mp3-preview/40366bf8a839d9e4fa8e49e06595e175f225a81b?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 12, 'type': 'track', 'uri': 'spotify:track:3KiCLXERSbqec0UZH6n2W6'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/6HB0hHlIIn3jngBqILTA96'}, 'href': 'https://api.spotify.com/v1/albums/6HB0hHlIIn3jngBqILTA96', 'id': '6HB0hHlIIn3jngBqILTA96', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/48a2a7efdf4ae1957ee1e81469c0147c8241c0d1', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9e5a19e4fa6d52b4005be0b833b398858bbd19e0', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/2a1995edb51bd1f9885ad49b45d1ff071bdcd86b', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:6HB0hHlIIn3jngBqILTA96'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 34920, 'explicit': True, 'external_ids': {'isrc': 'USKO10100389'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/61hmh5qbCcOmedtTwfMXFH'}, 'href': 'https://api.spotify.com/v1/tracks/61hmh5qbCcOmedtTwfMXFH', 'id': '61hmh5qbCcOmedtTwfMXFH', 'is_local': False, 'name': 'Visions', 'popularity': 15, 'preview_url': 'https://p.scdn.co/mp3-preview/908ac4e72e9d44c49c9a47ca4d86282dc60bf698?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 12, 'type': 'track', 'uri': 'spotify:track:61hmh5qbCcOmedtTwfMXFH'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/6HB0hHlIIn3jngBqILTA96'}, 'href': 'https://api.spotify.com/v1/albums/6HB0hHlIIn3jngBqILTA96', 'id': '6HB0hHlIIn3jngBqILTA96', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/48a2a7efdf4ae1957ee1e81469c0147c8241c0d1', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9e5a19e4fa6d52b4005be0b833b398858bbd19e0', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/2a1995edb51bd1f9885ad49b45d1ff071bdcd86b', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:6HB0hHlIIn3jngBqILTA96'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 39120, 'explicit': True, 'external_ids': {'isrc': 'USKO10100382'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0nvHEYr6mzmstjdD8pSZqO'}, 'href': 'https://api.spotify.com/v1/tracks/0nvHEYr6mzmstjdD8pSZqO', 'id': '0nvHEYr6mzmstjdD8pSZqO', 'is_local': False, 'name': 'Quotations', 'popularity': 15, 'preview_url': 'https://p.scdn.co/mp3-preview/e77403ef32925733eaa873d68eea03b33db67450?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 5, 'type': 'track', 'uri': 'spotify:track:0nvHEYr6mzmstjdD8pSZqO'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/6HB0hHlIIn3jngBqILTA96'}, 'href': 'https://api.spotify.com/v1/albums/6HB0hHlIIn3jngBqILTA96', 'id': '6HB0hHlIIn3jngBqILTA96', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/48a2a7efdf4ae1957ee1e81469c0147c8241c0d1', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9e5a19e4fa6d52b4005be0b833b398858bbd19e0', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/2a1995edb51bd1f9885ad49b45d1ff071bdcd86b', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:6HB0hHlIIn3jngBqILTA96'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 99880, 'explicit': True, 'external_ids': {'isrc': 'USKO10100419'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/1WKAZN8NVjx4fdKQUjbLdW'}, 'href': 'https://api.spotify.com/v1/tracks/1WKAZN8NVjx4fdKQUjbLdW', 'id': '1WKAZN8NVjx4fdKQUjbLdW', 'is_local': False, 'name': 'Intro', 'popularity': 14, 'preview_url': 'https://p.scdn.co/mp3-preview/61eeb174cc391f7b5c28cbaefc05cc06224be11e?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 1, 'type': 'track', 'uri': 'spotify:track:1WKAZN8NVjx4fdKQUjbLdW'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2vPAaAkpvSULG7Rqd2pJEi'}, 'href': 'https://api.spotify.com/v1/albums/2vPAaAkpvSULG7Rqd2pJEi', 'id': '2vPAaAkpvSULG7Rqd2pJEi', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/a53dec9fc11873eaabbbcecf91fc8a673b726090', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/339d3edd56a946365e56277e92e493cb42f155f4', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7d2af469788fd11a3bb4c7a901906e81e4ae79a7', 'width': 64}], 'name': "Body of the Life Force 'pt. 2'", 'release_date': '2012-11-26', 'release_date_precision': 'day', 'total_tracks': 19, 'type': 'album', 'uri': 'spotify:album:2vPAaAkpvSULG7Rqd2pJEi'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/3rExe3A3FzAmYDlQuvW2Wx'}, 'href': 'https://api.spotify.com/v1/artists/3rExe3A3FzAmYDlQuvW2Wx', 'id': '3rExe3A3FzAmYDlQuvW2Wx', 'name': 'Vinnie Paz', 'type': 'artist', 'uri': 'spotify:artist:3rExe3A3FzAmYDlQuvW2Wx'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/4QHfF9LDF25kwU7l7ada0N'}, 'href': 'https://api.spotify.com/v1/artists/4QHfF9LDF25kwU7l7ada0N', 'id': '4QHfF9LDF25kwU7l7ada0N', 'name': 'Hannibal Staxx', 'type': 'artist', 'uri': 'spotify:artist:4QHfF9LDF25kwU7l7ada0N'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/1l4hfWLBSaYjCO8E0lzASA'}, 'href': 'https://api.spotify.com/v1/artists/1l4hfWLBSaYjCO8E0lzASA', 'id': '1l4hfWLBSaYjCO8E0lzASA', 'name': 'C-Rayz Walz', 'type': 'artist', 'uri': 'spotify:artist:1l4hfWLBSaYjCO8E0lzASA'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/1MdXFbsQnABjfzSxlJLzRB'}, 'href': 'https://api.spotify.com/v1/artists/1MdXFbsQnABjfzSxlJLzRB', 'id': '1MdXFbsQnABjfzSxlJLzRB', 'name': 'El Da Sensei', 'type': 'artist', 'uri': 'spotify:artist:1MdXFbsQnABjfzSxlJLzRB'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/0Zji66LHK0QCC8AUMuyp3h'}, 'href': 'https://api.spotify.com/v1/artists/0Zji66LHK0QCC8AUMuyp3h', 'id': '0Zji66LHK0QCC8AUMuyp3h', 'name': 'Guilty Simpson', 'type': 'artist', 'uri': 'spotify:artist:0Zji66LHK0QCC8AUMuyp3h'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/24W8UGf4XPOdcKvurMM37j'}, 'href': 'https://api.spotify.com/v1/artists/24W8UGf4XPOdcKvurMM37j', 'id': '24W8UGf4XPOdcKvurMM37j', 'name': 'Nine', 'type': 'artist', 'uri': 'spotify:artist:24W8UGf4XPOdcKvurMM37j'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 458480, 'explicit': False, 'external_ids': {'isrc': 'GB3U21200990'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0AgHRwQwj0LVWQ6at0BYov'}, 'href': 'https://api.spotify.com/v1/tracks/0AgHRwQwj0LVWQ6at0BYov', 'id': '0AgHRwQwj0LVWQ6at0BYov', 'is_local': False, 'name': 'Big Boys', 'popularity': 17, 'preview_url': 'https://p.scdn.co/mp3-preview/6efdaeb77e3df6cfc6e76a35683d476764e05778?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 19, 'type': 'track', 'uri': 'spotify:track:0AgHRwQwj0LVWQ6at0BYov'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2vPAaAkpvSULG7Rqd2pJEi'}, 'href': 'https://api.spotify.com/v1/albums/2vPAaAkpvSULG7Rqd2pJEi', 'id': '2vPAaAkpvSULG7Rqd2pJEi', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/a53dec9fc11873eaabbbcecf91fc8a673b726090', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/339d3edd56a946365e56277e92e493cb42f155f4', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7d2af469788fd11a3bb4c7a901906e81e4ae79a7', 'width': 64}], 'name': "Body of the Life Force 'pt. 2'", 'release_date': '2012-11-26', 'release_date_precision': 'day', 'total_tracks': 19, 'type': 'album', 'uri': 'spotify:album:2vPAaAkpvSULG7Rqd2pJEi'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/5rgdw8NVhnxWL8Poo6HsiX'}, 'href': 'https://api.spotify.com/v1/artists/5rgdw8NVhnxWL8Poo6HsiX', 'id': '5rgdw8NVhnxWL8Poo6HsiX', 'name': 'Biga Ranx', 'type': 'artist', 'uri': 'spotify:artist:5rgdw8NVhnxWL8Poo6HsiX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 218733, 'explicit': False, 'external_ids': {'isrc': 'GB3U21200850'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/6uJeK0bIzPX1i4O8sKvNqt'}, 'href': 'https://api.spotify.com/v1/tracks/6uJeK0bIzPX1i4O8sKvNqt', 'id': '6uJeK0bIzPX1i4O8sKvNqt', 'is_local': False, 'name': 'Double Barrell', 'popularity': 14, 'preview_url': 'https://p.scdn.co/mp3-preview/d53965990a3afee45b5d244c9e1db7b55d5e08d8?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 5, 'type': 'track', 'uri': 'spotify:track:6uJeK0bIzPX1i4O8sKvNqt'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2vPAaAkpvSULG7Rqd2pJEi'}, 'href': 'https://api.spotify.com/v1/albums/2vPAaAkpvSULG7Rqd2pJEi', 'id': '2vPAaAkpvSULG7Rqd2pJEi', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/a53dec9fc11873eaabbbcecf91fc8a673b726090', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/339d3edd56a946365e56277e92e493cb42f155f4', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7d2af469788fd11a3bb4c7a901906e81e4ae79a7', 'width': 64}], 'name': "Body of the Life Force 'pt. 2'", 'release_date': '2012-11-26', 'release_date_precision': 'day', 'total_tracks': 19, 'type': 'album', 'uri': 'spotify:album:2vPAaAkpvSULG7Rqd2pJEi'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 252093, 'explicit': False, 'external_ids': {'isrc': 'GB3U21200830'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/14aNmLMwVDIKc1wwZbc9eZ'}, 'href': 'https://api.spotify.com/v1/tracks/14aNmLMwVDIKc1wwZbc9eZ', 'id': '14aNmLMwVDIKc1wwZbc9eZ', 'is_local': False, 'name': 'Lyrics Fly', 'popularity': 14, 'preview_url': 'https://p.scdn.co/mp3-preview/d8260a5f686d1ed622464fe8d52e42f1d4ed0a73?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 3, 'type': 'track', 'uri': 'spotify:track:14aNmLMwVDIKc1wwZbc9eZ'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2vPAaAkpvSULG7Rqd2pJEi'}, 'href': 'https://api.spotify.com/v1/albums/2vPAaAkpvSULG7Rqd2pJEi', 'id': '2vPAaAkpvSULG7Rqd2pJEi', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/a53dec9fc11873eaabbbcecf91fc8a673b726090', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/339d3edd56a946365e56277e92e493cb42f155f4', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7d2af469788fd11a3bb4c7a901906e81e4ae79a7', 'width': 64}], 'name': "Body of the Life Force 'pt. 2'", 'release_date': '2012-11-26', 'release_date_precision': 'day', 'total_tracks': 19, 'type': 'album', 'uri': 'spotify:album:2vPAaAkpvSULG7Rqd2pJEi'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/0RBBBQn4dQSPIRJswZxvBy'}, 'href': 'https://api.spotify.com/v1/artists/0RBBBQn4dQSPIRJswZxvBy', 'id': '0RBBBQn4dQSPIRJswZxvBy', 'name': 'M.O.P', 'type': 'artist', 'uri': 'spotify:artist:0RBBBQn4dQSPIRJswZxvBy'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/0jfnYhPqsdMHy25aecsF1f'}, 'href': 'https://api.spotify.com/v1/artists/0jfnYhPqsdMHy25aecsF1f', 'id': '0jfnYhPqsdMHy25aecsF1f', 'name': 'Aya Waska', 'type': 'artist', 'uri': 'spotify:artist:0jfnYhPqsdMHy25aecsF1f'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 214506, 'explicit': False, 'external_ids': {'isrc': 'GB3U21200970'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/7L3Ly0sqYDhW2gSlPpImuu'}, 'href': 'https://api.spotify.com/v1/tracks/7L3Ly0sqYDhW2gSlPpImuu', 'id': '7L3Ly0sqYDhW2gSlPpImuu', 'is_local': False, 'name': 'Brooklyn to Jamski', 'popularity': 9, 'preview_url': 'https://p.scdn.co/mp3-preview/df3d1c94916fcbd5730b128392c40cf5da678263?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 17, 'type': 'track', 'uri': 'spotify:track:7L3Ly0sqYDhW2gSlPpImuu'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2vPAaAkpvSULG7Rqd2pJEi'}, 'href': 'https://api.spotify.com/v1/albums/2vPAaAkpvSULG7Rqd2pJEi', 'id': '2vPAaAkpvSULG7Rqd2pJEi', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/a53dec9fc11873eaabbbcecf91fc8a673b726090', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/339d3edd56a946365e56277e92e493cb42f155f4', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7d2af469788fd11a3bb4c7a901906e81e4ae79a7', 'width': 64}], 'name': "Body of the Life Force 'pt. 2'", 'release_date': '2012-11-26', 'release_date_precision': 'day', 'total_tracks': 19, 'type': 'album', 'uri': 'spotify:album:2vPAaAkpvSULG7Rqd2pJEi'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/31azPgttLdNXtdf4b5rq72'}, 'href': 'https://api.spotify.com/v1/artists/31azPgttLdNXtdf4b5rq72', 'id': '31azPgttLdNXtdf4b5rq72', 'name': 'Sean P', 'type': 'artist', 'uri': 'spotify:artist:31azPgttLdNXtdf4b5rq72'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/7fDLDq2weBagiAFD2j17Al'}, 'href': 'https://api.spotify.com/v1/artists/7fDLDq2weBagiAFD2j17Al', 'id': '7fDLDq2weBagiAFD2j17Al', 'name': 'Sadat X', 'type': 'artist', 'uri': 'spotify:artist:7fDLDq2weBagiAFD2j17Al'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 276653, 'explicit': False, 'external_ids': {'isrc': 'GB3U21200980'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/6KtOHr751QpdfW9UDvyNqJ'}, 'href': 'https://api.spotify.com/v1/tracks/6KtOHr751QpdfW9UDvyNqJ', 'id': '6KtOHr751QpdfW9UDvyNqJ', 'is_local': False, 'name': 'Pussy Clot', 'popularity': 9, 'preview_url': 'https://p.scdn.co/mp3-preview/d275f8c162261b389216bdd7b2c9a44261137aa8?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 18, 'type': 'track', 'uri': 'spotify:track:6KtOHr751QpdfW9UDvyNqJ'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2vPAaAkpvSULG7Rqd2pJEi'}, 'href': 'https://api.spotify.com/v1/albums/2vPAaAkpvSULG7Rqd2pJEi', 'id': '2vPAaAkpvSULG7Rqd2pJEi', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/a53dec9fc11873eaabbbcecf91fc8a673b726090', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/339d3edd56a946365e56277e92e493cb42f155f4', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7d2af469788fd11a3bb4c7a901906e81e4ae79a7', 'width': 64}], 'name': "Body of the Life Force 'pt. 2'", 'release_date': '2012-11-26', 'release_date_precision': 'day', 'total_tracks': 19, 'type': 'album', 'uri': 'spotify:album:2vPAaAkpvSULG7Rqd2pJEi'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 217360, 'explicit': False, 'external_ids': {'isrc': 'GB3U21200940'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/7N0vEmQLMeQgdfJpHbhJ1g'}, 'href': 'https://api.spotify.com/v1/tracks/7N0vEmQLMeQgdfJpHbhJ1g', 'id': '7N0vEmQLMeQgdfJpHbhJ1g', 'is_local': False, 'name': 'Know 1', 'popularity': 11, 'preview_url': 'https://p.scdn.co/mp3-preview/3a3b8881240c4676d596f0076a1db4dcede68996?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 14, 'type': 'track', 'uri': 'spotify:track:7N0vEmQLMeQgdfJpHbhJ1g'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2vPAaAkpvSULG7Rqd2pJEi'}, 'href': 'https://api.spotify.com/v1/albums/2vPAaAkpvSULG7Rqd2pJEi', 'id': '2vPAaAkpvSULG7Rqd2pJEi', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/a53dec9fc11873eaabbbcecf91fc8a673b726090', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/339d3edd56a946365e56277e92e493cb42f155f4', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7d2af469788fd11a3bb4c7a901906e81e4ae79a7', 'width': 64}], 'name': "Body of the Life Force 'pt. 2'", 'release_date': '2012-11-26', 'release_date_precision': 'day', 'total_tracks': 19, 'type': 'album', 'uri': 'spotify:album:2vPAaAkpvSULG7Rqd2pJEi'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 222440, 'explicit': False, 'external_ids': {'isrc': 'GB3U21200840'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3CLKqhfpIBCiDi8bJ72qPq'}, 'href': 'https://api.spotify.com/v1/tracks/3CLKqhfpIBCiDi8bJ72qPq', 'id': '3CLKqhfpIBCiDi8bJ72qPq', 'is_local': False, 'name': 'Freedom', 'popularity': 10, 'preview_url': 'https://p.scdn.co/mp3-preview/1ce6a1107adf838e407202aa0c43aeba39722e85?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 4, 'type': 'track', 'uri': 'spotify:track:3CLKqhfpIBCiDi8bJ72qPq'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2vPAaAkpvSULG7Rqd2pJEi'}, 'href': 'https://api.spotify.com/v1/albums/2vPAaAkpvSULG7Rqd2pJEi', 'id': '2vPAaAkpvSULG7Rqd2pJEi', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/a53dec9fc11873eaabbbcecf91fc8a673b726090', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/339d3edd56a946365e56277e92e493cb42f155f4', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7d2af469788fd11a3bb4c7a901906e81e4ae79a7', 'width': 64}], 'name': "Body of the Life Force 'pt. 2'", 'release_date': '2012-11-26', 'release_date_precision': 'day', 'total_tracks': 19, 'type': 'album', 'uri': 'spotify:album:2vPAaAkpvSULG7Rqd2pJEi'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 223440, 'explicit': False, 'external_ids': {'isrc': 'GB3U21200870'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5XqBad4v1yaR79Zap6lP0q'}, 'href': 'https://api.spotify.com/v1/tracks/5XqBad4v1yaR79Zap6lP0q', 'id': '5XqBad4v1yaR79Zap6lP0q', 'is_local': False, 'name': 'Hate It', 'popularity': 8, 'preview_url': 'https://p.scdn.co/mp3-preview/2700390a1c9f9bf5753dcaaded72c85040f1948b?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 7, 'type': 'track', 'uri': 'spotify:track:5XqBad4v1yaR79Zap6lP0q'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2vPAaAkpvSULG7Rqd2pJEi'}, 'href': 'https://api.spotify.com/v1/albums/2vPAaAkpvSULG7Rqd2pJEi', 'id': '2vPAaAkpvSULG7Rqd2pJEi', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/a53dec9fc11873eaabbbcecf91fc8a673b726090', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/339d3edd56a946365e56277e92e493cb42f155f4', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7d2af469788fd11a3bb4c7a901906e81e4ae79a7', 'width': 64}], 'name': "Body of the Life Force 'pt. 2'", 'release_date': '2012-11-26', 'release_date_precision': 'day', 'total_tracks': 19, 'type': 'album', 'uri': 'spotify:album:2vPAaAkpvSULG7Rqd2pJEi'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 204946, 'explicit': False, 'external_ids': {'isrc': 'GB3U21200910'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/6m2u21AoQN1vzcC3dRXE6N'}, 'href': 'https://api.spotify.com/v1/tracks/6m2u21AoQN1vzcC3dRXE6N', 'id': '6m2u21AoQN1vzcC3dRXE6N', 'is_local': False, 'name': 'What You Want', 'popularity': 7, 'preview_url': 'https://p.scdn.co/mp3-preview/211422a6cd2fb4d9171f650295104375d915c084?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 11, 'type': 'track', 'uri': 'spotify:track:6m2u21AoQN1vzcC3dRXE6N'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2vPAaAkpvSULG7Rqd2pJEi'}, 'href': 'https://api.spotify.com/v1/albums/2vPAaAkpvSULG7Rqd2pJEi', 'id': '2vPAaAkpvSULG7Rqd2pJEi', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/a53dec9fc11873eaabbbcecf91fc8a673b726090', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/339d3edd56a946365e56277e92e493cb42f155f4', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7d2af469788fd11a3bb4c7a901906e81e4ae79a7', 'width': 64}], 'name': "Body of the Life Force 'pt. 2'", 'release_date': '2012-11-26', 'release_date_precision': 'day', 'total_tracks': 19, 'type': 'album', 'uri': 'spotify:album:2vPAaAkpvSULG7Rqd2pJEi'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 148813, 'explicit': False, 'external_ids': {'isrc': 'GB3U21200810'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/1t73AH78Fm5JGtYlJTNXEX'}, 'href': 'https://api.spotify.com/v1/tracks/1t73AH78Fm5JGtYlJTNXEX', 'id': '1t73AH78Fm5JGtYlJTNXEX', 'is_local': False, 'name': 'Intro', 'popularity': 9, 'preview_url': 'https://p.scdn.co/mp3-preview/3d206b6d2b5fdc8d7b68857eeff37a51c22a3baf?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 1, 'type': 'track', 'uri': 'spotify:track:1t73AH78Fm5JGtYlJTNXEX'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2vPAaAkpvSULG7Rqd2pJEi'}, 'href': 'https://api.spotify.com/v1/albums/2vPAaAkpvSULG7Rqd2pJEi', 'id': '2vPAaAkpvSULG7Rqd2pJEi', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/a53dec9fc11873eaabbbcecf91fc8a673b726090', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/339d3edd56a946365e56277e92e493cb42f155f4', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7d2af469788fd11a3bb4c7a901906e81e4ae79a7', 'width': 64}], 'name': "Body of the Life Force 'pt. 2'", 'release_date': '2012-11-26', 'release_date_precision': 'day', 'total_tracks': 19, 'type': 'album', 'uri': 'spotify:album:2vPAaAkpvSULG7Rqd2pJEi'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 259813, 'explicit': False, 'external_ids': {'isrc': 'GB3U21200880'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/2MxI2Cf1uu4MtmvLEWkTwp'}, 'href': 'https://api.spotify.com/v1/tracks/2MxI2Cf1uu4MtmvLEWkTwp', 'id': '2MxI2Cf1uu4MtmvLEWkTwp', 'is_local': False, 'name': 'Hip Hop Kid', 'popularity': 8, 'preview_url': 'https://p.scdn.co/mp3-preview/2d97af5fa59efe6513963af8a89456d768276872?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 8, 'type': 'track', 'uri': 'spotify:track:2MxI2Cf1uu4MtmvLEWkTwp'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2vPAaAkpvSULG7Rqd2pJEi'}, 'href': 'https://api.spotify.com/v1/albums/2vPAaAkpvSULG7Rqd2pJEi', 'id': '2vPAaAkpvSULG7Rqd2pJEi', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/a53dec9fc11873eaabbbcecf91fc8a673b726090', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/339d3edd56a946365e56277e92e493cb42f155f4', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7d2af469788fd11a3bb4c7a901906e81e4ae79a7', 'width': 64}], 'name': "Body of the Life Force 'pt. 2'", 'release_date': '2012-11-26', 'release_date_precision': 'day', 'total_tracks': 19, 'type': 'album', 'uri': 'spotify:album:2vPAaAkpvSULG7Rqd2pJEi'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 305626, 'explicit': False, 'external_ids': {'isrc': 'GB3U21200860'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3Aby1NXlP8GZexnmHI35dc'}, 'href': 'https://api.spotify.com/v1/tracks/3Aby1NXlP8GZexnmHI35dc', 'id': '3Aby1NXlP8GZexnmHI35dc', 'is_local': False, 'name': 'Money', 'popularity': 8, 'preview_url': 'https://p.scdn.co/mp3-preview/e0b9a073628df3a68fd1158a10554e90e058ee60?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 6, 'type': 'track', 'uri': 'spotify:track:3Aby1NXlP8GZexnmHI35dc'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2qgtKycDQ6FXW8palsRKrI'}, 'href': 'https://api.spotify.com/v1/albums/2qgtKycDQ6FXW8palsRKrI', 'id': '2qgtKycDQ6FXW8palsRKrI', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/46152e1afdb6642dd61165fbd42bb58ac8cd5487', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/1948dc228b8213fdbe34b5c71cbd981ea95e120a', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/ef014ec8733116505e672e8175869fa84a50ed55', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:2qgtKycDQ6FXW8palsRKrI'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 193400, 'explicit': True, 'external_ids': {'isrc': 'USKO10100379'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0DvAQd6MNAm3SxhqrW0tnv'}, 'href': 'https://api.spotify.com/v1/tracks/0DvAQd6MNAm3SxhqrW0tnv', 'id': '0DvAQd6MNAm3SxhqrW0tnv', 'is_local': False, 'name': 'Soul Assasination', 'popularity': 8, 'preview_url': 'https://p.scdn.co/mp3-preview/7ff8d2925892d96557aea5644d466547250851f1?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 2, 'type': 'track', 'uri': 'spotify:track:0DvAQd6MNAm3SxhqrW0tnv'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2qgtKycDQ6FXW8palsRKrI'}, 'href': 'https://api.spotify.com/v1/albums/2qgtKycDQ6FXW8palsRKrI', 'id': '2qgtKycDQ6FXW8palsRKrI', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/46152e1afdb6642dd61165fbd42bb58ac8cd5487', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/1948dc228b8213fdbe34b5c71cbd981ea95e120a', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/ef014ec8733116505e672e8175869fa84a50ed55', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:2qgtKycDQ6FXW8palsRKrI'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 204013, 'explicit': True, 'external_ids': {'isrc': 'USKO10100063'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/1m1rlVXUN80a5lWfuDzlzx'}, 'href': 'https://api.spotify.com/v1/tracks/1m1rlVXUN80a5lWfuDzlzx', 'id': '1m1rlVXUN80a5lWfuDzlzx', 'is_local': False, 'name': 'Defeat', 'popularity': 8, 'preview_url': 'https://p.scdn.co/mp3-preview/e09b935d8c68997d0d7c26463903781b6a06e55c?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 3, 'type': 'track', 'uri': 'spotify:track:1m1rlVXUN80a5lWfuDzlzx'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2qgtKycDQ6FXW8palsRKrI'}, 'href': 'https://api.spotify.com/v1/albums/2qgtKycDQ6FXW8palsRKrI', 'id': '2qgtKycDQ6FXW8palsRKrI', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/46152e1afdb6642dd61165fbd42bb58ac8cd5487', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/1948dc228b8213fdbe34b5c71cbd981ea95e120a', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/ef014ec8733116505e672e8175869fa84a50ed55', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:2qgtKycDQ6FXW8palsRKrI'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 224933, 'explicit': True, 'external_ids': {'isrc': 'USKO10100381'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/4bGHtNuI25hKHPPbd2cgn1'}, 'href': 'https://api.spotify.com/v1/tracks/4bGHtNuI25hKHPPbd2cgn1', 'id': '4bGHtNuI25hKHPPbd2cgn1', 'is_local': False, 'name': 'Bigacts, Littleacts', 'popularity': 7, 'preview_url': 'https://p.scdn.co/mp3-preview/6125969ce933e346090a81e221c63ab3c6d13083?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 4, 'type': 'track', 'uri': 'spotify:track:4bGHtNuI25hKHPPbd2cgn1'}, {'album': {'album_type': 'compilation', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/0LyfQWJT6nXafLPZqxe9Of'}, 'href': 'https://api.spotify.com/v1/artists/0LyfQWJT6nXafLPZqxe9Of', 'id': '0LyfQWJT6nXafLPZqxe9Of', 'name': 'Various Artists', 'type': 'artist', 'uri': 'spotify:artist:0LyfQWJT6nXafLPZqxe9Of'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/4LLFBFRARWLZQ95KWwMM1e'}, 'href': 'https://api.spotify.com/v1/albums/4LLFBFRARWLZQ95KWwMM1e', 'id': '4LLFBFRARWLZQ95KWwMM1e', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/25de1a585d505ce21eccb1e1d66cb71320016ffe', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/2d695b0db566e76d39374439c00900015126c649', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/58b8ddd9a47c0a8ba38a47dbeeff4a3c092660f8', 'width': 64}], 'name': 'The Sativa Tape, Vol. 2', 'release_date': '2012-03-03', 'release_date_precision': 'day', 'total_tracks': 24, 'type': 'album', 'uri': 'spotify:album:4LLFBFRARWLZQ95KWwMM1e'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 222241, 'explicit': False, 'external_ids': {'isrc': 'FR6V81284338'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/6nu6lPhgFjF8CBHSMbAnvd'}, 'href': 'https://api.spotify.com/v1/tracks/6nu6lPhgFjF8CBHSMbAnvd', 'id': '6nu6lPhgFjF8CBHSMbAnvd', 'is_local': False, 'name': 'Body of the Life Force 2 - Inedit', 'popularity': 0, 'preview_url': 'https://p.scdn.co/mp3-preview/2eb935ceebddfda6fb127177690c03ce77d31321?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 24, 'type': 'track', 'uri': 'spotify:track:6nu6lPhgFjF8CBHSMbAnvd'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2vPAaAkpvSULG7Rqd2pJEi'}, 'href': 'https://api.spotify.com/v1/albums/2vPAaAkpvSULG7Rqd2pJEi', 'id': '2vPAaAkpvSULG7Rqd2pJEi', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/a53dec9fc11873eaabbbcecf91fc8a673b726090', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/339d3edd56a946365e56277e92e493cb42f155f4', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7d2af469788fd11a3bb4c7a901906e81e4ae79a7', 'width': 64}], 'name': "Body of the Life Force 'pt. 2'", 'release_date': '2012-11-26', 'release_date_precision': 'day', 'total_tracks': 19, 'type': 'album', 'uri': 'spotify:album:2vPAaAkpvSULG7Rqd2pJEi'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 228600, 'explicit': False, 'external_ids': {'isrc': 'GB3U21200890'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5Wpvgl7imziJM0odxMmEWE'}, 'href': 'https://api.spotify.com/v1/tracks/5Wpvgl7imziJM0odxMmEWE', 'id': '5Wpvgl7imziJM0odxMmEWE', 'is_local': False, 'name': 'Gruppie Girl', 'popularity': 7, 'preview_url': 'https://p.scdn.co/mp3-preview/9fc5c1af4e1f66077e0e1f35debe717af495c9cd?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 9, 'type': 'track', 'uri': 'spotify:track:5Wpvgl7imziJM0odxMmEWE'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2vPAaAkpvSULG7Rqd2pJEi'}, 'href': 'https://api.spotify.com/v1/albums/2vPAaAkpvSULG7Rqd2pJEi', 'id': '2vPAaAkpvSULG7Rqd2pJEi', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/a53dec9fc11873eaabbbcecf91fc8a673b726090', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/339d3edd56a946365e56277e92e493cb42f155f4', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7d2af469788fd11a3bb4c7a901906e81e4ae79a7', 'width': 64}], 'name': "Body of the Life Force 'pt. 2'", 'release_date': '2012-11-26', 'release_date_precision': 'day', 'total_tracks': 19, 'type': 'album', 'uri': 'spotify:album:2vPAaAkpvSULG7Rqd2pJEi'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 208080, 'explicit': False, 'external_ids': {'isrc': 'GB3U21200950'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/2DwJvZgpIxhg7q5j1pIkk9'}, 'href': 'https://api.spotify.com/v1/tracks/2DwJvZgpIxhg7q5j1pIkk9', 'id': '2DwJvZgpIxhg7q5j1pIkk9', 'is_local': False, 'name': 'So Amazing', 'popularity': 5, 'preview_url': 'https://p.scdn.co/mp3-preview/893d1d1ea9a05e9ace7be43ebfbbba0720062fa9?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 15, 'type': 'track', 'uri': 'spotify:track:2DwJvZgpIxhg7q5j1pIkk9'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2vPAaAkpvSULG7Rqd2pJEi'}, 'href': 'https://api.spotify.com/v1/albums/2vPAaAkpvSULG7Rqd2pJEi', 'id': '2vPAaAkpvSULG7Rqd2pJEi', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/a53dec9fc11873eaabbbcecf91fc8a673b726090', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/339d3edd56a946365e56277e92e493cb42f155f4', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7d2af469788fd11a3bb4c7a901906e81e4ae79a7', 'width': 64}], 'name': "Body of the Life Force 'pt. 2'", 'release_date': '2012-11-26', 'release_date_precision': 'day', 'total_tracks': 19, 'type': 'album', 'uri': 'spotify:album:2vPAaAkpvSULG7Rqd2pJEi'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 209333, 'explicit': False, 'external_ids': {'isrc': 'GB3U21200930'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/2PKgyVfM2vGQPL6hwIL6R8'}, 'href': 'https://api.spotify.com/v1/tracks/2PKgyVfM2vGQPL6hwIL6R8', 'id': '2PKgyVfM2vGQPL6hwIL6R8', 'is_local': False, 'name': 'Haterz', 'popularity': 8, 'preview_url': 'https://p.scdn.co/mp3-preview/e93366960fe44a177bdf1a894ebab45f619bac2d?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 13, 'type': 'track', 'uri': 'spotify:track:2PKgyVfM2vGQPL6hwIL6R8'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2qgtKycDQ6FXW8palsRKrI'}, 'href': 'https://api.spotify.com/v1/albums/2qgtKycDQ6FXW8palsRKrI', 'id': '2qgtKycDQ6FXW8palsRKrI', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/46152e1afdb6642dd61165fbd42bb58ac8cd5487', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/1948dc228b8213fdbe34b5c71cbd981ea95e120a', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/ef014ec8733116505e672e8175869fa84a50ed55', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:2qgtKycDQ6FXW8palsRKrI'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 39120, 'explicit': True, 'external_ids': {'isrc': 'USKO10100382'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/2Ik0U0urvxGwb0WiQyUKcW'}, 'href': 'https://api.spotify.com/v1/tracks/2Ik0U0urvxGwb0WiQyUKcW', 'id': '2Ik0U0urvxGwb0WiQyUKcW', 'is_local': False, 'name': 'Quotations', 'popularity': 5, 'preview_url': 'https://p.scdn.co/mp3-preview/cc10557fb86936d586d84030195b2c29841eca60?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 5, 'type': 'track', 'uri': 'spotify:track:2Ik0U0urvxGwb0WiQyUKcW'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2qgtKycDQ6FXW8palsRKrI'}, 'href': 'https://api.spotify.com/v1/albums/2qgtKycDQ6FXW8palsRKrI', 'id': '2qgtKycDQ6FXW8palsRKrI', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/46152e1afdb6642dd61165fbd42bb58ac8cd5487', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/1948dc228b8213fdbe34b5c71cbd981ea95e120a', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/ef014ec8733116505e672e8175869fa84a50ed55', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:2qgtKycDQ6FXW8palsRKrI'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 248560, 'explicit': True, 'external_ids': {'isrc': 'USKO10100391'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5hgNvlU6GWfBKCw0IGvxZ7'}, 'href': 'https://api.spotify.com/v1/tracks/5hgNvlU6GWfBKCw0IGvxZ7', 'id': '5hgNvlU6GWfBKCw0IGvxZ7', 'is_local': False, 'name': 'Warfare', 'popularity': 6, 'preview_url': 'https://p.scdn.co/mp3-preview/376e6fb648640884167a9ce5c3ac34facdb9f850?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 14, 'type': 'track', 'uri': 'spotify:track:5hgNvlU6GWfBKCw0IGvxZ7'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2qgtKycDQ6FXW8palsRKrI'}, 'href': 'https://api.spotify.com/v1/albums/2qgtKycDQ6FXW8palsRKrI', 'id': '2qgtKycDQ6FXW8palsRKrI', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/46152e1afdb6642dd61165fbd42bb58ac8cd5487', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/1948dc228b8213fdbe34b5c71cbd981ea95e120a', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/ef014ec8733116505e672e8175869fa84a50ed55', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:2qgtKycDQ6FXW8palsRKrI'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 250453, 'explicit': True, 'external_ids': {'isrc': 'USKO10100384'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0jvsweS21nKqDtBUpJ5fF9'}, 'href': 'https://api.spotify.com/v1/tracks/0jvsweS21nKqDtBUpJ5fF9', 'id': '0jvsweS21nKqDtBUpJ5fF9', 'is_local': False, 'name': 'Mic Stance', 'popularity': 7, 'preview_url': 'https://p.scdn.co/mp3-preview/75017560d213e3c38dd5da22d15c0757e4d5d14e?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 7, 'type': 'track', 'uri': 'spotify:track:0jvsweS21nKqDtBUpJ5fF9'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2qgtKycDQ6FXW8palsRKrI'}, 'href': 'https://api.spotify.com/v1/albums/2qgtKycDQ6FXW8palsRKrI', 'id': '2qgtKycDQ6FXW8palsRKrI', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/46152e1afdb6642dd61165fbd42bb58ac8cd5487', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/1948dc228b8213fdbe34b5c71cbd981ea95e120a', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/ef014ec8733116505e672e8175869fa84a50ed55', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:2qgtKycDQ6FXW8palsRKrI'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 195173, 'explicit': True, 'external_ids': {'isrc': 'USKO10100390'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/2w4BgrhuQke4EF4MVT8gpm'}, 'href': 'https://api.spotify.com/v1/tracks/2w4BgrhuQke4EF4MVT8gpm', 'id': '2w4BgrhuQke4EF4MVT8gpm', 'is_local': False, 'name': 'Mortal Kombat', 'popularity': 6, 'preview_url': 'https://p.scdn.co/mp3-preview/2bb82a7eddaf070e6ac4936d4e5ad06659ac6df9?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 13, 'type': 'track', 'uri': 'spotify:track:2w4BgrhuQke4EF4MVT8gpm'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2qgtKycDQ6FXW8palsRKrI'}, 'href': 'https://api.spotify.com/v1/albums/2qgtKycDQ6FXW8palsRKrI', 'id': '2qgtKycDQ6FXW8palsRKrI', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/46152e1afdb6642dd61165fbd42bb58ac8cd5487', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/1948dc228b8213fdbe34b5c71cbd981ea95e120a', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/ef014ec8733116505e672e8175869fa84a50ed55', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:2qgtKycDQ6FXW8palsRKrI'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 256493, 'explicit': True, 'external_ids': {'isrc': 'USKO10100383'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3mgTDloGP9ND3UwVfvuQhN'}, 'href': 'https://api.spotify.com/v1/tracks/3mgTDloGP9ND3UwVfvuQhN', 'id': '3mgTDloGP9ND3UwVfvuQhN', 'is_local': False, 'name': 'D-d Soundclash', 'popularity': 7, 'preview_url': 'https://p.scdn.co/mp3-preview/c09c3b94a6c054ce02c4b20b89affc37001441bd?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 6, 'type': 'track', 'uri': 'spotify:track:3mgTDloGP9ND3UwVfvuQhN'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2qgtKycDQ6FXW8palsRKrI'}, 'href': 'https://api.spotify.com/v1/albums/2qgtKycDQ6FXW8palsRKrI', 'id': '2qgtKycDQ6FXW8palsRKrI', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/46152e1afdb6642dd61165fbd42bb58ac8cd5487', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/1948dc228b8213fdbe34b5c71cbd981ea95e120a', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/ef014ec8733116505e672e8175869fa84a50ed55', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:2qgtKycDQ6FXW8palsRKrI'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 239413, 'explicit': True, 'external_ids': {'isrc': 'USKO10100395'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3uDa49zGfJFVXdBk9L5uQs'}, 'href': 'https://api.spotify.com/v1/tracks/3uDa49zGfJFVXdBk9L5uQs', 'id': '3uDa49zGfJFVXdBk9L5uQs', 'is_local': False, 'name': 'Whirlwind Thru Cities', 'popularity': 6, 'preview_url': 'https://p.scdn.co/mp3-preview/17105550afe9442ac4ea0de00844d6cb972c14e4?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 18, 'type': 'track', 'uri': 'spotify:track:3uDa49zGfJFVXdBk9L5uQs'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2qgtKycDQ6FXW8palsRKrI'}, 'href': 'https://api.spotify.com/v1/albums/2qgtKycDQ6FXW8palsRKrI', 'id': '2qgtKycDQ6FXW8palsRKrI', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/46152e1afdb6642dd61165fbd42bb58ac8cd5487', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/1948dc228b8213fdbe34b5c71cbd981ea95e120a', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/ef014ec8733116505e672e8175869fa84a50ed55', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:2qgtKycDQ6FXW8palsRKrI'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 277320, 'explicit': True, 'external_ids': {'isrc': 'USKO10100392'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/4V1sXrFbpRp7aIDPCy08MO'}, 'href': 'https://api.spotify.com/v1/tracks/4V1sXrFbpRp7aIDPCy08MO', 'id': '4V1sXrFbpRp7aIDPCy08MO', 'is_local': False, 'name': 'Equality', 'popularity': 7, 'preview_url': 'https://p.scdn.co/mp3-preview/bb617e559deee8087c51e5c30474e87469339fe5?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 15, 'type': 'track', 'uri': 'spotify:track:4V1sXrFbpRp7aIDPCy08MO'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2qgtKycDQ6FXW8palsRKrI'}, 'href': 'https://api.spotify.com/v1/albums/2qgtKycDQ6FXW8palsRKrI', 'id': '2qgtKycDQ6FXW8palsRKrI', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/46152e1afdb6642dd61165fbd42bb58ac8cd5487', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/1948dc228b8213fdbe34b5c71cbd981ea95e120a', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/ef014ec8733116505e672e8175869fa84a50ed55', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:2qgtKycDQ6FXW8palsRKrI'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 136533, 'explicit': True, 'external_ids': {'isrc': 'USKO10100388'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/1hL2MpQ1O1Qrc7ytGd1BMO'}, 'href': 'https://api.spotify.com/v1/tracks/1hL2MpQ1O1Qrc7ytGd1BMO', 'id': '1hL2MpQ1O1Qrc7ytGd1BMO', 'is_local': False, 'name': 'Self Mastery', 'popularity': 6, 'preview_url': 'https://p.scdn.co/mp3-preview/7124c195251dd4296a818f0bc744062e193b983e?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 11, 'type': 'track', 'uri': 'spotify:track:1hL2MpQ1O1Qrc7ytGd1BMO'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2qgtKycDQ6FXW8palsRKrI'}, 'href': 'https://api.spotify.com/v1/albums/2qgtKycDQ6FXW8palsRKrI', 'id': '2qgtKycDQ6FXW8palsRKrI', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/46152e1afdb6642dd61165fbd42bb58ac8cd5487', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/1948dc228b8213fdbe34b5c71cbd981ea95e120a', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/ef014ec8733116505e672e8175869fa84a50ed55', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:2qgtKycDQ6FXW8palsRKrI'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 205440, 'explicit': True, 'external_ids': {'isrc': 'USKO10100385'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3b7GyXFhKLpBt5ZlV0NQlL'}, 'href': 'https://api.spotify.com/v1/tracks/3b7GyXFhKLpBt5ZlV0NQlL', 'id': '3b7GyXFhKLpBt5ZlV0NQlL', 'is_local': False, 'name': 'Caliente', 'popularity': 5, 'preview_url': 'https://p.scdn.co/mp3-preview/2c4967cb4e4007586fa0e2d2590acfda08d76cd0?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 8, 'type': 'track', 'uri': 'spotify:track:3b7GyXFhKLpBt5ZlV0NQlL'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2vPAaAkpvSULG7Rqd2pJEi'}, 'href': 'https://api.spotify.com/v1/albums/2vPAaAkpvSULG7Rqd2pJEi', 'id': '2vPAaAkpvSULG7Rqd2pJEi', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/a53dec9fc11873eaabbbcecf91fc8a673b726090', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/339d3edd56a946365e56277e92e493cb42f155f4', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7d2af469788fd11a3bb4c7a901906e81e4ae79a7', 'width': 64}], 'name': "Body of the Life Force 'pt. 2'", 'release_date': '2012-11-26', 'release_date_precision': 'day', 'total_tracks': 19, 'type': 'album', 'uri': 'spotify:album:2vPAaAkpvSULG7Rqd2pJEi'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 72746, 'explicit': False, 'external_ids': {'isrc': 'GB3U21200900'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/4bdzPV4iUHMYxqQkdXnfTz'}, 'href': 'https://api.spotify.com/v1/tracks/4bdzPV4iUHMYxqQkdXnfTz', 'id': '4bdzPV4iUHMYxqQkdXnfTz', 'is_local': False, 'name': 'Interlude', 'popularity': 5, 'preview_url': 'https://p.scdn.co/mp3-preview/1743e56c33ea34cd2e95f149c9e4cb731de898c3?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 10, 'type': 'track', 'uri': 'spotify:track:4bdzPV4iUHMYxqQkdXnfTz'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2qgtKycDQ6FXW8palsRKrI'}, 'href': 'https://api.spotify.com/v1/albums/2qgtKycDQ6FXW8palsRKrI', 'id': '2qgtKycDQ6FXW8palsRKrI', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/46152e1afdb6642dd61165fbd42bb58ac8cd5487', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/1948dc228b8213fdbe34b5c71cbd981ea95e120a', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/ef014ec8733116505e672e8175869fa84a50ed55', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:2qgtKycDQ6FXW8palsRKrI'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 242586, 'explicit': True, 'external_ids': {'isrc': 'USKO10100393'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3io8gOzp0z1GpfpvhVPgR6'}, 'href': 'https://api.spotify.com/v1/tracks/3io8gOzp0z1GpfpvhVPgR6', 'id': '3io8gOzp0z1GpfpvhVPgR6', 'is_local': False, 'name': 'Monotony', 'popularity': 6, 'preview_url': 'https://p.scdn.co/mp3-preview/6870e49a43f61330b54c8ff984e11c1f7d621859?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 16, 'type': 'track', 'uri': 'spotify:track:3io8gOzp0z1GpfpvhVPgR6'}], 'limit': 50, 'next': 'https://api.spotify.com/v1/search?query=body+of+the+life+force+afu-ra&type=track&market=GB&offset=50&limit=50', 'offset': 0, 'previous': None, 'total': 56}} +{'tracks': {'href': 'https://api.spotify.com/v1/search?query=body+of+the+life+force+afu-ra&type=track&market=GB&offset=0&limit=50', 'items': [{'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/6HB0hHlIIn3jngBqILTA96'}, 'href': 'https://api.spotify.com/v1/albums/6HB0hHlIIn3jngBqILTA96', 'id': '6HB0hHlIIn3jngBqILTA96', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/48a2a7efdf4ae1957ee1e81469c0147c8241c0d1', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9e5a19e4fa6d52b4005be0b833b398858bbd19e0', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/2a1995edb51bd1f9885ad49b45d1ff071bdcd86b', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:6HB0hHlIIn3jngBqILTA96'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 239413, 'explicit': True, 'external_ids': {'isrc': 'USKO10100395'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/7EZOcCGTHCXTLFtax2VUsU'}, 'href': 'https://api.spotify.com/v1/tracks/7EZOcCGTHCXTLFtax2VUsU', 'id': '7EZOcCGTHCXTLFtax2VUsU', 'is_local': False, 'name': 'Whirlwind Thru Cities', 'popularity': 55, 'preview_url': 'https://p.scdn.co/mp3-preview/4a98c0f207045a5a591f1eb7b4e2dac2f4e85143?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 18, 'type': 'track', 'uri': 'spotify:track:7EZOcCGTHCXTLFtax2VUsU'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/6HB0hHlIIn3jngBqILTA96'}, 'href': 'https://api.spotify.com/v1/albums/6HB0hHlIIn3jngBqILTA96', 'id': '6HB0hHlIIn3jngBqILTA96', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/48a2a7efdf4ae1957ee1e81469c0147c8241c0d1', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9e5a19e4fa6d52b4005be0b833b398858bbd19e0', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/2a1995edb51bd1f9885ad49b45d1ff071bdcd86b', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:6HB0hHlIIn3jngBqILTA96'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 277320, 'explicit': True, 'external_ids': {'isrc': 'USKO10100392'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5rIq9qIH2NERKuolO6CNEz'}, 'href': 'https://api.spotify.com/v1/tracks/5rIq9qIH2NERKuolO6CNEz', 'id': '5rIq9qIH2NERKuolO6CNEz', 'is_local': False, 'name': 'Equality', 'popularity': 43, 'preview_url': 'https://p.scdn.co/mp3-preview/2e48b34035aeb5989042554a8d30c95f23a89458?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 15, 'type': 'track', 'uri': 'spotify:track:5rIq9qIH2NERKuolO6CNEz'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/6HB0hHlIIn3jngBqILTA96'}, 'href': 'https://api.spotify.com/v1/albums/6HB0hHlIIn3jngBqILTA96', 'id': '6HB0hHlIIn3jngBqILTA96', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/48a2a7efdf4ae1957ee1e81469c0147c8241c0d1', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9e5a19e4fa6d52b4005be0b833b398858bbd19e0', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/2a1995edb51bd1f9885ad49b45d1ff071bdcd86b', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:6HB0hHlIIn3jngBqILTA96'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 256493, 'explicit': True, 'external_ids': {'isrc': 'USKO10100383'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5n9iN2lbM4TUgTpn6Uc9G5'}, 'href': 'https://api.spotify.com/v1/tracks/5n9iN2lbM4TUgTpn6Uc9G5', 'id': '5n9iN2lbM4TUgTpn6Uc9G5', 'is_local': False, 'name': 'D-d Soundclash', 'popularity': 39, 'preview_url': 'https://p.scdn.co/mp3-preview/f2544a7459ac4d31bf10717910e749aa8ab3f519?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 6, 'type': 'track', 'uri': 'spotify:track:5n9iN2lbM4TUgTpn6Uc9G5'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/6HB0hHlIIn3jngBqILTA96'}, 'href': 'https://api.spotify.com/v1/albums/6HB0hHlIIn3jngBqILTA96', 'id': '6HB0hHlIIn3jngBqILTA96', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/48a2a7efdf4ae1957ee1e81469c0147c8241c0d1', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9e5a19e4fa6d52b4005be0b833b398858bbd19e0', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/2a1995edb51bd1f9885ad49b45d1ff071bdcd86b', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:6HB0hHlIIn3jngBqILTA96'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 204013, 'explicit': True, 'external_ids': {'isrc': 'USKO10100063'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/7DLHcfrCEwsykOXhrdn108'}, 'href': 'https://api.spotify.com/v1/tracks/7DLHcfrCEwsykOXhrdn108', 'id': '7DLHcfrCEwsykOXhrdn108', 'is_local': False, 'name': 'Defeat', 'popularity': 39, 'preview_url': 'https://p.scdn.co/mp3-preview/71e0fc85307d65de8585c7e94b031ea4f2332b10?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 3, 'type': 'track', 'uri': 'spotify:track:7DLHcfrCEwsykOXhrdn108'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/6HB0hHlIIn3jngBqILTA96'}, 'href': 'https://api.spotify.com/v1/albums/6HB0hHlIIn3jngBqILTA96', 'id': '6HB0hHlIIn3jngBqILTA96', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/48a2a7efdf4ae1957ee1e81469c0147c8241c0d1', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9e5a19e4fa6d52b4005be0b833b398858bbd19e0', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/2a1995edb51bd1f9885ad49b45d1ff071bdcd86b', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:6HB0hHlIIn3jngBqILTA96'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 250453, 'explicit': True, 'external_ids': {'isrc': 'USKO10100384'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/35w5p32IpnCWno2OV2Obz7'}, 'href': 'https://api.spotify.com/v1/tracks/35w5p32IpnCWno2OV2Obz7', 'id': '35w5p32IpnCWno2OV2Obz7', 'is_local': False, 'name': 'Mic Stance', 'popularity': 27, 'preview_url': 'https://p.scdn.co/mp3-preview/b9131803d2a4429d57728e20cf8f95a39c2d3e37?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 7, 'type': 'track', 'uri': 'spotify:track:35w5p32IpnCWno2OV2Obz7'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/6HB0hHlIIn3jngBqILTA96'}, 'href': 'https://api.spotify.com/v1/albums/6HB0hHlIIn3jngBqILTA96', 'id': '6HB0hHlIIn3jngBqILTA96', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/48a2a7efdf4ae1957ee1e81469c0147c8241c0d1', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9e5a19e4fa6d52b4005be0b833b398858bbd19e0', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/2a1995edb51bd1f9885ad49b45d1ff071bdcd86b', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:6HB0hHlIIn3jngBqILTA96'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 193400, 'explicit': True, 'external_ids': {'isrc': 'USKO10100379'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/7ehxw5dscPd4XrMZg3bwJO'}, 'href': 'https://api.spotify.com/v1/tracks/7ehxw5dscPd4XrMZg3bwJO', 'id': '7ehxw5dscPd4XrMZg3bwJO', 'is_local': False, 'name': 'Soul Assasination', 'popularity': 27, 'preview_url': 'https://p.scdn.co/mp3-preview/d1a0e208fd25b8b7287d90fb25a474a5856c5214?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 2, 'type': 'track', 'uri': 'spotify:track:7ehxw5dscPd4XrMZg3bwJO'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/6HB0hHlIIn3jngBqILTA96'}, 'href': 'https://api.spotify.com/v1/albums/6HB0hHlIIn3jngBqILTA96', 'id': '6HB0hHlIIn3jngBqILTA96', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/48a2a7efdf4ae1957ee1e81469c0147c8241c0d1', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9e5a19e4fa6d52b4005be0b833b398858bbd19e0', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/2a1995edb51bd1f9885ad49b45d1ff071bdcd86b', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:6HB0hHlIIn3jngBqILTA96'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 195173, 'explicit': True, 'external_ids': {'isrc': 'USKO10100390'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/72NIaDuJibZx3kJU536k50'}, 'href': 'https://api.spotify.com/v1/tracks/72NIaDuJibZx3kJU536k50', 'id': '72NIaDuJibZx3kJU536k50', 'is_local': False, 'name': 'Mortal Kombat', 'popularity': 27, 'preview_url': 'https://p.scdn.co/mp3-preview/1f5394bda3938ba1d4586186a46ddc78e5221378?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 13, 'type': 'track', 'uri': 'spotify:track:72NIaDuJibZx3kJU536k50'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/6HB0hHlIIn3jngBqILTA96'}, 'href': 'https://api.spotify.com/v1/albums/6HB0hHlIIn3jngBqILTA96', 'id': '6HB0hHlIIn3jngBqILTA96', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/48a2a7efdf4ae1957ee1e81469c0147c8241c0d1', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9e5a19e4fa6d52b4005be0b833b398858bbd19e0', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/2a1995edb51bd1f9885ad49b45d1ff071bdcd86b', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:6HB0hHlIIn3jngBqILTA96'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 136533, 'explicit': True, 'external_ids': {'isrc': 'USKO10100388'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/4PpyNg5rkDgbMacInMYPg1'}, 'href': 'https://api.spotify.com/v1/tracks/4PpyNg5rkDgbMacInMYPg1', 'id': '4PpyNg5rkDgbMacInMYPg1', 'is_local': False, 'name': 'Self Mastery', 'popularity': 28, 'preview_url': 'https://p.scdn.co/mp3-preview/db9c034b01e366fac6228e2f320ccb146f3de312?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 11, 'type': 'track', 'uri': 'spotify:track:4PpyNg5rkDgbMacInMYPg1'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/6HB0hHlIIn3jngBqILTA96'}, 'href': 'https://api.spotify.com/v1/albums/6HB0hHlIIn3jngBqILTA96', 'id': '6HB0hHlIIn3jngBqILTA96', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/48a2a7efdf4ae1957ee1e81469c0147c8241c0d1', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9e5a19e4fa6d52b4005be0b833b398858bbd19e0', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/2a1995edb51bd1f9885ad49b45d1ff071bdcd86b', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:6HB0hHlIIn3jngBqILTA96'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 248560, 'explicit': True, 'external_ids': {'isrc': 'USKO10100391'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5Pd3jjRhkUsvtJMdUHLL1q'}, 'href': 'https://api.spotify.com/v1/tracks/5Pd3jjRhkUsvtJMdUHLL1q', 'id': '5Pd3jjRhkUsvtJMdUHLL1q', 'is_local': False, 'name': 'Warfare', 'popularity': 22, 'preview_url': 'https://p.scdn.co/mp3-preview/8542e714d12fa1a66ab24bbf94cd6d443bc9508d?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 14, 'type': 'track', 'uri': 'spotify:track:5Pd3jjRhkUsvtJMdUHLL1q'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/6HB0hHlIIn3jngBqILTA96'}, 'href': 'https://api.spotify.com/v1/albums/6HB0hHlIIn3jngBqILTA96', 'id': '6HB0hHlIIn3jngBqILTA96', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/48a2a7efdf4ae1957ee1e81469c0147c8241c0d1', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9e5a19e4fa6d52b4005be0b833b398858bbd19e0', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/2a1995edb51bd1f9885ad49b45d1ff071bdcd86b', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:6HB0hHlIIn3jngBqILTA96'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 205440, 'explicit': True, 'external_ids': {'isrc': 'USKO10100385'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/7w4K9gUq4EJNv9QUnWuqNp'}, 'href': 'https://api.spotify.com/v1/tracks/7w4K9gUq4EJNv9QUnWuqNp', 'id': '7w4K9gUq4EJNv9QUnWuqNp', 'is_local': False, 'name': 'Caliente', 'popularity': 22, 'preview_url': 'https://p.scdn.co/mp3-preview/9b12eb749931d04f38e39e1be20f82cd711f1ebe?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 8, 'type': 'track', 'uri': 'spotify:track:7w4K9gUq4EJNv9QUnWuqNp'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/6HB0hHlIIn3jngBqILTA96'}, 'href': 'https://api.spotify.com/v1/albums/6HB0hHlIIn3jngBqILTA96', 'id': '6HB0hHlIIn3jngBqILTA96', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/48a2a7efdf4ae1957ee1e81469c0147c8241c0d1', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9e5a19e4fa6d52b4005be0b833b398858bbd19e0', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/2a1995edb51bd1f9885ad49b45d1ff071bdcd86b', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:6HB0hHlIIn3jngBqILTA96'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 242586, 'explicit': True, 'external_ids': {'isrc': 'USKO10100393'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/4W493mczlfaxN7Kse2YmVP'}, 'href': 'https://api.spotify.com/v1/tracks/4W493mczlfaxN7Kse2YmVP', 'id': '4W493mczlfaxN7Kse2YmVP', 'is_local': False, 'name': 'Monotony', 'popularity': 21, 'preview_url': 'https://p.scdn.co/mp3-preview/a581a45d5d1dd1df1096d704b5b35b2ff2fa769f?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 16, 'type': 'track', 'uri': 'spotify:track:4W493mczlfaxN7Kse2YmVP'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/6HB0hHlIIn3jngBqILTA96'}, 'href': 'https://api.spotify.com/v1/albums/6HB0hHlIIn3jngBqILTA96', 'id': '6HB0hHlIIn3jngBqILTA96', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/48a2a7efdf4ae1957ee1e81469c0147c8241c0d1', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9e5a19e4fa6d52b4005be0b833b398858bbd19e0', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/2a1995edb51bd1f9885ad49b45d1ff071bdcd86b', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:6HB0hHlIIn3jngBqILTA96'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 224933, 'explicit': True, 'external_ids': {'isrc': 'USKO10100381'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/65jutuoEHROyRlL3vmsi5Y'}, 'href': 'https://api.spotify.com/v1/tracks/65jutuoEHROyRlL3vmsi5Y', 'id': '65jutuoEHROyRlL3vmsi5Y', 'is_local': False, 'name': 'Bigacts, Littleacts', 'popularity': 21, 'preview_url': 'https://p.scdn.co/mp3-preview/9f0291f322615338968eb8ce74b792ed045436d8?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 4, 'type': 'track', 'uri': 'spotify:track:65jutuoEHROyRlL3vmsi5Y'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/6HB0hHlIIn3jngBqILTA96'}, 'href': 'https://api.spotify.com/v1/albums/6HB0hHlIIn3jngBqILTA96', 'id': '6HB0hHlIIn3jngBqILTA96', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/48a2a7efdf4ae1957ee1e81469c0147c8241c0d1', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9e5a19e4fa6d52b4005be0b833b398858bbd19e0', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/2a1995edb51bd1f9885ad49b45d1ff071bdcd86b', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:6HB0hHlIIn3jngBqILTA96'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 238346, 'explicit': True, 'external_ids': {'isrc': 'USKO10100386'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5pzFwTfA1Fp48hkxmMf0JF'}, 'href': 'https://api.spotify.com/v1/tracks/5pzFwTfA1Fp48hkxmMf0JF', 'id': '5pzFwTfA1Fp48hkxmMf0JF', 'is_local': False, 'name': 'All That', 'popularity': 17, 'preview_url': 'https://p.scdn.co/mp3-preview/cc3c5a47bdf0852ece6d86494763329665332414?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 9, 'type': 'track', 'uri': 'spotify:track:5pzFwTfA1Fp48hkxmMf0JF'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/6HB0hHlIIn3jngBqILTA96'}, 'href': 'https://api.spotify.com/v1/albums/6HB0hHlIIn3jngBqILTA96', 'id': '6HB0hHlIIn3jngBqILTA96', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/48a2a7efdf4ae1957ee1e81469c0147c8241c0d1', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9e5a19e4fa6d52b4005be0b833b398858bbd19e0', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/2a1995edb51bd1f9885ad49b45d1ff071bdcd86b', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:6HB0hHlIIn3jngBqILTA96'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 267586, 'explicit': True, 'external_ids': {'isrc': 'USKO10100394'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/42BXPGvJJQvlndHxfNqjXp'}, 'href': 'https://api.spotify.com/v1/tracks/42BXPGvJJQvlndHxfNqjXp', 'id': '42BXPGvJJQvlndHxfNqjXp', 'is_local': False, 'name': 'Bring It Right', 'popularity': 18, 'preview_url': 'https://p.scdn.co/mp3-preview/3c3efe660bafddad93ae5ac6e56e679210755a30?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 17, 'type': 'track', 'uri': 'spotify:track:42BXPGvJJQvlndHxfNqjXp'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/6HB0hHlIIn3jngBqILTA96'}, 'href': 'https://api.spotify.com/v1/albums/6HB0hHlIIn3jngBqILTA96', 'id': '6HB0hHlIIn3jngBqILTA96', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/48a2a7efdf4ae1957ee1e81469c0147c8241c0d1', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9e5a19e4fa6d52b4005be0b833b398858bbd19e0', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/2a1995edb51bd1f9885ad49b45d1ff071bdcd86b', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:6HB0hHlIIn3jngBqILTA96'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 39120, 'explicit': True, 'external_ids': {'isrc': 'USKO10100382'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0nvHEYr6mzmstjdD8pSZqO'}, 'href': 'https://api.spotify.com/v1/tracks/0nvHEYr6mzmstjdD8pSZqO', 'id': '0nvHEYr6mzmstjdD8pSZqO', 'is_local': False, 'name': 'Quotations', 'popularity': 15, 'preview_url': 'https://p.scdn.co/mp3-preview/e77403ef32925733eaa873d68eea03b33db67450?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 5, 'type': 'track', 'uri': 'spotify:track:0nvHEYr6mzmstjdD8pSZqO'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/6HB0hHlIIn3jngBqILTA96'}, 'href': 'https://api.spotify.com/v1/albums/6HB0hHlIIn3jngBqILTA96', 'id': '6HB0hHlIIn3jngBqILTA96', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/48a2a7efdf4ae1957ee1e81469c0147c8241c0d1', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9e5a19e4fa6d52b4005be0b833b398858bbd19e0', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/2a1995edb51bd1f9885ad49b45d1ff071bdcd86b', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:6HB0hHlIIn3jngBqILTA96'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 34920, 'explicit': True, 'external_ids': {'isrc': 'USKO10100389'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/61hmh5qbCcOmedtTwfMXFH'}, 'href': 'https://api.spotify.com/v1/tracks/61hmh5qbCcOmedtTwfMXFH', 'id': '61hmh5qbCcOmedtTwfMXFH', 'is_local': False, 'name': 'Visions', 'popularity': 15, 'preview_url': 'https://p.scdn.co/mp3-preview/908ac4e72e9d44c49c9a47ca4d86282dc60bf698?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 12, 'type': 'track', 'uri': 'spotify:track:61hmh5qbCcOmedtTwfMXFH'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2vPAaAkpvSULG7Rqd2pJEi'}, 'href': 'https://api.spotify.com/v1/albums/2vPAaAkpvSULG7Rqd2pJEi', 'id': '2vPAaAkpvSULG7Rqd2pJEi', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/a53dec9fc11873eaabbbcecf91fc8a673b726090', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/339d3edd56a946365e56277e92e493cb42f155f4', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7d2af469788fd11a3bb4c7a901906e81e4ae79a7', 'width': 64}], 'name': "Body of the Life Force 'pt. 2'", 'release_date': '2012-11-26', 'release_date_precision': 'day', 'total_tracks': 19, 'type': 'album', 'uri': 'spotify:album:2vPAaAkpvSULG7Rqd2pJEi'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/6SM6f1X5TWA2vlKuXyggFa'}, 'href': 'https://api.spotify.com/v1/artists/6SM6f1X5TWA2vlKuXyggFa', 'id': '6SM6f1X5TWA2vlKuXyggFa', 'name': 'Lyricson', 'type': 'artist', 'uri': 'spotify:artist:6SM6f1X5TWA2vlKuXyggFa'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 199173, 'explicit': False, 'external_ids': {'isrc': 'GB3U21200960'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/29TKiKmFVvPVpU76C6ORcf'}, 'href': 'https://api.spotify.com/v1/tracks/29TKiKmFVvPVpU76C6ORcf', 'id': '29TKiKmFVvPVpU76C6ORcf', 'is_local': False, 'name': 'Warrior', 'popularity': 15, 'preview_url': 'https://p.scdn.co/mp3-preview/c41511e81e892afab3e78bda9b6582f7c2bd0d76?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 16, 'type': 'track', 'uri': 'spotify:track:29TKiKmFVvPVpU76C6ORcf'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2vPAaAkpvSULG7Rqd2pJEi'}, 'href': 'https://api.spotify.com/v1/albums/2vPAaAkpvSULG7Rqd2pJEi', 'id': '2vPAaAkpvSULG7Rqd2pJEi', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/a53dec9fc11873eaabbbcecf91fc8a673b726090', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/339d3edd56a946365e56277e92e493cb42f155f4', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7d2af469788fd11a3bb4c7a901906e81e4ae79a7', 'width': 64}], 'name': "Body of the Life Force 'pt. 2'", 'release_date': '2012-11-26', 'release_date_precision': 'day', 'total_tracks': 19, 'type': 'album', 'uri': 'spotify:album:2vPAaAkpvSULG7Rqd2pJEi'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 228040, 'explicit': False, 'external_ids': {'isrc': 'GB3U21200820'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5LbDw26MvgnQuFqJM24esE'}, 'href': 'https://api.spotify.com/v1/tracks/5LbDw26MvgnQuFqJM24esE', 'id': '5LbDw26MvgnQuFqJM24esE', 'is_local': False, 'name': 'Body of the Life Force', 'popularity': 14, 'preview_url': 'https://p.scdn.co/mp3-preview/1dff21f6024670993fb4e46a3bb4b574dbcefa86?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 2, 'type': 'track', 'uri': 'spotify:track:5LbDw26MvgnQuFqJM24esE'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/6HB0hHlIIn3jngBqILTA96'}, 'href': 'https://api.spotify.com/v1/albums/6HB0hHlIIn3jngBqILTA96', 'id': '6HB0hHlIIn3jngBqILTA96', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/48a2a7efdf4ae1957ee1e81469c0147c8241c0d1', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9e5a19e4fa6d52b4005be0b833b398858bbd19e0', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/2a1995edb51bd1f9885ad49b45d1ff071bdcd86b', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:6HB0hHlIIn3jngBqILTA96'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 99880, 'explicit': True, 'external_ids': {'isrc': 'USKO10100419'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/1WKAZN8NVjx4fdKQUjbLdW'}, 'href': 'https://api.spotify.com/v1/tracks/1WKAZN8NVjx4fdKQUjbLdW', 'id': '1WKAZN8NVjx4fdKQUjbLdW', 'is_local': False, 'name': 'Intro', 'popularity': 14, 'preview_url': 'https://p.scdn.co/mp3-preview/61eeb174cc391f7b5c28cbaefc05cc06224be11e?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 1, 'type': 'track', 'uri': 'spotify:track:1WKAZN8NVjx4fdKQUjbLdW'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2vPAaAkpvSULG7Rqd2pJEi'}, 'href': 'https://api.spotify.com/v1/albums/2vPAaAkpvSULG7Rqd2pJEi', 'id': '2vPAaAkpvSULG7Rqd2pJEi', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/a53dec9fc11873eaabbbcecf91fc8a673b726090', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/339d3edd56a946365e56277e92e493cb42f155f4', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7d2af469788fd11a3bb4c7a901906e81e4ae79a7', 'width': 64}], 'name': "Body of the Life Force 'pt. 2'", 'release_date': '2012-11-26', 'release_date_precision': 'day', 'total_tracks': 19, 'type': 'album', 'uri': 'spotify:album:2vPAaAkpvSULG7Rqd2pJEi'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/3rExe3A3FzAmYDlQuvW2Wx'}, 'href': 'https://api.spotify.com/v1/artists/3rExe3A3FzAmYDlQuvW2Wx', 'id': '3rExe3A3FzAmYDlQuvW2Wx', 'name': 'Vinnie Paz', 'type': 'artist', 'uri': 'spotify:artist:3rExe3A3FzAmYDlQuvW2Wx'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/4QHfF9LDF25kwU7l7ada0N'}, 'href': 'https://api.spotify.com/v1/artists/4QHfF9LDF25kwU7l7ada0N', 'id': '4QHfF9LDF25kwU7l7ada0N', 'name': 'Hannibal Staxx', 'type': 'artist', 'uri': 'spotify:artist:4QHfF9LDF25kwU7l7ada0N'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/1l4hfWLBSaYjCO8E0lzASA'}, 'href': 'https://api.spotify.com/v1/artists/1l4hfWLBSaYjCO8E0lzASA', 'id': '1l4hfWLBSaYjCO8E0lzASA', 'name': 'C-Rayz Walz', 'type': 'artist', 'uri': 'spotify:artist:1l4hfWLBSaYjCO8E0lzASA'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/1MdXFbsQnABjfzSxlJLzRB'}, 'href': 'https://api.spotify.com/v1/artists/1MdXFbsQnABjfzSxlJLzRB', 'id': '1MdXFbsQnABjfzSxlJLzRB', 'name': 'El Da Sensei', 'type': 'artist', 'uri': 'spotify:artist:1MdXFbsQnABjfzSxlJLzRB'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/0Zji66LHK0QCC8AUMuyp3h'}, 'href': 'https://api.spotify.com/v1/artists/0Zji66LHK0QCC8AUMuyp3h', 'id': '0Zji66LHK0QCC8AUMuyp3h', 'name': 'Guilty Simpson', 'type': 'artist', 'uri': 'spotify:artist:0Zji66LHK0QCC8AUMuyp3h'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/24W8UGf4XPOdcKvurMM37j'}, 'href': 'https://api.spotify.com/v1/artists/24W8UGf4XPOdcKvurMM37j', 'id': '24W8UGf4XPOdcKvurMM37j', 'name': 'Nine', 'type': 'artist', 'uri': 'spotify:artist:24W8UGf4XPOdcKvurMM37j'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 458480, 'explicit': False, 'external_ids': {'isrc': 'GB3U21200990'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0AgHRwQwj0LVWQ6at0BYov'}, 'href': 'https://api.spotify.com/v1/tracks/0AgHRwQwj0LVWQ6at0BYov', 'id': '0AgHRwQwj0LVWQ6at0BYov', 'is_local': False, 'name': 'Big Boys', 'popularity': 17, 'preview_url': 'https://p.scdn.co/mp3-preview/6efdaeb77e3df6cfc6e76a35683d476764e05778?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 19, 'type': 'track', 'uri': 'spotify:track:0AgHRwQwj0LVWQ6at0BYov'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2vPAaAkpvSULG7Rqd2pJEi'}, 'href': 'https://api.spotify.com/v1/albums/2vPAaAkpvSULG7Rqd2pJEi', 'id': '2vPAaAkpvSULG7Rqd2pJEi', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/a53dec9fc11873eaabbbcecf91fc8a673b726090', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/339d3edd56a946365e56277e92e493cb42f155f4', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7d2af469788fd11a3bb4c7a901906e81e4ae79a7', 'width': 64}], 'name': "Body of the Life Force 'pt. 2'", 'release_date': '2012-11-26', 'release_date_precision': 'day', 'total_tracks': 19, 'type': 'album', 'uri': 'spotify:album:2vPAaAkpvSULG7Rqd2pJEi'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/5rgdw8NVhnxWL8Poo6HsiX'}, 'href': 'https://api.spotify.com/v1/artists/5rgdw8NVhnxWL8Poo6HsiX', 'id': '5rgdw8NVhnxWL8Poo6HsiX', 'name': 'Biga Ranx', 'type': 'artist', 'uri': 'spotify:artist:5rgdw8NVhnxWL8Poo6HsiX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 218733, 'explicit': False, 'external_ids': {'isrc': 'GB3U21200850'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/6uJeK0bIzPX1i4O8sKvNqt'}, 'href': 'https://api.spotify.com/v1/tracks/6uJeK0bIzPX1i4O8sKvNqt', 'id': '6uJeK0bIzPX1i4O8sKvNqt', 'is_local': False, 'name': 'Double Barrell', 'popularity': 14, 'preview_url': 'https://p.scdn.co/mp3-preview/d53965990a3afee45b5d244c9e1db7b55d5e08d8?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 5, 'type': 'track', 'uri': 'spotify:track:6uJeK0bIzPX1i4O8sKvNqt'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2vPAaAkpvSULG7Rqd2pJEi'}, 'href': 'https://api.spotify.com/v1/albums/2vPAaAkpvSULG7Rqd2pJEi', 'id': '2vPAaAkpvSULG7Rqd2pJEi', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/a53dec9fc11873eaabbbcecf91fc8a673b726090', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/339d3edd56a946365e56277e92e493cb42f155f4', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7d2af469788fd11a3bb4c7a901906e81e4ae79a7', 'width': 64}], 'name': "Body of the Life Force 'pt. 2'", 'release_date': '2012-11-26', 'release_date_precision': 'day', 'total_tracks': 19, 'type': 'album', 'uri': 'spotify:album:2vPAaAkpvSULG7Rqd2pJEi'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 252093, 'explicit': False, 'external_ids': {'isrc': 'GB3U21200830'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/14aNmLMwVDIKc1wwZbc9eZ'}, 'href': 'https://api.spotify.com/v1/tracks/14aNmLMwVDIKc1wwZbc9eZ', 'id': '14aNmLMwVDIKc1wwZbc9eZ', 'is_local': False, 'name': 'Lyrics Fly', 'popularity': 14, 'preview_url': 'https://p.scdn.co/mp3-preview/d8260a5f686d1ed622464fe8d52e42f1d4ed0a73?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 3, 'type': 'track', 'uri': 'spotify:track:14aNmLMwVDIKc1wwZbc9eZ'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2vPAaAkpvSULG7Rqd2pJEi'}, 'href': 'https://api.spotify.com/v1/albums/2vPAaAkpvSULG7Rqd2pJEi', 'id': '2vPAaAkpvSULG7Rqd2pJEi', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/a53dec9fc11873eaabbbcecf91fc8a673b726090', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/339d3edd56a946365e56277e92e493cb42f155f4', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7d2af469788fd11a3bb4c7a901906e81e4ae79a7', 'width': 64}], 'name': "Body of the Life Force 'pt. 2'", 'release_date': '2012-11-26', 'release_date_precision': 'day', 'total_tracks': 19, 'type': 'album', 'uri': 'spotify:album:2vPAaAkpvSULG7Rqd2pJEi'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 217360, 'explicit': False, 'external_ids': {'isrc': 'GB3U21200940'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/7N0vEmQLMeQgdfJpHbhJ1g'}, 'href': 'https://api.spotify.com/v1/tracks/7N0vEmQLMeQgdfJpHbhJ1g', 'id': '7N0vEmQLMeQgdfJpHbhJ1g', 'is_local': False, 'name': 'Know 1', 'popularity': 11, 'preview_url': 'https://p.scdn.co/mp3-preview/3a3b8881240c4676d596f0076a1db4dcede68996?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 14, 'type': 'track', 'uri': 'spotify:track:7N0vEmQLMeQgdfJpHbhJ1g'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2vPAaAkpvSULG7Rqd2pJEi'}, 'href': 'https://api.spotify.com/v1/albums/2vPAaAkpvSULG7Rqd2pJEi', 'id': '2vPAaAkpvSULG7Rqd2pJEi', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/a53dec9fc11873eaabbbcecf91fc8a673b726090', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/339d3edd56a946365e56277e92e493cb42f155f4', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7d2af469788fd11a3bb4c7a901906e81e4ae79a7', 'width': 64}], 'name': "Body of the Life Force 'pt. 2'", 'release_date': '2012-11-26', 'release_date_precision': 'day', 'total_tracks': 19, 'type': 'album', 'uri': 'spotify:album:2vPAaAkpvSULG7Rqd2pJEi'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/0RBBBQn4dQSPIRJswZxvBy'}, 'href': 'https://api.spotify.com/v1/artists/0RBBBQn4dQSPIRJswZxvBy', 'id': '0RBBBQn4dQSPIRJswZxvBy', 'name': 'M.O.P', 'type': 'artist', 'uri': 'spotify:artist:0RBBBQn4dQSPIRJswZxvBy'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/0jfnYhPqsdMHy25aecsF1f'}, 'href': 'https://api.spotify.com/v1/artists/0jfnYhPqsdMHy25aecsF1f', 'id': '0jfnYhPqsdMHy25aecsF1f', 'name': 'Aya Waska', 'type': 'artist', 'uri': 'spotify:artist:0jfnYhPqsdMHy25aecsF1f'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 214506, 'explicit': False, 'external_ids': {'isrc': 'GB3U21200970'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/7L3Ly0sqYDhW2gSlPpImuu'}, 'href': 'https://api.spotify.com/v1/tracks/7L3Ly0sqYDhW2gSlPpImuu', 'id': '7L3Ly0sqYDhW2gSlPpImuu', 'is_local': False, 'name': 'Brooklyn to Jamski', 'popularity': 10, 'preview_url': 'https://p.scdn.co/mp3-preview/df3d1c94916fcbd5730b128392c40cf5da678263?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 17, 'type': 'track', 'uri': 'spotify:track:7L3Ly0sqYDhW2gSlPpImuu'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2vPAaAkpvSULG7Rqd2pJEi'}, 'href': 'https://api.spotify.com/v1/albums/2vPAaAkpvSULG7Rqd2pJEi', 'id': '2vPAaAkpvSULG7Rqd2pJEi', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/a53dec9fc11873eaabbbcecf91fc8a673b726090', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/339d3edd56a946365e56277e92e493cb42f155f4', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7d2af469788fd11a3bb4c7a901906e81e4ae79a7', 'width': 64}], 'name': "Body of the Life Force 'pt. 2'", 'release_date': '2012-11-26', 'release_date_precision': 'day', 'total_tracks': 19, 'type': 'album', 'uri': 'spotify:album:2vPAaAkpvSULG7Rqd2pJEi'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 200706, 'explicit': False, 'external_ids': {'isrc': 'GB3U21200920'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3KiCLXERSbqec0UZH6n2W6'}, 'href': 'https://api.spotify.com/v1/tracks/3KiCLXERSbqec0UZH6n2W6', 'id': '3KiCLXERSbqec0UZH6n2W6', 'is_local': False, 'name': 'Rock Your Body', 'popularity': 8, 'preview_url': 'https://p.scdn.co/mp3-preview/40366bf8a839d9e4fa8e49e06595e175f225a81b?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 12, 'type': 'track', 'uri': 'spotify:track:3KiCLXERSbqec0UZH6n2W6'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2qgtKycDQ6FXW8palsRKrI'}, 'href': 'https://api.spotify.com/v1/albums/2qgtKycDQ6FXW8palsRKrI', 'id': '2qgtKycDQ6FXW8palsRKrI', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/46152e1afdb6642dd61165fbd42bb58ac8cd5487', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/1948dc228b8213fdbe34b5c71cbd981ea95e120a', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/ef014ec8733116505e672e8175869fa84a50ed55', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:2qgtKycDQ6FXW8palsRKrI'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 193400, 'explicit': True, 'external_ids': {'isrc': 'USKO10100379'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0DvAQd6MNAm3SxhqrW0tnv'}, 'href': 'https://api.spotify.com/v1/tracks/0DvAQd6MNAm3SxhqrW0tnv', 'id': '0DvAQd6MNAm3SxhqrW0tnv', 'is_local': False, 'name': 'Soul Assasination', 'popularity': 10, 'preview_url': 'https://p.scdn.co/mp3-preview/7ff8d2925892d96557aea5644d466547250851f1?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 2, 'type': 'track', 'uri': 'spotify:track:0DvAQd6MNAm3SxhqrW0tnv'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2qgtKycDQ6FXW8palsRKrI'}, 'href': 'https://api.spotify.com/v1/albums/2qgtKycDQ6FXW8palsRKrI', 'id': '2qgtKycDQ6FXW8palsRKrI', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/46152e1afdb6642dd61165fbd42bb58ac8cd5487', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/1948dc228b8213fdbe34b5c71cbd981ea95e120a', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/ef014ec8733116505e672e8175869fa84a50ed55', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:2qgtKycDQ6FXW8palsRKrI'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 204013, 'explicit': True, 'external_ids': {'isrc': 'USKO10100063'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/1m1rlVXUN80a5lWfuDzlzx'}, 'href': 'https://api.spotify.com/v1/tracks/1m1rlVXUN80a5lWfuDzlzx', 'id': '1m1rlVXUN80a5lWfuDzlzx', 'is_local': False, 'name': 'Defeat', 'popularity': 10, 'preview_url': 'https://p.scdn.co/mp3-preview/e09b935d8c68997d0d7c26463903781b6a06e55c?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 3, 'type': 'track', 'uri': 'spotify:track:1m1rlVXUN80a5lWfuDzlzx'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2qgtKycDQ6FXW8palsRKrI'}, 'href': 'https://api.spotify.com/v1/albums/2qgtKycDQ6FXW8palsRKrI', 'id': '2qgtKycDQ6FXW8palsRKrI', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/46152e1afdb6642dd61165fbd42bb58ac8cd5487', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/1948dc228b8213fdbe34b5c71cbd981ea95e120a', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/ef014ec8733116505e672e8175869fa84a50ed55', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:2qgtKycDQ6FXW8palsRKrI'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 250453, 'explicit': True, 'external_ids': {'isrc': 'USKO10100384'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0jvsweS21nKqDtBUpJ5fF9'}, 'href': 'https://api.spotify.com/v1/tracks/0jvsweS21nKqDtBUpJ5fF9', 'id': '0jvsweS21nKqDtBUpJ5fF9', 'is_local': False, 'name': 'Mic Stance', 'popularity': 9, 'preview_url': 'https://p.scdn.co/mp3-preview/75017560d213e3c38dd5da22d15c0757e4d5d14e?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 7, 'type': 'track', 'uri': 'spotify:track:0jvsweS21nKqDtBUpJ5fF9'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2qgtKycDQ6FXW8palsRKrI'}, 'href': 'https://api.spotify.com/v1/albums/2qgtKycDQ6FXW8palsRKrI', 'id': '2qgtKycDQ6FXW8palsRKrI', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/46152e1afdb6642dd61165fbd42bb58ac8cd5487', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/1948dc228b8213fdbe34b5c71cbd981ea95e120a', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/ef014ec8733116505e672e8175869fa84a50ed55', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:2qgtKycDQ6FXW8palsRKrI'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 256493, 'explicit': True, 'external_ids': {'isrc': 'USKO10100383'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3mgTDloGP9ND3UwVfvuQhN'}, 'href': 'https://api.spotify.com/v1/tracks/3mgTDloGP9ND3UwVfvuQhN', 'id': '3mgTDloGP9ND3UwVfvuQhN', 'is_local': False, 'name': 'D-d Soundclash', 'popularity': 8, 'preview_url': 'https://p.scdn.co/mp3-preview/c09c3b94a6c054ce02c4b20b89affc37001441bd?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 6, 'type': 'track', 'uri': 'spotify:track:3mgTDloGP9ND3UwVfvuQhN'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2qgtKycDQ6FXW8palsRKrI'}, 'href': 'https://api.spotify.com/v1/albums/2qgtKycDQ6FXW8palsRKrI', 'id': '2qgtKycDQ6FXW8palsRKrI', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/46152e1afdb6642dd61165fbd42bb58ac8cd5487', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/1948dc228b8213fdbe34b5c71cbd981ea95e120a', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/ef014ec8733116505e672e8175869fa84a50ed55', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:2qgtKycDQ6FXW8palsRKrI'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 224933, 'explicit': True, 'external_ids': {'isrc': 'USKO10100381'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/4bGHtNuI25hKHPPbd2cgn1'}, 'href': 'https://api.spotify.com/v1/tracks/4bGHtNuI25hKHPPbd2cgn1', 'id': '4bGHtNuI25hKHPPbd2cgn1', 'is_local': False, 'name': 'Bigacts, Littleacts', 'popularity': 8, 'preview_url': 'https://p.scdn.co/mp3-preview/6125969ce933e346090a81e221c63ab3c6d13083?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 4, 'type': 'track', 'uri': 'spotify:track:4bGHtNuI25hKHPPbd2cgn1'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2vPAaAkpvSULG7Rqd2pJEi'}, 'href': 'https://api.spotify.com/v1/albums/2vPAaAkpvSULG7Rqd2pJEi', 'id': '2vPAaAkpvSULG7Rqd2pJEi', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/a53dec9fc11873eaabbbcecf91fc8a673b726090', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/339d3edd56a946365e56277e92e493cb42f155f4', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7d2af469788fd11a3bb4c7a901906e81e4ae79a7', 'width': 64}], 'name': "Body of the Life Force 'pt. 2'", 'release_date': '2012-11-26', 'release_date_precision': 'day', 'total_tracks': 19, 'type': 'album', 'uri': 'spotify:album:2vPAaAkpvSULG7Rqd2pJEi'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/31azPgttLdNXtdf4b5rq72'}, 'href': 'https://api.spotify.com/v1/artists/31azPgttLdNXtdf4b5rq72', 'id': '31azPgttLdNXtdf4b5rq72', 'name': 'Sean P', 'type': 'artist', 'uri': 'spotify:artist:31azPgttLdNXtdf4b5rq72'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/7fDLDq2weBagiAFD2j17Al'}, 'href': 'https://api.spotify.com/v1/artists/7fDLDq2weBagiAFD2j17Al', 'id': '7fDLDq2weBagiAFD2j17Al', 'name': 'Sadat X', 'type': 'artist', 'uri': 'spotify:artist:7fDLDq2weBagiAFD2j17Al'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 276653, 'explicit': False, 'external_ids': {'isrc': 'GB3U21200980'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/6KtOHr751QpdfW9UDvyNqJ'}, 'href': 'https://api.spotify.com/v1/tracks/6KtOHr751QpdfW9UDvyNqJ', 'id': '6KtOHr751QpdfW9UDvyNqJ', 'is_local': False, 'name': 'Pussy Clot', 'popularity': 9, 'preview_url': 'https://p.scdn.co/mp3-preview/d275f8c162261b389216bdd7b2c9a44261137aa8?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 18, 'type': 'track', 'uri': 'spotify:track:6KtOHr751QpdfW9UDvyNqJ'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2vPAaAkpvSULG7Rqd2pJEi'}, 'href': 'https://api.spotify.com/v1/albums/2vPAaAkpvSULG7Rqd2pJEi', 'id': '2vPAaAkpvSULG7Rqd2pJEi', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/a53dec9fc11873eaabbbcecf91fc8a673b726090', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/339d3edd56a946365e56277e92e493cb42f155f4', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7d2af469788fd11a3bb4c7a901906e81e4ae79a7', 'width': 64}], 'name': "Body of the Life Force 'pt. 2'", 'release_date': '2012-11-26', 'release_date_precision': 'day', 'total_tracks': 19, 'type': 'album', 'uri': 'spotify:album:2vPAaAkpvSULG7Rqd2pJEi'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 204946, 'explicit': False, 'external_ids': {'isrc': 'GB3U21200910'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/6m2u21AoQN1vzcC3dRXE6N'}, 'href': 'https://api.spotify.com/v1/tracks/6m2u21AoQN1vzcC3dRXE6N', 'id': '6m2u21AoQN1vzcC3dRXE6N', 'is_local': False, 'name': 'What You Want', 'popularity': 7, 'preview_url': 'https://p.scdn.co/mp3-preview/211422a6cd2fb4d9171f650295104375d915c084?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 11, 'type': 'track', 'uri': 'spotify:track:6m2u21AoQN1vzcC3dRXE6N'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2vPAaAkpvSULG7Rqd2pJEi'}, 'href': 'https://api.spotify.com/v1/albums/2vPAaAkpvSULG7Rqd2pJEi', 'id': '2vPAaAkpvSULG7Rqd2pJEi', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/a53dec9fc11873eaabbbcecf91fc8a673b726090', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/339d3edd56a946365e56277e92e493cb42f155f4', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7d2af469788fd11a3bb4c7a901906e81e4ae79a7', 'width': 64}], 'name': "Body of the Life Force 'pt. 2'", 'release_date': '2012-11-26', 'release_date_precision': 'day', 'total_tracks': 19, 'type': 'album', 'uri': 'spotify:album:2vPAaAkpvSULG7Rqd2pJEi'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 148813, 'explicit': False, 'external_ids': {'isrc': 'GB3U21200810'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/1t73AH78Fm5JGtYlJTNXEX'}, 'href': 'https://api.spotify.com/v1/tracks/1t73AH78Fm5JGtYlJTNXEX', 'id': '1t73AH78Fm5JGtYlJTNXEX', 'is_local': False, 'name': 'Intro', 'popularity': 9, 'preview_url': 'https://p.scdn.co/mp3-preview/3d206b6d2b5fdc8d7b68857eeff37a51c22a3baf?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 1, 'type': 'track', 'uri': 'spotify:track:1t73AH78Fm5JGtYlJTNXEX'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2vPAaAkpvSULG7Rqd2pJEi'}, 'href': 'https://api.spotify.com/v1/albums/2vPAaAkpvSULG7Rqd2pJEi', 'id': '2vPAaAkpvSULG7Rqd2pJEi', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/a53dec9fc11873eaabbbcecf91fc8a673b726090', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/339d3edd56a946365e56277e92e493cb42f155f4', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7d2af469788fd11a3bb4c7a901906e81e4ae79a7', 'width': 64}], 'name': "Body of the Life Force 'pt. 2'", 'release_date': '2012-11-26', 'release_date_precision': 'day', 'total_tracks': 19, 'type': 'album', 'uri': 'spotify:album:2vPAaAkpvSULG7Rqd2pJEi'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 259813, 'explicit': False, 'external_ids': {'isrc': 'GB3U21200880'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/2MxI2Cf1uu4MtmvLEWkTwp'}, 'href': 'https://api.spotify.com/v1/tracks/2MxI2Cf1uu4MtmvLEWkTwp', 'id': '2MxI2Cf1uu4MtmvLEWkTwp', 'is_local': False, 'name': 'Hip Hop Kid', 'popularity': 7, 'preview_url': 'https://p.scdn.co/mp3-preview/2d97af5fa59efe6513963af8a89456d768276872?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 8, 'type': 'track', 'uri': 'spotify:track:2MxI2Cf1uu4MtmvLEWkTwp'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2vPAaAkpvSULG7Rqd2pJEi'}, 'href': 'https://api.spotify.com/v1/albums/2vPAaAkpvSULG7Rqd2pJEi', 'id': '2vPAaAkpvSULG7Rqd2pJEi', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/a53dec9fc11873eaabbbcecf91fc8a673b726090', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/339d3edd56a946365e56277e92e493cb42f155f4', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7d2af469788fd11a3bb4c7a901906e81e4ae79a7', 'width': 64}], 'name': "Body of the Life Force 'pt. 2'", 'release_date': '2012-11-26', 'release_date_precision': 'day', 'total_tracks': 19, 'type': 'album', 'uri': 'spotify:album:2vPAaAkpvSULG7Rqd2pJEi'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 222440, 'explicit': False, 'external_ids': {'isrc': 'GB3U21200840'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3CLKqhfpIBCiDi8bJ72qPq'}, 'href': 'https://api.spotify.com/v1/tracks/3CLKqhfpIBCiDi8bJ72qPq', 'id': '3CLKqhfpIBCiDi8bJ72qPq', 'is_local': False, 'name': 'Freedom', 'popularity': 10, 'preview_url': 'https://p.scdn.co/mp3-preview/1ce6a1107adf838e407202aa0c43aeba39722e85?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 4, 'type': 'track', 'uri': 'spotify:track:3CLKqhfpIBCiDi8bJ72qPq'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2vPAaAkpvSULG7Rqd2pJEi'}, 'href': 'https://api.spotify.com/v1/albums/2vPAaAkpvSULG7Rqd2pJEi', 'id': '2vPAaAkpvSULG7Rqd2pJEi', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/a53dec9fc11873eaabbbcecf91fc8a673b726090', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/339d3edd56a946365e56277e92e493cb42f155f4', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7d2af469788fd11a3bb4c7a901906e81e4ae79a7', 'width': 64}], 'name': "Body of the Life Force 'pt. 2'", 'release_date': '2012-11-26', 'release_date_precision': 'day', 'total_tracks': 19, 'type': 'album', 'uri': 'spotify:album:2vPAaAkpvSULG7Rqd2pJEi'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 305626, 'explicit': False, 'external_ids': {'isrc': 'GB3U21200860'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3Aby1NXlP8GZexnmHI35dc'}, 'href': 'https://api.spotify.com/v1/tracks/3Aby1NXlP8GZexnmHI35dc', 'id': '3Aby1NXlP8GZexnmHI35dc', 'is_local': False, 'name': 'Money', 'popularity': 8, 'preview_url': 'https://p.scdn.co/mp3-preview/e0b9a073628df3a68fd1158a10554e90e058ee60?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 6, 'type': 'track', 'uri': 'spotify:track:3Aby1NXlP8GZexnmHI35dc'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2qgtKycDQ6FXW8palsRKrI'}, 'href': 'https://api.spotify.com/v1/albums/2qgtKycDQ6FXW8palsRKrI', 'id': '2qgtKycDQ6FXW8palsRKrI', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/46152e1afdb6642dd61165fbd42bb58ac8cd5487', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/1948dc228b8213fdbe34b5c71cbd981ea95e120a', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/ef014ec8733116505e672e8175869fa84a50ed55', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:2qgtKycDQ6FXW8palsRKrI'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 39120, 'explicit': True, 'external_ids': {'isrc': 'USKO10100382'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/2Ik0U0urvxGwb0WiQyUKcW'}, 'href': 'https://api.spotify.com/v1/tracks/2Ik0U0urvxGwb0WiQyUKcW', 'id': '2Ik0U0urvxGwb0WiQyUKcW', 'is_local': False, 'name': 'Quotations', 'popularity': 6, 'preview_url': 'https://p.scdn.co/mp3-preview/cc10557fb86936d586d84030195b2c29841eca60?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 5, 'type': 'track', 'uri': 'spotify:track:2Ik0U0urvxGwb0WiQyUKcW'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2qgtKycDQ6FXW8palsRKrI'}, 'href': 'https://api.spotify.com/v1/albums/2qgtKycDQ6FXW8palsRKrI', 'id': '2qgtKycDQ6FXW8palsRKrI', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/46152e1afdb6642dd61165fbd42bb58ac8cd5487', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/1948dc228b8213fdbe34b5c71cbd981ea95e120a', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/ef014ec8733116505e672e8175869fa84a50ed55', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:2qgtKycDQ6FXW8palsRKrI'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 242586, 'explicit': True, 'external_ids': {'isrc': 'USKO10100393'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3io8gOzp0z1GpfpvhVPgR6'}, 'href': 'https://api.spotify.com/v1/tracks/3io8gOzp0z1GpfpvhVPgR6', 'id': '3io8gOzp0z1GpfpvhVPgR6', 'is_local': False, 'name': 'Monotony', 'popularity': 7, 'preview_url': 'https://p.scdn.co/mp3-preview/6870e49a43f61330b54c8ff984e11c1f7d621859?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 16, 'type': 'track', 'uri': 'spotify:track:3io8gOzp0z1GpfpvhVPgR6'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2qgtKycDQ6FXW8palsRKrI'}, 'href': 'https://api.spotify.com/v1/albums/2qgtKycDQ6FXW8palsRKrI', 'id': '2qgtKycDQ6FXW8palsRKrI', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/46152e1afdb6642dd61165fbd42bb58ac8cd5487', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/1948dc228b8213fdbe34b5c71cbd981ea95e120a', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/ef014ec8733116505e672e8175869fa84a50ed55', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:2qgtKycDQ6FXW8palsRKrI'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 248560, 'explicit': True, 'external_ids': {'isrc': 'USKO10100391'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5hgNvlU6GWfBKCw0IGvxZ7'}, 'href': 'https://api.spotify.com/v1/tracks/5hgNvlU6GWfBKCw0IGvxZ7', 'id': '5hgNvlU6GWfBKCw0IGvxZ7', 'is_local': False, 'name': 'Warfare', 'popularity': 7, 'preview_url': 'https://p.scdn.co/mp3-preview/376e6fb648640884167a9ce5c3ac34facdb9f850?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 14, 'type': 'track', 'uri': 'spotify:track:5hgNvlU6GWfBKCw0IGvxZ7'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2qgtKycDQ6FXW8palsRKrI'}, 'href': 'https://api.spotify.com/v1/albums/2qgtKycDQ6FXW8palsRKrI', 'id': '2qgtKycDQ6FXW8palsRKrI', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/46152e1afdb6642dd61165fbd42bb58ac8cd5487', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/1948dc228b8213fdbe34b5c71cbd981ea95e120a', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/ef014ec8733116505e672e8175869fa84a50ed55', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:2qgtKycDQ6FXW8palsRKrI'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 195173, 'explicit': True, 'external_ids': {'isrc': 'USKO10100390'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/2w4BgrhuQke4EF4MVT8gpm'}, 'href': 'https://api.spotify.com/v1/tracks/2w4BgrhuQke4EF4MVT8gpm', 'id': '2w4BgrhuQke4EF4MVT8gpm', 'is_local': False, 'name': 'Mortal Kombat', 'popularity': 8, 'preview_url': 'https://p.scdn.co/mp3-preview/2bb82a7eddaf070e6ac4936d4e5ad06659ac6df9?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 13, 'type': 'track', 'uri': 'spotify:track:2w4BgrhuQke4EF4MVT8gpm'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2qgtKycDQ6FXW8palsRKrI'}, 'href': 'https://api.spotify.com/v1/albums/2qgtKycDQ6FXW8palsRKrI', 'id': '2qgtKycDQ6FXW8palsRKrI', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/46152e1afdb6642dd61165fbd42bb58ac8cd5487', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/1948dc228b8213fdbe34b5c71cbd981ea95e120a', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/ef014ec8733116505e672e8175869fa84a50ed55', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:2qgtKycDQ6FXW8palsRKrI'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 239413, 'explicit': True, 'external_ids': {'isrc': 'USKO10100395'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3uDa49zGfJFVXdBk9L5uQs'}, 'href': 'https://api.spotify.com/v1/tracks/3uDa49zGfJFVXdBk9L5uQs', 'id': '3uDa49zGfJFVXdBk9L5uQs', 'is_local': False, 'name': 'Whirlwind Thru Cities', 'popularity': 8, 'preview_url': 'https://p.scdn.co/mp3-preview/17105550afe9442ac4ea0de00844d6cb972c14e4?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 18, 'type': 'track', 'uri': 'spotify:track:3uDa49zGfJFVXdBk9L5uQs'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2qgtKycDQ6FXW8palsRKrI'}, 'href': 'https://api.spotify.com/v1/albums/2qgtKycDQ6FXW8palsRKrI', 'id': '2qgtKycDQ6FXW8palsRKrI', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/46152e1afdb6642dd61165fbd42bb58ac8cd5487', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/1948dc228b8213fdbe34b5c71cbd981ea95e120a', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/ef014ec8733116505e672e8175869fa84a50ed55', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:2qgtKycDQ6FXW8palsRKrI'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 277320, 'explicit': True, 'external_ids': {'isrc': 'USKO10100392'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/4V1sXrFbpRp7aIDPCy08MO'}, 'href': 'https://api.spotify.com/v1/tracks/4V1sXrFbpRp7aIDPCy08MO', 'id': '4V1sXrFbpRp7aIDPCy08MO', 'is_local': False, 'name': 'Equality', 'popularity': 9, 'preview_url': 'https://p.scdn.co/mp3-preview/bb617e559deee8087c51e5c30474e87469339fe5?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 15, 'type': 'track', 'uri': 'spotify:track:4V1sXrFbpRp7aIDPCy08MO'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2qgtKycDQ6FXW8palsRKrI'}, 'href': 'https://api.spotify.com/v1/albums/2qgtKycDQ6FXW8palsRKrI', 'id': '2qgtKycDQ6FXW8palsRKrI', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/46152e1afdb6642dd61165fbd42bb58ac8cd5487', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/1948dc228b8213fdbe34b5c71cbd981ea95e120a', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/ef014ec8733116505e672e8175869fa84a50ed55', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:2qgtKycDQ6FXW8palsRKrI'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 136533, 'explicit': True, 'external_ids': {'isrc': 'USKO10100388'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/1hL2MpQ1O1Qrc7ytGd1BMO'}, 'href': 'https://api.spotify.com/v1/tracks/1hL2MpQ1O1Qrc7ytGd1BMO', 'id': '1hL2MpQ1O1Qrc7ytGd1BMO', 'is_local': False, 'name': 'Self Mastery', 'popularity': 7, 'preview_url': 'https://p.scdn.co/mp3-preview/7124c195251dd4296a818f0bc744062e193b983e?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 11, 'type': 'track', 'uri': 'spotify:track:1hL2MpQ1O1Qrc7ytGd1BMO'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2qgtKycDQ6FXW8palsRKrI'}, 'href': 'https://api.spotify.com/v1/albums/2qgtKycDQ6FXW8palsRKrI', 'id': '2qgtKycDQ6FXW8palsRKrI', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/46152e1afdb6642dd61165fbd42bb58ac8cd5487', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/1948dc228b8213fdbe34b5c71cbd981ea95e120a', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/ef014ec8733116505e672e8175869fa84a50ed55', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:2qgtKycDQ6FXW8palsRKrI'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 205440, 'explicit': True, 'external_ids': {'isrc': 'USKO10100385'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3b7GyXFhKLpBt5ZlV0NQlL'}, 'href': 'https://api.spotify.com/v1/tracks/3b7GyXFhKLpBt5ZlV0NQlL', 'id': '3b7GyXFhKLpBt5ZlV0NQlL', 'is_local': False, 'name': 'Caliente', 'popularity': 7, 'preview_url': 'https://p.scdn.co/mp3-preview/2c4967cb4e4007586fa0e2d2590acfda08d76cd0?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 8, 'type': 'track', 'uri': 'spotify:track:3b7GyXFhKLpBt5ZlV0NQlL'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2vPAaAkpvSULG7Rqd2pJEi'}, 'href': 'https://api.spotify.com/v1/albums/2vPAaAkpvSULG7Rqd2pJEi', 'id': '2vPAaAkpvSULG7Rqd2pJEi', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/a53dec9fc11873eaabbbcecf91fc8a673b726090', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/339d3edd56a946365e56277e92e493cb42f155f4', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7d2af469788fd11a3bb4c7a901906e81e4ae79a7', 'width': 64}], 'name': "Body of the Life Force 'pt. 2'", 'release_date': '2012-11-26', 'release_date_precision': 'day', 'total_tracks': 19, 'type': 'album', 'uri': 'spotify:album:2vPAaAkpvSULG7Rqd2pJEi'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 228600, 'explicit': False, 'external_ids': {'isrc': 'GB3U21200890'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5Wpvgl7imziJM0odxMmEWE'}, 'href': 'https://api.spotify.com/v1/tracks/5Wpvgl7imziJM0odxMmEWE', 'id': '5Wpvgl7imziJM0odxMmEWE', 'is_local': False, 'name': 'Gruppie Girl', 'popularity': 6, 'preview_url': 'https://p.scdn.co/mp3-preview/9fc5c1af4e1f66077e0e1f35debe717af495c9cd?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 9, 'type': 'track', 'uri': 'spotify:track:5Wpvgl7imziJM0odxMmEWE'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2vPAaAkpvSULG7Rqd2pJEi'}, 'href': 'https://api.spotify.com/v1/albums/2vPAaAkpvSULG7Rqd2pJEi', 'id': '2vPAaAkpvSULG7Rqd2pJEi', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/a53dec9fc11873eaabbbcecf91fc8a673b726090', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/339d3edd56a946365e56277e92e493cb42f155f4', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7d2af469788fd11a3bb4c7a901906e81e4ae79a7', 'width': 64}], 'name': "Body of the Life Force 'pt. 2'", 'release_date': '2012-11-26', 'release_date_precision': 'day', 'total_tracks': 19, 'type': 'album', 'uri': 'spotify:album:2vPAaAkpvSULG7Rqd2pJEi'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 223440, 'explicit': False, 'external_ids': {'isrc': 'GB3U21200870'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5XqBad4v1yaR79Zap6lP0q'}, 'href': 'https://api.spotify.com/v1/tracks/5XqBad4v1yaR79Zap6lP0q', 'id': '5XqBad4v1yaR79Zap6lP0q', 'is_local': False, 'name': 'Hate It', 'popularity': 7, 'preview_url': 'https://p.scdn.co/mp3-preview/2700390a1c9f9bf5753dcaaded72c85040f1948b?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 7, 'type': 'track', 'uri': 'spotify:track:5XqBad4v1yaR79Zap6lP0q'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2vPAaAkpvSULG7Rqd2pJEi'}, 'href': 'https://api.spotify.com/v1/albums/2vPAaAkpvSULG7Rqd2pJEi', 'id': '2vPAaAkpvSULG7Rqd2pJEi', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/a53dec9fc11873eaabbbcecf91fc8a673b726090', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/339d3edd56a946365e56277e92e493cb42f155f4', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7d2af469788fd11a3bb4c7a901906e81e4ae79a7', 'width': 64}], 'name': "Body of the Life Force 'pt. 2'", 'release_date': '2012-11-26', 'release_date_precision': 'day', 'total_tracks': 19, 'type': 'album', 'uri': 'spotify:album:2vPAaAkpvSULG7Rqd2pJEi'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 208080, 'explicit': False, 'external_ids': {'isrc': 'GB3U21200950'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/2DwJvZgpIxhg7q5j1pIkk9'}, 'href': 'https://api.spotify.com/v1/tracks/2DwJvZgpIxhg7q5j1pIkk9', 'id': '2DwJvZgpIxhg7q5j1pIkk9', 'is_local': False, 'name': 'So Amazing', 'popularity': 5, 'preview_url': 'https://p.scdn.co/mp3-preview/893d1d1ea9a05e9ace7be43ebfbbba0720062fa9?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 15, 'type': 'track', 'uri': 'spotify:track:2DwJvZgpIxhg7q5j1pIkk9'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2vPAaAkpvSULG7Rqd2pJEi'}, 'href': 'https://api.spotify.com/v1/albums/2vPAaAkpvSULG7Rqd2pJEi', 'id': '2vPAaAkpvSULG7Rqd2pJEi', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/a53dec9fc11873eaabbbcecf91fc8a673b726090', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/339d3edd56a946365e56277e92e493cb42f155f4', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7d2af469788fd11a3bb4c7a901906e81e4ae79a7', 'width': 64}], 'name': "Body of the Life Force 'pt. 2'", 'release_date': '2012-11-26', 'release_date_precision': 'day', 'total_tracks': 19, 'type': 'album', 'uri': 'spotify:album:2vPAaAkpvSULG7Rqd2pJEi'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 209333, 'explicit': False, 'external_ids': {'isrc': 'GB3U21200930'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/2PKgyVfM2vGQPL6hwIL6R8'}, 'href': 'https://api.spotify.com/v1/tracks/2PKgyVfM2vGQPL6hwIL6R8', 'id': '2PKgyVfM2vGQPL6hwIL6R8', 'is_local': False, 'name': 'Haterz', 'popularity': 8, 'preview_url': 'https://p.scdn.co/mp3-preview/e93366960fe44a177bdf1a894ebab45f619bac2d?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 13, 'type': 'track', 'uri': 'spotify:track:2PKgyVfM2vGQPL6hwIL6R8'}, {'album': {'album_type': 'compilation', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/0LyfQWJT6nXafLPZqxe9Of'}, 'href': 'https://api.spotify.com/v1/artists/0LyfQWJT6nXafLPZqxe9Of', 'id': '0LyfQWJT6nXafLPZqxe9Of', 'name': 'Various Artists', 'type': 'artist', 'uri': 'spotify:artist:0LyfQWJT6nXafLPZqxe9Of'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/4LLFBFRARWLZQ95KWwMM1e'}, 'href': 'https://api.spotify.com/v1/albums/4LLFBFRARWLZQ95KWwMM1e', 'id': '4LLFBFRARWLZQ95KWwMM1e', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/25de1a585d505ce21eccb1e1d66cb71320016ffe', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/2d695b0db566e76d39374439c00900015126c649', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/58b8ddd9a47c0a8ba38a47dbeeff4a3c092660f8', 'width': 64}], 'name': 'The Sativa Tape, Vol. 2', 'release_date': '2012-03-03', 'release_date_precision': 'day', 'total_tracks': 24, 'type': 'album', 'uri': 'spotify:album:4LLFBFRARWLZQ95KWwMM1e'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 222241, 'explicit': False, 'external_ids': {'isrc': 'FR6V81284338'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/6nu6lPhgFjF8CBHSMbAnvd'}, 'href': 'https://api.spotify.com/v1/tracks/6nu6lPhgFjF8CBHSMbAnvd', 'id': '6nu6lPhgFjF8CBHSMbAnvd', 'is_local': False, 'name': 'Body of the Life Force 2 - Inedit', 'popularity': 0, 'preview_url': 'https://p.scdn.co/mp3-preview/2eb935ceebddfda6fb127177690c03ce77d31321?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 24, 'type': 'track', 'uri': 'spotify:track:6nu6lPhgFjF8CBHSMbAnvd'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/6HB0hHlIIn3jngBqILTA96'}, 'href': 'https://api.spotify.com/v1/albums/6HB0hHlIIn3jngBqILTA96', 'id': '6HB0hHlIIn3jngBqILTA96', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/48a2a7efdf4ae1957ee1e81469c0147c8241c0d1', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9e5a19e4fa6d52b4005be0b833b398858bbd19e0', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/2a1995edb51bd1f9885ad49b45d1ff071bdcd86b', 'width': 64}], 'name': 'Body Of The Life Force', 'release_date': '2000-10-24', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:6HB0hHlIIn3jngBqILTA96'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6SWohEYYTym0RIBxvoh6wt'}, 'href': 'https://api.spotify.com/v1/artists/6SWohEYYTym0RIBxvoh6wt', 'id': '6SWohEYYTym0RIBxvoh6wt', 'name': 'Afu-Ra', 'type': 'artist', 'uri': 'spotify:artist:6SWohEYYTym0RIBxvoh6wt'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 27520, 'explicit': True, 'external_ids': {'isrc': 'USKO10100387'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/1DMDfZ4wlPQpitfROCsgga'}, 'href': 'https://api.spotify.com/v1/tracks/1DMDfZ4wlPQpitfROCsgga', 'id': '1DMDfZ4wlPQpitfROCsgga', 'is_local': False, 'name': 'Headqcuarterz', 'popularity': 0, 'preview_url': 'https://p.scdn.co/mp3-preview/60d970c5f530c6d32e6c03377e18a384d2d2b3b3?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 10, 'type': 'track', 'uri': 'spotify:track:1DMDfZ4wlPQpitfROCsgga'}], 'limit': 50, 'next': 'https://api.spotify.com/v1/search?query=body+of+the+life+force+afu-ra&type=track&market=GB&offset=50&limit=50', 'offset': 0, 'previous': None, 'total': 56}} verbosity 3 Message: Scraping for source_playlist Function: get_whosampled_playlist @@ -31,13 +31,13 @@ Message: Getting page: https://whosampled.com/Afu-Ra/Defeat-(Video-Version)/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Defeat (Video Version) by Afu-Ra - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Defeat (Video Version) - Afu-Ra\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Defeat (Video Version)

\n
by

Afu-Ra

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Body of the Life Force

\n

Koch

\n\n \n
Producer:\n

\n \n DJ Premier\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 6 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJean Knight\'s Why I Keep Living These Memories\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWhy I Keep Living These Memories\n\t\t\tby Jean Knight (1971)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tSway & King Tech, RZA, Eminem and Pharoahe Monch feat. Kool G Rap, Chino XL and KRS-One\'s The Anthem\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Anthem\n\t\t\tby Sway & King Tech, RZA, Eminem and Pharoahe Monch feat. Kool G Rap, Chino XL and KRS-One (1999)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tAfu-Ra\'s Whirlwind Thru Cities\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWhirlwind Thru Cities\n\t\t\tby Afu-Ra (1998)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Beatnuts feat. Big Pun and Cuban Link\'s Off the Books\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tOff the Books\n\t\t\tby The Beatnuts feat. Big Pun and Cuban Link (1997)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBlack Moon\'s Two Turntables & a Mic\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tTwo Turntables & a Mic\n\t\t\tby Black Moon (1999)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 14 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tAfu-Ra feat. Guru\'s Blvd.\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBlvd.\n\t\t\tby Afu-Ra feat. Guru (2002)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tAfu-Ra feat. M.O.P.\'s Crossfire\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tCrossfire\n\t\t\tby Afu-Ra feat. M.O.P. (2002)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tFrenkie\'s Odlicna Pjesma\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tOdlicna Pjesma\n\t\t\tby Frenkie (2004)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tElixir De Beat feat. Chilenos Mcs\'s El Tiempo Es Ahora\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tEl Tiempo Es Ahora\n\t\t\tby Elixir De Beat feat. Chilenos Mcs (2011)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tDJ Cam feat. Afu-Ra\'s Voodoo Child (Dj Premier Remix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tVoodoo Child (Dj Premier Remix)\n\t\t\tby DJ Cam feat. Afu-Ra (2002)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Defeat (Video Version) by Afu-Ra - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Defeat (Video Version) - Afu-Ra\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Defeat (Video Version)

\n
by

Afu-Ra

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Body of the Life Force

\n

Koch

\n\n \n
Producer:\n

\n \n DJ Premier\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 6 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJean Knight\'s Why I Keep Living These Memories\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWhy I Keep Living These Memories\n\t\t\tby Jean Knight (1971)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tSway & King Tech, RZA, Eminem and Pharoahe Monch feat. Kool G Rap, Chino XL and KRS-One\'s The Anthem\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Anthem\n\t\t\tby Sway & King Tech, RZA, Eminem and Pharoahe Monch feat. Kool G Rap, Chino XL and KRS-One (1999)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tAfu-Ra\'s Whirlwind Thru Cities\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWhirlwind Thru Cities\n\t\t\tby Afu-Ra (1998)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Beatnuts feat. Big Pun and Cuban Link\'s Off the Books\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tOff the Books\n\t\t\tby The Beatnuts feat. Big Pun and Cuban Link (1997)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBlack Moon\'s Two Turntables & a Mic\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tTwo Turntables & a Mic\n\t\t\tby Black Moon (1999)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 14 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tAfu-Ra feat. Guru\'s Blvd.\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBlvd.\n\t\t\tby Afu-Ra feat. Guru (2002)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tAfu-Ra feat. M.O.P.\'s Crossfire\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tCrossfire\n\t\t\tby Afu-Ra feat. M.O.P. (2002)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tFrenkie\'s Odlicna Pjesma\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tOdlicna Pjesma\n\t\t\tby Frenkie (2004)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tElixir De Beat feat. Chilenos Mcs\'s El Tiempo Es Ahora\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tEl Tiempo Es Ahora\n\t\t\tby Elixir De Beat feat. Chilenos Mcs (2011)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tDJ Cam feat. Afu-Ra\'s Voodoo Child (Dj Premier Remix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tVoodoo Child (Dj Premier Remix)\n\t\t\tby DJ Cam feat. Afu-Ra (2002)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Getting page: https://whosampled.com/Afu-Ra/Defeat-(Video-Version)/samples/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Tracks Sampled in Defeat (Video Version) by Afu-Ra | WhoSampled\n \n \n \n \n \n\t\n\n \n\t\n\n\t\n\n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n\n\n\n\n\n\n\n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n\t\n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n\t\n\n\n\n \n\n\n\n\t
\n\t\t
\n\t\t\t\n\t\t\t\tAfu-Ra\'s Defeat (Video Version)\n\t\t\t\n\t\t
\n\t\t
\n\t\t\t
\n\tBuy this Track\n\n\t\n
\n\n\n\t\t\t

Defeat (Video Version)

\n\t\t\t
\n\t\t\t\tby

Afu-Ra

\n\t\t\t
\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t
\n\t\t\t\t

Body of the Life Force

\n\t\t\t\t

Koch 2000

\n\n\t\t\t\t\n\t\t\t\t\t
Producer:\n\t\t\t\t\t\t

\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tDJ Premier\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t

\n\t\t\t\t\t
\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t
\n\t\t
\n\t
\n\n\t
\n\t\t
\n
Sort:
\n
\n \n
\n
\n\n\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 6 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJean Knight\'s Why I Keep Living These Memories\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWhy I Keep Living These Memories\n\t\t\tby Jean Knight (1971)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tSway & King Tech, RZA, Eminem and Pharoahe Monch feat. Kool G Rap, Chino XL and KRS-One\'s The Anthem\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Anthem\n\t\t\tby Sway & King Tech, RZA, Eminem and Pharoahe Monch feat. Kool G Rap, Chino XL and KRS-One (1999)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tAfu-Ra\'s Whirlwind Thru Cities\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWhirlwind Thru Cities\n\t\t\tby Afu-Ra (1998)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Beatnuts feat. Big Pun and Cuban Link\'s Off the Books\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tOff the Books\n\t\t\tby The Beatnuts feat. Big Pun and Cuban Link (1997)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBlack Moon\'s Two Turntables & a Mic\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tTwo Turntables & a Mic\n\t\t\tby Black Moon (1999)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJed Dust\'s Strictly Kings & Better\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tStrictly Kings & Better\n\t\t\tby Jed Dust (1997)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t
\n\n\t\n\n\n\t\n\n
\n\n\n\n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Tracks Sampled in Defeat (Video Version) by Afu-Ra | WhoSampled\n \n \n \n \n \n\t\n\n \n\t\n\n\t\n\n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n\n\n\n\n\n\n\n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n\t\n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n\t\n\n\n\n \n\n\n\n\t
\n\t\t
\n\t\t\t\n\t\t\t\tAfu-Ra\'s Defeat (Video Version)\n\t\t\t\n\t\t
\n\t\t
\n\t\t\t
\n\tBuy this Track\n\n\t\n
\n\n\n\t\t\t

Defeat (Video Version)

\n\t\t\t
\n\t\t\t\tby

Afu-Ra

\n\t\t\t
\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t
\n\t\t\t\t

Body of the Life Force

\n\t\t\t\t

Koch 2000

\n\n\t\t\t\t\n\t\t\t\t\t
Producer:\n\t\t\t\t\t\t

\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tDJ Premier\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t

\n\t\t\t\t\t
\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t
\n\t\t
\n\t
\n\n\t
\n\t\t
\n
Sort:
\n
\n \n
\n
\n\n\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 6 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJean Knight\'s Why I Keep Living These Memories\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWhy I Keep Living These Memories\n\t\t\tby Jean Knight (1971)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tSway & King Tech, RZA, Eminem and Pharoahe Monch feat. Kool G Rap, Chino XL and KRS-One\'s The Anthem\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Anthem\n\t\t\tby Sway & King Tech, RZA, Eminem and Pharoahe Monch feat. Kool G Rap, Chino XL and KRS-One (1999)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tAfu-Ra\'s Whirlwind Thru Cities\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWhirlwind Thru Cities\n\t\t\tby Afu-Ra (1998)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Beatnuts feat. Big Pun and Cuban Link\'s Off the Books\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tOff the Books\n\t\t\tby The Beatnuts feat. Big Pun and Cuban Link (1997)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBlack Moon\'s Two Turntables & a Mic\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tTwo Turntables & a Mic\n\t\t\tby Black Moon (1999)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJed Dust\'s Strictly Kings & Better\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tStrictly Kings & Better\n\t\t\tby Jed Dust (1997)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t
\n\n\t\n\n\n\t\n\n
\n\n\n\n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Afu-Ra/Defeat-(Video-Version)/samples/ Function: parse_sample_items @@ -55,7 +55,7 @@ Message: Getting page: https://whosampled.com/Afu-Ra/Bigacts-Littleacts-(DJ-Prem Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Bigacts Littleacts (DJ Premier Remix) by Afu-Ra feat. GZA - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Bigacts Littleacts (DJ Premier Remix) - Afu-Ra feat. GZA\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Bigacts Littleacts (DJ Premier Remix)

\n
by

Afu-Ra feat. GZA

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Bigacts Littleacts 12"

\n

Koch

\n\n \n \n \n\n \n
Remixer:\n

\n \n DJ Premier\n \n

\n
\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tCaldera\'s Seraphim (Angel)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSeraphim (Angel)\n\t\t\tby Caldera (1977)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tAlbert King\'s The Blues Don't Change\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Blues Don't Change\n\t\t\tby Albert King (1977)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tIs a remix of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tAfu-Ra\'s Bigacts Littleacts\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBigacts Littleacts\n\t\t\tby Afu-Ra (2000)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Bigacts Littleacts (DJ Premier Remix) by Afu-Ra feat. GZA - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Bigacts Littleacts (DJ Premier Remix) - Afu-Ra feat. GZA\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Bigacts Littleacts (DJ Premier Remix)

\n
by

Afu-Ra feat. GZA

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Bigacts Littleacts 12"

\n

Koch

\n\n \n \n \n\n \n
Remixer:\n

\n \n DJ Premier\n \n

\n
\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tCaldera\'s Seraphim (Angel)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSeraphim (Angel)\n\t\t\tby Caldera (1977)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tAlbert King\'s The Blues Don't Change\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Blues Don't Change\n\t\t\tby Albert King (1977)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tIs a remix of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tAfu-Ra\'s Bigacts Littleacts\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBigacts Littleacts\n\t\t\tby Afu-Ra (2000)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Afu-Ra/Bigacts-Littleacts-(DJ-Premier-Remix)/ Function: parse_sample_items @@ -71,7 +71,7 @@ Message: Getting page: https://whosampled.com/Afu-Ra/D%26D-Soundclash/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n D&D Soundclash by Afu-Ra feat. Smif-N-Wessun - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n D&D Soundclash - Afu-Ra feat. Smif-N-Wessun\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

D&D Soundclash

\n
by

Afu-Ra feat. Smif-N-Wessun

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Body of the Life Force

\n

Koch

\n\n \n
Producer:\n

\n \n Da Beatminerz\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBarrington Levy\'s Mini Bus (On the Telephone)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tReggae\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tMini Bus (On the Telephone)\n\t\t\tby Barrington Levy (1985)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n D&D Soundclash by Afu-Ra feat. Smif-N-Wessun - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n D&D Soundclash - Afu-Ra feat. Smif-N-Wessun\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

D&D Soundclash

\n
by

Afu-Ra feat. Smif-N-Wessun

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Body of the Life Force

\n

Koch

\n\n \n
Producer:\n

\n \n Da Beatminerz\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBarrington Levy\'s Mini Bus (On the Telephone)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tReggae\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tMini Bus (On the Telephone)\n\t\t\tby Barrington Levy (1985)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Afu-Ra/D%26D-Soundclash/ Function: parse_sample_items @@ -83,7 +83,7 @@ Message: Getting page: https://whosampled.com/Afu-Ra/Mic-Stance-(Original-Versio Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Mic Stance (Original Version) by Afu-Ra - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Mic Stance (Original Version) - Afu-Ra\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Mic Stance (Original Version)

\n
by

Afu-Ra

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

D&D Soundclash

\n

D&D

\n\n \n
Producer:\n

\n \n DJ Premier\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tIsaac Hayes\'s Wherever You Are\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWherever You Are\n\t\t\tby Isaac Hayes (1980)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Kay-Gees\'s Mr. Nothin'\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tMr. Nothin'\n\t\t\tby The Kay-Gees (1976)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas remixed in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tAfu-Ra\'s Mic Stance\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tMic Stance\n\t\t\tby DJ Premier (2000)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Mic Stance (Original Version) by Afu-Ra - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Mic Stance (Original Version) - Afu-Ra\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Mic Stance (Original Version)

\n
by

Afu-Ra

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

D&D Soundclash

\n

D&D

\n\n \n
Producer:\n

\n \n DJ Premier\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tIsaac Hayes\'s Wherever You Are\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWherever You Are\n\t\t\tby Isaac Hayes (1980)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Kay-Gees\'s Mr. Nothin'\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tMr. Nothin'\n\t\t\tby The Kay-Gees (1976)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas remixed in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tAfu-Ra\'s Mic Stance\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tMic Stance\n\t\t\tby DJ Premier (2000)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Afu-Ra/Mic-Stance-(Original-Version)/ Function: parse_sample_items @@ -99,7 +99,7 @@ Message: Getting page: https://whosampled.com/Afu-Ra/All-That/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n All That by Afu-Ra feat. Krumbsnatcha and Hannibal Stax - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n All That - Afu-Ra feat. Krumbsnatcha and Hannibal Stax\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

All That

\n
by

Afu-Ra feat. Krumbsnatcha and Hannibal Stax

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Body of the Life Force

\n

D&D

\n\n \n
Producer:\n

\n \n Mike Rone\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tCharles Williams\'s People Make the World Go Round\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tPeople Make the World Go Round\n\t\t\tby Charles Williams (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n All That by Afu-Ra feat. Krumbsnatcha and Hannibal Stax - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n All That - Afu-Ra feat. Krumbsnatcha and Hannibal Stax\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

All That

\n
by

Afu-Ra feat. Krumbsnatcha and Hannibal Stax

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Body of the Life Force

\n

D&D

\n\n \n
Producer:\n

\n \n Mike Rone\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tCharles Williams\'s People Make the World Go Round\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tPeople Make the World Go Round\n\t\t\tby Charles Williams (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Afu-Ra/All-That/ Function: parse_sample_items @@ -111,7 +111,7 @@ Message: Getting page: https://whosampled.com/Afu-Ra/Headqcuarterz-(Skit)/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Headqcuarterz (Skit) by Afu-Ra - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Headqcuarterz (Skit) - Afu-Ra\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Headqcuarterz (Skit)

\n
by

Afu-Ra

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Body of the Life Force

\n

Koch

\n\n \n \n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tEcstasy, Passion & Pain\'s Don't Burn Your Bridges Behind You\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDon't Burn Your Bridges Behind You\n\t\t\tby Ecstasy, Passion & Pain (1974)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Headqcuarterz (Skit) by Afu-Ra - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Headqcuarterz (Skit) - Afu-Ra\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Headqcuarterz (Skit)

\n
by

Afu-Ra

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Body of the Life Force

\n

Koch

\n\n \n \n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tEcstasy, Passion & Pain\'s Don't Burn Your Bridges Behind You\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDon't Burn Your Bridges Behind You\n\t\t\tby Ecstasy, Passion & Pain (1974)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Afu-Ra/Headqcuarterz-(Skit)/ Function: parse_sample_items @@ -131,7 +131,7 @@ Message: Getting page: https://whosampled.com/Afu-Ra/Mortal-Kombat/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Mortal Kombat by Afu-Ra feat. Masta Killa - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Mortal Kombat - Afu-Ra feat. Masta Killa\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Mortal Kombat

\n
by

Afu-Ra feat. Masta Killa

\n \n \n
\n\n \n\n \n\n
\n
\n

Body of the Life Force

\n

Koch

\n\n \n
Producer:\n

\n \n DJ Roach\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n \n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tMalcolm McLaren\'s Buffalo Gals\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBuffalo Gals\n\t\t\tby Malcolm McLaren (1982)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 4 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tAfu-Ra feat. Guru\'s Blvd.\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBlvd.\n\t\t\tby Afu-Ra feat. Guru (2002)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tNapoleon Da Legend and Giallo Point feat. Micall Parknsun\'s Societal Pressure\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSocietal Pressure\n\t\t\tby Napoleon Da Legend and Giallo Point feat. Micall Parknsun (2018)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tSmiley the Ghetto Child\'s I'm Legend\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tI'm Legend\n\t\t\tby Smiley the Ghetto Child (2010)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tDJ Q-Bert feat. DJ IQ\'s Jiu-Jitsu (Gaian)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tJiu-Jitsu (Gaian)\n\t\t\tby DJ Q-Bert feat. DJ IQ (2014)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Mortal Kombat by Afu-Ra feat. Masta Killa - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Mortal Kombat - Afu-Ra feat. Masta Killa\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Mortal Kombat

\n
by

Afu-Ra feat. Masta Killa

\n \n \n
\n\n \n\n \n\n
\n
\n

Body of the Life Force

\n

Koch

\n\n \n
Producer:\n

\n \n DJ Roach\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n \n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tMalcolm McLaren\'s Buffalo Gals\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBuffalo Gals\n\t\t\tby Malcolm McLaren (1982)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 4 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tAfu-Ra feat. Guru\'s Blvd.\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBlvd.\n\t\t\tby Afu-Ra feat. Guru (2002)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tNapoleon Da Legend and Giallo Point feat. Micall Parknsun\'s Societal Pressure\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSocietal Pressure\n\t\t\tby Napoleon Da Legend and Giallo Point feat. Micall Parknsun (2018)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tSmiley the Ghetto Child\'s I'm Legend\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tI'm Legend\n\t\t\tby Smiley the Ghetto Child (2010)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tDJ Q-Bert feat. DJ IQ\'s Jiu-Jitsu (Gaian)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tJiu-Jitsu (Gaian)\n\t\t\tby DJ Q-Bert feat. DJ IQ (2014)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Afu-Ra/Mortal-Kombat/ Function: parse_sample_items @@ -143,7 +143,7 @@ Message: Getting page: https://whosampled.com/Afu-Ra/Warfare/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Warfare by Afu-Ra feat. M.O.P. - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Warfare - Afu-Ra feat. M.O.P.\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Warfare

\n
by

Afu-Ra feat. M.O.P.

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Body of the Life Force

\n

D&D

\n\n \n
Producer:\n

\n \n Mike Rone\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tHiroyuki Kawada\'s Tekken 3 Bryan Fury Ending\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoundtrack\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tTekken 3 Bryan Fury Ending\n\t\t\tby Hiroyuki Kawada (1998)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBill Cosby\'s Sgt. Pepper's Lonely Hearts Club Band\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSgt. Pepper's Lonely Hearts Club Band\n\t\t\tby Bill Cosby (1968)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Warfare by Afu-Ra feat. M.O.P. - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Warfare - Afu-Ra feat. M.O.P.\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Warfare

\n
by

Afu-Ra feat. M.O.P.

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Body of the Life Force

\n

D&D

\n\n \n
Producer:\n

\n \n Mike Rone\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tHiroyuki Kawada\'s Tekken 3 Bryan Fury Ending\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoundtrack\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tTekken 3 Bryan Fury Ending\n\t\t\tby Hiroyuki Kawada (1998)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBill Cosby\'s Sgt. Pepper's Lonely Hearts Club Band\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSgt. Pepper's Lonely Hearts Club Band\n\t\t\tby Bill Cosby (1968)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Afu-Ra/Warfare/ Function: parse_sample_items @@ -155,7 +155,7 @@ Message: Getting page: https://whosampled.com/Afu-Ra/Equality/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Equality by Afu-Ra feat. Ky-Mani Marley - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Equality - Afu-Ra feat. Ky-Mani Marley\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Equality

\n
by

Afu-Ra feat. Ky-Mani Marley

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Body of the Life Force

\n

Koch

\n\n \n
Producer:\n

\n \n DJ Premier\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tEddie Floyd\'s Check Me Out\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tCheck Me Out\n\t\t\tby Eddie Floyd (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 3 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tEl Chojin\'s Como Se Tiene Que Hacer\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tComo Se Tiene Que Hacer\n\t\t\tby El Chojin (2004)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\t834\'s \xc5\x9awiat Jest Dla Nas\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\t\xc5\x9awiat Jest Dla Nas\n\t\t\tby 834 (2003)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tSixman and DJ Supa Dave\'s Meditation\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tMeditation\n\t\t\tby Sixman and DJ Supa Dave (2018)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Equality by Afu-Ra feat. Ky-Mani Marley - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Equality - Afu-Ra feat. Ky-Mani Marley\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Equality

\n
by

Afu-Ra feat. Ky-Mani Marley

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Body of the Life Force

\n

Koch

\n\n \n
Producer:\n

\n \n DJ Premier\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tEddie Floyd\'s Check Me Out\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tCheck Me Out\n\t\t\tby Eddie Floyd (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 3 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tEl Chojin\'s Como Se Tiene Que Hacer\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tComo Se Tiene Que Hacer\n\t\t\tby El Chojin (2004)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\t834\'s \xc5\x9awiat Jest Dla Nas\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\t\xc5\x9awiat Jest Dla Nas\n\t\t\tby 834 (2003)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tSixman and DJ Supa Dave\'s Meditation\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tMeditation\n\t\t\tby Sixman and DJ Supa Dave (2018)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Afu-Ra/Equality/ Function: parse_sample_items @@ -167,7 +167,7 @@ Message: Getting page: https://whosampled.com/Afu-Ra/Monotony/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Monotony by Afu-Ra - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Monotony - Afu-Ra\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Monotony

\n
by

Afu-Ra

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Body of the Life Force

\n

Koch

\n\n \n
Producer:\n

\n \n DJ Premier\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 4 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tHenry Mancini\'s Butterfly\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tButterfly\n\t\t\tby Henry Mancini (1975)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tAfu-Ra\'s Whirlwind Thru Cities\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWhirlwind Thru Cities\n\t\t\tby Afu-Ra (1998)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBrethren\'s Outside Love\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tOutside Love\n\t\t\tby Brethren (1970)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJeru the Damaja\'s Ya Playin' Yaself\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tYa Playin' Yaself\n\t\t\tby Jeru the Damaja (1996)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Monotony by Afu-Ra - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Monotony - Afu-Ra\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Monotony

\n
by

Afu-Ra

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Body of the Life Force

\n

Koch

\n\n \n
Producer:\n

\n \n DJ Premier\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 4 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tHenry Mancini\'s Butterfly\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tButterfly\n\t\t\tby Henry Mancini (1975)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tAfu-Ra\'s Whirlwind Thru Cities\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWhirlwind Thru Cities\n\t\t\tby Afu-Ra (1998)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBrethren\'s Outside Love\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tOutside Love\n\t\t\tby Brethren (1970)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJeru the Damaja\'s Ya Playin' Yaself\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tYa Playin' Yaself\n\t\t\tby Jeru the Damaja (1996)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Afu-Ra/Monotony/ Function: parse_sample_items @@ -179,13 +179,13 @@ Message: Getting page: https://whosampled.com/Afu-Ra/Bring-It-Right/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Bring It Right by Afu-Ra - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Bring It Right - Afu-Ra\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Bring It Right

\n
by

Afu-Ra

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Body of the Life Force

\n

Koch

\n\n \n \n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\t3D Hip Hop feat. Shang\xc3\xb4 Brown\'s Muita For\xc3\xa7a, Muito Amor\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tMuita For\xc3\xa7a, Muito Amor\n\t\t\tby 3D Hip Hop feat. Shang\xc3\xb4 Brown (2004)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Bring It Right by Afu-Ra - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Bring It Right - Afu-Ra\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Bring It Right

\n
by

Afu-Ra

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Body of the Life Force

\n

Koch

\n\n \n \n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\t3D Hip Hop feat. Shang\xc3\xb4 Brown\'s Muita For\xc3\xa7a, Muito Amor\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tMuita For\xc3\xa7a, Muito Amor\n\t\t\tby 3D Hip Hop feat. Shang\xc3\xb4 Brown (2004)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Getting page: https://whosampled.com/Afu-Ra/Whirlwind-Thru-Cities/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Whirlwind Thru Cities by Afu-Ra - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Whirlwind Thru Cities - Afu-Ra\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Whirlwind Thru Cities

\n
by

Afu-Ra

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n \n

Gee Street

\n\n \n
Producer:\n

\n \n DJ Roach\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 4 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tLes McCann\'s Roberta\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tRoberta\n\t\t\tby Les McCann (1969)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Coasters\'s Down in Mexico\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDown in Mexico\n\t\t\tby The Coasters (1956)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tAudio Fidelity Records\'s The Whistler and His Dog\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSpoken Word\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Whistler and His Dog\n\t\t\tby Audio Fidelity Records (1963)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJeru the Damaja feat. Afu-Ra\'s Mental Stamina\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tMental Stamina\n\t\t\tby Jeru the Damaja feat. Afu-Ra (1994)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 11 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tChinese Man\'s Searching for the Space Monkey\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSearching for the Space Monkey\n\t\t\tby Chinese Man (2007)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tAfu-Ra\'s Monotony\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tMonotony\n\t\t\tby Afu-Ra (2000)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tAfu-Ra\'s Defeat (Video Version)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDefeat (Video Version)\n\t\t\tby Afu-Ra (2000)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tPRhyme feat. Dave East\'s Era\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tEra\n\t\t\tby PRhyme feat. Dave East (2018)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tSabotage\'s O Jogo \xc3\xa9 Pesado\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tO Jogo \xc3\xa9 Pesado\n\t\t\tby Sabotage (2000)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Whirlwind Thru Cities by Afu-Ra - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Whirlwind Thru Cities - Afu-Ra\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Whirlwind Thru Cities

\n
by

Afu-Ra

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n \n

Gee Street

\n\n \n
Producer:\n

\n \n DJ Roach\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 4 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tLes McCann\'s Roberta\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tRoberta\n\t\t\tby Les McCann (1969)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Coasters\'s Down in Mexico\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDown in Mexico\n\t\t\tby The Coasters (1956)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tAudio Fidelity Records\'s The Whistler and His Dog\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSpoken Word\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Whistler and His Dog\n\t\t\tby Audio Fidelity Records (1963)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJeru the Damaja feat. Afu-Ra\'s Mental Stamina\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tMental Stamina\n\t\t\tby Jeru the Damaja feat. Afu-Ra (1994)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 11 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tChinese Man\'s Searching for the Space Monkey\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSearching for the Space Monkey\n\t\t\tby Chinese Man (2007)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tAfu-Ra\'s Defeat (Video Version)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDefeat (Video Version)\n\t\t\tby Afu-Ra (2000)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tAfu-Ra\'s Monotony\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tMonotony\n\t\t\tby Afu-Ra (2000)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tPRhyme feat. Dave East\'s Era\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tEra\n\t\t\tby PRhyme feat. Dave East (2018)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tSabotage\'s O Jogo \xc3\xa9 Pesado\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tO Jogo \xc3\xa9 Pesado\n\t\t\tby Sabotage (2000)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Afu-Ra/Whirlwind-Thru-Cities/ Function: parse_sample_items @@ -416,38 +416,62 @@ Sample Info: ( Defeat )->-[ Contains samples of ]->-( Whirlwind Thru Cities, by Afu-Ra ) ( Defeat )->-[ Contains samples of ]->-( Off the Books, by The Beatnuts feat. Big Pun and Cuban Link ) ( Defeat )->-[ Contains samples of ]->-( Two Turntables & a Mic, by Black Moon ) +The originator of sample data ( Bigacts, Littleacts )->-[ Contains samples of ]->-( The Blues Don't Change, by Albert King ) +The originator of sample data +The originator of sample data ( Mic Stance )->-[ Contains samples of ]->-( Wherever You Are, by Isaac Hayes ) ( Mic Stance )->-[ Contains samples of ]->-( Mr. Nothin', by The Kay-Gees ) +The originator of sample data ( All That )->-[ Contains samples of ]->-( People Make the World Go Round, by Charles Williams ) +The originator of sample data ( Headqcuarterz )->-[ Contains samples of ]->-( Don't Burn Your Bridges Behind You, by Ecstasy, Passion & Pain ) +The originator of sample data ( Mortal Kombat )->-[ Contains samples of ]->-( Buffalo Gals, by Malcolm McLaren ) +The originator of sample data ( Warfare )->-[ Contains samples of ]->-( Sgt. Pepper's Lonely Hearts Club Band, by Bill Cosby ) +The originator of sample data ( Equality )->-[ Contains samples of ]->-( Check Me Out, by Eddie Floyd ) +The originator of sample data ( Monotony )->-[ Contains samples of ]->-( Butterfly, by Henry Mancini ) ( Monotony )->-[ Contains samples of ]->-( Whirlwind Thru Cities, by Afu-Ra ) ( Monotony )->-[ Contains samples of ]->-( Ya Playin' Yaself, by Jeru the Damaja ) +The originator of sample data +The originator of sample data ( Whirlwind Thru Cities )->-[ Contains samples of ]->-( Roberta, by Les McCann ) ( Whirlwind Thru Cities )->-[ Contains samples of ]->-( Down in Mexico, by The Coasters ) +The originator of sample data ==> search terms: Why I Keep Living These Memories jean knight Whirlwind Thru Cities afu-ra Off the Books the beatnuts big pun cuban link Two Turntables & a Mic black moon +n/a The Blues Don't Change albert king +n/a +n/a Wherever You Are isaac hayes Mr. Nothin' the kay-gees +n/a People Make the World Go Round charles williams +n/a Don't Burn Your Bridges Behind You ecstasy, passion pain +n/a Buffalo Gals malcolm mclaren +n/a Sgt. Pepper's Lonely Hearts Club Band bill cosby +n/a Check Me Out eddie floyd +n/a Butterfly henry mancini Whirlwind Thru Cities afu-ra Ya Playin' Yaself jeru damaja +n/a +n/a Roberta les mccann Down in Mexico the coasters +n/a verbosity 3 Message: diff --git a/examples/album_dead-serious_das-efx b/examples/album_dead-serious_das-efx index a0319d1..7cb7cef 100644 --- a/examples/album_dead-serious_das-efx +++ b/examples/album_dead-serious_das-efx @@ -1,17 +1,17 @@ verbosity 3 verbosity == 3 verbosity 3 -log_file == Samplify-1567128858.8516877 +log_file == Samplify-1568054541.0996876 verbosity 3 verbosity == 3 verbosity 3 -log_file == scraper_track.1567128858.8530993 +log_file == scraper_track.1568054541.0999765 verbosity 3 Message: Searched for "dead serious das efx" Function: from_search Data: -{'tracks': {'href': 'https://api.spotify.com/v1/search?query=dead+serious+das+efx&type=track&market=GB&offset=0&limit=50', 'items': [{'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/0auu2itHTxEdAMRHvx7CyG'}, 'href': 'https://api.spotify.com/v1/artists/0auu2itHTxEdAMRHvx7CyG', 'id': '0auu2itHTxEdAMRHvx7CyG', 'name': 'Das EFX', 'type': 'artist', 'uri': 'spotify:artist:0auu2itHTxEdAMRHvx7CyG'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5L6ETkYF4PeD1pSrAGKuNf'}, 'href': 'https://api.spotify.com/v1/albums/5L6ETkYF4PeD1pSrAGKuNf', 'id': '5L6ETkYF4PeD1pSrAGKuNf', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/41e8d26a418edc5fa4a2f699b3a75bf89e4d78f0', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/7e0c3994d8f7d2f92adcdf110aaa26a0f777e3cb', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/db053c4c3ab55a0cf330a3a68eb1fbb6e932f601', 'width': 64}], 'name': 'Dead Serious', 'release_date': '1992-04-07', 'release_date_precision': 'day', 'total_tracks': 10, 'type': 'album', 'uri': 'spotify:album:5L6ETkYF4PeD1pSrAGKuNf'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/0auu2itHTxEdAMRHvx7CyG'}, 'href': 'https://api.spotify.com/v1/artists/0auu2itHTxEdAMRHvx7CyG', 'id': '0auu2itHTxEdAMRHvx7CyG', 'name': 'Das EFX', 'type': 'artist', 'uri': 'spotify:artist:0auu2itHTxEdAMRHvx7CyG'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 221400, 'explicit': False, 'external_ids': {'isrc': 'USEW19200003'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3HCzj965m8Fz2E8wZkir6q'}, 'href': 'https://api.spotify.com/v1/tracks/3HCzj965m8Fz2E8wZkir6q', 'id': '3HCzj965m8Fz2E8wZkir6q', 'is_local': False, 'name': 'They Want EFX', 'popularity': 56, 'preview_url': 'https://p.scdn.co/mp3-preview/b97f2b8c9f0d048bebcb1ddd81f02b271a59045d?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 3, 'type': 'track', 'uri': 'spotify:track:3HCzj965m8Fz2E8wZkir6q'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/0auu2itHTxEdAMRHvx7CyG'}, 'href': 'https://api.spotify.com/v1/artists/0auu2itHTxEdAMRHvx7CyG', 'id': '0auu2itHTxEdAMRHvx7CyG', 'name': 'Das EFX', 'type': 'artist', 'uri': 'spotify:artist:0auu2itHTxEdAMRHvx7CyG'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5L6ETkYF4PeD1pSrAGKuNf'}, 'href': 'https://api.spotify.com/v1/albums/5L6ETkYF4PeD1pSrAGKuNf', 'id': '5L6ETkYF4PeD1pSrAGKuNf', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/41e8d26a418edc5fa4a2f699b3a75bf89e4d78f0', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/7e0c3994d8f7d2f92adcdf110aaa26a0f777e3cb', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/db053c4c3ab55a0cf330a3a68eb1fbb6e932f601', 'width': 64}], 'name': 'Dead Serious', 'release_date': '1992-04-07', 'release_date_precision': 'day', 'total_tracks': 10, 'type': 'album', 'uri': 'spotify:album:5L6ETkYF4PeD1pSrAGKuNf'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/0auu2itHTxEdAMRHvx7CyG'}, 'href': 'https://api.spotify.com/v1/artists/0auu2itHTxEdAMRHvx7CyG', 'id': '0auu2itHTxEdAMRHvx7CyG', 'name': 'Das EFX', 'type': 'artist', 'uri': 'spotify:artist:0auu2itHTxEdAMRHvx7CyG'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 295373, 'explicit': False, 'external_ids': {'isrc': 'USEE10181355'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5Zo9KsvmGsFHfwA1zlKv6M'}, 'href': 'https://api.spotify.com/v1/tracks/5Zo9KsvmGsFHfwA1zlKv6M', 'id': '5Zo9KsvmGsFHfwA1zlKv6M', 'is_local': False, 'name': 'Mic Checka', 'popularity': 49, 'preview_url': 'https://p.scdn.co/mp3-preview/c13af95ee5db5d47b9e8c91b72db3cb00c459e03?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 1, 'type': 'track', 'uri': 'spotify:track:5Zo9KsvmGsFHfwA1zlKv6M'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/0auu2itHTxEdAMRHvx7CyG'}, 'href': 'https://api.spotify.com/v1/artists/0auu2itHTxEdAMRHvx7CyG', 'id': '0auu2itHTxEdAMRHvx7CyG', 'name': 'Das EFX', 'type': 'artist', 'uri': 'spotify:artist:0auu2itHTxEdAMRHvx7CyG'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5L6ETkYF4PeD1pSrAGKuNf'}, 'href': 'https://api.spotify.com/v1/albums/5L6ETkYF4PeD1pSrAGKuNf', 'id': '5L6ETkYF4PeD1pSrAGKuNf', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/41e8d26a418edc5fa4a2f699b3a75bf89e4d78f0', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/7e0c3994d8f7d2f92adcdf110aaa26a0f777e3cb', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/db053c4c3ab55a0cf330a3a68eb1fbb6e932f601', 'width': 64}], 'name': 'Dead Serious', 'release_date': '1992-04-07', 'release_date_precision': 'day', 'total_tracks': 10, 'type': 'album', 'uri': 'spotify:album:5L6ETkYF4PeD1pSrAGKuNf'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/0auu2itHTxEdAMRHvx7CyG'}, 'href': 'https://api.spotify.com/v1/artists/0auu2itHTxEdAMRHvx7CyG', 'id': '0auu2itHTxEdAMRHvx7CyG', 'name': 'Das EFX', 'type': 'artist', 'uri': 'spotify:artist:0auu2itHTxEdAMRHvx7CyG'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 210693, 'explicit': False, 'external_ids': {'isrc': 'USEE10181359'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/2jx7xjmIDRlKX6EVjZoqYf'}, 'href': 'https://api.spotify.com/v1/tracks/2jx7xjmIDRlKX6EVjZoqYf', 'id': '2jx7xjmIDRlKX6EVjZoqYf', 'is_local': False, 'name': 'Jussummen', 'popularity': 31, 'preview_url': 'https://p.scdn.co/mp3-preview/4e6dee49bce26ce4e90e9fbb475334309dc88279?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 2, 'type': 'track', 'uri': 'spotify:track:2jx7xjmIDRlKX6EVjZoqYf'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/0auu2itHTxEdAMRHvx7CyG'}, 'href': 'https://api.spotify.com/v1/artists/0auu2itHTxEdAMRHvx7CyG', 'id': '0auu2itHTxEdAMRHvx7CyG', 'name': 'Das EFX', 'type': 'artist', 'uri': 'spotify:artist:0auu2itHTxEdAMRHvx7CyG'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5L6ETkYF4PeD1pSrAGKuNf'}, 'href': 'https://api.spotify.com/v1/albums/5L6ETkYF4PeD1pSrAGKuNf', 'id': '5L6ETkYF4PeD1pSrAGKuNf', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/41e8d26a418edc5fa4a2f699b3a75bf89e4d78f0', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/7e0c3994d8f7d2f92adcdf110aaa26a0f777e3cb', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/db053c4c3ab55a0cf330a3a68eb1fbb6e932f601', 'width': 64}], 'name': 'Dead Serious', 'release_date': '1992-04-07', 'release_date_precision': 'day', 'total_tracks': 10, 'type': 'album', 'uri': 'spotify:album:5L6ETkYF4PeD1pSrAGKuNf'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/0auu2itHTxEdAMRHvx7CyG'}, 'href': 'https://api.spotify.com/v1/artists/0auu2itHTxEdAMRHvx7CyG', 'id': '0auu2itHTxEdAMRHvx7CyG', 'name': 'Das EFX', 'type': 'artist', 'uri': 'spotify:artist:0auu2itHTxEdAMRHvx7CyG'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 271373, 'explicit': True, 'external_ids': {'isrc': 'USEE10181361'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0c9getB8B7owrBKeWeSLqT'}, 'href': 'https://api.spotify.com/v1/tracks/0c9getB8B7owrBKeWeSLqT', 'id': '0c9getB8B7owrBKeWeSLqT', 'is_local': False, 'name': 'East Coast', 'popularity': 30, 'preview_url': 'https://p.scdn.co/mp3-preview/ae5e555852489cdd3b72bd30172dbb8576fcb5d1?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 6, 'type': 'track', 'uri': 'spotify:track:0c9getB8B7owrBKeWeSLqT'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/0auu2itHTxEdAMRHvx7CyG'}, 'href': 'https://api.spotify.com/v1/artists/0auu2itHTxEdAMRHvx7CyG', 'id': '0auu2itHTxEdAMRHvx7CyG', 'name': 'Das EFX', 'type': 'artist', 'uri': 'spotify:artist:0auu2itHTxEdAMRHvx7CyG'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5L6ETkYF4PeD1pSrAGKuNf'}, 'href': 'https://api.spotify.com/v1/albums/5L6ETkYF4PeD1pSrAGKuNf', 'id': '5L6ETkYF4PeD1pSrAGKuNf', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/41e8d26a418edc5fa4a2f699b3a75bf89e4d78f0', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/7e0c3994d8f7d2f92adcdf110aaa26a0f777e3cb', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/db053c4c3ab55a0cf330a3a68eb1fbb6e932f601', 'width': 64}], 'name': 'Dead Serious', 'release_date': '1992-04-07', 'release_date_precision': 'day', 'total_tracks': 10, 'type': 'album', 'uri': 'spotify:album:5L6ETkYF4PeD1pSrAGKuNf'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/0auu2itHTxEdAMRHvx7CyG'}, 'href': 'https://api.spotify.com/v1/artists/0auu2itHTxEdAMRHvx7CyG', 'id': '0auu2itHTxEdAMRHvx7CyG', 'name': 'Das EFX', 'type': 'artist', 'uri': 'spotify:artist:0auu2itHTxEdAMRHvx7CyG'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 243560, 'explicit': True, 'external_ids': {'isrc': 'USEE10181362'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/2Am3W0mEaqY4IfUebKesrW'}, 'href': 'https://api.spotify.com/v1/tracks/2Am3W0mEaqY4IfUebKesrW', 'id': '2Am3W0mEaqY4IfUebKesrW', 'is_local': False, 'name': 'If Only', 'popularity': 28, 'preview_url': 'https://p.scdn.co/mp3-preview/71af8c9edc21e83375d48ec555337c0080096aa9?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 7, 'type': 'track', 'uri': 'spotify:track:2Am3W0mEaqY4IfUebKesrW'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/0auu2itHTxEdAMRHvx7CyG'}, 'href': 'https://api.spotify.com/v1/artists/0auu2itHTxEdAMRHvx7CyG', 'id': '0auu2itHTxEdAMRHvx7CyG', 'name': 'Das EFX', 'type': 'artist', 'uri': 'spotify:artist:0auu2itHTxEdAMRHvx7CyG'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5L6ETkYF4PeD1pSrAGKuNf'}, 'href': 'https://api.spotify.com/v1/albums/5L6ETkYF4PeD1pSrAGKuNf', 'id': '5L6ETkYF4PeD1pSrAGKuNf', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/41e8d26a418edc5fa4a2f699b3a75bf89e4d78f0', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/7e0c3994d8f7d2f92adcdf110aaa26a0f777e3cb', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/db053c4c3ab55a0cf330a3a68eb1fbb6e932f601', 'width': 64}], 'name': 'Dead Serious', 'release_date': '1992-04-07', 'release_date_precision': 'day', 'total_tracks': 10, 'type': 'album', 'uri': 'spotify:album:5L6ETkYF4PeD1pSrAGKuNf'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/0auu2itHTxEdAMRHvx7CyG'}, 'href': 'https://api.spotify.com/v1/artists/0auu2itHTxEdAMRHvx7CyG', 'id': '0auu2itHTxEdAMRHvx7CyG', 'name': 'Das EFX', 'type': 'artist', 'uri': 'spotify:artist:0auu2itHTxEdAMRHvx7CyG'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 202466, 'explicit': True, 'external_ids': {'isrc': 'USEE10181357'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3eWyHZgfury3pU6cIEhmEC'}, 'href': 'https://api.spotify.com/v1/tracks/3eWyHZgfury3pU6cIEhmEC', 'id': '3eWyHZgfury3pU6cIEhmEC', 'is_local': False, 'name': 'Straight out the Sewer', 'popularity': 28, 'preview_url': 'https://p.scdn.co/mp3-preview/e48e7f6fcaa40d2d32a3ddbc95c87cdc750a255a?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 10, 'type': 'track', 'uri': 'spotify:track:3eWyHZgfury3pU6cIEhmEC'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/0auu2itHTxEdAMRHvx7CyG'}, 'href': 'https://api.spotify.com/v1/artists/0auu2itHTxEdAMRHvx7CyG', 'id': '0auu2itHTxEdAMRHvx7CyG', 'name': 'Das EFX', 'type': 'artist', 'uri': 'spotify:artist:0auu2itHTxEdAMRHvx7CyG'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5L6ETkYF4PeD1pSrAGKuNf'}, 'href': 'https://api.spotify.com/v1/albums/5L6ETkYF4PeD1pSrAGKuNf', 'id': '5L6ETkYF4PeD1pSrAGKuNf', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/41e8d26a418edc5fa4a2f699b3a75bf89e4d78f0', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/7e0c3994d8f7d2f92adcdf110aaa26a0f777e3cb', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/db053c4c3ab55a0cf330a3a68eb1fbb6e932f601', 'width': 64}], 'name': 'Dead Serious', 'release_date': '1992-04-07', 'release_date_precision': 'day', 'total_tracks': 10, 'type': 'album', 'uri': 'spotify:album:5L6ETkYF4PeD1pSrAGKuNf'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/0auu2itHTxEdAMRHvx7CyG'}, 'href': 'https://api.spotify.com/v1/artists/0auu2itHTxEdAMRHvx7CyG', 'id': '0auu2itHTxEdAMRHvx7CyG', 'name': 'Das EFX', 'type': 'artist', 'uri': 'spotify:artist:0auu2itHTxEdAMRHvx7CyG'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 171773, 'explicit': False, 'external_ids': {'isrc': 'USEE10181358'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/6uyzojapN9XYxCbsbOPtRN'}, 'href': 'https://api.spotify.com/v1/tracks/6uyzojapN9XYxCbsbOPtRN', 'id': '6uyzojapN9XYxCbsbOPtRN', 'is_local': False, 'name': 'Looseys', 'popularity': 26, 'preview_url': 'https://p.scdn.co/mp3-preview/8f6bd9be2f00171aa872d24d59f5bdebe693adfa?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 4, 'type': 'track', 'uri': 'spotify:track:6uyzojapN9XYxCbsbOPtRN'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/0auu2itHTxEdAMRHvx7CyG'}, 'href': 'https://api.spotify.com/v1/artists/0auu2itHTxEdAMRHvx7CyG', 'id': '0auu2itHTxEdAMRHvx7CyG', 'name': 'Das EFX', 'type': 'artist', 'uri': 'spotify:artist:0auu2itHTxEdAMRHvx7CyG'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5L6ETkYF4PeD1pSrAGKuNf'}, 'href': 'https://api.spotify.com/v1/albums/5L6ETkYF4PeD1pSrAGKuNf', 'id': '5L6ETkYF4PeD1pSrAGKuNf', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/41e8d26a418edc5fa4a2f699b3a75bf89e4d78f0', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/7e0c3994d8f7d2f92adcdf110aaa26a0f777e3cb', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/db053c4c3ab55a0cf330a3a68eb1fbb6e932f601', 'width': 64}], 'name': 'Dead Serious', 'release_date': '1992-04-07', 'release_date_precision': 'day', 'total_tracks': 10, 'type': 'album', 'uri': 'spotify:album:5L6ETkYF4PeD1pSrAGKuNf'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/0auu2itHTxEdAMRHvx7CyG'}, 'href': 'https://api.spotify.com/v1/artists/0auu2itHTxEdAMRHvx7CyG', 'id': '0auu2itHTxEdAMRHvx7CyG', 'name': 'Das EFX', 'type': 'artist', 'uri': 'spotify:artist:0auu2itHTxEdAMRHvx7CyG'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 248866, 'explicit': True, 'external_ids': {'isrc': 'USEE10181363'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/24Wiz4fNMPMqjZMiTZjV1b'}, 'href': 'https://api.spotify.com/v1/tracks/24Wiz4fNMPMqjZMiTZjV1b', 'id': '24Wiz4fNMPMqjZMiTZjV1b', 'is_local': False, 'name': 'Klap Ya Handz', 'popularity': 25, 'preview_url': 'https://p.scdn.co/mp3-preview/7cef3fed2117b93bfaa75b5f43f2cd0654f1806d?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 9, 'type': 'track', 'uri': 'spotify:track:24Wiz4fNMPMqjZMiTZjV1b'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/0auu2itHTxEdAMRHvx7CyG'}, 'href': 'https://api.spotify.com/v1/artists/0auu2itHTxEdAMRHvx7CyG', 'id': '0auu2itHTxEdAMRHvx7CyG', 'name': 'Das EFX', 'type': 'artist', 'uri': 'spotify:artist:0auu2itHTxEdAMRHvx7CyG'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5L6ETkYF4PeD1pSrAGKuNf'}, 'href': 'https://api.spotify.com/v1/albums/5L6ETkYF4PeD1pSrAGKuNf', 'id': '5L6ETkYF4PeD1pSrAGKuNf', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/41e8d26a418edc5fa4a2f699b3a75bf89e4d78f0', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/7e0c3994d8f7d2f92adcdf110aaa26a0f777e3cb', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/db053c4c3ab55a0cf330a3a68eb1fbb6e932f601', 'width': 64}], 'name': 'Dead Serious', 'release_date': '1992-04-07', 'release_date_precision': 'day', 'total_tracks': 10, 'type': 'album', 'uri': 'spotify:album:5L6ETkYF4PeD1pSrAGKuNf'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/0auu2itHTxEdAMRHvx7CyG'}, 'href': 'https://api.spotify.com/v1/artists/0auu2itHTxEdAMRHvx7CyG', 'id': '0auu2itHTxEdAMRHvx7CyG', 'name': 'Das EFX', 'type': 'artist', 'uri': 'spotify:artist:0auu2itHTxEdAMRHvx7CyG'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 232893, 'explicit': False, 'external_ids': {'isrc': 'USEE10181360'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0cmCa6TTZpZOFyXVKdM9Cu'}, 'href': 'https://api.spotify.com/v1/tracks/0cmCa6TTZpZOFyXVKdM9Cu', 'id': '0cmCa6TTZpZOFyXVKdM9Cu', 'is_local': False, 'name': 'Dums Dums', 'popularity': 24, 'preview_url': 'https://p.scdn.co/mp3-preview/154c270fa35ad2544716601b1b2fff84679fb279?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 5, 'type': 'track', 'uri': 'spotify:track:0cmCa6TTZpZOFyXVKdM9Cu'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/0auu2itHTxEdAMRHvx7CyG'}, 'href': 'https://api.spotify.com/v1/artists/0auu2itHTxEdAMRHvx7CyG', 'id': '0auu2itHTxEdAMRHvx7CyG', 'name': 'Das EFX', 'type': 'artist', 'uri': 'spotify:artist:0auu2itHTxEdAMRHvx7CyG'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5L6ETkYF4PeD1pSrAGKuNf'}, 'href': 'https://api.spotify.com/v1/albums/5L6ETkYF4PeD1pSrAGKuNf', 'id': '5L6ETkYF4PeD1pSrAGKuNf', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/41e8d26a418edc5fa4a2f699b3a75bf89e4d78f0', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/7e0c3994d8f7d2f92adcdf110aaa26a0f777e3cb', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/db053c4c3ab55a0cf330a3a68eb1fbb6e932f601', 'width': 64}], 'name': 'Dead Serious', 'release_date': '1992-04-07', 'release_date_precision': 'day', 'total_tracks': 10, 'type': 'album', 'uri': 'spotify:album:5L6ETkYF4PeD1pSrAGKuNf'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/0auu2itHTxEdAMRHvx7CyG'}, 'href': 'https://api.spotify.com/v1/artists/0auu2itHTxEdAMRHvx7CyG', 'id': '0auu2itHTxEdAMRHvx7CyG', 'name': 'Das EFX', 'type': 'artist', 'uri': 'spotify:artist:0auu2itHTxEdAMRHvx7CyG'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 243840, 'explicit': True, 'external_ids': {'isrc': 'USEE10181356'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/4R49vyyOJhf4QULunsAhzU'}, 'href': 'https://api.spotify.com/v1/tracks/4R49vyyOJhf4QULunsAhzU', 'id': '4R49vyyOJhf4QULunsAhzU', 'is_local': False, 'name': 'Brooklyn to T-Neck', 'popularity': 22, 'preview_url': 'https://p.scdn.co/mp3-preview/f8da0f9e9e93c56390aba4d0e4465c196170245f?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 8, 'type': 'track', 'uri': 'spotify:track:4R49vyyOJhf4QULunsAhzU'}], 'limit': 50, 'next': None, 'offset': 0, 'previous': None, 'total': 10}} +{'tracks': {'href': 'https://api.spotify.com/v1/search?query=dead+serious+das+efx&type=track&market=GB&offset=0&limit=50', 'items': [{'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/0auu2itHTxEdAMRHvx7CyG'}, 'href': 'https://api.spotify.com/v1/artists/0auu2itHTxEdAMRHvx7CyG', 'id': '0auu2itHTxEdAMRHvx7CyG', 'name': 'Das EFX', 'type': 'artist', 'uri': 'spotify:artist:0auu2itHTxEdAMRHvx7CyG'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5L6ETkYF4PeD1pSrAGKuNf'}, 'href': 'https://api.spotify.com/v1/albums/5L6ETkYF4PeD1pSrAGKuNf', 'id': '5L6ETkYF4PeD1pSrAGKuNf', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/41e8d26a418edc5fa4a2f699b3a75bf89e4d78f0', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/7e0c3994d8f7d2f92adcdf110aaa26a0f777e3cb', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/db053c4c3ab55a0cf330a3a68eb1fbb6e932f601', 'width': 64}], 'name': 'Dead Serious', 'release_date': '1992-04-07', 'release_date_precision': 'day', 'total_tracks': 10, 'type': 'album', 'uri': 'spotify:album:5L6ETkYF4PeD1pSrAGKuNf'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/0auu2itHTxEdAMRHvx7CyG'}, 'href': 'https://api.spotify.com/v1/artists/0auu2itHTxEdAMRHvx7CyG', 'id': '0auu2itHTxEdAMRHvx7CyG', 'name': 'Das EFX', 'type': 'artist', 'uri': 'spotify:artist:0auu2itHTxEdAMRHvx7CyG'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 221400, 'explicit': False, 'external_ids': {'isrc': 'USEW19200003'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3HCzj965m8Fz2E8wZkir6q'}, 'href': 'https://api.spotify.com/v1/tracks/3HCzj965m8Fz2E8wZkir6q', 'id': '3HCzj965m8Fz2E8wZkir6q', 'is_local': False, 'name': 'They Want EFX', 'popularity': 56, 'preview_url': 'https://p.scdn.co/mp3-preview/b97f2b8c9f0d048bebcb1ddd81f02b271a59045d?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 3, 'type': 'track', 'uri': 'spotify:track:3HCzj965m8Fz2E8wZkir6q'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/0auu2itHTxEdAMRHvx7CyG'}, 'href': 'https://api.spotify.com/v1/artists/0auu2itHTxEdAMRHvx7CyG', 'id': '0auu2itHTxEdAMRHvx7CyG', 'name': 'Das EFX', 'type': 'artist', 'uri': 'spotify:artist:0auu2itHTxEdAMRHvx7CyG'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5L6ETkYF4PeD1pSrAGKuNf'}, 'href': 'https://api.spotify.com/v1/albums/5L6ETkYF4PeD1pSrAGKuNf', 'id': '5L6ETkYF4PeD1pSrAGKuNf', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/41e8d26a418edc5fa4a2f699b3a75bf89e4d78f0', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/7e0c3994d8f7d2f92adcdf110aaa26a0f777e3cb', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/db053c4c3ab55a0cf330a3a68eb1fbb6e932f601', 'width': 64}], 'name': 'Dead Serious', 'release_date': '1992-04-07', 'release_date_precision': 'day', 'total_tracks': 10, 'type': 'album', 'uri': 'spotify:album:5L6ETkYF4PeD1pSrAGKuNf'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/0auu2itHTxEdAMRHvx7CyG'}, 'href': 'https://api.spotify.com/v1/artists/0auu2itHTxEdAMRHvx7CyG', 'id': '0auu2itHTxEdAMRHvx7CyG', 'name': 'Das EFX', 'type': 'artist', 'uri': 'spotify:artist:0auu2itHTxEdAMRHvx7CyG'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 295373, 'explicit': False, 'external_ids': {'isrc': 'USEE10181355'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5Zo9KsvmGsFHfwA1zlKv6M'}, 'href': 'https://api.spotify.com/v1/tracks/5Zo9KsvmGsFHfwA1zlKv6M', 'id': '5Zo9KsvmGsFHfwA1zlKv6M', 'is_local': False, 'name': 'Mic Checka', 'popularity': 50, 'preview_url': 'https://p.scdn.co/mp3-preview/c13af95ee5db5d47b9e8c91b72db3cb00c459e03?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 1, 'type': 'track', 'uri': 'spotify:track:5Zo9KsvmGsFHfwA1zlKv6M'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/0auu2itHTxEdAMRHvx7CyG'}, 'href': 'https://api.spotify.com/v1/artists/0auu2itHTxEdAMRHvx7CyG', 'id': '0auu2itHTxEdAMRHvx7CyG', 'name': 'Das EFX', 'type': 'artist', 'uri': 'spotify:artist:0auu2itHTxEdAMRHvx7CyG'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5L6ETkYF4PeD1pSrAGKuNf'}, 'href': 'https://api.spotify.com/v1/albums/5L6ETkYF4PeD1pSrAGKuNf', 'id': '5L6ETkYF4PeD1pSrAGKuNf', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/41e8d26a418edc5fa4a2f699b3a75bf89e4d78f0', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/7e0c3994d8f7d2f92adcdf110aaa26a0f777e3cb', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/db053c4c3ab55a0cf330a3a68eb1fbb6e932f601', 'width': 64}], 'name': 'Dead Serious', 'release_date': '1992-04-07', 'release_date_precision': 'day', 'total_tracks': 10, 'type': 'album', 'uri': 'spotify:album:5L6ETkYF4PeD1pSrAGKuNf'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/0auu2itHTxEdAMRHvx7CyG'}, 'href': 'https://api.spotify.com/v1/artists/0auu2itHTxEdAMRHvx7CyG', 'id': '0auu2itHTxEdAMRHvx7CyG', 'name': 'Das EFX', 'type': 'artist', 'uri': 'spotify:artist:0auu2itHTxEdAMRHvx7CyG'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 210693, 'explicit': False, 'external_ids': {'isrc': 'USEE10181359'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/2jx7xjmIDRlKX6EVjZoqYf'}, 'href': 'https://api.spotify.com/v1/tracks/2jx7xjmIDRlKX6EVjZoqYf', 'id': '2jx7xjmIDRlKX6EVjZoqYf', 'is_local': False, 'name': 'Jussummen', 'popularity': 31, 'preview_url': 'https://p.scdn.co/mp3-preview/4e6dee49bce26ce4e90e9fbb475334309dc88279?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 2, 'type': 'track', 'uri': 'spotify:track:2jx7xjmIDRlKX6EVjZoqYf'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/0auu2itHTxEdAMRHvx7CyG'}, 'href': 'https://api.spotify.com/v1/artists/0auu2itHTxEdAMRHvx7CyG', 'id': '0auu2itHTxEdAMRHvx7CyG', 'name': 'Das EFX', 'type': 'artist', 'uri': 'spotify:artist:0auu2itHTxEdAMRHvx7CyG'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5L6ETkYF4PeD1pSrAGKuNf'}, 'href': 'https://api.spotify.com/v1/albums/5L6ETkYF4PeD1pSrAGKuNf', 'id': '5L6ETkYF4PeD1pSrAGKuNf', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/41e8d26a418edc5fa4a2f699b3a75bf89e4d78f0', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/7e0c3994d8f7d2f92adcdf110aaa26a0f777e3cb', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/db053c4c3ab55a0cf330a3a68eb1fbb6e932f601', 'width': 64}], 'name': 'Dead Serious', 'release_date': '1992-04-07', 'release_date_precision': 'day', 'total_tracks': 10, 'type': 'album', 'uri': 'spotify:album:5L6ETkYF4PeD1pSrAGKuNf'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/0auu2itHTxEdAMRHvx7CyG'}, 'href': 'https://api.spotify.com/v1/artists/0auu2itHTxEdAMRHvx7CyG', 'id': '0auu2itHTxEdAMRHvx7CyG', 'name': 'Das EFX', 'type': 'artist', 'uri': 'spotify:artist:0auu2itHTxEdAMRHvx7CyG'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 271373, 'explicit': True, 'external_ids': {'isrc': 'USEE10181361'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0c9getB8B7owrBKeWeSLqT'}, 'href': 'https://api.spotify.com/v1/tracks/0c9getB8B7owrBKeWeSLqT', 'id': '0c9getB8B7owrBKeWeSLqT', 'is_local': False, 'name': 'East Coast', 'popularity': 31, 'preview_url': 'https://p.scdn.co/mp3-preview/ae5e555852489cdd3b72bd30172dbb8576fcb5d1?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 6, 'type': 'track', 'uri': 'spotify:track:0c9getB8B7owrBKeWeSLqT'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/0auu2itHTxEdAMRHvx7CyG'}, 'href': 'https://api.spotify.com/v1/artists/0auu2itHTxEdAMRHvx7CyG', 'id': '0auu2itHTxEdAMRHvx7CyG', 'name': 'Das EFX', 'type': 'artist', 'uri': 'spotify:artist:0auu2itHTxEdAMRHvx7CyG'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5L6ETkYF4PeD1pSrAGKuNf'}, 'href': 'https://api.spotify.com/v1/albums/5L6ETkYF4PeD1pSrAGKuNf', 'id': '5L6ETkYF4PeD1pSrAGKuNf', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/41e8d26a418edc5fa4a2f699b3a75bf89e4d78f0', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/7e0c3994d8f7d2f92adcdf110aaa26a0f777e3cb', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/db053c4c3ab55a0cf330a3a68eb1fbb6e932f601', 'width': 64}], 'name': 'Dead Serious', 'release_date': '1992-04-07', 'release_date_precision': 'day', 'total_tracks': 10, 'type': 'album', 'uri': 'spotify:album:5L6ETkYF4PeD1pSrAGKuNf'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/0auu2itHTxEdAMRHvx7CyG'}, 'href': 'https://api.spotify.com/v1/artists/0auu2itHTxEdAMRHvx7CyG', 'id': '0auu2itHTxEdAMRHvx7CyG', 'name': 'Das EFX', 'type': 'artist', 'uri': 'spotify:artist:0auu2itHTxEdAMRHvx7CyG'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 243560, 'explicit': True, 'external_ids': {'isrc': 'USEE10181362'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/2Am3W0mEaqY4IfUebKesrW'}, 'href': 'https://api.spotify.com/v1/tracks/2Am3W0mEaqY4IfUebKesrW', 'id': '2Am3W0mEaqY4IfUebKesrW', 'is_local': False, 'name': 'If Only', 'popularity': 29, 'preview_url': 'https://p.scdn.co/mp3-preview/71af8c9edc21e83375d48ec555337c0080096aa9?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 7, 'type': 'track', 'uri': 'spotify:track:2Am3W0mEaqY4IfUebKesrW'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/0auu2itHTxEdAMRHvx7CyG'}, 'href': 'https://api.spotify.com/v1/artists/0auu2itHTxEdAMRHvx7CyG', 'id': '0auu2itHTxEdAMRHvx7CyG', 'name': 'Das EFX', 'type': 'artist', 'uri': 'spotify:artist:0auu2itHTxEdAMRHvx7CyG'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5L6ETkYF4PeD1pSrAGKuNf'}, 'href': 'https://api.spotify.com/v1/albums/5L6ETkYF4PeD1pSrAGKuNf', 'id': '5L6ETkYF4PeD1pSrAGKuNf', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/41e8d26a418edc5fa4a2f699b3a75bf89e4d78f0', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/7e0c3994d8f7d2f92adcdf110aaa26a0f777e3cb', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/db053c4c3ab55a0cf330a3a68eb1fbb6e932f601', 'width': 64}], 'name': 'Dead Serious', 'release_date': '1992-04-07', 'release_date_precision': 'day', 'total_tracks': 10, 'type': 'album', 'uri': 'spotify:album:5L6ETkYF4PeD1pSrAGKuNf'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/0auu2itHTxEdAMRHvx7CyG'}, 'href': 'https://api.spotify.com/v1/artists/0auu2itHTxEdAMRHvx7CyG', 'id': '0auu2itHTxEdAMRHvx7CyG', 'name': 'Das EFX', 'type': 'artist', 'uri': 'spotify:artist:0auu2itHTxEdAMRHvx7CyG'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 202466, 'explicit': True, 'external_ids': {'isrc': 'USEE10181357'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3eWyHZgfury3pU6cIEhmEC'}, 'href': 'https://api.spotify.com/v1/tracks/3eWyHZgfury3pU6cIEhmEC', 'id': '3eWyHZgfury3pU6cIEhmEC', 'is_local': False, 'name': 'Straight out the Sewer', 'popularity': 28, 'preview_url': 'https://p.scdn.co/mp3-preview/e48e7f6fcaa40d2d32a3ddbc95c87cdc750a255a?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 10, 'type': 'track', 'uri': 'spotify:track:3eWyHZgfury3pU6cIEhmEC'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/0auu2itHTxEdAMRHvx7CyG'}, 'href': 'https://api.spotify.com/v1/artists/0auu2itHTxEdAMRHvx7CyG', 'id': '0auu2itHTxEdAMRHvx7CyG', 'name': 'Das EFX', 'type': 'artist', 'uri': 'spotify:artist:0auu2itHTxEdAMRHvx7CyG'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5L6ETkYF4PeD1pSrAGKuNf'}, 'href': 'https://api.spotify.com/v1/albums/5L6ETkYF4PeD1pSrAGKuNf', 'id': '5L6ETkYF4PeD1pSrAGKuNf', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/41e8d26a418edc5fa4a2f699b3a75bf89e4d78f0', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/7e0c3994d8f7d2f92adcdf110aaa26a0f777e3cb', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/db053c4c3ab55a0cf330a3a68eb1fbb6e932f601', 'width': 64}], 'name': 'Dead Serious', 'release_date': '1992-04-07', 'release_date_precision': 'day', 'total_tracks': 10, 'type': 'album', 'uri': 'spotify:album:5L6ETkYF4PeD1pSrAGKuNf'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/0auu2itHTxEdAMRHvx7CyG'}, 'href': 'https://api.spotify.com/v1/artists/0auu2itHTxEdAMRHvx7CyG', 'id': '0auu2itHTxEdAMRHvx7CyG', 'name': 'Das EFX', 'type': 'artist', 'uri': 'spotify:artist:0auu2itHTxEdAMRHvx7CyG'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 171773, 'explicit': False, 'external_ids': {'isrc': 'USEE10181358'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/6uyzojapN9XYxCbsbOPtRN'}, 'href': 'https://api.spotify.com/v1/tracks/6uyzojapN9XYxCbsbOPtRN', 'id': '6uyzojapN9XYxCbsbOPtRN', 'is_local': False, 'name': 'Looseys', 'popularity': 26, 'preview_url': 'https://p.scdn.co/mp3-preview/8f6bd9be2f00171aa872d24d59f5bdebe693adfa?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 4, 'type': 'track', 'uri': 'spotify:track:6uyzojapN9XYxCbsbOPtRN'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/0auu2itHTxEdAMRHvx7CyG'}, 'href': 'https://api.spotify.com/v1/artists/0auu2itHTxEdAMRHvx7CyG', 'id': '0auu2itHTxEdAMRHvx7CyG', 'name': 'Das EFX', 'type': 'artist', 'uri': 'spotify:artist:0auu2itHTxEdAMRHvx7CyG'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5L6ETkYF4PeD1pSrAGKuNf'}, 'href': 'https://api.spotify.com/v1/albums/5L6ETkYF4PeD1pSrAGKuNf', 'id': '5L6ETkYF4PeD1pSrAGKuNf', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/41e8d26a418edc5fa4a2f699b3a75bf89e4d78f0', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/7e0c3994d8f7d2f92adcdf110aaa26a0f777e3cb', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/db053c4c3ab55a0cf330a3a68eb1fbb6e932f601', 'width': 64}], 'name': 'Dead Serious', 'release_date': '1992-04-07', 'release_date_precision': 'day', 'total_tracks': 10, 'type': 'album', 'uri': 'spotify:album:5L6ETkYF4PeD1pSrAGKuNf'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/0auu2itHTxEdAMRHvx7CyG'}, 'href': 'https://api.spotify.com/v1/artists/0auu2itHTxEdAMRHvx7CyG', 'id': '0auu2itHTxEdAMRHvx7CyG', 'name': 'Das EFX', 'type': 'artist', 'uri': 'spotify:artist:0auu2itHTxEdAMRHvx7CyG'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 248866, 'explicit': True, 'external_ids': {'isrc': 'USEE10181363'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/24Wiz4fNMPMqjZMiTZjV1b'}, 'href': 'https://api.spotify.com/v1/tracks/24Wiz4fNMPMqjZMiTZjV1b', 'id': '24Wiz4fNMPMqjZMiTZjV1b', 'is_local': False, 'name': 'Klap Ya Handz', 'popularity': 26, 'preview_url': 'https://p.scdn.co/mp3-preview/7cef3fed2117b93bfaa75b5f43f2cd0654f1806d?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 9, 'type': 'track', 'uri': 'spotify:track:24Wiz4fNMPMqjZMiTZjV1b'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/0auu2itHTxEdAMRHvx7CyG'}, 'href': 'https://api.spotify.com/v1/artists/0auu2itHTxEdAMRHvx7CyG', 'id': '0auu2itHTxEdAMRHvx7CyG', 'name': 'Das EFX', 'type': 'artist', 'uri': 'spotify:artist:0auu2itHTxEdAMRHvx7CyG'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5L6ETkYF4PeD1pSrAGKuNf'}, 'href': 'https://api.spotify.com/v1/albums/5L6ETkYF4PeD1pSrAGKuNf', 'id': '5L6ETkYF4PeD1pSrAGKuNf', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/41e8d26a418edc5fa4a2f699b3a75bf89e4d78f0', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/7e0c3994d8f7d2f92adcdf110aaa26a0f777e3cb', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/db053c4c3ab55a0cf330a3a68eb1fbb6e932f601', 'width': 64}], 'name': 'Dead Serious', 'release_date': '1992-04-07', 'release_date_precision': 'day', 'total_tracks': 10, 'type': 'album', 'uri': 'spotify:album:5L6ETkYF4PeD1pSrAGKuNf'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/0auu2itHTxEdAMRHvx7CyG'}, 'href': 'https://api.spotify.com/v1/artists/0auu2itHTxEdAMRHvx7CyG', 'id': '0auu2itHTxEdAMRHvx7CyG', 'name': 'Das EFX', 'type': 'artist', 'uri': 'spotify:artist:0auu2itHTxEdAMRHvx7CyG'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 232893, 'explicit': False, 'external_ids': {'isrc': 'USEE10181360'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0cmCa6TTZpZOFyXVKdM9Cu'}, 'href': 'https://api.spotify.com/v1/tracks/0cmCa6TTZpZOFyXVKdM9Cu', 'id': '0cmCa6TTZpZOFyXVKdM9Cu', 'is_local': False, 'name': 'Dums Dums', 'popularity': 25, 'preview_url': 'https://p.scdn.co/mp3-preview/154c270fa35ad2544716601b1b2fff84679fb279?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 5, 'type': 'track', 'uri': 'spotify:track:0cmCa6TTZpZOFyXVKdM9Cu'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/0auu2itHTxEdAMRHvx7CyG'}, 'href': 'https://api.spotify.com/v1/artists/0auu2itHTxEdAMRHvx7CyG', 'id': '0auu2itHTxEdAMRHvx7CyG', 'name': 'Das EFX', 'type': 'artist', 'uri': 'spotify:artist:0auu2itHTxEdAMRHvx7CyG'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5L6ETkYF4PeD1pSrAGKuNf'}, 'href': 'https://api.spotify.com/v1/albums/5L6ETkYF4PeD1pSrAGKuNf', 'id': '5L6ETkYF4PeD1pSrAGKuNf', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/41e8d26a418edc5fa4a2f699b3a75bf89e4d78f0', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/7e0c3994d8f7d2f92adcdf110aaa26a0f777e3cb', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/db053c4c3ab55a0cf330a3a68eb1fbb6e932f601', 'width': 64}], 'name': 'Dead Serious', 'release_date': '1992-04-07', 'release_date_precision': 'day', 'total_tracks': 10, 'type': 'album', 'uri': 'spotify:album:5L6ETkYF4PeD1pSrAGKuNf'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/0auu2itHTxEdAMRHvx7CyG'}, 'href': 'https://api.spotify.com/v1/artists/0auu2itHTxEdAMRHvx7CyG', 'id': '0auu2itHTxEdAMRHvx7CyG', 'name': 'Das EFX', 'type': 'artist', 'uri': 'spotify:artist:0auu2itHTxEdAMRHvx7CyG'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 243840, 'explicit': True, 'external_ids': {'isrc': 'USEE10181356'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/4R49vyyOJhf4QULunsAhzU'}, 'href': 'https://api.spotify.com/v1/tracks/4R49vyyOJhf4QULunsAhzU', 'id': '4R49vyyOJhf4QULunsAhzU', 'is_local': False, 'name': 'Brooklyn to T-Neck', 'popularity': 22, 'preview_url': 'https://p.scdn.co/mp3-preview/f8da0f9e9e93c56390aba4d0e4465c196170245f?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 8, 'type': 'track', 'uri': 'spotify:track:4R49vyyOJhf4QULunsAhzU'}], 'limit': 50, 'next': None, 'offset': 0, 'previous': None, 'total': 10}} verbosity 3 Message: Scraping for source_playlist Function: get_whosampled_playlist @@ -23,13 +23,13 @@ Message: Getting page: https://whosampled.com/Das-EFX/Mic-Checka/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Mic Checka by Das EFX - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Mic Checka - Das EFX\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Mic Checka

\n
by

Das EFX

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Dead Serious

\n

EastWest

\n\n \n
Producer:\n

\n \n Chris Charity & Derek Lynch\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n Tags: US Rap #1 Hit \n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 9 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJames Brown\'s Think 73'\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThink 73'\n\t\t\tby James Brown (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tSkull Snaps\'s It's a New Day\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tIt's a New Day\n\t\t\tby Skull Snaps (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tLyn Collins\'s Think (About It)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThink (About It)\n\t\t\tby Lyn Collins (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tB.T. Express\'s If It Don't Turn You on (You Oughta Leave It Alone)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJames Brown\'s Hot Pants Pt. 1 (She Got to Use What She Got to Get What She Wants)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 13 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tThe Beatnuts\'s Reign of the Tec\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tReign of the Tec\n\t\t\tby The Beatnuts (1993)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tDas EFX\'s Intro\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tIntro\n\t\t\tby Das EFX (1998)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tEPMD feat. Das EFX\'s Cummin\xe2\x80\x99 at Cha\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tCummin\xe2\x80\x99 at Cha\n\t\t\tby EPMD feat. Das EFX (1992)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tUrban Assault\'s Let It Rip\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tLet It Rip\n\t\t\tby Urban Assault (1993)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\xd0\x94\xd0\xb5\xd0\xa6\xd0\xbb feat. Timati\'s \xd0\x9c\xd0\xbe\xd1\x81\xd0\xba\xd0\xb2\xd0\xb0-\xd0\x9d\xd1\x8c\xd1\x8e-\xd0\x99\xd0\xbe\xd1\x80\xd0\xba\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas covered in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tMethod Man and Redman\'s Cheka\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tCheka\n\t\t\tby Method Man and Redman (1999)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas remixed in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tDas EFX\'s Mic Checka (Remix Edit)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tMic Checka (Remix Edit)\n\t\t\tby Solid Scheme (1992)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Mic Checka by Das EFX - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Mic Checka - Das EFX\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Mic Checka

\n
by

Das EFX

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Dead Serious

\n

EastWest

\n\n \n
Producer:\n

\n \n Chris Charity & Derek Lynch\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n Tags: US Rap #1 Hit \n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 9 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJames Brown\'s Think 73'\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThink 73'\n\t\t\tby James Brown (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tSkull Snaps\'s It's a New Day\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tIt's a New Day\n\t\t\tby Skull Snaps (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tLyn Collins\'s Think (About It)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThink (About It)\n\t\t\tby Lyn Collins (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tB.T. Express\'s If It Don't Turn You on (You Oughta Leave It Alone)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJames Brown\'s Hot Pants Pt. 1 (She Got to Use What She Got to Get What She Wants)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 13 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tThe Beatnuts\'s Reign of the Tec\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tReign of the Tec\n\t\t\tby The Beatnuts (1993)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tDas EFX\'s Intro\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tIntro\n\t\t\tby Das EFX (1998)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tEPMD feat. Das EFX\'s Cummin\xe2\x80\x99 at Cha\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tCummin\xe2\x80\x99 at Cha\n\t\t\tby EPMD feat. Das EFX (1992)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tUrban Assault\'s Let It Rip\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tLet It Rip\n\t\t\tby Urban Assault (1993)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\xd0\x94\xd0\xb5\xd0\xa6\xd0\xbb feat. Timati\'s \xd0\x9c\xd0\xbe\xd1\x81\xd0\xba\xd0\xb2\xd0\xb0-\xd0\x9d\xd1\x8c\xd1\x8e-\xd0\x99\xd0\xbe\xd1\x80\xd0\xba\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas covered in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tMethod Man and Redman\'s Cheka\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tCheka\n\t\t\tby Method Man and Redman (1999)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas remixed in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tDas EFX\'s Mic Checka (Remix Edit)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tMic Checka (Remix Edit)\n\t\t\tby Solid Scheme (1992)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Getting page: https://whosampled.com/Das-EFX/Mic-Checka/samples/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Tracks Sampled in Mic Checka by Das EFX | WhoSampled\n \n \n \n \n \n\t\n\n \n\t\n\n\t\n\n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n\n\n\n\n\n\n\n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n\t\n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n\t\n\n\n\n \n\n\n\n\t
\n\t\t
\n\t\t\t\n\t\t\t\tDas EFX\'s Mic Checka\n\t\t\t\n\t\t
\n\t\t
\n\t\t\t
\n\tBuy this Track\n\n\t\n
\n\n\n\t\t\t

Mic Checka

\n\t\t\t
\n\t\t\t\tby

Das EFX

\n\t\t\t
\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t
\n\t\t\t\t

Dead Serious

\n\t\t\t\t

EastWest 1992

\n\n\t\t\t\t\n\t\t\t\t\t
Producer:\n\t\t\t\t\t\t

\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tChris Charity & Derek Lynch\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t

\n\t\t\t\t\t
\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t
\n\t\t
\n\t
\n\n\t
\n\t\t
\n
Sort:
\n
\n \n
\n
\n\n\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 9 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJames Brown\'s Think 73'\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThink 73'\n\t\t\tby James Brown (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tSkull Snaps\'s It's a New Day\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tIt's a New Day\n\t\t\tby Skull Snaps (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tLyn Collins\'s Think (About It)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThink (About It)\n\t\t\tby Lyn Collins (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tB.T. Express\'s If It Don't Turn You on (You Oughta Leave It Alone)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJames Brown\'s Hot Pants Pt. 1 (She Got to Use What She Got to Get What She Wants)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJames Brown\'s The Payback\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Payback\n\t\t\tby James Brown (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tAudio Two\'s Top Billin'\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tTop Billin'\n\t\t\tby Audio Two (1987)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tA Streetcar Named Desire - Hey Stella! scene\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDialogue
\n\t\t\tDrama\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tHey Stella!\n\t\t\tfrom A Streetcar Named Desire (1951)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJane Taylor\'s Twinkle, Twinkle, Little Star\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tCountry / Folk\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tTwinkle, Twinkle, Little Star\n\t\t\tby Jane Taylor (1806)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t
\n\n\t\n\n\n\t\n\n
\n\n\n\n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Tracks Sampled in Mic Checka by Das EFX | WhoSampled\n \n \n \n \n \n\t\n\n \n\t\n\n\t\n\n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n\n\n\n\n\n\n\n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n\t\n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n\t\n\n\n\n \n\n\n\n\t
\n\t\t
\n\t\t\t\n\t\t\t\tDas EFX\'s Mic Checka\n\t\t\t\n\t\t
\n\t\t
\n\t\t\t
\n\tBuy this Track\n\n\t\n
\n\n\n\t\t\t

Mic Checka

\n\t\t\t
\n\t\t\t\tby

Das EFX

\n\t\t\t
\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t
\n\t\t\t\t

Dead Serious

\n\t\t\t\t

EastWest 1992

\n\n\t\t\t\t\n\t\t\t\t\t
Producer:\n\t\t\t\t\t\t

\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tChris Charity & Derek Lynch\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t

\n\t\t\t\t\t
\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t
\n\t\t
\n\t
\n\n\t
\n\t\t
\n
Sort:
\n
\n \n
\n
\n\n\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 9 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJames Brown\'s Think 73'\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThink 73'\n\t\t\tby James Brown (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tSkull Snaps\'s It's a New Day\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tIt's a New Day\n\t\t\tby Skull Snaps (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tLyn Collins\'s Think (About It)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThink (About It)\n\t\t\tby Lyn Collins (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tB.T. Express\'s If It Don't Turn You on (You Oughta Leave It Alone)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJames Brown\'s Hot Pants Pt. 1 (She Got to Use What She Got to Get What She Wants)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJames Brown\'s The Payback\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Payback\n\t\t\tby James Brown (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tAudio Two\'s Top Billin'\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tTop Billin'\n\t\t\tby Audio Two (1987)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tA Streetcar Named Desire - Hey Stella! scene\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDialogue
\n\t\t\tDrama\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tHey Stella!\n\t\t\tfrom A Streetcar Named Desire (1951)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJane Taylor\'s Twinkle, Twinkle, Little Star\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tCountry / Folk\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tTwinkle, Twinkle, Little Star\n\t\t\tby Jane Taylor (1806)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t
\n\n\t\n\n\n\t\n\n
\n\n\n\n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Das-EFX/Mic-Checka/samples/ Function: parse_sample_items @@ -47,7 +47,7 @@ Message: Getting page: https://whosampled.com/Das-EFX/Jussummen-(Remix)/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Jussummen (Remix) by Das EFX - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Jussummen (Remix) - Das EFX\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Jussummen (Remix)

\n
by

Das EFX

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Mic Checka

\n

EastWest America

\n\n \n \n \n\n \n
Remixer:\n

\n \n Pete Rock & C.L. Smooth\n \n

\n
\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 3 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tCal Tjader\'s Message to Michael\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tMessage to Michael\n\t\t\tby Cal Tjader (1968)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJames Brown\'s Funky President (People It's Bad)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tFunky President (People It's Bad)\n\t\t\tby James Brown (1974)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tDoug E. Fresh and Slick Rick\'s La Di Da Di\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tLa Di Da Di\n\t\t\tby Doug E. Fresh and Slick Rick (1985)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tIs a remix of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tDas EFX\'s Jussummen\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tJussummen\n\t\t\tby Das EFX (1992)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Jussummen (Remix) by Das EFX - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Jussummen (Remix) - Das EFX\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Jussummen (Remix)

\n
by

Das EFX

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Mic Checka

\n

EastWest America

\n\n \n \n \n\n \n
Remixer:\n

\n \n Pete Rock & C.L. Smooth\n \n

\n
\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 3 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tCal Tjader\'s Message to Michael\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tMessage to Michael\n\t\t\tby Cal Tjader (1968)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJames Brown\'s Funky President (People It's Bad)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tFunky President (People It's Bad)\n\t\t\tby James Brown (1974)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tDoug E. Fresh and Slick Rick\'s La Di Da Di\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tLa Di Da Di\n\t\t\tby Doug E. Fresh and Slick Rick (1985)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tIs a remix of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tDas EFX\'s Jussummen\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tJussummen\n\t\t\tby Das EFX (1992)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Das-EFX/Jussummen-(Remix)/ Function: parse_sample_items @@ -59,31 +59,31 @@ Message: Getting page: https://whosampled.com/Das-EFX/They-Want-EFX/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n They Want EFX by Das EFX - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n They Want EFX - Das EFX\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

They Want EFX

\n
by

Das EFX

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Dead Serious

\n

EastWest

\n\n \n
Producers:\n

\n \n Chris Charity & Derek Lynch, \n \n Marcus Logan, \n \n Kevin Birdsong\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n \n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 15 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJames Brown\'s Blind Man Can See It\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBlind Man Can See It\n\t\t\tby James Brown (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tTraditional Folk\'s Bingo\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tCountry / Folk\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBingo\n\t\t\tby Traditional Folk (1785)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Delta Rhythm Boys\'s Dry Bones\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tGospel\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDry Bones\n\t\t\tby The Delta Rhythm Boys (1941)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tCharles Hale\'s At a Darktown Cakewalk\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tCountry / Folk\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tAt a Darktown Cakewalk\n\t\t\tby Charles Hale (1899)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tMalcolm McLaren\'s Buffalo Gals\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBuffalo Gals\n\t\t\tby Malcolm McLaren (1982)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 14 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tA$AP Rocky feat. A$AP Twelvyy and A$AP Nast\'s Trilla\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tTrilla\n\t\t\tby A$AP Rocky feat. A$AP Twelvyy and A$AP Nast (2011)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tBlack Eyed Peas\'s Yesterday\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tYesterday\n\t\t\tby Black Eyed Peas (2015)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tEPMD feat. Das EFX\'s Cummin\xe2\x80\x99 at Cha\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tCummin\xe2\x80\x99 at Cha\n\t\t\tby EPMD feat. Das EFX (1992)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tYoung Black Teenagers\'s Tap the Bottle\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tTap the Bottle\n\t\t\tby Young Black Teenagers (1993)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tNas, Redhead Kingpin, Rob Base and Father MC feat. Monie Love, Positive K and Dres\'s Where Are They Now (90's Remix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWhere Are They Now (90's Remix)\n\t\t\tby Nas, Redhead Kingpin, Rob Base and Father MC feat. Monie Love, Positive K and Dres (2007)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas covered in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tFlip (Austrian Rapper) and Average MC\'s Sie Wollen EFX\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSie Wollen EFX\n\t\t\tby Flip (Austrian Rapper) and Average MC (2011)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas remixed in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tDas EFX\'s They Want EFX (Remix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThey Want EFX (Remix)\n\t\t\tby Chris Charity & Derek Lynch (1992)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n They Want EFX by Das EFX - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n They Want EFX - Das EFX\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

They Want EFX

\n
by

Das EFX

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Dead Serious

\n

EastWest

\n\n \n
Producers:\n

\n \n Chris Charity & Derek Lynch, \n \n Marcus Logan, \n \n Kevin Birdsong\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n \n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 15 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJames Brown\'s Blind Man Can See It\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBlind Man Can See It\n\t\t\tby James Brown (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tTraditional Folk\'s Bingo\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tCountry / Folk\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBingo\n\t\t\tby Traditional Folk (1785)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Delta Rhythm Boys\'s Dry Bones\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tGospel\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDry Bones\n\t\t\tby The Delta Rhythm Boys (1941)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tCharles Hale\'s At a Darktown Cakewalk\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tCountry / Folk\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tAt a Darktown Cakewalk\n\t\t\tby Charles Hale (1899)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tMalcolm McLaren\'s Buffalo Gals\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBuffalo Gals\n\t\t\tby Malcolm McLaren (1982)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 15 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tA$AP Rocky feat. A$AP Twelvyy and A$AP Nast\'s Trilla\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tTrilla\n\t\t\tby A$AP Rocky feat. A$AP Twelvyy and A$AP Nast (2011)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tBlack Eyed Peas\'s Yesterday\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tYesterday\n\t\t\tby Black Eyed Peas (2015)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tEPMD feat. Das EFX\'s Cummin\xe2\x80\x99 at Cha\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tCummin\xe2\x80\x99 at Cha\n\t\t\tby EPMD feat. Das EFX (1992)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tYoung Black Teenagers\'s Tap the Bottle\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tTap the Bottle\n\t\t\tby Young Black Teenagers (1993)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tNas, Redhead Kingpin, Rob Base and Father MC feat. Monie Love, Positive K and Dres\'s Where Are They Now (90's Remix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWhere Are They Now (90's Remix)\n\t\t\tby Nas, Redhead Kingpin, Rob Base and Father MC feat. Monie Love, Positive K and Dres (2007)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas covered in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tFlip (Austrian Rapper) and Average MC\'s Sie Wollen EFX\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSie Wollen EFX\n\t\t\tby Flip (Austrian Rapper) and Average MC (2011)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas remixed in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tDas EFX\'s They Want EFX (Remix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThey Want EFX (Remix)\n\t\t\tby Chris Charity & Derek Lynch (1992)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Getting page: https://whosampled.com/Das-EFX/They-Want-EFX/samples/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Tracks Sampled in They Want EFX by Das EFX | WhoSampled\n \n \n \n \n \n\t\n\n \n\t\n\n\t\n\n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n\n\n\n\n\n\n\n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n\t\n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n\t\n\n\n\n \n\n\n\n\t
\n\t\t
\n\t\t\t\n\t\t\t\tDas EFX\'s They Want EFX\n\t\t\t\n\t\t
\n\t\t
\n\t\t\t
\n\tBuy this Track\n\n\t\n
\n\n\n\t\t\t

They Want EFX

\n\t\t\t
\n\t\t\t\tby

Das EFX

\n\t\t\t
\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t
\n\t\t\t\t

Dead Serious

\n\t\t\t\t

EastWest 1992

\n\n\t\t\t\t\n\t\t\t\t\t
Producers:\n\t\t\t\t\t\t

\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tChris Charity & Derek Lynch, \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tMarcus Logan, \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tKevin Birdsong\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t

\n\t\t\t\t\t
\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t
\n\t\t
\n\t
\n\n\t
\n\t\t
\n
Sort:
\n
\n \n
\n
\n\n\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 15 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJames Brown\'s Blind Man Can See It\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBlind Man Can See It\n\t\t\tby James Brown (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tTraditional Folk\'s Bingo\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tCountry / Folk\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBingo\n\t\t\tby Traditional Folk (1785)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Delta Rhythm Boys\'s Dry Bones\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tGospel\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDry Bones\n\t\t\tby The Delta Rhythm Boys (1941)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tCharles Hale\'s At a Darktown Cakewalk\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tCountry / Folk\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tAt a Darktown Cakewalk\n\t\t\tby Charles Hale (1899)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tMalcolm McLaren\'s Buffalo Gals\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBuffalo Gals\n\t\t\tby Malcolm McLaren (1982)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tEPMD\'s Underground\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tUnderground\n\t\t\tby EPMD (1990)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tAl Tabor\'s Hokey Cokey\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tOther\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tHokey Cokey\n\t\t\tby Al Tabor (1940)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBoogie Down Productions\'s Breath Control II\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBreath Control II\n\t\t\tby Boogie Down Productions (1990)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tMerrie Melodies - Baby Buggy Bunny scene\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDialogue
\n\t\t\tComedy\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBaby Buggy Bunny\n\t\t\tfrom Merrie Melodies (1954)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Coasters\'s Charlie Brown\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tRock / Pop\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tCharlie Brown\n\t\t\tby The Coasters (1959)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Harry Simeone Chorale\'s The Little Drummer Boy\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tGospel\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Little Drummer Boy\n\t\t\tby The Harry Simeone Chorale (1958)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tConnect Four\'s Pretty Sneaky, Sis...\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSpoken Word\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tPretty Sneaky, Sis...\n\t\t\tby Connect Four (1981)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tParks Sausage\'s More Parks Sausages Mom!\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSpoken Word\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tMore Parks Sausages Mom!\n\t\t\tby Parks Sausage (1965)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tStove Top\'s Stuffing Instead of Potatoes\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSpoken Word\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tStuffing Instead of Potatoes\n\t\t\tby Stove Top (1974)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tTraditional Folk\'s One, Two, Buckle My Shoe\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tOther\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tOne, Two, Buckle My Shoe\n\t\t\tby Traditional Folk (1805)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t
\n\n\t\n\n\n\t\n\n
\n\n\n\n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Tracks Sampled in They Want EFX by Das EFX | WhoSampled\n \n \n \n \n \n\t\n\n \n\t\n\n\t\n\n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n\n\n\n\n\n\n\n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n\t\n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n\t\n\n\n\n \n\n\n\n\t
\n\t\t
\n\t\t\t\n\t\t\t\tDas EFX\'s They Want EFX\n\t\t\t\n\t\t
\n\t\t
\n\t\t\t
\n\tBuy this Track\n\n\t\n
\n\n\n\t\t\t

They Want EFX

\n\t\t\t
\n\t\t\t\tby

Das EFX

\n\t\t\t
\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t
\n\t\t\t\t

Dead Serious

\n\t\t\t\t

EastWest 1992

\n\n\t\t\t\t\n\t\t\t\t\t
Producers:\n\t\t\t\t\t\t

\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tChris Charity & Derek Lynch, \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tMarcus Logan, \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tKevin Birdsong\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t

\n\t\t\t\t\t
\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t
\n\t\t
\n\t
\n\n\t
\n\t\t
\n
Sort:
\n
\n \n
\n
\n\n\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 15 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJames Brown\'s Blind Man Can See It\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBlind Man Can See It\n\t\t\tby James Brown (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tTraditional Folk\'s Bingo\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tCountry / Folk\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBingo\n\t\t\tby Traditional Folk (1785)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Delta Rhythm Boys\'s Dry Bones\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tGospel\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDry Bones\n\t\t\tby The Delta Rhythm Boys (1941)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tCharles Hale\'s At a Darktown Cakewalk\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tCountry / Folk\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tAt a Darktown Cakewalk\n\t\t\tby Charles Hale (1899)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tMalcolm McLaren\'s Buffalo Gals\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBuffalo Gals\n\t\t\tby Malcolm McLaren (1982)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tEPMD\'s Underground\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tUnderground\n\t\t\tby EPMD (1990)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tAl Tabor\'s Hokey Cokey\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tOther\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tHokey Cokey\n\t\t\tby Al Tabor (1940)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBoogie Down Productions\'s Breath Control II\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBreath Control II\n\t\t\tby Boogie Down Productions (1990)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tMerrie Melodies - Baby Buggy Bunny scene\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDialogue
\n\t\t\tComedy\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBaby Buggy Bunny\n\t\t\tfrom Merrie Melodies (1954)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Coasters\'s Charlie Brown\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tRock / Pop\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tCharlie Brown\n\t\t\tby The Coasters (1959)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tConnect Four\'s Pretty Sneaky, Sis...\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSpoken Word\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tPretty Sneaky, Sis...\n\t\t\tby Connect Four (1981)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Harry Simeone Chorale\'s The Little Drummer Boy\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tGospel\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Little Drummer Boy\n\t\t\tby The Harry Simeone Chorale (1958)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tParks Sausage\'s More Parks Sausages Mom!\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSpoken Word\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tMore Parks Sausages Mom!\n\t\t\tby Parks Sausage (1965)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tStove Top\'s Stuffing Instead of Potatoes\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSpoken Word\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tStuffing Instead of Potatoes\n\t\t\tby Stove Top (1974)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tTraditional Folk\'s One, Two, Buckle My Shoe\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tOther\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tOne, Two, Buckle My Shoe\n\t\t\tby Traditional Folk (1805)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t
\n\n\t\n\n\n\t\n\n
\n\n\n\n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Das-EFX/They-Want-EFX/samples/ Function: parse_sample_items Data: -[{'type': 'Multiple Elements', 'genre': 'Soul / Funk / Disco', 'title': 'Blind Man Can See It', 'artist': 'James Brown', 'year': '1973'}, {'type': 'Vocals / Lyrics', 'genre': 'Country / Folk', 'title': 'Bingo', 'artist': 'Traditional Folk', 'year': '1785'}, {'type': 'Vocals / Lyrics', 'genre': 'Gospel', 'title': 'Dry Bones', 'artist': 'The Delta Rhythm Boys', 'year': '1941'}, {'type': 'Hook / Riff', 'genre': 'Country / Folk', 'title': 'At a Darktown Cakewalk', 'artist': 'Charles Hale', 'year': '1899'}, {'type': 'Hook / Riff', 'genre': 'Hip-Hop / Rap / R&B', 'title': 'Buffalo Gals', 'artist': 'Malcolm McLaren', 'year': '1982'}, {'type': 'Vocals / Lyrics', 'genre': 'Hip-Hop / Rap / R&B', 'title': 'Underground', 'artist': 'EPMD', 'year': '1990'}, {'type': 'Vocals / Lyrics', 'genre': 'Other', 'title': 'Hokey Cokey', 'artist': 'Al Tabor', 'year': '1940'}, {'type': 'Vocals / Lyrics', 'genre': 'Hip-Hop / Rap / R&B', 'title': 'Breath Control II', 'artist': 'Boogie Down Productions', 'year': '1990'}, {'type': 'Dialogue', 'genre': 'Comedy', 'title': 'Baby Buggy Bunny', 'artist': 'from Merrie Melodies', 'year': '1954'}, {'type': 'Vocals / Lyrics', 'genre': 'Rock / Pop', 'title': 'Charlie Brown', 'artist': 'The Coasters', 'year': '1959'}, {'type': 'Vocals / Lyrics', 'genre': 'Gospel', 'title': 'The Little Drummer Boy', 'artist': 'The Harry Simeone Chorale', 'year': '1958'}, {'type': 'Vocals / Lyrics', 'genre': 'Spoken Word', 'title': 'Pretty Sneaky, Sis...', 'artist': 'Connect Four', 'year': '1981'}, {'type': 'Vocals / Lyrics', 'genre': 'Spoken Word', 'title': 'More Parks Sausages Mom!', 'artist': 'Parks Sausage', 'year': '1965'}, {'type': 'Vocals / Lyrics', 'genre': 'Spoken Word', 'title': 'Stuffing Instead of Potatoes', 'artist': 'Stove Top', 'year': '1974'}, {'type': 'Vocals / Lyrics', 'genre': 'Other', 'title': 'One, Two, Buckle My Shoe', 'artist': 'Traditional Folk', 'year': '1805'}] +[{'type': 'Multiple Elements', 'genre': 'Soul / Funk / Disco', 'title': 'Blind Man Can See It', 'artist': 'James Brown', 'year': '1973'}, {'type': 'Vocals / Lyrics', 'genre': 'Country / Folk', 'title': 'Bingo', 'artist': 'Traditional Folk', 'year': '1785'}, {'type': 'Vocals / Lyrics', 'genre': 'Gospel', 'title': 'Dry Bones', 'artist': 'The Delta Rhythm Boys', 'year': '1941'}, {'type': 'Hook / Riff', 'genre': 'Country / Folk', 'title': 'At a Darktown Cakewalk', 'artist': 'Charles Hale', 'year': '1899'}, {'type': 'Hook / Riff', 'genre': 'Hip-Hop / Rap / R&B', 'title': 'Buffalo Gals', 'artist': 'Malcolm McLaren', 'year': '1982'}, {'type': 'Vocals / Lyrics', 'genre': 'Hip-Hop / Rap / R&B', 'title': 'Underground', 'artist': 'EPMD', 'year': '1990'}, {'type': 'Vocals / Lyrics', 'genre': 'Other', 'title': 'Hokey Cokey', 'artist': 'Al Tabor', 'year': '1940'}, {'type': 'Vocals / Lyrics', 'genre': 'Hip-Hop / Rap / R&B', 'title': 'Breath Control II', 'artist': 'Boogie Down Productions', 'year': '1990'}, {'type': 'Dialogue', 'genre': 'Comedy', 'title': 'Baby Buggy Bunny', 'artist': 'from Merrie Melodies', 'year': '1954'}, {'type': 'Vocals / Lyrics', 'genre': 'Rock / Pop', 'title': 'Charlie Brown', 'artist': 'The Coasters', 'year': '1959'}, {'type': 'Vocals / Lyrics', 'genre': 'Spoken Word', 'title': 'Pretty Sneaky, Sis...', 'artist': 'Connect Four', 'year': '1981'}, {'type': 'Vocals / Lyrics', 'genre': 'Gospel', 'title': 'The Little Drummer Boy', 'artist': 'The Harry Simeone Chorale', 'year': '1958'}, {'type': 'Vocals / Lyrics', 'genre': 'Spoken Word', 'title': 'More Parks Sausages Mom!', 'artist': 'Parks Sausage', 'year': '1965'}, {'type': 'Vocals / Lyrics', 'genre': 'Spoken Word', 'title': 'Stuffing Instead of Potatoes', 'artist': 'Stove Top', 'year': '1974'}, {'type': 'Vocals / Lyrics', 'genre': 'Other', 'title': 'One, Two, Buckle My Shoe', 'artist': 'Traditional Folk', 'year': '1805'}] verbosity 3 Message: Parsing sample data from /Das-EFX/They-Want-EFX/ Function: parse_sample_items Data: -[{'type': 'Multiple Elements', 'genre': 'Soul / Funk / Disco', 'title': 'Blind Man Can See It', 'artist': 'James Brown', 'year': '1973'}, {'type': 'Vocals / Lyrics', 'genre': 'Country / Folk', 'title': 'Bingo', 'artist': 'Traditional Folk', 'year': '1785'}, {'type': 'Vocals / Lyrics', 'genre': 'Gospel', 'title': 'Dry Bones', 'artist': 'The Delta Rhythm Boys', 'year': '1941'}, {'type': 'Hook / Riff', 'genre': 'Country / Folk', 'title': 'At a Darktown Cakewalk', 'artist': 'Charles Hale', 'year': '1899'}, {'type': 'Hook / Riff', 'genre': 'Hip-Hop / Rap / R&B', 'title': 'Buffalo Gals', 'artist': 'Malcolm McLaren', 'year': '1982'}, {'type': 'Vocals / Lyrics', 'genre': 'Hip-Hop / Rap / R&B', 'title': 'Underground', 'artist': 'EPMD', 'year': '1990'}, {'type': 'Vocals / Lyrics', 'genre': 'Other', 'title': 'Hokey Cokey', 'artist': 'Al Tabor', 'year': '1940'}, {'type': 'Vocals / Lyrics', 'genre': 'Hip-Hop / Rap / R&B', 'title': 'Breath Control II', 'artist': 'Boogie Down Productions', 'year': '1990'}, {'type': 'Dialogue', 'genre': 'Comedy', 'title': 'Baby Buggy Bunny', 'artist': 'from Merrie Melodies', 'year': '1954'}, {'type': 'Vocals / Lyrics', 'genre': 'Rock / Pop', 'title': 'Charlie Brown', 'artist': 'The Coasters', 'year': '1959'}, {'type': 'Vocals / Lyrics', 'genre': 'Gospel', 'title': 'The Little Drummer Boy', 'artist': 'The Harry Simeone Chorale', 'year': '1958'}, {'type': 'Vocals / Lyrics', 'genre': 'Spoken Word', 'title': 'Pretty Sneaky, Sis...', 'artist': 'Connect Four', 'year': '1981'}, {'type': 'Vocals / Lyrics', 'genre': 'Spoken Word', 'title': 'More Parks Sausages Mom!', 'artist': 'Parks Sausage', 'year': '1965'}, {'type': 'Vocals / Lyrics', 'genre': 'Spoken Word', 'title': 'Stuffing Instead of Potatoes', 'artist': 'Stove Top', 'year': '1974'}, {'type': 'Vocals / Lyrics', 'genre': 'Other', 'title': 'One, Two, Buckle My Shoe', 'artist': 'Traditional Folk', 'year': '1805'}] +[{'type': 'Multiple Elements', 'genre': 'Soul / Funk / Disco', 'title': 'Blind Man Can See It', 'artist': 'James Brown', 'year': '1973'}, {'type': 'Vocals / Lyrics', 'genre': 'Country / Folk', 'title': 'Bingo', 'artist': 'Traditional Folk', 'year': '1785'}, {'type': 'Vocals / Lyrics', 'genre': 'Gospel', 'title': 'Dry Bones', 'artist': 'The Delta Rhythm Boys', 'year': '1941'}, {'type': 'Hook / Riff', 'genre': 'Country / Folk', 'title': 'At a Darktown Cakewalk', 'artist': 'Charles Hale', 'year': '1899'}, {'type': 'Hook / Riff', 'genre': 'Hip-Hop / Rap / R&B', 'title': 'Buffalo Gals', 'artist': 'Malcolm McLaren', 'year': '1982'}, {'type': 'Vocals / Lyrics', 'genre': 'Hip-Hop / Rap / R&B', 'title': 'Underground', 'artist': 'EPMD', 'year': '1990'}, {'type': 'Vocals / Lyrics', 'genre': 'Other', 'title': 'Hokey Cokey', 'artist': 'Al Tabor', 'year': '1940'}, {'type': 'Vocals / Lyrics', 'genre': 'Hip-Hop / Rap / R&B', 'title': 'Breath Control II', 'artist': 'Boogie Down Productions', 'year': '1990'}, {'type': 'Dialogue', 'genre': 'Comedy', 'title': 'Baby Buggy Bunny', 'artist': 'from Merrie Melodies', 'year': '1954'}, {'type': 'Vocals / Lyrics', 'genre': 'Rock / Pop', 'title': 'Charlie Brown', 'artist': 'The Coasters', 'year': '1959'}, {'type': 'Vocals / Lyrics', 'genre': 'Spoken Word', 'title': 'Pretty Sneaky, Sis...', 'artist': 'Connect Four', 'year': '1981'}, {'type': 'Vocals / Lyrics', 'genre': 'Gospel', 'title': 'The Little Drummer Boy', 'artist': 'The Harry Simeone Chorale', 'year': '1958'}, {'type': 'Vocals / Lyrics', 'genre': 'Spoken Word', 'title': 'More Parks Sausages Mom!', 'artist': 'Parks Sausage', 'year': '1965'}, {'type': 'Vocals / Lyrics', 'genre': 'Spoken Word', 'title': 'Stuffing Instead of Potatoes', 'artist': 'Stove Top', 'year': '1974'}, {'type': 'Vocals / Lyrics', 'genre': 'Other', 'title': 'One, Two, Buckle My Shoe', 'artist': 'Traditional Folk', 'year': '1805'}] verbosity 3 Message: Getting page: https://whosampled.com/Das-EFX/Looseys/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Looseys by Das EFX - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Looseys - Das EFX\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Looseys

\n
by

Das EFX

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Dead Serious

\n

EastWest America

\n\n \n
Producer:\n

\n \n Chris Charity & Derek Lynch\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 3 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBooker T. & the M.G.'s\'s Hip Hug-Her\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tHip Hug-Her\n\t\t\tby Booker T. & the M.G.'s (1967)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tSpecial Ed\'s Hoedown\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tHoedown\n\t\t\tby Special Ed (1989)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJames Brown\'s Funky President (People It's Bad)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tFunky President (People It's Bad)\n\t\t\tby James Brown (1974)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tIce Cube\'s Wicked\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWicked\n\t\t\tby Ice Cube (1992)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tConejo\'s Im Wicked\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tIm Wicked\n\t\t\tby Conejo (2013)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Looseys by Das EFX - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Looseys - Das EFX\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Looseys

\n
by

Das EFX

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Dead Serious

\n

EastWest America

\n\n \n
Producer:\n

\n \n Chris Charity & Derek Lynch\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 3 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBooker T. & the M.G.'s\'s Hip Hug-Her\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tHip Hug-Her\n\t\t\tby Booker T. & the M.G.'s (1967)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tSpecial Ed\'s Hoedown\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tHoedown\n\t\t\tby Special Ed (1989)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJames Brown\'s Funky President (People It's Bad)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tFunky President (People It's Bad)\n\t\t\tby James Brown (1974)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tIce Cube\'s Wicked\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWicked\n\t\t\tby Ice Cube (1992)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tConejo\'s Im Wicked\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tIm Wicked\n\t\t\tby Conejo (2013)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Das-EFX/Looseys/ Function: parse_sample_items @@ -95,7 +95,7 @@ Message: Getting page: https://whosampled.com/Das-EFX/Dum-Dums/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Dum Dums by Das EFX - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Dum Dums - Das EFX\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Dum Dums

\n
by

Das EFX

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Dead Serious

\n

EastWest

\n\n \n
Producer:\n

\n \n Chris Charity & Derek Lynch\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n \n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 4 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tOtis Redding\'s The Happy Song (Dum-Dum)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Happy Song (Dum-Dum)\n\t\t\tby Otis Redding (1968)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tLee Dorsey\'s Get Out of My Life, Woman\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tGet Out of My Life, Woman\n\t\t\tby Lee Dorsey (1966)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tWilson Pickett\'s Get Me Back on Time, Engine #9\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tGet Me Back on Time, Engine #9\n\t\t\tby Wilson Pickett (1970)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tRun-DMC\'s Here We Go (Live at the Funhouse)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tHere We Go (Live at the Funhouse)\n\t\t\tby Run-DMC (1985)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 5 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tDas EFX\'s Undaground Rappa\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tUndaground Rappa\n\t\t\tby Das EFX (1993)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tSeul 2 Seul\'s Ma Vision Du Monde\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tMa Vision Du Monde\n\t\t\tby Seul 2 Seul (1999)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tChilee Powdah\'s Unda Ground Rapper\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tUnda Ground Rapper\n\t\t\tby Chilee Powdah (1992)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tDa Great Deity Dah\'s Dapper, a Nappy Headed Underground Rapper\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDapper, a Nappy Headed Underground Rapper\n\t\t\tby Da Great Deity Dah (1996)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tEIM (Education in Music)\'s Sound Sellers From the Grave\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSound Sellers From the Grave\n\t\t\tby EIM (Education in Music) (1994)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Dum Dums by Das EFX - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Dum Dums - Das EFX\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Dum Dums

\n
by

Das EFX

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Dead Serious

\n

EastWest

\n\n \n
Producer:\n

\n \n Chris Charity & Derek Lynch\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n \n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 4 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tOtis Redding\'s The Happy Song (Dum-Dum)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Happy Song (Dum-Dum)\n\t\t\tby Otis Redding (1968)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tLee Dorsey\'s Get Out of My Life, Woman\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tGet Out of My Life, Woman\n\t\t\tby Lee Dorsey (1966)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tWilson Pickett\'s Get Me Back on Time, Engine #9\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tGet Me Back on Time, Engine #9\n\t\t\tby Wilson Pickett (1970)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tRun-DMC\'s Here We Go (Live at the Funhouse)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tHere We Go (Live at the Funhouse)\n\t\t\tby Run-DMC (1985)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 5 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tDas EFX\'s Undaground Rappa\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tUndaground Rappa\n\t\t\tby Das EFX (1993)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tSeul 2 Seul\'s Ma Vision Du Monde\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tMa Vision Du Monde\n\t\t\tby Seul 2 Seul (1999)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tChilee Powdah\'s Unda Ground Rapper\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tUnda Ground Rapper\n\t\t\tby Chilee Powdah (1992)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tDa Great Deity Dah\'s Dapper, a Nappy Headed Underground Rapper\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDapper, a Nappy Headed Underground Rapper\n\t\t\tby Da Great Deity Dah (1996)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tEIM (Education in Music)\'s Sound Sellers From the Grave\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSound Sellers From the Grave\n\t\t\tby EIM (Education in Music) (1994)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Das-EFX/Dum-Dums/ Function: parse_sample_items @@ -107,13 +107,13 @@ Message: Getting page: https://whosampled.com/Das-EFX/East-Coast/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n East Coast by Das EFX - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n East Coast - Das EFX\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

East Coast

\n
by

Das EFX

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Dead Serious

\n

EastWest America

\n\n \n
Producer:\n

\n \n Chris Charity & Derek Lynch\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 9 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tIsaac Hayes\'s Ike's Mood I\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tIke's Mood I\n\t\t\tby Isaac Hayes (1970)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tESG\'s UFO\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tUFO\n\t\t\tby ESG (1981)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tSkull Snaps\'s It's a New Day\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tIt's a New Day\n\t\t\tby Skull Snaps (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBoogie Down Productions\'s Original Lyrics\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tOriginal Lyrics\n\t\t\tby Boogie Down Productions (1990)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tEPMD\'s So Wat Cha Sayin'\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSo Wat Cha Sayin'\n\t\t\tby EPMD (1989)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tIce Cube\'s The Predator\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Predator\n\t\t\tby Ice Cube (1992)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas remixed in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tDas EFX\'s East Coast (Remix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tEast Coast (Remix)\n\t\t\tby Solid Scheme (1992)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n East Coast by Das EFX - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n East Coast - Das EFX\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

East Coast

\n
by

Das EFX

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Dead Serious

\n

EastWest America

\n\n \n
Producer:\n

\n \n Chris Charity & Derek Lynch\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 9 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tIsaac Hayes\'s Ike's Mood I\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tIke's Mood I\n\t\t\tby Isaac Hayes (1970)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tESG\'s UFO\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tUFO\n\t\t\tby ESG (1981)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tSkull Snaps\'s It's a New Day\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tIt's a New Day\n\t\t\tby Skull Snaps (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBoogie Down Productions\'s Original Lyrics\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tOriginal Lyrics\n\t\t\tby Boogie Down Productions (1990)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tEPMD\'s So Wat Cha Sayin'\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSo Wat Cha Sayin'\n\t\t\tby EPMD (1989)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tIce Cube\'s The Predator\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Predator\n\t\t\tby Ice Cube (1992)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas remixed in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tDas EFX\'s East Coast (Remix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tEast Coast (Remix)\n\t\t\tby Solid Scheme (1992)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Getting page: https://whosampled.com/Das-EFX/East-Coast/samples/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Tracks Sampled in East Coast by Das EFX | WhoSampled\n \n \n \n \n \n\t\n\n \n\t\n\n\t\n\n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n\n\n\n\n\n\n\n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n\t\n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n\t\n\n\n\n \n\n\n\n\t
\n\t\t
\n\t\t\t\n\t\t\t\tDas EFX\'s East Coast\n\t\t\t\n\t\t
\n\t\t
\n\t\t\t
\n\tBuy this Track\n\n\t\n
\n\n\n\t\t\t

East Coast

\n\t\t\t
\n\t\t\t\tby

Das EFX

\n\t\t\t
\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t
\n\t\t\t\t

Dead Serious

\n\t\t\t\t

EastWest America 1992

\n\n\t\t\t\t\n\t\t\t\t\t
Producer:\n\t\t\t\t\t\t

\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tChris Charity & Derek Lynch\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t

\n\t\t\t\t\t
\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t
\n\t\t
\n\t
\n\n\t
\n\t\t
\n
Sort:
\n
\n \n
\n
\n\n\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 9 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tIsaac Hayes\'s Ike's Mood I\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tIke's Mood I\n\t\t\tby Isaac Hayes (1970)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tESG\'s UFO\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tUFO\n\t\t\tby ESG (1981)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tSkull Snaps\'s It's a New Day\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tIt's a New Day\n\t\t\tby Skull Snaps (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBoogie Down Productions\'s Original Lyrics\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tOriginal Lyrics\n\t\t\tby Boogie Down Productions (1990)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tEPMD\'s So Wat Cha Sayin'\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSo Wat Cha Sayin'\n\t\t\tby EPMD (1989)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tEric B. & Rakim\'s Eric B. Is President\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tEric B. Is President\n\t\t\tby Eric B. & Rakim (1987)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tWilson Pickett\'s Get Me Back on Time, Engine #9\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tGet Me Back on Time, Engine #9\n\t\t\tby Wilson Pickett (1970)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tX-Clan\'s Verbal Milk\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tVerbal Milk\n\t\t\tby X-Clan (1990)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Terminator - Cop Shootout scene\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDialogue
\n\t\t\tSci-Fi\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tCop Shootout\n\t\t\tfrom The Terminator (1984)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t
\n\n\t\n\n\n\t\n\n
\n\n\n\n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Tracks Sampled in East Coast by Das EFX | WhoSampled\n \n \n \n \n \n\t\n\n \n\t\n\n\t\n\n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n\n\n\n\n\n\n\n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n\t\n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n\t\n\n\n\n \n\n\n\n\t
\n\t\t
\n\t\t\t\n\t\t\t\tDas EFX\'s East Coast\n\t\t\t\n\t\t
\n\t\t
\n\t\t\t
\n\tBuy this Track\n\n\t\n
\n\n\n\t\t\t

East Coast

\n\t\t\t
\n\t\t\t\tby

Das EFX

\n\t\t\t
\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t
\n\t\t\t\t

Dead Serious

\n\t\t\t\t

EastWest America 1992

\n\n\t\t\t\t\n\t\t\t\t\t
Producer:\n\t\t\t\t\t\t

\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tChris Charity & Derek Lynch\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t

\n\t\t\t\t\t
\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t
\n\t\t
\n\t
\n\n\t
\n\t\t
\n
Sort:
\n
\n \n
\n
\n\n\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 9 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tIsaac Hayes\'s Ike's Mood I\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tIke's Mood I\n\t\t\tby Isaac Hayes (1970)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tESG\'s UFO\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tUFO\n\t\t\tby ESG (1981)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tSkull Snaps\'s It's a New Day\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tIt's a New Day\n\t\t\tby Skull Snaps (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBoogie Down Productions\'s Original Lyrics\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tOriginal Lyrics\n\t\t\tby Boogie Down Productions (1990)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tEPMD\'s So Wat Cha Sayin'\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSo Wat Cha Sayin'\n\t\t\tby EPMD (1989)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tEric B. & Rakim\'s Eric B. Is President\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tEric B. Is President\n\t\t\tby Eric B. & Rakim (1987)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tWilson Pickett\'s Get Me Back on Time, Engine #9\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tGet Me Back on Time, Engine #9\n\t\t\tby Wilson Pickett (1970)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tX-Clan\'s Verbal Milk\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tVerbal Milk\n\t\t\tby X-Clan (1990)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Terminator - Cop Shootout scene\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDialogue
\n\t\t\tSci-Fi\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tCop Shootout\n\t\t\tfrom The Terminator (1984)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t
\n\n\t\n\n\n\t\n\n
\n\n\n\n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Das-EFX/East-Coast/samples/ Function: parse_sample_items @@ -131,7 +131,7 @@ Message: Getting page: https://whosampled.com/Das-EFX/If-Only/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n If Only by Das EFX - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n If Only - Das EFX\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

If Only

\n
by

Das EFX

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Dead Serious

\n

EastWest

\n\n \n
Producer:\n

\n \n Chris Charity & Derek Lynch\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 4 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tStanley Turrentine\'s The Man With the Sad Face\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Man With the Sad Face\n\t\t\tby Stanley Turrentine (1976)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tLittle Eva\'s The Loco-Motion\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Loco-Motion\n\t\t\tby Little Eva (1962)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tTime Life Records\'s The Swing Era\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSpoken Word\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Swing Era\n\t\t\tby Time Life Records (1969)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tDoug E. Fresh and Slick Rick\'s La Di Da Di\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tLa Di Da Di\n\t\t\tby Doug E. Fresh and Slick Rick (1985)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n If Only by Das EFX - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n If Only - Das EFX\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

If Only

\n
by

Das EFX

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Dead Serious

\n

EastWest

\n\n \n
Producer:\n

\n \n Chris Charity & Derek Lynch\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 4 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tStanley Turrentine\'s The Man With the Sad Face\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Man With the Sad Face\n\t\t\tby Stanley Turrentine (1976)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tLittle Eva\'s The Loco-Motion\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Loco-Motion\n\t\t\tby Little Eva (1962)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tTime Life Records\'s The Swing Era\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSpoken Word\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Swing Era\n\t\t\tby Time Life Records (1969)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tDoug E. Fresh and Slick Rick\'s La Di Da Di\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tLa Di Da Di\n\t\t\tby Doug E. Fresh and Slick Rick (1985)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Das-EFX/If-Only/ Function: parse_sample_items @@ -143,13 +143,13 @@ Message: Getting page: https://whosampled.com/Das-EFX/Brooklyn-to-T-Neck/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Brooklyn to T-Neck by Das EFX - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Brooklyn to T-Neck - Das EFX\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Brooklyn to T-Neck

\n
by

Das EFX

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Dead Serious

\n

EastWest America

\n\n \n
Producer:\n

\n \n Chris Charity & Derek Lynch\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n \n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 7 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJoe Tex\'s Papa Was Too\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tPapa Was Too\n\t\t\tby Joe Tex (1966)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBar-Kays\'s Humpin'\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tSound Effect / Other
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tHumpin'\n\t\t\tby Bar-Kays (1969)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJames Brown\'s The Payback\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Payback\n\t\t\tby James Brown (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tESG\'s UFO\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tUFO\n\t\t\tby ESG (1981)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tEPMD feat. Redman\'s Hardcore\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tHardcore\n\t\t\tby EPMD feat. Redman (1990)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tOutKast\'s Benz or Beamer\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBenz or Beamer\n\t\t\tby OutKast (1995)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Brooklyn to T-Neck by Das EFX - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Brooklyn to T-Neck - Das EFX\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Brooklyn to T-Neck

\n
by

Das EFX

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Dead Serious

\n

EastWest America

\n\n \n
Producer:\n

\n \n Chris Charity & Derek Lynch\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n \n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 7 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJoe Tex\'s Papa Was Too\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tPapa Was Too\n\t\t\tby Joe Tex (1966)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBar-Kays\'s Humpin'\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tSound Effect / Other
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tHumpin'\n\t\t\tby Bar-Kays (1969)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJames Brown\'s The Payback\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Payback\n\t\t\tby James Brown (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tESG\'s UFO\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tUFO\n\t\t\tby ESG (1981)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tEPMD feat. Redman\'s Hardcore\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tHardcore\n\t\t\tby EPMD feat. Redman (1990)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tOutKast\'s Benz or Beamer\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBenz or Beamer\n\t\t\tby OutKast (1995)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Getting page: https://whosampled.com/Das-EFX/Brooklyn-to-T-Neck/samples/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Tracks Sampled in Brooklyn to T-Neck by Das EFX | WhoSampled\n \n \n \n \n \n\t\n\n \n\t\n\n\t\n\n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n\n\n\n\n\n\n\n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n\t\n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n\t\n\n\n\n \n\n\n\n\t
\n\t\t
\n\t\t\t\n\t\t\t\tDas EFX\'s Brooklyn to T-Neck\n\t\t\t\n\t\t
\n\t\t
\n\t\t\t
\n\tBuy this Track\n\n\t\n
\n\n\n\t\t\t

Brooklyn to T-Neck

\n\t\t\t
\n\t\t\t\tby

Das EFX

\n\t\t\t
\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t
\n\t\t\t\t

Dead Serious

\n\t\t\t\t

EastWest America 1992

\n\n\t\t\t\t\n\t\t\t\t\t
Producer:\n\t\t\t\t\t\t

\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tChris Charity & Derek Lynch\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t

\n\t\t\t\t\t
\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t
\n\t\t
\n\t
\n\n\t
\n\t\t
\n
Sort:
\n
\n \n
\n
\n\n\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 7 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJoe Tex\'s Papa Was Too\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tPapa Was Too\n\t\t\tby Joe Tex (1966)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBar-Kays\'s Humpin'\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tSound Effect / Other
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tHumpin'\n\t\t\tby Bar-Kays (1969)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJames Brown\'s The Payback\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Payback\n\t\t\tby James Brown (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tESG\'s UFO\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tUFO\n\t\t\tby ESG (1981)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tEPMD feat. Redman\'s Hardcore\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tHardcore\n\t\t\tby EPMD feat. Redman (1990)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tChubb Rock\'s What's the Word\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWhat's the Word\n\t\t\tby Chubb Rock (1990)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tInstant Funk\'s I Got My Mind Made Up (You Can Get It Girl)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tI Got My Mind Made Up (You Can Get It Girl)\n\t\t\tby Instant Funk (1978)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t
\n\n\t\n\n\n\t\n\n
\n\n\n\n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Tracks Sampled in Brooklyn to T-Neck by Das EFX | WhoSampled\n \n \n \n \n \n\t\n\n \n\t\n\n\t\n\n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n\n\n\n\n\n\n\n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n\t\n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n\t\n\n\n\n \n\n\n\n\t
\n\t\t
\n\t\t\t\n\t\t\t\tDas EFX\'s Brooklyn to T-Neck\n\t\t\t\n\t\t
\n\t\t
\n\t\t\t
\n\tBuy this Track\n\n\t\n
\n\n\n\t\t\t

Brooklyn to T-Neck

\n\t\t\t
\n\t\t\t\tby

Das EFX

\n\t\t\t
\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t
\n\t\t\t\t

Dead Serious

\n\t\t\t\t

EastWest America 1992

\n\n\t\t\t\t\n\t\t\t\t\t
Producer:\n\t\t\t\t\t\t

\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tChris Charity & Derek Lynch\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t

\n\t\t\t\t\t
\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t
\n\t\t
\n\t
\n\n\t
\n\t\t
\n
Sort:
\n
\n \n
\n
\n\n\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 7 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJoe Tex\'s Papa Was Too\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tPapa Was Too\n\t\t\tby Joe Tex (1966)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBar-Kays\'s Humpin'\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tSound Effect / Other
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tHumpin'\n\t\t\tby Bar-Kays (1969)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJames Brown\'s The Payback\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Payback\n\t\t\tby James Brown (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tESG\'s UFO\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tUFO\n\t\t\tby ESG (1981)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tEPMD feat. Redman\'s Hardcore\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tHardcore\n\t\t\tby EPMD feat. Redman (1990)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tChubb Rock\'s What's the Word\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWhat's the Word\n\t\t\tby Chubb Rock (1990)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tInstant Funk\'s I Got My Mind Made Up (You Can Get It Girl)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tI Got My Mind Made Up (You Can Get It Girl)\n\t\t\tby Instant Funk (1978)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t
\n\n\t\n\n\n\t\n\n
\n\n\n\n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Das-EFX/Brooklyn-to-T-Neck/samples/ Function: parse_sample_items @@ -167,13 +167,13 @@ Message: Getting page: https://whosampled.com/Das-EFX/Klap-Ya-Handz/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Klap Ya Handz by Das EFX - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Klap Ya Handz - Das EFX\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Klap Ya Handz

\n
by

Das EFX

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Dead Serious

\n

EastWest

\n\n \n
Producers:\n

\n \n Andre Weston, \n \n Willie Hines, \n \n Dexter James\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 8 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Emotions\'s Blind Alley\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBlind Alley\n\t\t\tby The Emotions (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Meters\'s Handclapping Song\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tHandclapping Song\n\t\t\tby The Meters (1970)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBilly Squier\'s The Big Beat\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tRock / Pop\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Big Beat\n\t\t\tby Billy Squier (1980)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBright Eyes - Singing on a Plane scene\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDialogue
\n\t\t\tComedy\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSinging on a Plane\n\t\t\tfrom Bright Eyes (1934)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tAudio Two\'s Top Billin'\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tTop Billin'\n\t\t\tby Audio Two (1987)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Klap Ya Handz by Das EFX - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Klap Ya Handz - Das EFX\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Klap Ya Handz

\n
by

Das EFX

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Dead Serious

\n

EastWest

\n\n \n
Producers:\n

\n \n Andre Weston, \n \n Willie Hines, \n \n Dexter James\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 8 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Emotions\'s Blind Alley\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBlind Alley\n\t\t\tby The Emotions (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Meters\'s Handclapping Song\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tHandclapping Song\n\t\t\tby The Meters (1970)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBilly Squier\'s The Big Beat\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tRock / Pop\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Big Beat\n\t\t\tby Billy Squier (1980)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBright Eyes - Singing on a Plane scene\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDialogue
\n\t\t\tComedy\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSinging on a Plane\n\t\t\tfrom Bright Eyes (1934)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tAudio Two\'s Top Billin'\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tTop Billin'\n\t\t\tby Audio Two (1987)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Getting page: https://whosampled.com/Das-EFX/Klap-Ya-Handz/samples/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Tracks Sampled in Klap Ya Handz by Das EFX | WhoSampled\n \n \n \n \n \n\t\n\n \n\t\n\n\t\n\n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n\n\n\n\n\n\n\n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n\t\n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n\t\n\n\n\n \n\n\n\n\t
\n\t\t
\n\t\t\t\n\t\t\t\tDas EFX\'s Klap Ya Handz\n\t\t\t\n\t\t
\n\t\t
\n\t\t\t
\n\tBuy this Track\n\n\t\n
\n\n\n\t\t\t

Klap Ya Handz

\n\t\t\t
\n\t\t\t\tby

Das EFX

\n\t\t\t
\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t
\n\t\t\t\t

Dead Serious

\n\t\t\t\t

EastWest 1992

\n\n\t\t\t\t\n\t\t\t\t\t
Producers:\n\t\t\t\t\t\t

\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tAndre Weston, \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tWillie Hines, \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tDexter James\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t

\n\t\t\t\t\t
\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t
\n\t\t
\n\t
\n\n\t
\n\t\t
\n
Sort:
\n
\n \n
\n
\n\n\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 8 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Emotions\'s Blind Alley\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBlind Alley\n\t\t\tby The Emotions (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Meters\'s Handclapping Song\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tHandclapping Song\n\t\t\tby The Meters (1970)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBilly Squier\'s The Big Beat\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tRock / Pop\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Big Beat\n\t\t\tby Billy Squier (1980)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBright Eyes - Singing on a Plane scene\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDialogue
\n\t\t\tComedy\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSinging on a Plane\n\t\t\tfrom Bright Eyes (1934)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tAudio Two\'s Top Billin'\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tTop Billin'\n\t\t\tby Audio Two (1987)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tShirley Temple\'s On the Good Ship Lollipop\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoundtrack\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tOn the Good Ship Lollipop\n\t\t\tby Shirley Temple (1934)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tVicks Nyquil\'s Cold Medicine Slogan\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tOther\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tCold Medicine Slogan\n\t\t\tby Vicks Nyquil (1981)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tTraditional Folk\'s If You're Happy and You Know It\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tOther\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tIf You're Happy and You Know It\n\t\t\tby Traditional Folk (1916)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t
\n\n\t\n\n\n\t\n\n
\n\n\n\n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Tracks Sampled in Klap Ya Handz by Das EFX | WhoSampled\n \n \n \n \n \n\t\n\n \n\t\n\n\t\n\n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n\n\n\n\n\n\n\n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n\t\n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n\t\n\n\n\n \n\n\n\n\t
\n\t\t
\n\t\t\t\n\t\t\t\tDas EFX\'s Klap Ya Handz\n\t\t\t\n\t\t
\n\t\t
\n\t\t\t
\n\tBuy this Track\n\n\t\n
\n\n\n\t\t\t

Klap Ya Handz

\n\t\t\t
\n\t\t\t\tby

Das EFX

\n\t\t\t
\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t
\n\t\t\t\t

Dead Serious

\n\t\t\t\t

EastWest 1992

\n\n\t\t\t\t\n\t\t\t\t\t
Producers:\n\t\t\t\t\t\t

\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tAndre Weston, \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tWillie Hines, \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tDexter James\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t

\n\t\t\t\t\t
\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t
\n\t\t
\n\t
\n\n\t
\n\t\t
\n
Sort:
\n
\n \n
\n
\n\n\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 8 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Emotions\'s Blind Alley\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBlind Alley\n\t\t\tby The Emotions (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Meters\'s Handclapping Song\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tHandclapping Song\n\t\t\tby The Meters (1970)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBilly Squier\'s The Big Beat\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tRock / Pop\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Big Beat\n\t\t\tby Billy Squier (1980)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBright Eyes - Singing on a Plane scene\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDialogue
\n\t\t\tComedy\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSinging on a Plane\n\t\t\tfrom Bright Eyes (1934)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tAudio Two\'s Top Billin'\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tTop Billin'\n\t\t\tby Audio Two (1987)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tShirley Temple\'s On the Good Ship Lollipop\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoundtrack\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tOn the Good Ship Lollipop\n\t\t\tby Shirley Temple (1934)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tVicks Nyquil\'s Cold Medicine Slogan\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tOther\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tCold Medicine Slogan\n\t\t\tby Vicks Nyquil (1981)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tTraditional Folk\'s If You're Happy and You Know It\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tOther\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tIf You're Happy and You Know It\n\t\t\tby Traditional Folk (1916)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t
\n\n\t\n\n\n\t\n\n
\n\n\n\n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Das-EFX/Klap-Ya-Handz/samples/ Function: parse_sample_items @@ -191,13 +191,13 @@ Message: Getting page: https://whosampled.com/Das-EFX/Straight-Out-the-Sewer/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Straight Out the Sewer by Das EFX - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Straight Out the Sewer - Das EFX\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Straight Out the Sewer

\n
by

Das EFX

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Dead Serious

\n

EastWest America

\n\n \n
Producer:\n

\n \n Solid Scheme\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n \n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 7 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tCarl Carlton\'s She's a Bad Mama Jama (She's Built, She's Stacked)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBobby Byrd\'s Hot Pants - I'm Coming, I'm Coming, I'm Coming\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tHot Pants - I'm Coming, I'm Coming, I'm Coming\n\t\t\tby Bobby Byrd (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tParliament\'s Funkin' for Fun\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tFunkin' for Fun\n\t\t\tby Parliament (1976)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tSkull Snaps\'s It's a New Day\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tIt's a New Day\n\t\t\tby Skull Snaps (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBiz Markie\'s Vapors\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tVapors\n\t\t\tby Biz Markie (1988)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 4 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tDas EFX\'s Microphone Master\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tMicrophone Master\n\t\t\tby Das EFX (1995)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tIAM\'s \xc3\x87a Vient De La Rue\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\t\xc3\x87a Vient De La Rue\n\t\t\tby IAM (2007)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tRedman\'s Jam 4 U\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tJam 4 U\n\t\t\tby Redman (1992)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tDaddy-O\'s Swung It, Blunted, Brung It\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSwung It, Blunted, Brung It\n\t\t\tby Daddy-O (1993)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas remixed in 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tDas EFX\'s Straight Out the Sewer (Remix #1)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tStraight Out the Sewer (Remix #1)\n\t\t\tby Solid Scheme (1992)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tDas EFX\'s Sraight Out the Sewer (Remix #2)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSraight Out the Sewer (Remix #2)\n\t\t\tby Solid Scheme (1992)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Straight Out the Sewer by Das EFX - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Straight Out the Sewer - Das EFX\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Straight Out the Sewer

\n
by

Das EFX

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Dead Serious

\n

EastWest America

\n\n \n
Producer:\n

\n \n Solid Scheme\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n \n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 7 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tCarl Carlton\'s She's a Bad Mama Jama (She's Built, She's Stacked)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBobby Byrd\'s Hot Pants - I'm Coming, I'm Coming, I'm Coming\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tHot Pants - I'm Coming, I'm Coming, I'm Coming\n\t\t\tby Bobby Byrd (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tParliament\'s Funkin' for Fun\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tFunkin' for Fun\n\t\t\tby Parliament (1976)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tSkull Snaps\'s It's a New Day\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tIt's a New Day\n\t\t\tby Skull Snaps (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBiz Markie\'s Vapors\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tVapors\n\t\t\tby Biz Markie (1988)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 4 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tDas EFX\'s Microphone Master\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tMicrophone Master\n\t\t\tby Das EFX (1995)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tIAM\'s \xc3\x87a Vient De La Rue\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\t\xc3\x87a Vient De La Rue\n\t\t\tby IAM (2007)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tRedman\'s Jam 4 U\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tJam 4 U\n\t\t\tby Redman (1992)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tDaddy-O\'s Swung It, Blunted, Brung It\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSwung It, Blunted, Brung It\n\t\t\tby Daddy-O (1993)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas remixed in 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tDas EFX\'s Straight Out the Sewer (Remix #1)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tStraight Out the Sewer (Remix #1)\n\t\t\tby Solid Scheme (1992)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tDas EFX\'s Sraight Out the Sewer (Remix #2)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSraight Out the Sewer (Remix #2)\n\t\t\tby Solid Scheme (1992)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Getting page: https://whosampled.com/Das-EFX/Straight-Out-the-Sewer/samples/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Tracks Sampled in Straight Out the Sewer by Das EFX | WhoSampled\n \n \n \n \n \n\t\n\n \n\t\n\n\t\n\n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n\n\n\n\n\n\n\n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n\t\n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n\t\n\n\n\n \n\n\n\n\t
\n\t\t
\n\t\t\t\n\t\t\t\tDas EFX\'s Straight Out the Sewer\n\t\t\t\n\t\t
\n\t\t
\n\t\t\t
\n\tBuy this Track\n\n\t\n
\n\n\n\t\t\t

Straight Out the Sewer

\n\t\t\t
\n\t\t\t\tby

Das EFX

\n\t\t\t
\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t
\n\t\t\t\t

Dead Serious

\n\t\t\t\t

EastWest America 1992

\n\n\t\t\t\t\n\t\t\t\t\t
Producer:\n\t\t\t\t\t\t

\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tSolid Scheme\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t

\n\t\t\t\t\t
\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t
\n\t\t
\n\t
\n\n\t
\n\t\t
\n
Sort:
\n
\n \n
\n
\n\n\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 7 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tCarl Carlton\'s She's a Bad Mama Jama (She's Built, She's Stacked)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBobby Byrd\'s Hot Pants - I'm Coming, I'm Coming, I'm Coming\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tHot Pants - I'm Coming, I'm Coming, I'm Coming\n\t\t\tby Bobby Byrd (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tParliament\'s Funkin' for Fun\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tFunkin' for Fun\n\t\t\tby Parliament (1976)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tSkull Snaps\'s It's a New Day\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tIt's a New Day\n\t\t\tby Skull Snaps (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBiz Markie\'s Vapors\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tVapors\n\t\t\tby Biz Markie (1988)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJames Brown\'s The Boss\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Boss\n\t\t\tby James Brown (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJoe Tex\'s Papa Was Too\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tPapa Was Too\n\t\t\tby Joe Tex (1966)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t
\n\n\t\n\n\n\t\n\n
\n\n\n\n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Tracks Sampled in Straight Out the Sewer by Das EFX | WhoSampled\n \n \n \n \n \n\t\n\n \n\t\n\n\t\n\n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n\n\n\n\n\n\n\n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n\t\n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n\t\n\n\n\n \n\n\n\n\t
\n\t\t
\n\t\t\t\n\t\t\t\tDas EFX\'s Straight Out the Sewer\n\t\t\t\n\t\t
\n\t\t
\n\t\t\t
\n\tBuy this Track\n\n\t\n
\n\n\n\t\t\t

Straight Out the Sewer

\n\t\t\t
\n\t\t\t\tby

Das EFX

\n\t\t\t
\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t
\n\t\t\t\t

Dead Serious

\n\t\t\t\t

EastWest America 1992

\n\n\t\t\t\t\n\t\t\t\t\t
Producer:\n\t\t\t\t\t\t

\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tSolid Scheme\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t

\n\t\t\t\t\t
\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t
\n\t\t
\n\t
\n\n\t
\n\t\t
\n
Sort:
\n
\n \n
\n
\n\n\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 7 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tCarl Carlton\'s She's a Bad Mama Jama (She's Built, She's Stacked)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBobby Byrd\'s Hot Pants - I'm Coming, I'm Coming, I'm Coming\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tHot Pants - I'm Coming, I'm Coming, I'm Coming\n\t\t\tby Bobby Byrd (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tParliament\'s Funkin' for Fun\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tFunkin' for Fun\n\t\t\tby Parliament (1976)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tSkull Snaps\'s It's a New Day\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tIt's a New Day\n\t\t\tby Skull Snaps (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBiz Markie\'s Vapors\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tVapors\n\t\t\tby Biz Markie (1988)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJames Brown\'s The Boss\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Boss\n\t\t\tby James Brown (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJoe Tex\'s Papa Was Too\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tPapa Was Too\n\t\t\tby Joe Tex (1966)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t
\n\n\t\n\n\n\t\n\n
\n\n\n\n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Das-EFX/Straight-Out-the-Sewer/samples/ Function: parse_sample_items @@ -215,7 +215,7 @@ Message: Checking Spotify for Samples Function: get_sample_spotify_tracks Data: -[{'artist': ['Das EFX'], 'track': 'Mic Checka', 'uri': 'spotify:track:5Zo9KsvmGsFHfwA1zlKv6M', 'samples': {'Contains samples of': [{'type': 'Hook / Riff', 'genre': 'Soul / Funk / Disco', 'title': "Think 73'", 'artist': 'James Brown', 'year': '1973'}, {'type': 'Drums', 'genre': 'Soul / Funk / Disco', 'title': "It's a New Day", 'artist': 'Skull Snaps', 'year': '1973'}, {'type': 'Vocals / Lyrics', 'genre': 'Soul / Funk / Disco', 'title': 'Think (About It)', 'artist': 'Lyn Collins', 'year': '1972'}, {'type': 'Hook / Riff', 'genre': 'Soul / Funk / Disco', 'title': "If It Don't Turn You on (You Oughta Leave It Alone)", 'artist': 'B.T. Express', 'year': '1974'}, {'type': 'Vocals / Lyrics', 'genre': 'Soul / Funk / Disco', 'title': 'Hot Pants Pt. 1 (She Got to Use What She Got to Get What She Wants)', 'artist': 'James Brown', 'year': '1971'}, {'type': 'Hook / Riff', 'genre': 'Soul / Funk / Disco', 'title': 'The Payback', 'artist': 'James Brown', 'year': '1973'}, {'type': 'Drums', 'genre': 'Hip-Hop / Rap / R&B', 'title': "Top Billin'", 'artist': 'Audio Two', 'year': '1987'}, {'type': 'Dialogue', 'genre': 'Drama', 'title': 'Hey Stella!', 'artist': 'from A Streetcar Named Desire', 'year': '1951'}, {'type': 'Vocals / Lyrics', 'genre': 'Country / Folk', 'title': 'Twinkle, Twinkle, Little Star', 'artist': 'Jane Taylor', 'year': '1806'}]}}, {'artist': ['Das EFX'], 'track': 'Jussummen', 'uri': 'spotify:track:2jx7xjmIDRlKX6EVjZoqYf', 'samples': {'Contains samples of': [{'type': 'Multiple Elements', 'genre': 'Jazz / Blues', 'title': 'Message to Michael', 'artist': 'Cal Tjader', 'year': '1968'}, {'type': 'Vocals / Lyrics', 'genre': 'Soul / Funk / Disco', 'title': "Funky President (People It's Bad)", 'artist': 'James Brown', 'year': '1974'}, {'type': 'Vocals / Lyrics', 'genre': 'Hip-Hop / Rap / R&B', 'title': 'La Di Da Di', 'artist': 'Doug E. Fresh and Slick Rick', 'year': '1985'}]}}, {'artist': ['Das EFX'], 'track': 'They Want EFX', 'uri': 'spotify:track:3HCzj965m8Fz2E8wZkir6q', 'samples': {'Contains samples of': [{'type': 'Multiple Elements', 'genre': 'Soul / Funk / Disco', 'title': 'Blind Man Can See It', 'artist': 'James Brown', 'year': '1973'}, {'type': 'Vocals / Lyrics', 'genre': 'Country / Folk', 'title': 'Bingo', 'artist': 'Traditional Folk', 'year': '1785'}, {'type': 'Vocals / Lyrics', 'genre': 'Gospel', 'title': 'Dry Bones', 'artist': 'The Delta Rhythm Boys', 'year': '1941'}, {'type': 'Hook / Riff', 'genre': 'Country / Folk', 'title': 'At a Darktown Cakewalk', 'artist': 'Charles Hale', 'year': '1899'}, {'type': 'Hook / Riff', 'genre': 'Hip-Hop / Rap / R&B', 'title': 'Buffalo Gals', 'artist': 'Malcolm McLaren', 'year': '1982'}, {'type': 'Vocals / Lyrics', 'genre': 'Hip-Hop / Rap / R&B', 'title': 'Underground', 'artist': 'EPMD', 'year': '1990'}, {'type': 'Vocals / Lyrics', 'genre': 'Other', 'title': 'Hokey Cokey', 'artist': 'Al Tabor', 'year': '1940'}, {'type': 'Vocals / Lyrics', 'genre': 'Hip-Hop / Rap / R&B', 'title': 'Breath Control II', 'artist': 'Boogie Down Productions', 'year': '1990'}, {'type': 'Dialogue', 'genre': 'Comedy', 'title': 'Baby Buggy Bunny', 'artist': 'from Merrie Melodies', 'year': '1954'}, {'type': 'Vocals / Lyrics', 'genre': 'Rock / Pop', 'title': 'Charlie Brown', 'artist': 'The Coasters', 'year': '1959'}, {'type': 'Vocals / Lyrics', 'genre': 'Gospel', 'title': 'The Little Drummer Boy', 'artist': 'The Harry Simeone Chorale', 'year': '1958'}, {'type': 'Vocals / Lyrics', 'genre': 'Spoken Word', 'title': 'Pretty Sneaky, Sis...', 'artist': 'Connect Four', 'year': '1981'}, {'type': 'Vocals / Lyrics', 'genre': 'Spoken Word', 'title': 'More Parks Sausages Mom!', 'artist': 'Parks Sausage', 'year': '1965'}, {'type': 'Vocals / Lyrics', 'genre': 'Spoken Word', 'title': 'Stuffing Instead of Potatoes', 'artist': 'Stove Top', 'year': '1974'}, {'type': 'Vocals / Lyrics', 'genre': 'Other', 'title': 'One, Two, Buckle My Shoe', 'artist': 'Traditional Folk', 'year': '1805'}]}}, {'artist': ['Das EFX'], 'track': 'Looseys', 'uri': 'spotify:track:6uyzojapN9XYxCbsbOPtRN', 'samples': {'Contains samples of': [{'type': 'Multiple Elements', 'genre': 'Soul / Funk / Disco', 'title': 'Hip Hug-Her', 'artist': "Booker T. & the M.G.'s", 'year': '1967'}, {'type': 'Vocals / Lyrics', 'genre': 'Hip-Hop / Rap / R&B', 'title': 'Hoedown', 'artist': 'Special Ed', 'year': '1989'}, {'type': 'Drums', 'genre': 'Soul / Funk / Disco', 'title': "Funky President (People It's Bad)", 'artist': 'James Brown', 'year': '1974'}]}}, {'artist': ['Das EFX'], 'track': 'Dums Dums', 'uri': 'spotify:track:0cmCa6TTZpZOFyXVKdM9Cu', 'samples': {'Contains samples of': [{'type': 'Vocals / Lyrics', 'genre': 'Soul / Funk / Disco', 'title': 'The Happy Song (Dum-Dum)', 'artist': 'Otis Redding', 'year': '1968'}, {'type': 'Drums', 'genre': 'Jazz / Blues', 'title': 'Get Out of My Life, Woman', 'artist': 'Lee Dorsey', 'year': '1966'}, {'type': 'Vocals / Lyrics', 'genre': 'Soul / Funk / Disco', 'title': 'Get Me Back on Time, Engine #9', 'artist': 'Wilson Pickett', 'year': '1970'}, {'type': 'Vocals / Lyrics', 'genre': 'Hip-Hop / Rap / R&B', 'title': 'Here We Go (Live at the Funhouse)', 'artist': 'Run-DMC', 'year': '1985'}]}}, {'artist': ['Das EFX'], 'track': 'East Coast', 'uri': 'spotify:track:0c9getB8B7owrBKeWeSLqT', 'samples': {'Contains samples of': [{'type': 'Hook / Riff', 'genre': 'Soul / Funk / Disco', 'title': "Ike's Mood I", 'artist': 'Isaac Hayes', 'year': '1970'}, {'type': 'Multiple Elements', 'genre': 'Soul / Funk / Disco', 'title': 'UFO', 'artist': 'ESG', 'year': '1981'}, {'type': 'Drums', 'genre': 'Soul / Funk / Disco', 'title': "It's a New Day", 'artist': 'Skull Snaps', 'year': '1973'}, {'type': 'Vocals / Lyrics', 'genre': 'Hip-Hop / Rap / R&B', 'title': 'Original Lyrics', 'artist': 'Boogie Down Productions', 'year': '1990'}, {'type': 'Multiple Elements', 'genre': 'Hip-Hop / Rap / R&B', 'title': "So Wat Cha Sayin'", 'artist': 'EPMD', 'year': '1989'}, {'type': 'Multiple Elements', 'genre': 'Hip-Hop / Rap / R&B', 'title': 'Eric B. Is President', 'artist': 'Eric B. & Rakim', 'year': '1987'}, {'type': 'Hook / Riff', 'genre': 'Soul / Funk / Disco', 'title': 'Get Me Back on Time, Engine #9', 'artist': 'Wilson Pickett', 'year': '1970'}, {'type': 'Vocals / Lyrics', 'genre': 'Hip-Hop / Rap / R&B', 'title': 'Verbal Milk', 'artist': 'X-Clan', 'year': '1990'}, {'type': 'Dialogue', 'genre': 'Sci-Fi', 'title': 'Cop Shootout', 'artist': 'from The Terminator', 'year': '1984'}]}}, {'artist': ['Das EFX'], 'track': 'If Only', 'uri': 'spotify:track:2Am3W0mEaqY4IfUebKesrW', 'samples': {'Contains samples of': [{'type': 'Multiple Elements', 'genre': 'Soul / Funk / Disco', 'title': 'The Man With the Sad Face', 'artist': 'Stanley Turrentine', 'year': '1976'}, {'type': 'Vocals / Lyrics', 'genre': 'Soul / Funk / Disco', 'title': 'The Loco-Motion', 'artist': 'Little Eva', 'year': '1962'}, {'type': 'Vocals / Lyrics', 'genre': 'Spoken Word', 'title': 'The Swing Era', 'artist': 'Time Life Records', 'year': '1969'}, {'type': 'Vocals / Lyrics', 'genre': 'Hip-Hop / Rap / R&B', 'title': 'La Di Da Di', 'artist': 'Doug E. Fresh and Slick Rick', 'year': '1985'}]}}, {'artist': ['Das EFX'], 'track': 'Brooklyn to T-Neck', 'uri': 'spotify:track:4R49vyyOJhf4QULunsAhzU', 'samples': {'Contains samples of': [{'type': 'Drums', 'genre': 'Soul / Funk / Disco', 'title': 'Papa Was Too', 'artist': 'Joe Tex', 'year': '1966'}, {'type': 'Sound Effect / Other', 'genre': 'Soul / Funk / Disco', 'title': "Humpin'", 'artist': 'Bar-Kays', 'year': '1969'}, {'type': 'Hook / Riff', 'genre': 'Soul / Funk / Disco', 'title': 'The Payback', 'artist': 'James Brown', 'year': '1973'}, {'type': 'Hook / Riff', 'genre': 'Soul / Funk / Disco', 'title': 'UFO', 'artist': 'ESG', 'year': '1981'}, {'type': 'Vocals / Lyrics', 'genre': 'Hip-Hop / Rap / R&B', 'title': 'Hardcore', 'artist': 'EPMD feat. Redman', 'year': '1990'}, {'type': 'Multiple Elements', 'genre': 'Hip-Hop / Rap / R&B', 'title': "What's the Word", 'artist': 'Chubb Rock', 'year': '1990'}, {'type': 'Vocals / Lyrics', 'genre': 'Soul / Funk / Disco', 'title': 'I Got My Mind Made Up (You Can Get It Girl)', 'artist': 'Instant Funk', 'year': '1978'}]}}, {'artist': ['Das EFX'], 'track': 'Klap Ya Handz', 'uri': 'spotify:track:24Wiz4fNMPMqjZMiTZjV1b', 'samples': {'Contains samples of': [{'type': 'Multiple Elements', 'genre': 'Soul / Funk / Disco', 'title': 'Blind Alley', 'artist': 'The Emotions', 'year': '1972'}, {'type': 'Vocals / Lyrics', 'genre': 'Soul / Funk / Disco', 'title': 'Handclapping Song', 'artist': 'The Meters', 'year': '1970'}, {'type': 'Drums', 'genre': 'Rock / Pop', 'title': 'The Big Beat', 'artist': 'Billy Squier', 'year': '1980'}, {'type': 'Dialogue', 'genre': 'Comedy', 'title': 'Singing on a Plane', 'artist': 'from Bright Eyes', 'year': '1934'}, {'type': 'Drums', 'genre': 'Hip-Hop / Rap / R&B', 'title': "Top Billin'", 'artist': 'Audio Two', 'year': '1987'}, {'type': 'Vocals / Lyrics', 'genre': 'Soundtrack', 'title': 'On the Good Ship Lollipop', 'artist': 'Shirley Temple', 'year': '1934'}, {'type': 'Vocals / Lyrics', 'genre': 'Other', 'title': 'Cold Medicine Slogan', 'artist': 'Vicks Nyquil', 'year': '1981'}, {'type': 'Vocals / Lyrics', 'genre': 'Other', 'title': "If You're Happy and You Know It", 'artist': 'Traditional Folk', 'year': '1916'}]}}, {'artist': ['Das EFX'], 'track': 'Straight out the Sewer', 'uri': 'spotify:track:3eWyHZgfury3pU6cIEhmEC', 'samples': {'Contains samples of': [{'type': 'Hook / Riff', 'genre': 'Soul / Funk / Disco', 'title': "She's a Bad Mama Jama (She's Built, She's Stacked)", 'artist': 'Carl Carlton', 'year': '1981'}, {'type': 'Vocals / Lyrics', 'genre': 'Soul / Funk / Disco', 'title': "Hot Pants - I'm Coming, I'm Coming, I'm Coming", 'artist': 'Bobby Byrd', 'year': '1972'}, {'type': 'Vocals / Lyrics', 'genre': 'Soul / Funk / Disco', 'title': "Funkin' for Fun", 'artist': 'Parliament', 'year': '1976'}, {'type': 'Drums', 'genre': 'Soul / Funk / Disco', 'title': "It's a New Day", 'artist': 'Skull Snaps', 'year': '1973'}, {'type': 'Vocals / Lyrics', 'genre': 'Hip-Hop / Rap / R&B', 'title': 'Vapors', 'artist': 'Biz Markie', 'year': '1988'}, {'type': 'Hook / Riff', 'genre': 'Soul / Funk / Disco', 'title': 'The Boss', 'artist': 'James Brown', 'year': '1973'}, {'type': 'Drums', 'genre': 'Soul / Funk / Disco', 'title': 'Papa Was Too', 'artist': 'Joe Tex', 'year': '1966'}]}}] +[{'artist': ['Das EFX'], 'track': 'Mic Checka', 'uri': 'spotify:track:5Zo9KsvmGsFHfwA1zlKv6M', 'samples': {'Contains samples of': [{'type': 'Hook / Riff', 'genre': 'Soul / Funk / Disco', 'title': "Think 73'", 'artist': 'James Brown', 'year': '1973'}, {'type': 'Drums', 'genre': 'Soul / Funk / Disco', 'title': "It's a New Day", 'artist': 'Skull Snaps', 'year': '1973'}, {'type': 'Vocals / Lyrics', 'genre': 'Soul / Funk / Disco', 'title': 'Think (About It)', 'artist': 'Lyn Collins', 'year': '1972'}, {'type': 'Hook / Riff', 'genre': 'Soul / Funk / Disco', 'title': "If It Don't Turn You on (You Oughta Leave It Alone)", 'artist': 'B.T. Express', 'year': '1974'}, {'type': 'Vocals / Lyrics', 'genre': 'Soul / Funk / Disco', 'title': 'Hot Pants Pt. 1 (She Got to Use What She Got to Get What She Wants)', 'artist': 'James Brown', 'year': '1971'}, {'type': 'Hook / Riff', 'genre': 'Soul / Funk / Disco', 'title': 'The Payback', 'artist': 'James Brown', 'year': '1973'}, {'type': 'Drums', 'genre': 'Hip-Hop / Rap / R&B', 'title': "Top Billin'", 'artist': 'Audio Two', 'year': '1987'}, {'type': 'Dialogue', 'genre': 'Drama', 'title': 'Hey Stella!', 'artist': 'from A Streetcar Named Desire', 'year': '1951'}, {'type': 'Vocals / Lyrics', 'genre': 'Country / Folk', 'title': 'Twinkle, Twinkle, Little Star', 'artist': 'Jane Taylor', 'year': '1806'}]}}, {'artist': ['Das EFX'], 'track': 'Jussummen', 'uri': 'spotify:track:2jx7xjmIDRlKX6EVjZoqYf', 'samples': {'Contains samples of': [{'type': 'Multiple Elements', 'genre': 'Jazz / Blues', 'title': 'Message to Michael', 'artist': 'Cal Tjader', 'year': '1968'}, {'type': 'Vocals / Lyrics', 'genre': 'Soul / Funk / Disco', 'title': "Funky President (People It's Bad)", 'artist': 'James Brown', 'year': '1974'}, {'type': 'Vocals / Lyrics', 'genre': 'Hip-Hop / Rap / R&B', 'title': 'La Di Da Di', 'artist': 'Doug E. Fresh and Slick Rick', 'year': '1985'}]}}, {'artist': ['Das EFX'], 'track': 'They Want EFX', 'uri': 'spotify:track:3HCzj965m8Fz2E8wZkir6q', 'samples': {'Contains samples of': [{'type': 'Multiple Elements', 'genre': 'Soul / Funk / Disco', 'title': 'Blind Man Can See It', 'artist': 'James Brown', 'year': '1973'}, {'type': 'Vocals / Lyrics', 'genre': 'Country / Folk', 'title': 'Bingo', 'artist': 'Traditional Folk', 'year': '1785'}, {'type': 'Vocals / Lyrics', 'genre': 'Gospel', 'title': 'Dry Bones', 'artist': 'The Delta Rhythm Boys', 'year': '1941'}, {'type': 'Hook / Riff', 'genre': 'Country / Folk', 'title': 'At a Darktown Cakewalk', 'artist': 'Charles Hale', 'year': '1899'}, {'type': 'Hook / Riff', 'genre': 'Hip-Hop / Rap / R&B', 'title': 'Buffalo Gals', 'artist': 'Malcolm McLaren', 'year': '1982'}, {'type': 'Vocals / Lyrics', 'genre': 'Hip-Hop / Rap / R&B', 'title': 'Underground', 'artist': 'EPMD', 'year': '1990'}, {'type': 'Vocals / Lyrics', 'genre': 'Other', 'title': 'Hokey Cokey', 'artist': 'Al Tabor', 'year': '1940'}, {'type': 'Vocals / Lyrics', 'genre': 'Hip-Hop / Rap / R&B', 'title': 'Breath Control II', 'artist': 'Boogie Down Productions', 'year': '1990'}, {'type': 'Dialogue', 'genre': 'Comedy', 'title': 'Baby Buggy Bunny', 'artist': 'from Merrie Melodies', 'year': '1954'}, {'type': 'Vocals / Lyrics', 'genre': 'Rock / Pop', 'title': 'Charlie Brown', 'artist': 'The Coasters', 'year': '1959'}, {'type': 'Vocals / Lyrics', 'genre': 'Spoken Word', 'title': 'Pretty Sneaky, Sis...', 'artist': 'Connect Four', 'year': '1981'}, {'type': 'Vocals / Lyrics', 'genre': 'Gospel', 'title': 'The Little Drummer Boy', 'artist': 'The Harry Simeone Chorale', 'year': '1958'}, {'type': 'Vocals / Lyrics', 'genre': 'Spoken Word', 'title': 'More Parks Sausages Mom!', 'artist': 'Parks Sausage', 'year': '1965'}, {'type': 'Vocals / Lyrics', 'genre': 'Spoken Word', 'title': 'Stuffing Instead of Potatoes', 'artist': 'Stove Top', 'year': '1974'}, {'type': 'Vocals / Lyrics', 'genre': 'Other', 'title': 'One, Two, Buckle My Shoe', 'artist': 'Traditional Folk', 'year': '1805'}]}}, {'artist': ['Das EFX'], 'track': 'Looseys', 'uri': 'spotify:track:6uyzojapN9XYxCbsbOPtRN', 'samples': {'Contains samples of': [{'type': 'Multiple Elements', 'genre': 'Soul / Funk / Disco', 'title': 'Hip Hug-Her', 'artist': "Booker T. & the M.G.'s", 'year': '1967'}, {'type': 'Vocals / Lyrics', 'genre': 'Hip-Hop / Rap / R&B', 'title': 'Hoedown', 'artist': 'Special Ed', 'year': '1989'}, {'type': 'Drums', 'genre': 'Soul / Funk / Disco', 'title': "Funky President (People It's Bad)", 'artist': 'James Brown', 'year': '1974'}]}}, {'artist': ['Das EFX'], 'track': 'Dums Dums', 'uri': 'spotify:track:0cmCa6TTZpZOFyXVKdM9Cu', 'samples': {'Contains samples of': [{'type': 'Vocals / Lyrics', 'genre': 'Soul / Funk / Disco', 'title': 'The Happy Song (Dum-Dum)', 'artist': 'Otis Redding', 'year': '1968'}, {'type': 'Drums', 'genre': 'Jazz / Blues', 'title': 'Get Out of My Life, Woman', 'artist': 'Lee Dorsey', 'year': '1966'}, {'type': 'Vocals / Lyrics', 'genre': 'Soul / Funk / Disco', 'title': 'Get Me Back on Time, Engine #9', 'artist': 'Wilson Pickett', 'year': '1970'}, {'type': 'Vocals / Lyrics', 'genre': 'Hip-Hop / Rap / R&B', 'title': 'Here We Go (Live at the Funhouse)', 'artist': 'Run-DMC', 'year': '1985'}]}}, {'artist': ['Das EFX'], 'track': 'East Coast', 'uri': 'spotify:track:0c9getB8B7owrBKeWeSLqT', 'samples': {'Contains samples of': [{'type': 'Hook / Riff', 'genre': 'Soul / Funk / Disco', 'title': "Ike's Mood I", 'artist': 'Isaac Hayes', 'year': '1970'}, {'type': 'Multiple Elements', 'genre': 'Soul / Funk / Disco', 'title': 'UFO', 'artist': 'ESG', 'year': '1981'}, {'type': 'Drums', 'genre': 'Soul / Funk / Disco', 'title': "It's a New Day", 'artist': 'Skull Snaps', 'year': '1973'}, {'type': 'Vocals / Lyrics', 'genre': 'Hip-Hop / Rap / R&B', 'title': 'Original Lyrics', 'artist': 'Boogie Down Productions', 'year': '1990'}, {'type': 'Multiple Elements', 'genre': 'Hip-Hop / Rap / R&B', 'title': "So Wat Cha Sayin'", 'artist': 'EPMD', 'year': '1989'}, {'type': 'Multiple Elements', 'genre': 'Hip-Hop / Rap / R&B', 'title': 'Eric B. Is President', 'artist': 'Eric B. & Rakim', 'year': '1987'}, {'type': 'Hook / Riff', 'genre': 'Soul / Funk / Disco', 'title': 'Get Me Back on Time, Engine #9', 'artist': 'Wilson Pickett', 'year': '1970'}, {'type': 'Vocals / Lyrics', 'genre': 'Hip-Hop / Rap / R&B', 'title': 'Verbal Milk', 'artist': 'X-Clan', 'year': '1990'}, {'type': 'Dialogue', 'genre': 'Sci-Fi', 'title': 'Cop Shootout', 'artist': 'from The Terminator', 'year': '1984'}]}}, {'artist': ['Das EFX'], 'track': 'If Only', 'uri': 'spotify:track:2Am3W0mEaqY4IfUebKesrW', 'samples': {'Contains samples of': [{'type': 'Multiple Elements', 'genre': 'Soul / Funk / Disco', 'title': 'The Man With the Sad Face', 'artist': 'Stanley Turrentine', 'year': '1976'}, {'type': 'Vocals / Lyrics', 'genre': 'Soul / Funk / Disco', 'title': 'The Loco-Motion', 'artist': 'Little Eva', 'year': '1962'}, {'type': 'Vocals / Lyrics', 'genre': 'Spoken Word', 'title': 'The Swing Era', 'artist': 'Time Life Records', 'year': '1969'}, {'type': 'Vocals / Lyrics', 'genre': 'Hip-Hop / Rap / R&B', 'title': 'La Di Da Di', 'artist': 'Doug E. Fresh and Slick Rick', 'year': '1985'}]}}, {'artist': ['Das EFX'], 'track': 'Brooklyn to T-Neck', 'uri': 'spotify:track:4R49vyyOJhf4QULunsAhzU', 'samples': {'Contains samples of': [{'type': 'Drums', 'genre': 'Soul / Funk / Disco', 'title': 'Papa Was Too', 'artist': 'Joe Tex', 'year': '1966'}, {'type': 'Sound Effect / Other', 'genre': 'Soul / Funk / Disco', 'title': "Humpin'", 'artist': 'Bar-Kays', 'year': '1969'}, {'type': 'Hook / Riff', 'genre': 'Soul / Funk / Disco', 'title': 'The Payback', 'artist': 'James Brown', 'year': '1973'}, {'type': 'Hook / Riff', 'genre': 'Soul / Funk / Disco', 'title': 'UFO', 'artist': 'ESG', 'year': '1981'}, {'type': 'Vocals / Lyrics', 'genre': 'Hip-Hop / Rap / R&B', 'title': 'Hardcore', 'artist': 'EPMD feat. Redman', 'year': '1990'}, {'type': 'Multiple Elements', 'genre': 'Hip-Hop / Rap / R&B', 'title': "What's the Word", 'artist': 'Chubb Rock', 'year': '1990'}, {'type': 'Vocals / Lyrics', 'genre': 'Soul / Funk / Disco', 'title': 'I Got My Mind Made Up (You Can Get It Girl)', 'artist': 'Instant Funk', 'year': '1978'}]}}, {'artist': ['Das EFX'], 'track': 'Klap Ya Handz', 'uri': 'spotify:track:24Wiz4fNMPMqjZMiTZjV1b', 'samples': {'Contains samples of': [{'type': 'Multiple Elements', 'genre': 'Soul / Funk / Disco', 'title': 'Blind Alley', 'artist': 'The Emotions', 'year': '1972'}, {'type': 'Vocals / Lyrics', 'genre': 'Soul / Funk / Disco', 'title': 'Handclapping Song', 'artist': 'The Meters', 'year': '1970'}, {'type': 'Drums', 'genre': 'Rock / Pop', 'title': 'The Big Beat', 'artist': 'Billy Squier', 'year': '1980'}, {'type': 'Dialogue', 'genre': 'Comedy', 'title': 'Singing on a Plane', 'artist': 'from Bright Eyes', 'year': '1934'}, {'type': 'Drums', 'genre': 'Hip-Hop / Rap / R&B', 'title': "Top Billin'", 'artist': 'Audio Two', 'year': '1987'}, {'type': 'Vocals / Lyrics', 'genre': 'Soundtrack', 'title': 'On the Good Ship Lollipop', 'artist': 'Shirley Temple', 'year': '1934'}, {'type': 'Vocals / Lyrics', 'genre': 'Other', 'title': 'Cold Medicine Slogan', 'artist': 'Vicks Nyquil', 'year': '1981'}, {'type': 'Vocals / Lyrics', 'genre': 'Other', 'title': "If You're Happy and You Know It", 'artist': 'Traditional Folk', 'year': '1916'}]}}, {'artist': ['Das EFX'], 'track': 'Straight out the Sewer', 'uri': 'spotify:track:3eWyHZgfury3pU6cIEhmEC', 'samples': {'Contains samples of': [{'type': 'Hook / Riff', 'genre': 'Soul / Funk / Disco', 'title': "She's a Bad Mama Jama (She's Built, She's Stacked)", 'artist': 'Carl Carlton', 'year': '1981'}, {'type': 'Vocals / Lyrics', 'genre': 'Soul / Funk / Disco', 'title': "Hot Pants - I'm Coming, I'm Coming, I'm Coming", 'artist': 'Bobby Byrd', 'year': '1972'}, {'type': 'Vocals / Lyrics', 'genre': 'Soul / Funk / Disco', 'title': "Funkin' for Fun", 'artist': 'Parliament', 'year': '1976'}, {'type': 'Drums', 'genre': 'Soul / Funk / Disco', 'title': "It's a New Day", 'artist': 'Skull Snaps', 'year': '1973'}, {'type': 'Vocals / Lyrics', 'genre': 'Hip-Hop / Rap / R&B', 'title': 'Vapors', 'artist': 'Biz Markie', 'year': '1988'}, {'type': 'Hook / Riff', 'genre': 'Soul / Funk / Disco', 'title': 'The Boss', 'artist': 'James Brown', 'year': '1973'}, {'type': 'Drums', 'genre': 'Soul / Funk / Disco', 'title': 'Papa Was Too', 'artist': 'Joe Tex', 'year': '1966'}]}}] verbosity 3 Message: Searching spotify with Think 73' james brown Function: get_sample_spotify_tracks @@ -373,19 +373,19 @@ Data: query: Charlie Brown the coasters detail:( They Want EFX )->-[ Contains samples of ]->-( Charlie Brown, by The Coasters ) verbosity 3 -Message: Searching spotify with The Little Drummer Boy the harry simeone chorale +Message: Searching spotify with Pretty Sneaky, Sis... connect four Function: get_sample_spotify_tracks Data: -query: The Little Drummer Boy the harry simeone chorale -detail:( They Want EFX )->-[ Contains samples of ]->-( The Little Drummer Boy, by The Harry Simeone Chorale ) +query: Pretty Sneaky, Sis... connect four +detail:( They Want EFX )->-[ Contains samples of ]->-( Pretty Sneaky, Sis..., by Connect Four ) verbosity 3 -Message: Searching spotify with Pretty Sneaky, Sis... connect four +Message: Searching spotify with The Little Drummer Boy the harry simeone chorale Function: get_sample_spotify_tracks Data: -query: Pretty Sneaky, Sis... connect four -detail:( They Want EFX )->-[ Contains samples of ]->-( Pretty Sneaky, Sis..., by Connect Four ) +query: The Little Drummer Boy the harry simeone chorale +detail:( They Want EFX )->-[ Contains samples of ]->-( The Little Drummer Boy, by The Harry Simeone Chorale ) verbosity 3 Message: Searching spotify with More Parks Sausages Mom! parks sausage Function: get_sample_spotify_tracks @@ -769,9 +769,11 @@ Sample Info: ( Mic Checka )->-[ Contains samples of ]->-( The Payback, by James Brown ) ( Mic Checka )->-[ Contains samples of ]->-( Top Billin', by Audio Two ) ( Mic Checka )->-[ Contains samples of ]->-( Twinkle, Twinkle, Little Star, by Jane Taylor ) +The originator of sample data ( Jussummen )->-[ Contains samples of ]->-( Message to Michael, by Cal Tjader ) ( Jussummen )->-[ Contains samples of ]->-( Funky President (People It's Bad), by James Brown ) ( Jussummen )->-[ Contains samples of ]->-( La Di Da Di, by Doug E. Fresh and Slick Rick ) +The originator of sample data ( They Want EFX )->-[ Contains samples of ]->-( Blind Man Can See It, by James Brown ) ( They Want EFX )->-[ Contains samples of ]->-( Dry Bones, by The Delta Rhythm Boys ) ( They Want EFX )->-[ Contains samples of ]->-( Buffalo Gals, by Malcolm McLaren ) @@ -779,12 +781,15 @@ Sample Info: ( They Want EFX )->-[ Contains samples of ]->-( Breath Control II, by Boogie Down Productions ) ( They Want EFX )->-[ Contains samples of ]->-( Charlie Brown, by The Coasters ) ( They Want EFX )->-[ Contains samples of ]->-( The Little Drummer Boy, by The Harry Simeone Chorale ) +The originator of sample data ( Looseys )->-[ Contains samples of ]->-( Hip Hug-Her, by Booker T. & the M.G.'s ) ( Looseys )->-[ Contains samples of ]->-( Hoedown, by Special Ed ) ( Looseys )->-[ Contains samples of ]->-( Funky President (People It's Bad), by James Brown ) +The originator of sample data ( Dums Dums )->-[ Contains samples of ]->-( The Happy Song (Dum-Dum), by Otis Redding ) ( Dums Dums )->-[ Contains samples of ]->-( Get Out of My Life, Woman, by Lee Dorsey ) ( Dums Dums )->-[ Contains samples of ]->-( Get Me Back on Time, Engine #9, by Wilson Pickett ) +The originator of sample data ( East Coast )->-[ Contains samples of ]->-( Ike's Mood I, by Isaac Hayes ) ( East Coast )->-[ Contains samples of ]->-( UFO, by ESG ) ( East Coast )->-[ Contains samples of ]->-( It's a New Day, by Skull Snaps ) @@ -793,8 +798,10 @@ Sample Info: ( East Coast )->-[ Contains samples of ]->-( Eric B. Is President, by Eric B. & Rakim ) ( East Coast )->-[ Contains samples of ]->-( Get Me Back on Time, Engine #9, by Wilson Pickett ) ( East Coast )->-[ Contains samples of ]->-( Verbal Milk, by X-Clan ) +The originator of sample data ( If Only )->-[ Contains samples of ]->-( The Loco-Motion, by Little Eva ) ( If Only )->-[ Contains samples of ]->-( La Di Da Di, by Doug E. Fresh and Slick Rick ) +The originator of sample data ( Brooklyn to T-Neck )->-[ Contains samples of ]->-( Papa Was Too, by Joe Tex ) ( Brooklyn to T-Neck )->-[ Contains samples of ]->-( Humpin', by Bar-Kays ) ( Brooklyn to T-Neck )->-[ Contains samples of ]->-( The Payback, by James Brown ) @@ -802,11 +809,13 @@ Sample Info: ( Brooklyn to T-Neck )->-[ Contains samples of ]->-( Hardcore, by EPMD feat. Redman ) ( Brooklyn to T-Neck )->-[ Contains samples of ]->-( What's the Word, by Chubb Rock ) ( Brooklyn to T-Neck )->-[ Contains samples of ]->-( I Got My Mind Made Up (You Can Get It Girl), by Instant Funk ) +The originator of sample data ( Klap Ya Handz )->-[ Contains samples of ]->-( Blind Alley, by The Emotions ) ( Klap Ya Handz )->-[ Contains samples of ]->-( Handclapping Song, by The Meters ) ( Klap Ya Handz )->-[ Contains samples of ]->-( The Big Beat, by Billy Squier ) ( Klap Ya Handz )->-[ Contains samples of ]->-( Top Billin', by Audio Two ) ( Klap Ya Handz )->-[ Contains samples of ]->-( On the Good Ship Lollipop, by Shirley Temple ) +The originator of sample data ( Straight out the Sewer )->-[ Contains samples of ]->-( She's a Bad Mama Jama (She's Built, She's Stacked), by Carl Carlton ) ( Straight out the Sewer )->-[ Contains samples of ]->-( Hot Pants - I'm Coming, I'm Coming, I'm Coming, by Bobby Byrd ) ( Straight out the Sewer )->-[ Contains samples of ]->-( Funkin' for Fun, by Parliament ) @@ -814,6 +823,7 @@ Sample Info: ( Straight out the Sewer )->-[ Contains samples of ]->-( Vapors, by Biz Markie ) ( Straight out the Sewer )->-[ Contains samples of ]->-( The Boss, by James Brown ) ( Straight out the Sewer )->-[ Contains samples of ]->-( Papa Was Too, by Joe Tex ) +The originator of sample data ==> search terms: It's a New Day skull snaps @@ -823,9 +833,11 @@ Hot Pants Pt. 1 (She Got to Use What She Got to Get What She Wants) james brown The Payback james brown Top Billin' audio two Twinkle, Twinkle, Little Star jane taylor +n/a Message to Michael cal tjader Funky President (People It's Bad) james brown La Di Da Di doug e. fresh slick rick +n/a Blind Man Can See It james brown Dry Bones the delta rhythm boys Buffalo Gals malcolm mclaren @@ -833,12 +845,15 @@ Underground epmd Breath Control II boogie down productions Charlie Brown the coasters The Little Drummer Boy the harry simeone chorale +n/a Hip Hug-Her booker t. m.g.'s Hoedown special ed Funky President (People It's Bad) james brown +n/a The Happy Song (Dum-Dum) otis redding Get Out of My Life, Woman lee dorsey Get Me Back on Time, Engine #9 wilson pickett +n/a Ike's Mood I isaac hayes UFO esg It's a New Day skull snaps @@ -847,8 +862,10 @@ So Wat Cha Sayin' epmd Eric B. Is President eric b. rakim Get Me Back on Time, Engine #9 wilson pickett Verbal Milk x-clan +n/a The Loco-Motion little eva La Di Da Di doug e. fresh slick rick +n/a Papa Was Too joe tex Humpin' bar-kays The Payback james brown @@ -856,11 +873,13 @@ UFO esg Hardcore epmd redman What's the Word chubb rock I Got My Mind Made Up (You Can Get It Girl) instant funk +n/a Blind Alley the emotions Handclapping Song the meters The Big Beat billy squier Top Billin' audio two On the Good Ship Lollipop shirley temple +n/a She's a Bad Mama Jama (She's Built, She's Stacked) carl carlton Hot Pants - I'm Coming, I'm Coming, I'm Coming bobby byrd Funkin' for Fun parliament @@ -868,6 +887,7 @@ It's a New Day skull snaps Vapors biz markie The Boss james brown Papa Was Too joe tex +n/a verbosity 3 Message: diff --git a/examples/album_dogg-food_the-dogg-pound b/examples/album_dogg-food_the-dogg-pound index e9d5819..6982786 100644 --- a/examples/album_dogg-food_the-dogg-pound +++ b/examples/album_dogg-food_the-dogg-pound @@ -1,14 +1,404 @@ verbosity 3 verbosity == 3 verbosity 3 -log_file == Samplify-1567128929.0010772 +log_file == Samplify-1568054737.17531 verbosity 3 verbosity == 3 verbosity 3 -log_file == scraper_track.1567128929.0012784 +log_file == scraper_track.1568054737.1756327 verbosity 3 -Message: Searched for "dogg food the dogg pound" +Message: Searched for "dogg food tha dogg pound" Function: from_search Data: -{'tracks': {'href': 'https://api.spotify.com/v1/search?query=dogg+food+the+dogg+pound&type=track&market=GB&offset=0&limit=50', 'items': [], 'limit': 50, 'next': None, 'offset': 0, 'previous': None, 'total': 0}} +{'tracks': {'href': 'https://api.spotify.com/v1/search?query=dogg+food+tha+dogg+pound&type=track&market=GB&offset=0&limit=50', 'items': [{'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7l1KUvadF1rcUXRhviJXXD'}, 'href': 'https://api.spotify.com/v1/albums/7l1KUvadF1rcUXRhviJXXD', 'id': '7l1KUvadF1rcUXRhviJXXD', 'images': [{'height': 632, 'url': 'https://i.scdn.co/image/85db2a004299cb999bf78076f95a8d5f97f90718', 'width': 640}, {'height': 296, 'url': 'https://i.scdn.co/image/c81ffce4d9f22c9c6f7fd08742f2b4b660106583', 'width': 300}, {'height': 63, 'url': 'https://i.scdn.co/image/128a83d7feecea5e4f7ec3d2009e06f9a2acddd1', 'width': 64}], 'name': 'Dogg Food', 'release_date': '1995', 'release_date_precision': 'year', 'total_tracks': 17, 'type': 'album', 'uri': 'spotify:album:7l1KUvadF1rcUXRhviJXXD'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 290440, 'explicit': True, 'external_ids': {'isrc': 'USKO10403660'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3ooAjhyOZ1xttGD0iq1GVO'}, 'href': 'https://api.spotify.com/v1/tracks/3ooAjhyOZ1xttGD0iq1GVO', 'id': '3ooAjhyOZ1xttGD0iq1GVO', 'is_local': False, 'name': 'New York, New York', 'popularity': 54, 'preview_url': 'https://p.scdn.co/mp3-preview/7d97d5421bdf0bb6d8a27fbbd4ef9cdf53f81503?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 4, 'type': 'track', 'uri': 'spotify:track:3ooAjhyOZ1xttGD0iq1GVO'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7l1KUvadF1rcUXRhviJXXD'}, 'href': 'https://api.spotify.com/v1/albums/7l1KUvadF1rcUXRhviJXXD', 'id': '7l1KUvadF1rcUXRhviJXXD', 'images': [{'height': 632, 'url': 'https://i.scdn.co/image/85db2a004299cb999bf78076f95a8d5f97f90718', 'width': 640}, {'height': 296, 'url': 'https://i.scdn.co/image/c81ffce4d9f22c9c6f7fd08742f2b4b660106583', 'width': 300}, {'height': 63, 'url': 'https://i.scdn.co/image/128a83d7feecea5e4f7ec3d2009e06f9a2acddd1', 'width': 64}], 'name': 'Dogg Food', 'release_date': '1995', 'release_date_precision': 'year', 'total_tracks': 17, 'type': 'album', 'uri': 'spotify:album:7l1KUvadF1rcUXRhviJXXD'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 204440, 'explicit': True, 'external_ids': {'isrc': 'USKO10403665'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/4cgJF9rKas2H5AC8FnNts0'}, 'href': 'https://api.spotify.com/v1/tracks/4cgJF9rKas2H5AC8FnNts0', 'id': '4cgJF9rKas2H5AC8FnNts0', 'is_local': False, 'name': "Let's Play House", 'popularity': 53, 'preview_url': 'https://p.scdn.co/mp3-preview/a6f7eda0729a0868fe696e772e23f5c06f89c1a9?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 9, 'type': 'track', 'uri': 'spotify:track:4cgJF9rKas2H5AC8FnNts0'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7l1KUvadF1rcUXRhviJXXD'}, 'href': 'https://api.spotify.com/v1/albums/7l1KUvadF1rcUXRhviJXXD', 'id': '7l1KUvadF1rcUXRhviJXXD', 'images': [{'height': 632, 'url': 'https://i.scdn.co/image/85db2a004299cb999bf78076f95a8d5f97f90718', 'width': 640}, {'height': 296, 'url': 'https://i.scdn.co/image/c81ffce4d9f22c9c6f7fd08742f2b4b660106583', 'width': 300}, {'height': 63, 'url': 'https://i.scdn.co/image/128a83d7feecea5e4f7ec3d2009e06f9a2acddd1', 'width': 64}], 'name': 'Dogg Food', 'release_date': '1995', 'release_date_precision': 'year', 'total_tracks': 17, 'type': 'album', 'uri': 'spotify:album:7l1KUvadF1rcUXRhviJXXD'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 321840, 'explicit': True, 'external_ids': {'isrc': 'USKO10403658'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/20w3QWEfRVTgZArPeWrqpE'}, 'href': 'https://api.spotify.com/v1/tracks/20w3QWEfRVTgZArPeWrqpE', 'id': '20w3QWEfRVTgZArPeWrqpE', 'is_local': False, 'name': 'Dogg Pound Gangstaz', 'popularity': 39, 'preview_url': 'https://p.scdn.co/mp3-preview/22dcafb1656d001c75e7fffd419ffd011e840e1d?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 2, 'type': 'track', 'uri': 'spotify:track:20w3QWEfRVTgZArPeWrqpE'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7l1KUvadF1rcUXRhviJXXD'}, 'href': 'https://api.spotify.com/v1/albums/7l1KUvadF1rcUXRhviJXXD', 'id': '7l1KUvadF1rcUXRhviJXXD', 'images': [{'height': 632, 'url': 'https://i.scdn.co/image/85db2a004299cb999bf78076f95a8d5f97f90718', 'width': 640}, {'height': 296, 'url': 'https://i.scdn.co/image/c81ffce4d9f22c9c6f7fd08742f2b4b660106583', 'width': 300}, {'height': 63, 'url': 'https://i.scdn.co/image/128a83d7feecea5e4f7ec3d2009e06f9a2acddd1', 'width': 64}], 'name': 'Dogg Food', 'release_date': '1995', 'release_date_precision': 'year', 'total_tracks': 17, 'type': 'album', 'uri': 'spotify:album:7l1KUvadF1rcUXRhviJXXD'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 315413, 'explicit': True, 'external_ids': {'isrc': 'USKO10403666'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/2xHTjMFb8aHXxz6pup0oia'}, 'href': 'https://api.spotify.com/v1/tracks/2xHTjMFb8aHXxz6pup0oia', 'id': '2xHTjMFb8aHXxz6pup0oia', 'is_local': False, 'name': "I Don't Like To Dream About Getting Paid", 'popularity': 43, 'preview_url': 'https://p.scdn.co/mp3-preview/77efbc2def0892d46c888119f541e36c78aae716?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 10, 'type': 'track', 'uri': 'spotify:track:2xHTjMFb8aHXxz6pup0oia'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7l1KUvadF1rcUXRhviJXXD'}, 'href': 'https://api.spotify.com/v1/albums/7l1KUvadF1rcUXRhviJXXD', 'id': '7l1KUvadF1rcUXRhviJXXD', 'images': [{'height': 632, 'url': 'https://i.scdn.co/image/85db2a004299cb999bf78076f95a8d5f97f90718', 'width': 640}, {'height': 296, 'url': 'https://i.scdn.co/image/c81ffce4d9f22c9c6f7fd08742f2b4b660106583', 'width': 300}, {'height': 63, 'url': 'https://i.scdn.co/image/128a83d7feecea5e4f7ec3d2009e06f9a2acddd1', 'width': 64}], 'name': 'Dogg Food', 'release_date': '1995', 'release_date_precision': 'year', 'total_tracks': 17, 'type': 'album', 'uri': 'spotify:album:7l1KUvadF1rcUXRhviJXXD'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 275146, 'explicit': True, 'external_ids': {'isrc': 'USKO10403661'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5ZfujhP567v3AW6lwcGM2D'}, 'href': 'https://api.spotify.com/v1/tracks/5ZfujhP567v3AW6lwcGM2D', 'id': '5ZfujhP567v3AW6lwcGM2D', 'is_local': False, 'name': 'Smooth', 'popularity': 41, 'preview_url': 'https://p.scdn.co/mp3-preview/e912ff0e6d90980b86dc6bdb2923a0993bf57d94?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 5, 'type': 'track', 'uri': 'spotify:track:5ZfujhP567v3AW6lwcGM2D'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7l1KUvadF1rcUXRhviJXXD'}, 'href': 'https://api.spotify.com/v1/albums/7l1KUvadF1rcUXRhviJXXD', 'id': '7l1KUvadF1rcUXRhviJXXD', 'images': [{'height': 632, 'url': 'https://i.scdn.co/image/85db2a004299cb999bf78076f95a8d5f97f90718', 'width': 640}, {'height': 296, 'url': 'https://i.scdn.co/image/c81ffce4d9f22c9c6f7fd08742f2b4b660106583', 'width': 300}, {'height': 63, 'url': 'https://i.scdn.co/image/128a83d7feecea5e4f7ec3d2009e06f9a2acddd1', 'width': 64}], 'name': 'Dogg Food', 'release_date': '1995', 'release_date_precision': 'year', 'total_tracks': 17, 'type': 'album', 'uri': 'spotify:album:7l1KUvadF1rcUXRhviJXXD'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 354786, 'explicit': True, 'external_ids': {'isrc': 'USKO10403659'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/35s2SFahsaAtFCcqvUOYuZ'}, 'href': 'https://api.spotify.com/v1/tracks/35s2SFahsaAtFCcqvUOYuZ', 'id': '35s2SFahsaAtFCcqvUOYuZ', 'is_local': False, 'name': 'Respect', 'popularity': 38, 'preview_url': 'https://p.scdn.co/mp3-preview/eb6aa5c29b9b899a97a6df3420c941d5b3788edf?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 3, 'type': 'track', 'uri': 'spotify:track:35s2SFahsaAtFCcqvUOYuZ'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7l1KUvadF1rcUXRhviJXXD'}, 'href': 'https://api.spotify.com/v1/albums/7l1KUvadF1rcUXRhviJXXD', 'id': '7l1KUvadF1rcUXRhviJXXD', 'images': [{'height': 632, 'url': 'https://i.scdn.co/image/85db2a004299cb999bf78076f95a8d5f97f90718', 'width': 640}, {'height': 296, 'url': 'https://i.scdn.co/image/c81ffce4d9f22c9c6f7fd08742f2b4b660106583', 'width': 300}, {'height': 63, 'url': 'https://i.scdn.co/image/128a83d7feecea5e4f7ec3d2009e06f9a2acddd1', 'width': 64}], 'name': 'Dogg Food', 'release_date': '1995', 'release_date_precision': 'year', 'total_tracks': 17, 'type': 'album', 'uri': 'spotify:album:7l1KUvadF1rcUXRhviJXXD'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 295773, 'explicit': True, 'external_ids': {'isrc': 'USKO10403662'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/2hkj4YJZgrXsZwsgi0qzg1'}, 'href': 'https://api.spotify.com/v1/tracks/2hkj4YJZgrXsZwsgi0qzg1', 'id': '2hkj4YJZgrXsZwsgi0qzg1', 'is_local': False, 'name': 'Cyco-lic-no', 'popularity': 37, 'preview_url': 'https://p.scdn.co/mp3-preview/4a1efe3a6a70c0f83d0a890818c81d53a7400e8d?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 6, 'type': 'track', 'uri': 'spotify:track:2hkj4YJZgrXsZwsgi0qzg1'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7l1KUvadF1rcUXRhviJXXD'}, 'href': 'https://api.spotify.com/v1/albums/7l1KUvadF1rcUXRhviJXXD', 'id': '7l1KUvadF1rcUXRhviJXXD', 'images': [{'height': 632, 'url': 'https://i.scdn.co/image/85db2a004299cb999bf78076f95a8d5f97f90718', 'width': 640}, {'height': 296, 'url': 'https://i.scdn.co/image/c81ffce4d9f22c9c6f7fd08742f2b4b660106583', 'width': 300}, {'height': 63, 'url': 'https://i.scdn.co/image/128a83d7feecea5e4f7ec3d2009e06f9a2acddd1', 'width': 64}], 'name': 'Dogg Food', 'release_date': '1995', 'release_date_precision': 'year', 'total_tracks': 17, 'type': 'album', 'uri': 'spotify:album:7l1KUvadF1rcUXRhviJXXD'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 241466, 'explicit': True, 'external_ids': {'isrc': 'USKO10403663'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/1RD4S8DuhyNoYPDbmUVdo7'}, 'href': 'https://api.spotify.com/v1/tracks/1RD4S8DuhyNoYPDbmUVdo7', 'id': '1RD4S8DuhyNoYPDbmUVdo7', 'is_local': False, 'name': "Ridin',slipin' And Slidin'", 'popularity': 35, 'preview_url': 'https://p.scdn.co/mp3-preview/6d0d309b0ee487df26378bb088fe8f556e58d1d1?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 7, 'type': 'track', 'uri': 'spotify:track:1RD4S8DuhyNoYPDbmUVdo7'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7l1KUvadF1rcUXRhviJXXD'}, 'href': 'https://api.spotify.com/v1/albums/7l1KUvadF1rcUXRhviJXXD', 'id': '7l1KUvadF1rcUXRhviJXXD', 'images': [{'height': 632, 'url': 'https://i.scdn.co/image/85db2a004299cb999bf78076f95a8d5f97f90718', 'width': 640}, {'height': 296, 'url': 'https://i.scdn.co/image/c81ffce4d9f22c9c6f7fd08742f2b4b660106583', 'width': 300}, {'height': 63, 'url': 'https://i.scdn.co/image/128a83d7feecea5e4f7ec3d2009e06f9a2acddd1', 'width': 64}], 'name': 'Dogg Food', 'release_date': '1995', 'release_date_precision': 'year', 'total_tracks': 17, 'type': 'album', 'uri': 'spotify:album:7l1KUvadF1rcUXRhviJXXD'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 376480, 'explicit': True, 'external_ids': {'isrc': 'USKO10403671'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/4Qm6MIMe9qxkXvAwD9bQy2'}, 'href': 'https://api.spotify.com/v1/tracks/4Qm6MIMe9qxkXvAwD9bQy2', 'id': '4Qm6MIMe9qxkXvAwD9bQy2', 'is_local': False, 'name': 'Reality', 'popularity': 33, 'preview_url': 'https://p.scdn.co/mp3-preview/c15e251b3faa298ff8d4d49b74f95c422b05c42e?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 15, 'type': 'track', 'uri': 'spotify:track:4Qm6MIMe9qxkXvAwD9bQy2'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7l1KUvadF1rcUXRhviJXXD'}, 'href': 'https://api.spotify.com/v1/albums/7l1KUvadF1rcUXRhviJXXD', 'id': '7l1KUvadF1rcUXRhviJXXD', 'images': [{'height': 632, 'url': 'https://i.scdn.co/image/85db2a004299cb999bf78076f95a8d5f97f90718', 'width': 640}, {'height': 296, 'url': 'https://i.scdn.co/image/c81ffce4d9f22c9c6f7fd08742f2b4b660106583', 'width': 300}, {'height': 63, 'url': 'https://i.scdn.co/image/128a83d7feecea5e4f7ec3d2009e06f9a2acddd1', 'width': 64}], 'name': 'Dogg Food', 'release_date': '1995', 'release_date_precision': 'year', 'total_tracks': 17, 'type': 'album', 'uri': 'spotify:album:7l1KUvadF1rcUXRhviJXXD'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 269066, 'explicit': True, 'external_ids': {'isrc': 'USKO10403669'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3Q0dZgusMKs0b9FBEhTEYo'}, 'href': 'https://api.spotify.com/v1/tracks/3Q0dZgusMKs0b9FBEhTEYo', 'id': '3Q0dZgusMKs0b9FBEhTEYo', 'is_local': False, 'name': 'Some Bomb Azz', 'popularity': 34, 'preview_url': 'https://p.scdn.co/mp3-preview/a957fd69ccecc8ce49bfb8a564a428a8008067c7?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 13, 'type': 'track', 'uri': 'spotify:track:3Q0dZgusMKs0b9FBEhTEYo'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7l1KUvadF1rcUXRhviJXXD'}, 'href': 'https://api.spotify.com/v1/albums/7l1KUvadF1rcUXRhviJXXD', 'id': '7l1KUvadF1rcUXRhviJXXD', 'images': [{'height': 632, 'url': 'https://i.scdn.co/image/85db2a004299cb999bf78076f95a8d5f97f90718', 'width': 640}, {'height': 296, 'url': 'https://i.scdn.co/image/c81ffce4d9f22c9c6f7fd08742f2b4b660106583', 'width': 300}, {'height': 63, 'url': 'https://i.scdn.co/image/128a83d7feecea5e4f7ec3d2009e06f9a2acddd1', 'width': 64}], 'name': 'Dogg Food', 'release_date': '1995', 'release_date_precision': 'year', 'total_tracks': 17, 'type': 'album', 'uri': 'spotify:album:7l1KUvadF1rcUXRhviJXXD'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 165746, 'explicit': True, 'external_ids': {'isrc': 'USKO10403670'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5I5Dv0pZa6tgsT6Agle29p'}, 'href': 'https://api.spotify.com/v1/tracks/5I5Dv0pZa6tgsT6Agle29p', 'id': '5I5Dv0pZa6tgsT6Agle29p', 'is_local': False, 'name': 'A Doggz Day Afternoon', 'popularity': 30, 'preview_url': 'https://p.scdn.co/mp3-preview/1230e9f0651f8bc026ceb8594e9c4e8ce1fa3fac?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 14, 'type': 'track', 'uri': 'spotify:track:5I5Dv0pZa6tgsT6Agle29p'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7l1KUvadF1rcUXRhviJXXD'}, 'href': 'https://api.spotify.com/v1/albums/7l1KUvadF1rcUXRhviJXXD', 'id': '7l1KUvadF1rcUXRhviJXXD', 'images': [{'height': 632, 'url': 'https://i.scdn.co/image/85db2a004299cb999bf78076f95a8d5f97f90718', 'width': 640}, {'height': 296, 'url': 'https://i.scdn.co/image/c81ffce4d9f22c9c6f7fd08742f2b4b660106583', 'width': 300}, {'height': 63, 'url': 'https://i.scdn.co/image/128a83d7feecea5e4f7ec3d2009e06f9a2acddd1', 'width': 64}], 'name': 'Dogg Food', 'release_date': '1995', 'release_date_precision': 'year', 'total_tracks': 17, 'type': 'album', 'uri': 'spotify:album:7l1KUvadF1rcUXRhviJXXD'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 210746, 'explicit': True, 'external_ids': {'isrc': 'USKO10403667'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/2l6LhSBRRYtpNzwyB0BxGG'}, 'href': 'https://api.spotify.com/v1/tracks/2l6LhSBRRYtpNzwyB0BxGG', 'id': '2l6LhSBRRYtpNzwyB0BxGG', 'is_local': False, 'name': 'Do What I Feel', 'popularity': 31, 'preview_url': 'https://p.scdn.co/mp3-preview/6bfa16d03a20a58619deb51c3753f5625be3cfb4?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 11, 'type': 'track', 'uri': 'spotify:track:2l6LhSBRRYtpNzwyB0BxGG'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7l1KUvadF1rcUXRhviJXXD'}, 'href': 'https://api.spotify.com/v1/albums/7l1KUvadF1rcUXRhviJXXD', 'id': '7l1KUvadF1rcUXRhviJXXD', 'images': [{'height': 632, 'url': 'https://i.scdn.co/image/85db2a004299cb999bf78076f95a8d5f97f90718', 'width': 640}, {'height': 296, 'url': 'https://i.scdn.co/image/c81ffce4d9f22c9c6f7fd08742f2b4b660106583', 'width': 300}, {'height': 63, 'url': 'https://i.scdn.co/image/128a83d7feecea5e4f7ec3d2009e06f9a2acddd1', 'width': 64}], 'name': 'Dogg Food', 'release_date': '1995', 'release_date_precision': 'year', 'total_tracks': 17, 'type': 'album', 'uri': 'spotify:album:7l1KUvadF1rcUXRhviJXXD'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 193213, 'explicit': True, 'external_ids': {'isrc': 'USKO10403668'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/79jHOnLFO9zAI9dzxgzNu9'}, 'href': 'https://api.spotify.com/v1/tracks/79jHOnLFO9zAI9dzxgzNu9', 'id': '79jHOnLFO9zAI9dzxgzNu9', 'is_local': False, 'name': 'If We All ___', 'popularity': 28, 'preview_url': 'https://p.scdn.co/mp3-preview/00ea54d21f9b67861e62a78ea79dc049936ca7f8?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 12, 'type': 'track', 'uri': 'spotify:track:79jHOnLFO9zAI9dzxgzNu9'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7l1KUvadF1rcUXRhviJXXD'}, 'href': 'https://api.spotify.com/v1/albums/7l1KUvadF1rcUXRhviJXXD', 'id': '7l1KUvadF1rcUXRhviJXXD', 'images': [{'height': 632, 'url': 'https://i.scdn.co/image/85db2a004299cb999bf78076f95a8d5f97f90718', 'width': 640}, {'height': 296, 'url': 'https://i.scdn.co/image/c81ffce4d9f22c9c6f7fd08742f2b4b660106583', 'width': 300}, {'height': 63, 'url': 'https://i.scdn.co/image/128a83d7feecea5e4f7ec3d2009e06f9a2acddd1', 'width': 64}], 'name': 'Dogg Food', 'release_date': '1995', 'release_date_precision': 'year', 'total_tracks': 17, 'type': 'album', 'uri': 'spotify:album:7l1KUvadF1rcUXRhviJXXD'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 343973, 'explicit': True, 'external_ids': {'isrc': 'USKO10403673'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/4CKnEfRNPIPjVPWxecSiUb'}, 'href': 'https://api.spotify.com/v1/tracks/4CKnEfRNPIPjVPWxecSiUb', 'id': '4CKnEfRNPIPjVPWxecSiUb', 'is_local': False, 'name': 'Sooo Much Style', 'popularity': 28, 'preview_url': 'https://p.scdn.co/mp3-preview/bc5efe5f5c1bb110bdf32dbdb2893dedfc0179a4?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 17, 'type': 'track', 'uri': 'spotify:track:4CKnEfRNPIPjVPWxecSiUb'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7l1KUvadF1rcUXRhviJXXD'}, 'href': 'https://api.spotify.com/v1/albums/7l1KUvadF1rcUXRhviJXXD', 'id': '7l1KUvadF1rcUXRhviJXXD', 'images': [{'height': 632, 'url': 'https://i.scdn.co/image/85db2a004299cb999bf78076f95a8d5f97f90718', 'width': 640}, {'height': 296, 'url': 'https://i.scdn.co/image/c81ffce4d9f22c9c6f7fd08742f2b4b660106583', 'width': 300}, {'height': 63, 'url': 'https://i.scdn.co/image/128a83d7feecea5e4f7ec3d2009e06f9a2acddd1', 'width': 64}], 'name': 'Dogg Food', 'release_date': '1995', 'release_date_precision': 'year', 'total_tracks': 17, 'type': 'album', 'uri': 'spotify:album:7l1KUvadF1rcUXRhviJXXD'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 309173, 'explicit': True, 'external_ids': {'isrc': 'USKO10403672'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5sDkJOiegpfwPKCucFalzR'}, 'href': 'https://api.spotify.com/v1/tracks/5sDkJOiegpfwPKCucFalzR', 'id': '5sDkJOiegpfwPKCucFalzR', 'is_local': False, 'name': 'One By One', 'popularity': 27, 'preview_url': 'https://p.scdn.co/mp3-preview/3f4dabd5a445380d79fc17694b3176c4f194d81b?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 16, 'type': 'track', 'uri': 'spotify:track:5sDkJOiegpfwPKCucFalzR'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7l1KUvadF1rcUXRhviJXXD'}, 'href': 'https://api.spotify.com/v1/albums/7l1KUvadF1rcUXRhviJXXD', 'id': '7l1KUvadF1rcUXRhviJXXD', 'images': [{'height': 632, 'url': 'https://i.scdn.co/image/85db2a004299cb999bf78076f95a8d5f97f90718', 'width': 640}, {'height': 296, 'url': 'https://i.scdn.co/image/c81ffce4d9f22c9c6f7fd08742f2b4b660106583', 'width': 300}, {'height': 63, 'url': 'https://i.scdn.co/image/128a83d7feecea5e4f7ec3d2009e06f9a2acddd1', 'width': 64}], 'name': 'Dogg Food', 'release_date': '1995', 'release_date_precision': 'year', 'total_tracks': 17, 'type': 'album', 'uri': 'spotify:album:7l1KUvadF1rcUXRhviJXXD'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 95706, 'explicit': True, 'external_ids': {'isrc': 'USKO10403664'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/1F9qJyrru2N6dFvU9tbksv'}, 'href': 'https://api.spotify.com/v1/tracks/1F9qJyrru2N6dFvU9tbksv', 'id': '1F9qJyrru2N6dFvU9tbksv', 'is_local': False, 'name': 'Big Pimpin 2', 'popularity': 28, 'preview_url': 'https://p.scdn.co/mp3-preview/c15767174cbf011f53e11d2b1231cb557a98658a?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 8, 'type': 'track', 'uri': 'spotify:track:1F9qJyrru2N6dFvU9tbksv'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/37VmP0VgIeJWHMurcTMeJL'}, 'href': 'https://api.spotify.com/v1/albums/37VmP0VgIeJWHMurcTMeJL', 'id': '37VmP0VgIeJWHMurcTMeJL', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/2c24c0a9590c0e11871362d5e631898ded0da56d', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/e81d5d7269490c0723a753263e51d957d34852ff', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/45dacd2be9846723cb122cf7e6f26eb94e59443c', 'width': 64}], 'name': 'Dogg Food', 'release_date': '2001-05-01', 'release_date_precision': 'day', 'total_tracks': 17, 'type': 'album', 'uri': 'spotify:album:37VmP0VgIeJWHMurcTMeJL'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 269066, 'explicit': True, 'external_ids': {'isrc': 'USKO10403669'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/6mTgqrVkdbgaEIu1siVMCC'}, 'href': 'https://api.spotify.com/v1/tracks/6mTgqrVkdbgaEIu1siVMCC', 'id': '6mTgqrVkdbgaEIu1siVMCC', 'is_local': False, 'name': 'Some Bomb Azz', 'popularity': 1, 'preview_url': 'https://p.scdn.co/mp3-preview/a957fd69ccecc8ce49bfb8a564a428a8008067c7?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 13, 'type': 'track', 'uri': 'spotify:track:6mTgqrVkdbgaEIu1siVMCC'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/37VmP0VgIeJWHMurcTMeJL'}, 'href': 'https://api.spotify.com/v1/albums/37VmP0VgIeJWHMurcTMeJL', 'id': '37VmP0VgIeJWHMurcTMeJL', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/2c24c0a9590c0e11871362d5e631898ded0da56d', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/e81d5d7269490c0723a753263e51d957d34852ff', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/45dacd2be9846723cb122cf7e6f26eb94e59443c', 'width': 64}], 'name': 'Dogg Food', 'release_date': '2001-05-01', 'release_date_precision': 'day', 'total_tracks': 17, 'type': 'album', 'uri': 'spotify:album:37VmP0VgIeJWHMurcTMeJL'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 309173, 'explicit': True, 'external_ids': {'isrc': 'USKO10403672'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3sxlyrrIvDvLESFxBG7Z6J'}, 'href': 'https://api.spotify.com/v1/tracks/3sxlyrrIvDvLESFxBG7Z6J', 'id': '3sxlyrrIvDvLESFxBG7Z6J', 'is_local': False, 'name': 'One By One', 'popularity': 1, 'preview_url': 'https://p.scdn.co/mp3-preview/3f4dabd5a445380d79fc17694b3176c4f194d81b?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 16, 'type': 'track', 'uri': 'spotify:track:3sxlyrrIvDvLESFxBG7Z6J'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/37VmP0VgIeJWHMurcTMeJL'}, 'href': 'https://api.spotify.com/v1/albums/37VmP0VgIeJWHMurcTMeJL', 'id': '37VmP0VgIeJWHMurcTMeJL', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/2c24c0a9590c0e11871362d5e631898ded0da56d', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/e81d5d7269490c0723a753263e51d957d34852ff', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/45dacd2be9846723cb122cf7e6f26eb94e59443c', 'width': 64}], 'name': 'Dogg Food', 'release_date': '2001-05-01', 'release_date_precision': 'day', 'total_tracks': 17, 'type': 'album', 'uri': 'spotify:album:37VmP0VgIeJWHMurcTMeJL'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 210746, 'explicit': True, 'external_ids': {'isrc': 'USKO10403667'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/11hJxOQmzNgtbkiUtq1AGu'}, 'href': 'https://api.spotify.com/v1/tracks/11hJxOQmzNgtbkiUtq1AGu', 'id': '11hJxOQmzNgtbkiUtq1AGu', 'is_local': False, 'name': 'Do What I Feel', 'popularity': 1, 'preview_url': 'https://p.scdn.co/mp3-preview/6bfa16d03a20a58619deb51c3753f5625be3cfb4?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 11, 'type': 'track', 'uri': 'spotify:track:11hJxOQmzNgtbkiUtq1AGu'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/37VmP0VgIeJWHMurcTMeJL'}, 'href': 'https://api.spotify.com/v1/albums/37VmP0VgIeJWHMurcTMeJL', 'id': '37VmP0VgIeJWHMurcTMeJL', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/2c24c0a9590c0e11871362d5e631898ded0da56d', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/e81d5d7269490c0723a753263e51d957d34852ff', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/45dacd2be9846723cb122cf7e6f26eb94e59443c', 'width': 64}], 'name': 'Dogg Food', 'release_date': '2001-05-01', 'release_date_precision': 'day', 'total_tracks': 17, 'type': 'album', 'uri': 'spotify:album:37VmP0VgIeJWHMurcTMeJL'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 354786, 'explicit': True, 'external_ids': {'isrc': 'USKO10403659'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/2OtKQIPx5qiHaPoGgdXKVY'}, 'href': 'https://api.spotify.com/v1/tracks/2OtKQIPx5qiHaPoGgdXKVY', 'id': '2OtKQIPx5qiHaPoGgdXKVY', 'is_local': False, 'name': 'Respect', 'popularity': 2, 'preview_url': 'https://p.scdn.co/mp3-preview/eb6aa5c29b9b899a97a6df3420c941d5b3788edf?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 3, 'type': 'track', 'uri': 'spotify:track:2OtKQIPx5qiHaPoGgdXKVY'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/37VmP0VgIeJWHMurcTMeJL'}, 'href': 'https://api.spotify.com/v1/albums/37VmP0VgIeJWHMurcTMeJL', 'id': '37VmP0VgIeJWHMurcTMeJL', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/2c24c0a9590c0e11871362d5e631898ded0da56d', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/e81d5d7269490c0723a753263e51d957d34852ff', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/45dacd2be9846723cb122cf7e6f26eb94e59443c', 'width': 64}], 'name': 'Dogg Food', 'release_date': '2001-05-01', 'release_date_precision': 'day', 'total_tracks': 17, 'type': 'album', 'uri': 'spotify:album:37VmP0VgIeJWHMurcTMeJL'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 204440, 'explicit': True, 'external_ids': {'isrc': 'USKO10403665'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3IrIfSxQaRgLCTKp6ru4ez'}, 'href': 'https://api.spotify.com/v1/tracks/3IrIfSxQaRgLCTKp6ru4ez', 'id': '3IrIfSxQaRgLCTKp6ru4ez', 'is_local': False, 'name': "Let's Play House", 'popularity': 2, 'preview_url': 'https://p.scdn.co/mp3-preview/a6f7eda0729a0868fe696e772e23f5c06f89c1a9?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 9, 'type': 'track', 'uri': 'spotify:track:3IrIfSxQaRgLCTKp6ru4ez'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/37VmP0VgIeJWHMurcTMeJL'}, 'href': 'https://api.spotify.com/v1/albums/37VmP0VgIeJWHMurcTMeJL', 'id': '37VmP0VgIeJWHMurcTMeJL', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/2c24c0a9590c0e11871362d5e631898ded0da56d', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/e81d5d7269490c0723a753263e51d957d34852ff', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/45dacd2be9846723cb122cf7e6f26eb94e59443c', 'width': 64}], 'name': 'Dogg Food', 'release_date': '2001-05-01', 'release_date_precision': 'day', 'total_tracks': 17, 'type': 'album', 'uri': 'spotify:album:37VmP0VgIeJWHMurcTMeJL'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 343973, 'explicit': True, 'external_ids': {'isrc': 'USKO10403673'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5k4wUOyrArKaPwJPLP2RIX'}, 'href': 'https://api.spotify.com/v1/tracks/5k4wUOyrArKaPwJPLP2RIX', 'id': '5k4wUOyrArKaPwJPLP2RIX', 'is_local': False, 'name': 'Sooo Much Style', 'popularity': 1, 'preview_url': 'https://p.scdn.co/mp3-preview/bc5efe5f5c1bb110bdf32dbdb2893dedfc0179a4?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 17, 'type': 'track', 'uri': 'spotify:track:5k4wUOyrArKaPwJPLP2RIX'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/37VmP0VgIeJWHMurcTMeJL'}, 'href': 'https://api.spotify.com/v1/albums/37VmP0VgIeJWHMurcTMeJL', 'id': '37VmP0VgIeJWHMurcTMeJL', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/2c24c0a9590c0e11871362d5e631898ded0da56d', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/e81d5d7269490c0723a753263e51d957d34852ff', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/45dacd2be9846723cb122cf7e6f26eb94e59443c', 'width': 64}], 'name': 'Dogg Food', 'release_date': '2001-05-01', 'release_date_precision': 'day', 'total_tracks': 17, 'type': 'album', 'uri': 'spotify:album:37VmP0VgIeJWHMurcTMeJL'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 295773, 'explicit': True, 'external_ids': {'isrc': 'USKO10403662'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/7HW51zWk6PdOFciHyVSLF4'}, 'href': 'https://api.spotify.com/v1/tracks/7HW51zWk6PdOFciHyVSLF4', 'id': '7HW51zWk6PdOFciHyVSLF4', 'is_local': False, 'name': 'Cyco-lic-no', 'popularity': 2, 'preview_url': 'https://p.scdn.co/mp3-preview/4a1efe3a6a70c0f83d0a890818c81d53a7400e8d?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 6, 'type': 'track', 'uri': 'spotify:track:7HW51zWk6PdOFciHyVSLF4'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/37VmP0VgIeJWHMurcTMeJL'}, 'href': 'https://api.spotify.com/v1/albums/37VmP0VgIeJWHMurcTMeJL', 'id': '37VmP0VgIeJWHMurcTMeJL', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/2c24c0a9590c0e11871362d5e631898ded0da56d', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/e81d5d7269490c0723a753263e51d957d34852ff', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/45dacd2be9846723cb122cf7e6f26eb94e59443c', 'width': 64}], 'name': 'Dogg Food', 'release_date': '2001-05-01', 'release_date_precision': 'day', 'total_tracks': 17, 'type': 'album', 'uri': 'spotify:album:37VmP0VgIeJWHMurcTMeJL'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 165746, 'explicit': True, 'external_ids': {'isrc': 'USKO10403670'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5gE3J6GpSOC6QxcewuPRBn'}, 'href': 'https://api.spotify.com/v1/tracks/5gE3J6GpSOC6QxcewuPRBn', 'id': '5gE3J6GpSOC6QxcewuPRBn', 'is_local': False, 'name': 'A Doggz Day Afternoon', 'popularity': 1, 'preview_url': 'https://p.scdn.co/mp3-preview/1230e9f0651f8bc026ceb8594e9c4e8ce1fa3fac?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 14, 'type': 'track', 'uri': 'spotify:track:5gE3J6GpSOC6QxcewuPRBn'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/37VmP0VgIeJWHMurcTMeJL'}, 'href': 'https://api.spotify.com/v1/albums/37VmP0VgIeJWHMurcTMeJL', 'id': '37VmP0VgIeJWHMurcTMeJL', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/2c24c0a9590c0e11871362d5e631898ded0da56d', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/e81d5d7269490c0723a753263e51d957d34852ff', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/45dacd2be9846723cb122cf7e6f26eb94e59443c', 'width': 64}], 'name': 'Dogg Food', 'release_date': '2001-05-01', 'release_date_precision': 'day', 'total_tracks': 17, 'type': 'album', 'uri': 'spotify:album:37VmP0VgIeJWHMurcTMeJL'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 95706, 'explicit': True, 'external_ids': {'isrc': 'USKO10403664'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/1z9WafTQ6KjHt7iS9Jr4FC'}, 'href': 'https://api.spotify.com/v1/tracks/1z9WafTQ6KjHt7iS9Jr4FC', 'id': '1z9WafTQ6KjHt7iS9Jr4FC', 'is_local': False, 'name': 'Big Pimpin 2', 'popularity': 1, 'preview_url': 'https://p.scdn.co/mp3-preview/c15767174cbf011f53e11d2b1231cb557a98658a?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 8, 'type': 'track', 'uri': 'spotify:track:1z9WafTQ6KjHt7iS9Jr4FC'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/37VmP0VgIeJWHMurcTMeJL'}, 'href': 'https://api.spotify.com/v1/albums/37VmP0VgIeJWHMurcTMeJL', 'id': '37VmP0VgIeJWHMurcTMeJL', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/2c24c0a9590c0e11871362d5e631898ded0da56d', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/e81d5d7269490c0723a753263e51d957d34852ff', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/45dacd2be9846723cb122cf7e6f26eb94e59443c', 'width': 64}], 'name': 'Dogg Food', 'release_date': '2001-05-01', 'release_date_precision': 'day', 'total_tracks': 17, 'type': 'album', 'uri': 'spotify:album:37VmP0VgIeJWHMurcTMeJL'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 315413, 'explicit': True, 'external_ids': {'isrc': 'USKO10403666'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/2W40gtCcF6JHFoOCLRMPDJ'}, 'href': 'https://api.spotify.com/v1/tracks/2W40gtCcF6JHFoOCLRMPDJ', 'id': '2W40gtCcF6JHFoOCLRMPDJ', 'is_local': False, 'name': "I Don't Like To Dream About Getting Paid", 'popularity': 1, 'preview_url': 'https://p.scdn.co/mp3-preview/77efbc2def0892d46c888119f541e36c78aae716?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 10, 'type': 'track', 'uri': 'spotify:track:2W40gtCcF6JHFoOCLRMPDJ'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/37VmP0VgIeJWHMurcTMeJL'}, 'href': 'https://api.spotify.com/v1/albums/37VmP0VgIeJWHMurcTMeJL', 'id': '37VmP0VgIeJWHMurcTMeJL', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/2c24c0a9590c0e11871362d5e631898ded0da56d', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/e81d5d7269490c0723a753263e51d957d34852ff', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/45dacd2be9846723cb122cf7e6f26eb94e59443c', 'width': 64}], 'name': 'Dogg Food', 'release_date': '2001-05-01', 'release_date_precision': 'day', 'total_tracks': 17, 'type': 'album', 'uri': 'spotify:album:37VmP0VgIeJWHMurcTMeJL'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 290440, 'explicit': True, 'external_ids': {'isrc': 'USKO10403660'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/4VCUn1zLzCWPLJzEaiFZ3p'}, 'href': 'https://api.spotify.com/v1/tracks/4VCUn1zLzCWPLJzEaiFZ3p', 'id': '4VCUn1zLzCWPLJzEaiFZ3p', 'is_local': False, 'name': 'New York, New York', 'popularity': 2, 'preview_url': 'https://p.scdn.co/mp3-preview/7d97d5421bdf0bb6d8a27fbbd4ef9cdf53f81503?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 4, 'type': 'track', 'uri': 'spotify:track:4VCUn1zLzCWPLJzEaiFZ3p'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/37VmP0VgIeJWHMurcTMeJL'}, 'href': 'https://api.spotify.com/v1/albums/37VmP0VgIeJWHMurcTMeJL', 'id': '37VmP0VgIeJWHMurcTMeJL', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/2c24c0a9590c0e11871362d5e631898ded0da56d', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/e81d5d7269490c0723a753263e51d957d34852ff', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/45dacd2be9846723cb122cf7e6f26eb94e59443c', 'width': 64}], 'name': 'Dogg Food', 'release_date': '2001-05-01', 'release_date_precision': 'day', 'total_tracks': 17, 'type': 'album', 'uri': 'spotify:album:37VmP0VgIeJWHMurcTMeJL'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 376480, 'explicit': True, 'external_ids': {'isrc': 'USKO10403671'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/4fdxtFduMFhHPjRTikagIG'}, 'href': 'https://api.spotify.com/v1/tracks/4fdxtFduMFhHPjRTikagIG', 'id': '4fdxtFduMFhHPjRTikagIG', 'is_local': False, 'name': 'Reality', 'popularity': 1, 'preview_url': 'https://p.scdn.co/mp3-preview/e3b25cf8ce9f987079fd2a8c1d9963d93d9fc437?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 15, 'type': 'track', 'uri': 'spotify:track:4fdxtFduMFhHPjRTikagIG'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/37VmP0VgIeJWHMurcTMeJL'}, 'href': 'https://api.spotify.com/v1/albums/37VmP0VgIeJWHMurcTMeJL', 'id': '37VmP0VgIeJWHMurcTMeJL', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/2c24c0a9590c0e11871362d5e631898ded0da56d', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/e81d5d7269490c0723a753263e51d957d34852ff', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/45dacd2be9846723cb122cf7e6f26eb94e59443c', 'width': 64}], 'name': 'Dogg Food', 'release_date': '2001-05-01', 'release_date_precision': 'day', 'total_tracks': 17, 'type': 'album', 'uri': 'spotify:album:37VmP0VgIeJWHMurcTMeJL'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 241466, 'explicit': True, 'external_ids': {'isrc': 'USKO10403663'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0WrbEEQQL5laVPgxOtv2dt'}, 'href': 'https://api.spotify.com/v1/tracks/0WrbEEQQL5laVPgxOtv2dt', 'id': '0WrbEEQQL5laVPgxOtv2dt', 'is_local': False, 'name': "Ridin',slipin' And Slidin'", 'popularity': 2, 'preview_url': 'https://p.scdn.co/mp3-preview/6d0d309b0ee487df26378bb088fe8f556e58d1d1?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 7, 'type': 'track', 'uri': 'spotify:track:0WrbEEQQL5laVPgxOtv2dt'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/37VmP0VgIeJWHMurcTMeJL'}, 'href': 'https://api.spotify.com/v1/albums/37VmP0VgIeJWHMurcTMeJL', 'id': '37VmP0VgIeJWHMurcTMeJL', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/2c24c0a9590c0e11871362d5e631898ded0da56d', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/e81d5d7269490c0723a753263e51d957d34852ff', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/45dacd2be9846723cb122cf7e6f26eb94e59443c', 'width': 64}], 'name': 'Dogg Food', 'release_date': '2001-05-01', 'release_date_precision': 'day', 'total_tracks': 17, 'type': 'album', 'uri': 'spotify:album:37VmP0VgIeJWHMurcTMeJL'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 193213, 'explicit': True, 'external_ids': {'isrc': 'USKO10403668'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/4nu3gj4IrNWa1SevWmhv03'}, 'href': 'https://api.spotify.com/v1/tracks/4nu3gj4IrNWa1SevWmhv03', 'id': '4nu3gj4IrNWa1SevWmhv03', 'is_local': False, 'name': 'If We All ___', 'popularity': 1, 'preview_url': 'https://p.scdn.co/mp3-preview/00ea54d21f9b67861e62a78ea79dc049936ca7f8?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 12, 'type': 'track', 'uri': 'spotify:track:4nu3gj4IrNWa1SevWmhv03'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/37VmP0VgIeJWHMurcTMeJL'}, 'href': 'https://api.spotify.com/v1/albums/37VmP0VgIeJWHMurcTMeJL', 'id': '37VmP0VgIeJWHMurcTMeJL', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/2c24c0a9590c0e11871362d5e631898ded0da56d', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/e81d5d7269490c0723a753263e51d957d34852ff', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/45dacd2be9846723cb122cf7e6f26eb94e59443c', 'width': 64}], 'name': 'Dogg Food', 'release_date': '2001-05-01', 'release_date_precision': 'day', 'total_tracks': 17, 'type': 'album', 'uri': 'spotify:album:37VmP0VgIeJWHMurcTMeJL'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 275146, 'explicit': True, 'external_ids': {'isrc': 'USKO10403661'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/7pupQfS2aVBHFNTqXLN37c'}, 'href': 'https://api.spotify.com/v1/tracks/7pupQfS2aVBHFNTqXLN37c', 'id': '7pupQfS2aVBHFNTqXLN37c', 'is_local': False, 'name': 'Smooth', 'popularity': 2, 'preview_url': 'https://p.scdn.co/mp3-preview/2505fc065fd366dab54a1c3dff874f8ee893f25f?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 5, 'type': 'track', 'uri': 'spotify:track:7pupQfS2aVBHFNTqXLN37c'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/37VmP0VgIeJWHMurcTMeJL'}, 'href': 'https://api.spotify.com/v1/albums/37VmP0VgIeJWHMurcTMeJL', 'id': '37VmP0VgIeJWHMurcTMeJL', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/2c24c0a9590c0e11871362d5e631898ded0da56d', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/e81d5d7269490c0723a753263e51d957d34852ff', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/45dacd2be9846723cb122cf7e6f26eb94e59443c', 'width': 64}], 'name': 'Dogg Food', 'release_date': '2001-05-01', 'release_date_precision': 'day', 'total_tracks': 17, 'type': 'album', 'uri': 'spotify:album:37VmP0VgIeJWHMurcTMeJL'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 321840, 'explicit': True, 'external_ids': {'isrc': 'USKO10403658'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0PgqNgNQGUs0wKNPpvRLkq'}, 'href': 'https://api.spotify.com/v1/tracks/0PgqNgNQGUs0wKNPpvRLkq', 'id': '0PgqNgNQGUs0wKNPpvRLkq', 'is_local': False, 'name': 'Dogg Pound Gangstaz', 'popularity': 2, 'preview_url': 'https://p.scdn.co/mp3-preview/9156ad89b447c16a3103b623d8431ea806cf83b8?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 2, 'type': 'track', 'uri': 'spotify:track:0PgqNgNQGUs0wKNPpvRLkq'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/37VmP0VgIeJWHMurcTMeJL'}, 'href': 'https://api.spotify.com/v1/albums/37VmP0VgIeJWHMurcTMeJL', 'id': '37VmP0VgIeJWHMurcTMeJL', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/2c24c0a9590c0e11871362d5e631898ded0da56d', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/e81d5d7269490c0723a753263e51d957d34852ff', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/45dacd2be9846723cb122cf7e6f26eb94e59443c', 'width': 64}], 'name': 'Dogg Food', 'release_date': '2001-05-01', 'release_date_precision': 'day', 'total_tracks': 17, 'type': 'album', 'uri': 'spotify:album:37VmP0VgIeJWHMurcTMeJL'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 18160, 'explicit': True, 'external_ids': {'isrc': 'USKO10403657'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/70usWl0pJ2xTk6maXroqnv'}, 'href': 'https://api.spotify.com/v1/tracks/70usWl0pJ2xTk6maXroqnv', 'id': '70usWl0pJ2xTk6maXroqnv', 'is_local': False, 'name': 'Intro', 'popularity': 0, 'preview_url': 'https://p.scdn.co/mp3-preview/69324b8be0eabad858f141c988f7bcdfea02e639?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 1, 'type': 'track', 'uri': 'spotify:track:70usWl0pJ2xTk6maXroqnv'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7l1KUvadF1rcUXRhviJXXD'}, 'href': 'https://api.spotify.com/v1/albums/7l1KUvadF1rcUXRhviJXXD', 'id': '7l1KUvadF1rcUXRhviJXXD', 'images': [{'height': 632, 'url': 'https://i.scdn.co/image/85db2a004299cb999bf78076f95a8d5f97f90718', 'width': 640}, {'height': 296, 'url': 'https://i.scdn.co/image/c81ffce4d9f22c9c6f7fd08742f2b4b660106583', 'width': 300}, {'height': 63, 'url': 'https://i.scdn.co/image/128a83d7feecea5e4f7ec3d2009e06f9a2acddd1', 'width': 64}], 'name': 'Dogg Food', 'release_date': '1995', 'release_date_precision': 'year', 'total_tracks': 17, 'type': 'album', 'uri': 'spotify:album:7l1KUvadF1rcUXRhviJXXD'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5UtQf6Eqewo02lVCo3lImQ'}, 'href': 'https://api.spotify.com/v1/artists/5UtQf6Eqewo02lVCo3lImQ', 'id': '5UtQf6Eqewo02lVCo3lImQ', 'name': 'Tha Dogg Pound', 'type': 'artist', 'uri': 'spotify:artist:5UtQf6Eqewo02lVCo3lImQ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 18160, 'explicit': True, 'external_ids': {'isrc': 'USKO10403657'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/4QtZpfrtA2KgCW00jy8i0w'}, 'href': 'https://api.spotify.com/v1/tracks/4QtZpfrtA2KgCW00jy8i0w', 'id': '4QtZpfrtA2KgCW00jy8i0w', 'is_local': False, 'name': 'Intro', 'popularity': 0, 'preview_url': 'https://p.scdn.co/mp3-preview/69324b8be0eabad858f141c988f7bcdfea02e639?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 1, 'type': 'track', 'uri': 'spotify:track:4QtZpfrtA2KgCW00jy8i0w'}], 'limit': 50, 'next': None, 'offset': 0, 'previous': None, 'total': 34}} +verbosity 3 +Message: Scraping for source_playlist +Function: get_whosampled_playlist + +Data: +[{'artist': ['Tha Dogg Pound'], 'track': 'Intro', 'uri': 'spotify:track:4QtZpfrtA2KgCW00jy8i0w'}, {'artist': ['Tha Dogg Pound'], 'track': 'Dogg Pound Gangstaz', 'uri': 'spotify:track:20w3QWEfRVTgZArPeWrqpE'}, {'artist': ['Tha Dogg Pound'], 'track': 'Respect', 'uri': 'spotify:track:35s2SFahsaAtFCcqvUOYuZ'}, {'artist': ['Tha Dogg Pound'], 'track': 'New York, New York', 'uri': 'spotify:track:3ooAjhyOZ1xttGD0iq1GVO'}, {'artist': ['Tha Dogg Pound'], 'track': 'Smooth', 'uri': 'spotify:track:5ZfujhP567v3AW6lwcGM2D'}, {'artist': ['Tha Dogg Pound'], 'track': 'Cyco-lic-no', 'uri': 'spotify:track:2hkj4YJZgrXsZwsgi0qzg1'}, {'artist': ['Tha Dogg Pound'], 'track': "Ridin',slipin' And Slidin'", 'uri': 'spotify:track:1RD4S8DuhyNoYPDbmUVdo7'}, {'artist': ['Tha Dogg Pound'], 'track': 'Big Pimpin 2', 'uri': 'spotify:track:1F9qJyrru2N6dFvU9tbksv'}, {'artist': ['Tha Dogg Pound'], 'track': "Let's Play House", 'uri': 'spotify:track:4cgJF9rKas2H5AC8FnNts0'}, {'artist': ['Tha Dogg Pound'], 'track': "I Don't Like To Dream About Getting Paid", 'uri': 'spotify:track:2xHTjMFb8aHXxz6pup0oia'}, {'artist': ['Tha Dogg Pound'], 'track': 'Do What I Feel', 'uri': 'spotify:track:2l6LhSBRRYtpNzwyB0BxGG'}, {'artist': ['Tha Dogg Pound'], 'track': 'If We All ___', 'uri': 'spotify:track:79jHOnLFO9zAI9dzxgzNu9'}, {'artist': ['Tha Dogg Pound'], 'track': 'Some Bomb Azz', 'uri': 'spotify:track:3Q0dZgusMKs0b9FBEhTEYo'}, {'artist': ['Tha Dogg Pound'], 'track': 'A Doggz Day Afternoon', 'uri': 'spotify:track:5I5Dv0pZa6tgsT6Agle29p'}, {'artist': ['Tha Dogg Pound'], 'track': 'Reality', 'uri': 'spotify:track:4Qm6MIMe9qxkXvAwD9bQy2'}, {'artist': ['Tha Dogg Pound'], 'track': 'One By One', 'uri': 'spotify:track:5sDkJOiegpfwPKCucFalzR'}, {'artist': ['Tha Dogg Pound'], 'track': 'Sooo Much Style', 'uri': 'spotify:track:4CKnEfRNPIPjVPWxecSiUb'}] +verbosity 3 +Message: Getting page: https://whosampled.com/Tha-Dogg-Pound/Intro/ +Function: get_direction_content + +Data: +b'\n\n\n\n\n\n\n \n \n \n \n Intro by Tha Dogg Pound - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Intro - Tha Dogg Pound\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Intro

\n
by

Tha Dogg Pound

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Dogg Food

\n

Death Row

\n\n \n
Producer:\n

\n \n Daz Dillinger\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 3 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Last Poets\'s The Shalimar\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSpoken Word\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Shalimar\n\t\t\tby The Last Poets (1971)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Hollywood Edge Sound Effects Library\'s Winchester Rifle Cock\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tSound Effect / Other
\n\t\t\tOther\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Hollywood Edge Sound Effects Library\'s Gun, Classic Pistol Cock\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tSound Effect / Other
\n\t\t\tOther\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tLuke Vibert\'s Hey Go\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tElectronic / Dance\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tHey Go\n\t\t\tby Luke Vibert (2015)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +verbosity 3 +Message: Parsing sample data from /Tha-Dogg-Pound/Intro/ +Function: parse_sample_items + +Data: +[{'type': 'Vocals / Lyrics', 'genre': 'Spoken Word', 'title': 'The Shalimar', 'artist': 'The Last Poets', 'year': '1971'}, {'type': 'Sound Effect / Other', 'genre': 'Other', 'title': 'Winchester Rifle Cock', 'artist': 'The Hollywood Edge Sound Effects Library', 'year': '1990'}, {'type': 'Sound Effect / Other', 'genre': 'Other', 'title': 'Gun, Classic Pistol Cock', 'artist': 'The Hollywood Edge Sound Effects Library', 'year': '1990'}] +verbosity 3 +Message: Getting page: https://whosampled.com/Tha-Dogg-Pound/Dogg-Pound-Gangstaz/ +Function: get_direction_content + +Data: +b'\n\n\n\n\n\n\n \n \n \n \n Dogg Pound Gangstaz by Tha Dogg Pound - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Dogg Pound Gangstaz - Tha Dogg Pound\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Dogg Pound Gangstaz

\n
by

Tha Dogg Pound

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Dogg Food

\n

Death Row

\n\n \n
Producer:\n

\n \n Dat Nigga Daz\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 3 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tDJ Pooh feat. Threat\'s No Where to Hide\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tNo Where to Hide\n\t\t\tby DJ Pooh feat. Threat (1995)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Graingers\'s Shine Your Light\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tBass
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tShine Your Light\n\t\t\tby The Graingers (1982)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tSnoop Dogg\'s Hit Rocks\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tHit Rocks\n\t\t\tby Snoop Dogg (2000)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tLotfi Double Kanon\'s Intro\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tIntro\n\t\t\tby Lotfi Double Kanon (2000)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tKalim\'s 1995\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\t1995\n\t\t\tby Kalim (2014)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Writers: Dat Nigga DazKurupt\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +verbosity 3 +Message: Parsing sample data from /Tha-Dogg-Pound/Dogg-Pound-Gangstaz/ +Function: parse_sample_items + +Data: +[{'type': 'Vocals / Lyrics', 'genre': 'Hip-Hop / Rap / R&B', 'title': 'No Where to Hide', 'artist': 'DJ Pooh feat. Threat', 'year': '1995'}, {'type': 'Bass', 'genre': 'Soul / Funk / Disco', 'title': 'Shine Your Light', 'artist': 'The Graingers', 'year': '1982'}, {'type': 'Multiple Elements', 'genre': 'Hip-Hop / Rap / R&B', 'title': 'Hit Rocks', 'artist': 'Snoop Dogg', 'year': '2000'}] +verbosity 3 +Message: Getting page: https://whosampled.com/Tha-Dogg-Pound/Respect/ +Function: get_direction_content + +Data: +b'\n\n\n\n\n\n\n \n \n \n \n Respect by Tha Dogg Pound - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Respect - Tha Dogg Pound\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Respect

\n
by

Tha Dogg Pound

\n \n \n
\n\n \n\n \n\n
\n
\n

Dogg Food

\n

Death Row

\n\n \n
Producer:\n

\n \n Dat Nigga Daz\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n \n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tParliament\'s Flash Light\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tFlash Light\n\t\t\tby Parliament (1977)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Lady of Rage feat. Snoop Dogg\'s Afro Puffs (Extended Remix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tAfro Puffs (Extended Remix)\n\t\t\tby The Lady of Rage feat. Snoop Dogg (1994)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tLotfi Double Kanon\'s Makan Walou\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tMakan Walou\n\t\t\tby Lotfi Double Kanon (2000)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +verbosity 3 +Message: Parsing sample data from /Tha-Dogg-Pound/Respect/ +Function: parse_sample_items + +Data: +[{'type': 'Vocals / Lyrics', 'genre': 'Soul / Funk / Disco', 'title': 'Flash Light', 'artist': 'Parliament', 'year': '1977'}, {'type': 'Vocals / Lyrics', 'genre': 'Hip-Hop / Rap / R&B', 'title': 'Afro Puffs (Extended Remix)', 'artist': 'The Lady of Rage feat. Snoop Dogg', 'year': '1994'}] +verbosity 3 +Message: Getting page: https://whosampled.com/Tha-Dogg-Pound/New-York,-New-York/ +Function: get_direction_content + +Data: +b'\n\n\n\n\n\n\n \n \n \n \n New York, New York by Tha Dogg Pound feat. Snoop Dogg - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n New York, New York - Tha Dogg Pound feat. Snoop Dogg\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

New York, New York

\n
by

Tha Dogg Pound feat. Snoop Dogg

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Dogg Food

\n

Death Row

\n\n \n
Producer:\n

\n \n DJ Pooh\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n \n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGrandmaster Flash and The Furious Five\'s New York, New York\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tNew York, New York\n\t\t\tby Grandmaster Flash and The Furious Five (1983)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tEPMD\'s You're a Customer\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tYou're a Customer\n\t\t\tby EPMD (1988)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 14 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tXzibit feat. Snoop Dogg\'s X\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tX\n\t\t\tby Xzibit feat. Snoop Dogg (2000)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tCapone-N-Noreaga feat. Tragedy Khadafi and Mobb Deep\'s L.A., L.A. (Iraq Mix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tL.A., L.A. (Iraq Mix)\n\t\t\tby Capone-N-Noreaga feat. Tragedy Khadafi and Mobb Deep (1996)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tThe Game feat. 50 Cent\'s Westside Story\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWestside Story\n\t\t\tby The Game feat. 50 Cent (2004)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tThe Notorious B.I.G.\'s St. Ides Commercial (Unreleased Heat)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSt. Ides Commercial (Unreleased Heat)\n\t\t\tby The Notorious B.I.G. (2007)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tCoco Loco feat. Lil' Tip Toe, Sho Shot and Crooked I\'s Jackin' for Flows\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tJackin' for Flows\n\t\t\tby Coco Loco feat. Lil' Tip Toe, Sho Shot and Crooked I (1998)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Writers: Snoop DoggKurupt\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +verbosity 3 +Message: Parsing sample data from /Tha-Dogg-Pound/New-York,-New-York/ +Function: parse_sample_items + +Data: +[{'type': 'Vocals / Lyrics', 'genre': 'Hip-Hop / Rap / R&B', 'title': 'New York, New York', 'artist': 'Grandmaster Flash and The Furious Five', 'year': '1983'}, {'type': 'Drums', 'genre': 'Hip-Hop / Rap / R&B', 'title': "You're a Customer", 'artist': 'EPMD', 'year': '1988'}] +verbosity 3 +Message: Getting page: https://whosampled.com/Tha-Dogg-Pound/Smooth/ +Function: get_direction_content + +Data: +b'\n\n\n\n\n\n\n \n \n \n \n Smooth by Tha Dogg Pound and Snoop Dogg feat. Kevin James, Ricky Harris and Val Young - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Smooth - Tha Dogg Pound and Snoop Dogg feat. Kevin James, Ricky Harris and Val Young\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Smooth

\n \n\n \n\n \n \n \n\n
\n
\n

Dogg Food

\n

Death Row

\n\n \n
Producer:\n

\n \n DJ Pooh\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tSnoop Dogg\'s Tha Shiznit\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tTha Shiznit\n\t\t\tby Snoop Dogg (1993)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tDoug E. Fresh and Slick Rick\'s La Di Da Di\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tLa Di Da Di\n\t\t\tby Doug E. Fresh and Slick Rick (1985)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Writers: Snoop DoggVal YoungKurupt\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +verbosity 3 +Message: Parsing sample data from /Tha-Dogg-Pound/Smooth/ +Function: parse_sample_items + +Data: +[{'type': 'Vocals / Lyrics', 'genre': 'Hip-Hop / Rap / R&B', 'title': 'Tha Shiznit', 'artist': 'Snoop Dogg', 'year': '1993'}, {'type': 'Vocals / Lyrics', 'genre': 'Hip-Hop / Rap / R&B', 'title': 'La Di Da Di', 'artist': 'Doug E. Fresh and Slick Rick', 'year': '1985'}] +verbosity 3 +Message: Getting page: https://whosampled.com/Tha-Dogg-Pound/Cyco-Lic-No-(Bitch-Azz-Niggaz)/ +Function: get_direction_content + +Data: +b'\n\n\n\n\n\n\n \n \n \n \n Cyco-Lic-No (Bitch Azz Niggaz) by Tha Dogg Pound feat. Mr. Malik and Snoop Dogg - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Cyco-Lic-No (Bitch Azz Niggaz) - Tha Dogg Pound feat. Mr. Malik and Snoop Dogg\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Cyco-Lic-No (Bitch Azz Niggaz)

\n
by

Tha Dogg Pound feat. Mr. Malik and Snoop Dogg

\n \n \n
\n\n \n\n \n\n
\n
\n

Dogg Food

\n

Death Row

\n\n \n
Producer:\n

\n \n Daz Dillinger\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n \n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tParliament\'s Aqua Boogie (A Psychoalphadiscobetabioaquadoloop)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tAqua Boogie (A Psychoalphadiscobetabioaquadoloop)\n\t\t\tby Parliament (1978)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tHarlem Nights - This Is a Fucking Raid scene\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tComedy\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThis Is a Fucking Raid\n\t\t\tfrom Harlem Nights (1989)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 3 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tSlaughterhouse feat. Eminem\'s Asylum\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tAsylum\n\t\t\tby Slaughterhouse feat. Eminem (2012)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tJay-Z and DJ Clue feat. Tha Dogg Pound, Beanie Sigel and Memphis Bleek\'s Change the Game (Remix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tChange the Game (Remix)\n\t\t\tby Jay-Z and DJ Clue feat. Tha Dogg Pound, Beanie Sigel and Memphis Bleek (2001)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tSmoke DZA\'s I Like Dreaming\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tI Like Dreaming\n\t\t\tby Smoke DZA (2009)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n \n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +verbosity 3 +Message: Parsing sample data from /Tha-Dogg-Pound/Cyco-Lic-No-(Bitch-Azz-Niggaz)/ +Function: parse_sample_items + +Data: +[{'type': 'Vocals / Lyrics', 'genre': 'Soul / Funk / Disco', 'title': 'Aqua Boogie (A Psychoalphadiscobetabioaquadoloop)', 'artist': 'Parliament', 'year': '1978'}, {'type': 'Multiple Elements', 'genre': 'Comedy', 'title': 'This Is a Fucking Raid', 'artist': 'from Harlem Nights', 'year': '1989'}] +verbosity 3 +Message: Getting page: https://whosampled.com/Tha-Dogg-Pound/Ridin%27,-Slipin%27-and-Slidin%27/ +Function: get_direction_content + +Data: +b'\n\n\n\n\n\n\n \n \n \n \n Ridin', Slipin' and Slidin' by Tha Dogg Pound - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Ridin', Slipin' and Slidin' - Tha Dogg Pound\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Ridin', Slipin' and Slidin'

\n
by

Tha Dogg Pound

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Dogg Food

\n

Death Row

\n\n \n
Producer:\n

\n \n Dat Nigga Daz\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n \n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tFaze-O\'s Riding High\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tRiding High\n\t\t\tby Faze-O (1977)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Writers: Dat Nigga DazKuruptSo. Sentrelle\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +verbosity 3 +Message: Parsing sample data from /Tha-Dogg-Pound/Ridin%27,-Slipin%27-and-Slidin%27/ +Function: parse_sample_items + +Data: +[{'type': 'Vocals / Lyrics', 'genre': 'Soul / Funk / Disco', 'title': 'Riding High', 'artist': 'Faze-O', 'year': '1977'}] +verbosity 3 +Message: Getting page: https://whosampled.com/Tha-Dogg-Pound/Big-Pimpin%27-2/ +Function: get_direction_content + +Data: +b'\n\n\n\n\n\n\n \n \n \n \n Big Pimpin' 2 by Tha Dogg Pound feat. Big Pimpin Delemond - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Big Pimpin' 2 - Tha Dogg Pound feat. Big Pimpin Delemond\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Big Pimpin' 2

\n \n\n \n\n \n \n \n\n
\n
\n

Dogg Food

\n

Death Row

\n\n \n
Producer:\n

\n \n Dat Nigga Daz\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n \n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tTha Dogg Pound feat. Snoop Dogg and Nate Dogg\'s Big Pimpin'\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBig Pimpin'\n\t\t\tby Tha Dogg Pound feat. Snoop Dogg and Nate Dogg (1994)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +verbosity 3 +Message: Parsing sample data from /Tha-Dogg-Pound/Big-Pimpin%27-2/ +Function: parse_sample_items + +Data: +[{'type': 'Multiple Elements', 'genre': 'Hip-Hop / Rap / R&B', 'title': "Big Pimpin'", 'artist': 'Tha Dogg Pound feat. Snoop Dogg and Nate Dogg', 'year': '1994'}] +verbosity 3 +Message: Getting page: https://whosampled.com/Tha-Dogg-Pound/Let%27s-Play-House/ +Function: get_direction_content + +Data: +b'\n\n\n\n\n\n\n \n \n \n \n Let's Play House by Tha Dogg Pound feat. Michel'le and Nate Dogg - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Let's Play House - Tha Dogg Pound feat. Michel'le and Nate Dogg\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Let's Play House

\n
by

Tha Dogg Pound feat. Michel'le and Nate Dogg

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Dogg Food

\n

Death Row

\n\n \n
Producer:\n

\n \n Daz Dillinger\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n Tags: G-Funk \n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tTraditional Folk\'s London Bridge Is Falling Down\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tCountry / Folk\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tLondon Bridge Is Falling Down\n\t\t\tby Traditional Folk (1744)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tYG feat. TeeFlii\'s Do It to Ya\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDo It to Ya\n\t\t\tby YG feat. TeeFlii (2014)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n
\n \n \n\n \n \n
\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +verbosity 3 +Message: Parsing sample data from /Tha-Dogg-Pound/Let%27s-Play-House/ +Function: parse_sample_items + +Data: +[{'type': 'Vocals / Lyrics', 'genre': 'Country / Folk', 'title': 'London Bridge Is Falling Down', 'artist': 'Traditional Folk', 'year': '1744'}] +verbosity 3 +Message: Getting page: https://whosampled.com/Tha-Dogg-Pound/I-Don%27t-Like-to-Dream-About-Getting-Paid/ +Function: get_direction_content + +Data: +b'\n\n\n\n\n\n\n \n \n \n \n I Don't Like to Dream About Getting Paid by Tha Dogg Pound feat. Nate Dogg - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n I Don't Like to Dream About Getting Paid - Tha Dogg Pound feat. Nate Dogg\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

I Don't Like to Dream About Getting Paid

\n
by

Tha Dogg Pound feat. Nate Dogg

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Dogg Food

\n

Priority

\n\n \n
Producer:\n

\n \n Daz Dillinger\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tLionel Richie\'s Love Will Find a Way\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tLove Will Find a Way\n\t\t\tby Lionel Richie (1983)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tEric B. & Rakim\'s Paid in Full\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tPaid in Full\n\t\t\tby Eric B. & Rakim (1987)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +verbosity 3 +Message: Parsing sample data from /Tha-Dogg-Pound/I-Don%27t-Like-to-Dream-About-Getting-Paid/ +Function: parse_sample_items + +Data: +[{'type': 'Multiple Elements', 'genre': 'Soul / Funk / Disco', 'title': 'Love Will Find a Way', 'artist': 'Lionel Richie', 'year': '1983'}, {'type': 'Vocals / Lyrics', 'genre': 'Hip-Hop / Rap / R&B', 'title': 'Paid in Full', 'artist': 'Eric B. & Rakim', 'year': '1987'}] +verbosity 3 +Message: Getting page: https://whosampled.com/Tha-Dogg-Pound/Do-What-I-Feel/ +Function: get_direction_content + +Data: +b'\n\n\n\n\n\n\n \n \n \n \n Do What I Feel by Tha Dogg Pound feat. The Lady of Rage - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Do What I Feel - Tha Dogg Pound feat. The Lady of Rage\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Do What I Feel

\n \n\n \n\n \n \n \n\n
\n
\n

Dogg Food

\n

Death Row

\n\n \n
Producer:\n

\n \n Daz Dillinger\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n \n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tDaz Dillinger feat. Kurupt\'s Our Daily Bread\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tOur Daily Bread\n\t\t\tby Daz Dillinger feat. Kurupt (1998)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n \n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +verbosity 3 +Message: No samples found +Function: get_whosampled_playlist + +verbosity 3 +Message: Getting page: https://whosampled.com/Tha-Dogg-Pound/Some-Bomb-Azz-(Pussy)/ +Function: get_direction_content + +Data: +b'\n\n\n\n\n\n\n \n \n \n \n Some Bomb Azz (Pussy) by Tha Dogg Pound - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Some Bomb Azz (Pussy) - Tha Dogg Pound\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Some Bomb Azz (Pussy)

\n
by

Tha Dogg Pound

\n \n \n
\n\n \n\n \n\n
\n
\n

Dogg Food

\n

Death Row

\n\n \n
Producer:\n

\n \n Dat Nigga Daz\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n \n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tKamaiyah\'s Dope Bitch\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDope Bitch\n\t\t\tby Kamaiyah (2017)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +verbosity 3 +Message: No samples found +Function: get_whosampled_playlist + +verbosity 3 +Message: No samples found +Function: get_whosampled_playlist + +verbosity 3 +Message: No samples found +Function: get_whosampled_playlist + +verbosity 3 +Message: No samples found +Function: get_whosampled_playlist + +verbosity 3 +Message: Checking Spotify for Samples +Function: get_sample_spotify_tracks + +Data: +[{'artist': ['Tha Dogg Pound'], 'track': 'Intro', 'uri': 'spotify:track:4QtZpfrtA2KgCW00jy8i0w', 'samples': {'Contains samples of': [{'type': 'Vocals / Lyrics', 'genre': 'Spoken Word', 'title': 'The Shalimar', 'artist': 'The Last Poets', 'year': '1971'}, {'type': 'Sound Effect / Other', 'genre': 'Other', 'title': 'Winchester Rifle Cock', 'artist': 'The Hollywood Edge Sound Effects Library', 'year': '1990'}, {'type': 'Sound Effect / Other', 'genre': 'Other', 'title': 'Gun, Classic Pistol Cock', 'artist': 'The Hollywood Edge Sound Effects Library', 'year': '1990'}]}}, {'artist': ['Tha Dogg Pound'], 'track': 'Dogg Pound Gangstaz', 'uri': 'spotify:track:20w3QWEfRVTgZArPeWrqpE', 'samples': {'Contains samples of': [{'type': 'Vocals / Lyrics', 'genre': 'Hip-Hop / Rap / R&B', 'title': 'No Where to Hide', 'artist': 'DJ Pooh feat. Threat', 'year': '1995'}, {'type': 'Bass', 'genre': 'Soul / Funk / Disco', 'title': 'Shine Your Light', 'artist': 'The Graingers', 'year': '1982'}, {'type': 'Multiple Elements', 'genre': 'Hip-Hop / Rap / R&B', 'title': 'Hit Rocks', 'artist': 'Snoop Dogg', 'year': '2000'}]}}, {'artist': ['Tha Dogg Pound'], 'track': 'Respect', 'uri': 'spotify:track:35s2SFahsaAtFCcqvUOYuZ', 'samples': {'Contains samples of': [{'type': 'Vocals / Lyrics', 'genre': 'Soul / Funk / Disco', 'title': 'Flash Light', 'artist': 'Parliament', 'year': '1977'}, {'type': 'Vocals / Lyrics', 'genre': 'Hip-Hop / Rap / R&B', 'title': 'Afro Puffs (Extended Remix)', 'artist': 'The Lady of Rage feat. Snoop Dogg', 'year': '1994'}]}}, {'artist': ['Tha Dogg Pound'], 'track': 'New York, New York', 'uri': 'spotify:track:3ooAjhyOZ1xttGD0iq1GVO', 'samples': {'Contains samples of': [{'type': 'Vocals / Lyrics', 'genre': 'Hip-Hop / Rap / R&B', 'title': 'New York, New York', 'artist': 'Grandmaster Flash and The Furious Five', 'year': '1983'}, {'type': 'Drums', 'genre': 'Hip-Hop / Rap / R&B', 'title': "You're a Customer", 'artist': 'EPMD', 'year': '1988'}]}}, {'artist': ['Tha Dogg Pound'], 'track': 'Smooth', 'uri': 'spotify:track:5ZfujhP567v3AW6lwcGM2D', 'samples': {'Contains samples of': [{'type': 'Vocals / Lyrics', 'genre': 'Hip-Hop / Rap / R&B', 'title': 'Tha Shiznit', 'artist': 'Snoop Dogg', 'year': '1993'}, {'type': 'Vocals / Lyrics', 'genre': 'Hip-Hop / Rap / R&B', 'title': 'La Di Da Di', 'artist': 'Doug E. Fresh and Slick Rick', 'year': '1985'}]}}, {'artist': ['Tha Dogg Pound'], 'track': 'Cyco-lic-no', 'uri': 'spotify:track:2hkj4YJZgrXsZwsgi0qzg1', 'samples': {'Contains samples of': [{'type': 'Vocals / Lyrics', 'genre': 'Soul / Funk / Disco', 'title': 'Aqua Boogie (A Psychoalphadiscobetabioaquadoloop)', 'artist': 'Parliament', 'year': '1978'}, {'type': 'Multiple Elements', 'genre': 'Comedy', 'title': 'This Is a Fucking Raid', 'artist': 'from Harlem Nights', 'year': '1989'}]}}, {'artist': ['Tha Dogg Pound'], 'track': "Ridin',slipin' And Slidin'", 'uri': 'spotify:track:1RD4S8DuhyNoYPDbmUVdo7', 'samples': {'Contains samples of': [{'type': 'Vocals / Lyrics', 'genre': 'Soul / Funk / Disco', 'title': 'Riding High', 'artist': 'Faze-O', 'year': '1977'}]}}, {'artist': ['Tha Dogg Pound'], 'track': 'Big Pimpin 2', 'uri': 'spotify:track:1F9qJyrru2N6dFvU9tbksv', 'samples': {'Contains samples of': [{'type': 'Multiple Elements', 'genre': 'Hip-Hop / Rap / R&B', 'title': "Big Pimpin'", 'artist': 'Tha Dogg Pound feat. Snoop Dogg and Nate Dogg', 'year': '1994'}]}}, {'artist': ['Tha Dogg Pound'], 'track': "Let's Play House", 'uri': 'spotify:track:4cgJF9rKas2H5AC8FnNts0', 'samples': {'Contains samples of': [{'type': 'Vocals / Lyrics', 'genre': 'Country / Folk', 'title': 'London Bridge Is Falling Down', 'artist': 'Traditional Folk', 'year': '1744'}]}}, {'artist': ['Tha Dogg Pound'], 'track': "I Don't Like To Dream About Getting Paid", 'uri': 'spotify:track:2xHTjMFb8aHXxz6pup0oia', 'samples': {'Contains samples of': [{'type': 'Multiple Elements', 'genre': 'Soul / Funk / Disco', 'title': 'Love Will Find a Way', 'artist': 'Lionel Richie', 'year': '1983'}, {'type': 'Vocals / Lyrics', 'genre': 'Hip-Hop / Rap / R&B', 'title': 'Paid in Full', 'artist': 'Eric B. & Rakim', 'year': '1987'}]}}, {'artist': ['Tha Dogg Pound'], 'track': 'Do What I Feel', 'uri': 'spotify:track:2l6LhSBRRYtpNzwyB0BxGG', 'samples': {'Contains samples of': []}}, {'artist': ['Tha Dogg Pound'], 'track': 'If We All ___', 'uri': 'spotify:track:79jHOnLFO9zAI9dzxgzNu9', 'samples': {}}, {'artist': ['Tha Dogg Pound'], 'track': 'Some Bomb Azz', 'uri': 'spotify:track:3Q0dZgusMKs0b9FBEhTEYo', 'samples': {'Contains samples of': []}}, {'artist': ['Tha Dogg Pound'], 'track': 'A Doggz Day Afternoon', 'uri': 'spotify:track:5I5Dv0pZa6tgsT6Agle29p', 'samples': {}}, {'artist': ['Tha Dogg Pound'], 'track': 'Reality', 'uri': 'spotify:track:4Qm6MIMe9qxkXvAwD9bQy2', 'samples': {}}, {'artist': ['Tha Dogg Pound'], 'track': 'One By One', 'uri': 'spotify:track:5sDkJOiegpfwPKCucFalzR', 'samples': {}}, {'artist': ['Tha Dogg Pound'], 'track': 'Sooo Much Style', 'uri': 'spotify:track:4CKnEfRNPIPjVPWxecSiUb', 'samples': {}}] +verbosity 3 +Message: Searching spotify with The Shalimar the last poets +Function: get_sample_spotify_tracks + +Data: +query: The Shalimar the last poets +detail:( Intro )->-[ Contains samples of ]->-( The Shalimar, by The Last Poets ) +verbosity 3 +Message: Searching spotify with Winchester Rifle Cock the hollywood edge sound effects library +Function: get_sample_spotify_tracks + +Data: +query: Winchester Rifle Cock the hollywood edge sound effects library +detail:( Intro )->-[ Contains samples of ]->-( Winchester Rifle Cock, by The Hollywood Edge Sound Effects Library ) +verbosity 3 +Message: Searching spotify with Gun, Classic Pistol Cock the hollywood edge sound effects library +Function: get_sample_spotify_tracks + +Data: +query: Gun, Classic Pistol Cock the hollywood edge sound effects library +detail:( Intro )->-[ Contains samples of ]->-( Gun, Classic Pistol Cock, by The Hollywood Edge Sound Effects Library ) +verbosity 3 +Message: Searching spotify with No Where to Hide dj pooh threat +Function: get_sample_spotify_tracks + +Data: +query: No Where to Hide dj pooh threat +detail:( Dogg Pound Gangstaz )->-[ Contains samples of ]->-( No Where to Hide, by DJ Pooh feat. Threat ) +verbosity 3 +Message: Searching spotify with Shine Your Light the graingers +Function: get_sample_spotify_tracks + +Data: +query: Shine Your Light the graingers +detail:( Dogg Pound Gangstaz )->-[ Contains samples of ]->-( Shine Your Light, by The Graingers ) +verbosity 3 +Message: Searching spotify with Hit Rocks snoop dogg +Function: get_sample_spotify_tracks + +Data: +query: Hit Rocks snoop dogg +detail:( Dogg Pound Gangstaz )->-[ Contains samples of ]->-( Hit Rocks, by Snoop Dogg ) +verbosity 3 +Message: Searching spotify with Flash Light parliament +Function: get_sample_spotify_tracks + +Data: +query: Flash Light parliament +detail:( Respect )->-[ Contains samples of ]->-( Flash Light, by Parliament ) +verbosity 3 +Message: Searching spotify with Afro Puffs (Extended Remix) the lady of rage snoop dogg +Function: get_sample_spotify_tracks + +Data: +query: Afro Puffs (Extended Remix) the lady of rage snoop dogg +detail:( Respect )->-[ Contains samples of ]->-( Afro Puffs (Extended Remix), by The Lady of Rage feat. Snoop Dogg ) +verbosity 3 +Message: Searching spotify with New York, New York grandmaster flash furious five +Function: get_sample_spotify_tracks + +Data: +query: New York, New York grandmaster flash furious five +detail:( New York, New York )->-[ Contains samples of ]->-( New York, New York, by Grandmaster Flash and The Furious Five ) +verbosity 3 +Message: Searching spotify with You're a Customer epmd +Function: get_sample_spotify_tracks + +Data: +query: You're a Customer epmd +detail:( New York, New York )->-[ Contains samples of ]->-( You're a Customer, by EPMD ) +verbosity 3 +Message: Searching spotify with Tha Shiznit snoop dogg +Function: get_sample_spotify_tracks + +Data: +query: Tha Shiznit snoop dogg +detail:( Smooth )->-[ Contains samples of ]->-( Tha Shiznit, by Snoop Dogg ) +verbosity 3 +Message: Searching spotify with La Di Da Di doug e. fresh slick rick +Function: get_sample_spotify_tracks + +Data: +query: La Di Da Di doug e. fresh slick rick +detail:( Smooth )->-[ Contains samples of ]->-( La Di Da Di, by Doug E. Fresh and Slick Rick ) +verbosity 3 +Message: Searching spotify with Aqua Boogie (A Psychoalphadiscobetabioaquadoloop) parliament +Function: get_sample_spotify_tracks + +Data: +query: Aqua Boogie (A Psychoalphadiscobetabioaquadoloop) parliament +detail:( Cyco-lic-no )->-[ Contains samples of ]->-( Aqua Boogie (A Psychoalphadiscobetabioaquadoloop), by Parliament ) +verbosity 3 +Message: Searching spotify with This Is a Fucking Raid from harlem nights +Function: get_sample_spotify_tracks + +Data: +query: This Is a Fucking Raid from harlem nights +detail:( Cyco-lic-no )->-[ Contains samples of ]->-( This Is a Fucking Raid, by from Harlem Nights ) +verbosity 3 +Message: Searching spotify with Riding High faze-o +Function: get_sample_spotify_tracks + +Data: +query: Riding High faze-o +detail:( Ridin',slipin' And Slidin' )->-[ Contains samples of ]->-( Riding High, by Faze-O ) +verbosity 3 +Message: Searching spotify with Big Pimpin' tha dogg pound snoop dogg nate dogg +Function: get_sample_spotify_tracks + +Data: +query: Big Pimpin' tha dogg pound snoop dogg nate dogg +detail:( Big Pimpin 2 )->-[ Contains samples of ]->-( Big Pimpin', by Tha Dogg Pound feat. Snoop Dogg and Nate Dogg ) +verbosity 3 +Message: Searching spotify with London Bridge Is Falling Down traditional folk +Function: get_sample_spotify_tracks + +Data: +query: London Bridge Is Falling Down traditional folk +detail:( Let's Play House )->-[ Contains samples of ]->-( London Bridge Is Falling Down, by Traditional Folk ) +verbosity 3 +Message: no match for s:London Bridge Is Falling Down traditional folk, r:London Bridge Is Falling Down +verbosity 3 +Message: Searching spotify with Love Will Find a Way lionel richie +Function: get_sample_spotify_tracks + +Data: +query: Love Will Find a Way lionel richie +detail:( I Don't Like To Dream About Getting Paid )->-[ Contains samples of ]->-( Love Will Find a Way, by Lionel Richie ) +verbosity 3 +Message: Searching spotify with Paid in Full eric b. rakim +Function: get_sample_spotify_tracks + +Data: +query: Paid in Full eric b. rakim +detail:( I Don't Like To Dream About Getting Paid )->-[ Contains samples of ]->-( Paid in Full, by Eric B. & Rakim ) +verbosity 3 +Message: Description generated successfully +Function: generate_description + +Data: + +# SAMPLIFY: Dogg Food + +This playlist was generated using Samplify. +Github: https://github.com/qzdl/samplify + +The album, Dogg Food, has been broken down into: +"['contains samples of']" + +Percentage Matched: 52.6% + +Songs with no match: +( Intro )->-[ Contains samples of ]->-( Winchester Rifle Cock, by The Hollywood Edge Sound Effects Library ) +( Intro )->-[ Contains samples of ]->-( Gun, Classic Pistol Cock, by The Hollywood Edge Sound Effects Library ) +( Dogg Pound Gangstaz )->-[ Contains samples of ]->-( No Where to Hide, by DJ Pooh feat. Threat ) +( Dogg Pound Gangstaz )->-[ Contains samples of ]->-( Shine Your Light, by The Graingers ) +( Dogg Pound Gangstaz )->-[ Contains samples of ]->-( Hit Rocks, by Snoop Dogg ) +( Respect )->-[ Contains samples of ]->-( Afro Puffs (Extended Remix), by The Lady of Rage feat. Snoop Dogg ) +( Cyco-lic-no )->-[ Contains samples of ]->-( This Is a Fucking Raid, by from Harlem Nights ) +( Big Pimpin 2 )->-[ Contains samples of ]->-( Big Pimpin', by Tha Dogg Pound feat. Snoop Dogg and Nate Dogg ) +( Let's Play House )->-[ Contains samples of ]->-( London Bridge Is Falling Down, by Traditional Folk ) + +==> search terms: +Winchester Rifle Cock the hollywood edge sound effects library +Gun, Classic Pistol Cock the hollywood edge sound effects library +No Where to Hide dj pooh threat +Shine Your Light the graingers +Hit Rocks snoop dogg +Afro Puffs (Extended Remix) the lady of rage snoop dogg +This Is a Fucking Raid from harlem nights +Big Pimpin' tha dogg pound snoop dogg nate dogg +London Bridge Is Falling Down traditional folk + +Sample Info: +( Intro )->-[ Contains samples of ]->-( The Shalimar, by The Last Poets ) +The originator of sample data +The originator of sample data +( Respect )->-[ Contains samples of ]->-( Flash Light, by Parliament ) +The originator of sample data +( New York, New York )->-[ Contains samples of ]->-( New York, New York, by Grandmaster Flash and The Furious Five ) +( New York, New York )->-[ Contains samples of ]->-( You're a Customer, by EPMD ) +The originator of sample data +( Smooth )->-[ Contains samples of ]->-( Tha Shiznit, by Snoop Dogg ) +( Smooth )->-[ Contains samples of ]->-( La Di Da Di, by Doug E. Fresh and Slick Rick ) +The originator of sample data +( Cyco-lic-no )->-[ Contains samples of ]->-( Aqua Boogie (A Psychoalphadiscobetabioaquadoloop), by Parliament ) +The originator of sample data +( Ridin',slipin' And Slidin' )->-[ Contains samples of ]->-( Riding High, by Faze-O ) +The originator of sample data +The originator of sample data +The originator of sample data +( I Don't Like To Dream About Getting Paid )->-[ Contains samples of ]->-( Love Will Find a Way, by Lionel Richie ) +( I Don't Like To Dream About Getting Paid )->-[ Contains samples of ]->-( Paid in Full, by Eric B. & Rakim ) +The originator of sample data +The originator of sample data +The originator of sample data + +==> search terms: +The Shalimar the last poets +n/a +n/a +Flash Light parliament +n/a +New York, New York grandmaster flash furious five +You're a Customer epmd +n/a +Tha Shiznit snoop dogg +La Di Da Di doug e. fresh slick rick +n/a +Aqua Boogie (A Psychoalphadiscobetabioaquadoloop) parliament +n/a +Riding High faze-o +n/a +n/a +n/a +Love Will Find a Way lionel richie +Paid in Full eric b. rakim +n/a +n/a +n/a + +verbosity 3 +Message: +This playlist was generated using samples found in Dogg Food, with Samplify. Github: https://github.com/qzdl/samplify. Found: 52.6%. +verbosity 3 +Message: Created playlist SAMPLIFY: Dogg Food diff --git a/examples/album_even-in-darkness_dungeon-family b/examples/album_even-in-darkness_dungeon-family index 815a474..7f28234 100644 --- a/examples/album_even-in-darkness_dungeon-family +++ b/examples/album_even-in-darkness_dungeon-family @@ -1,17 +1,17 @@ verbosity 3 verbosity == 3 verbosity 3 -log_file == Samplify-1567128972.3879573 +log_file == Samplify-1568054869.771233 verbosity 3 verbosity == 3 verbosity 3 -log_file == scraper_track.1567128972.388183 +log_file == scraper_track.1568054869.7717588 verbosity 3 Message: Searched for "even in darkness dungeon family" Function: from_search Data: -{'tracks': {'href': 'https://api.spotify.com/v1/search?query=even+in+darkness+dungeon+family&type=track&market=GB&offset=0&limit=50', 'items': [{'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/1ElKnrmCBRnIjTrrzkAL42'}, 'href': 'https://api.spotify.com/v1/artists/1ElKnrmCBRnIjTrrzkAL42', 'id': '1ElKnrmCBRnIjTrrzkAL42', 'name': 'Dungeon Family', 'type': 'artist', 'uri': 'spotify:artist:1ElKnrmCBRnIjTrrzkAL42'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2n4GKr0nKfFWoSTWZuNB9Z'}, 'href': 'https://api.spotify.com/v1/albums/2n4GKr0nKfFWoSTWZuNB9Z', 'id': '2n4GKr0nKfFWoSTWZuNB9Z', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/8e8fd91ef84cc0cf67628f6367cdb31a6ec161e8', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/8749234c0cead19fa931e25d82ec37999d119a10', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7faeb3d94db4b5db0fb7b26036eeaf8dc07c097b', 'width': 64}], 'name': 'Even In Darkness', 'release_date': '2001-10-22', 'release_date_precision': 'day', 'total_tracks': 14, 'type': 'album', 'uri': 'spotify:album:2n4GKr0nKfFWoSTWZuNB9Z'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/1ElKnrmCBRnIjTrrzkAL42'}, 'href': 'https://api.spotify.com/v1/artists/1ElKnrmCBRnIjTrrzkAL42', 'id': '1ElKnrmCBRnIjTrrzkAL42', 'name': 'Dungeon Family', 'type': 'artist', 'uri': 'spotify:artist:1ElKnrmCBRnIjTrrzkAL42'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 264666, 'explicit': True, 'external_ids': {'isrc': 'USAR10100674'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0J5Wpb11WR8RAaClP8w9H9'}, 'href': 'https://api.spotify.com/v1/tracks/0J5Wpb11WR8RAaClP8w9H9', 'id': '0J5Wpb11WR8RAaClP8w9H9', 'is_local': False, 'name': 'Follow The Light', 'popularity': 34, 'preview_url': 'https://p.scdn.co/mp3-preview/eda8e6028fda7ef5b155977d9c4a1374db21f668?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 3, 'type': 'track', 'uri': 'spotify:track:0J5Wpb11WR8RAaClP8w9H9'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/1ElKnrmCBRnIjTrrzkAL42'}, 'href': 'https://api.spotify.com/v1/artists/1ElKnrmCBRnIjTrrzkAL42', 'id': '1ElKnrmCBRnIjTrrzkAL42', 'name': 'Dungeon Family', 'type': 'artist', 'uri': 'spotify:artist:1ElKnrmCBRnIjTrrzkAL42'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2n4GKr0nKfFWoSTWZuNB9Z'}, 'href': 'https://api.spotify.com/v1/albums/2n4GKr0nKfFWoSTWZuNB9Z', 'id': '2n4GKr0nKfFWoSTWZuNB9Z', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/8e8fd91ef84cc0cf67628f6367cdb31a6ec161e8', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/8749234c0cead19fa931e25d82ec37999d119a10', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7faeb3d94db4b5db0fb7b26036eeaf8dc07c097b', 'width': 64}], 'name': 'Even In Darkness', 'release_date': '2001-10-22', 'release_date_precision': 'day', 'total_tracks': 14, 'type': 'album', 'uri': 'spotify:album:2n4GKr0nKfFWoSTWZuNB9Z'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/1ElKnrmCBRnIjTrrzkAL42'}, 'href': 'https://api.spotify.com/v1/artists/1ElKnrmCBRnIjTrrzkAL42', 'id': '1ElKnrmCBRnIjTrrzkAL42', 'name': 'Dungeon Family', 'type': 'artist', 'uri': 'spotify:artist:1ElKnrmCBRnIjTrrzkAL42'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/4rFhAWl7KrMNII4rZYVbK5'}, 'href': 'https://api.spotify.com/v1/artists/4rFhAWl7KrMNII4rZYVbK5', 'id': '4rFhAWl7KrMNII4rZYVbK5', 'name': 'Society Of Soul', 'type': 'artist', 'uri': 'spotify:artist:4rFhAWl7KrMNII4rZYVbK5'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 260560, 'explicit': True, 'external_ids': {'isrc': 'USAR10100680'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/4W1I2BS76ZXXZBiH1b7Kf0'}, 'href': 'https://api.spotify.com/v1/tracks/4W1I2BS76ZXXZBiH1b7Kf0', 'id': '4W1I2BS76ZXXZBiH1b7Kf0', 'is_local': False, 'name': "Rollin' (feat. Society Of Soul)", 'popularity': 36, 'preview_url': 'https://p.scdn.co/mp3-preview/98eab9d0f35b7732fbf6f5b89730f6881a29970a?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 10, 'type': 'track', 'uri': 'spotify:track:4W1I2BS76ZXXZBiH1b7Kf0'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/1ElKnrmCBRnIjTrrzkAL42'}, 'href': 'https://api.spotify.com/v1/artists/1ElKnrmCBRnIjTrrzkAL42', 'id': '1ElKnrmCBRnIjTrrzkAL42', 'name': 'Dungeon Family', 'type': 'artist', 'uri': 'spotify:artist:1ElKnrmCBRnIjTrrzkAL42'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2n4GKr0nKfFWoSTWZuNB9Z'}, 'href': 'https://api.spotify.com/v1/albums/2n4GKr0nKfFWoSTWZuNB9Z', 'id': '2n4GKr0nKfFWoSTWZuNB9Z', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/8e8fd91ef84cc0cf67628f6367cdb31a6ec161e8', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/8749234c0cead19fa931e25d82ec37999d119a10', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7faeb3d94db4b5db0fb7b26036eeaf8dc07c097b', 'width': 64}], 'name': 'Even In Darkness', 'release_date': '2001-10-22', 'release_date_precision': 'day', 'total_tracks': 14, 'type': 'album', 'uri': 'spotify:album:2n4GKr0nKfFWoSTWZuNB9Z'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/1ElKnrmCBRnIjTrrzkAL42'}, 'href': 'https://api.spotify.com/v1/artists/1ElKnrmCBRnIjTrrzkAL42', 'id': '1ElKnrmCBRnIjTrrzkAL42', 'name': 'Dungeon Family', 'type': 'artist', 'uri': 'spotify:artist:1ElKnrmCBRnIjTrrzkAL42'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 334360, 'explicit': True, 'external_ids': {'isrc': 'USAR10100678'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/6hZHjRrmQ3UoulSZUzn5nu'}, 'href': 'https://api.spotify.com/v1/tracks/6hZHjRrmQ3UoulSZUzn5nu', 'id': '6hZHjRrmQ3UoulSZUzn5nu', 'is_local': False, 'name': "6 Minutes (Dungeon Family It's On)", 'popularity': 25, 'preview_url': 'https://p.scdn.co/mp3-preview/15a46eaf020b00ad007f7658d8d1e5b8bee9b92b?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 8, 'type': 'track', 'uri': 'spotify:track:6hZHjRrmQ3UoulSZUzn5nu'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/1ElKnrmCBRnIjTrrzkAL42'}, 'href': 'https://api.spotify.com/v1/artists/1ElKnrmCBRnIjTrrzkAL42', 'id': '1ElKnrmCBRnIjTrrzkAL42', 'name': 'Dungeon Family', 'type': 'artist', 'uri': 'spotify:artist:1ElKnrmCBRnIjTrrzkAL42'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2n4GKr0nKfFWoSTWZuNB9Z'}, 'href': 'https://api.spotify.com/v1/albums/2n4GKr0nKfFWoSTWZuNB9Z', 'id': '2n4GKr0nKfFWoSTWZuNB9Z', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/8e8fd91ef84cc0cf67628f6367cdb31a6ec161e8', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/8749234c0cead19fa931e25d82ec37999d119a10', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7faeb3d94db4b5db0fb7b26036eeaf8dc07c097b', 'width': 64}], 'name': 'Even In Darkness', 'release_date': '2001-10-22', 'release_date_precision': 'day', 'total_tracks': 14, 'type': 'album', 'uri': 'spotify:album:2n4GKr0nKfFWoSTWZuNB9Z'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/1ElKnrmCBRnIjTrrzkAL42'}, 'href': 'https://api.spotify.com/v1/artists/1ElKnrmCBRnIjTrrzkAL42', 'id': '1ElKnrmCBRnIjTrrzkAL42', 'name': 'Dungeon Family', 'type': 'artist', 'uri': 'spotify:artist:1ElKnrmCBRnIjTrrzkAL42'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 98866, 'explicit': True, 'external_ids': {'isrc': 'USAR10100672'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5MoK3xWZaCiJLeBALsUwW6'}, 'href': 'https://api.spotify.com/v1/tracks/5MoK3xWZaCiJLeBALsUwW6', 'id': '5MoK3xWZaCiJLeBALsUwW6', 'is_local': False, 'name': 'Presenting Dungeon Family', 'popularity': 14, 'preview_url': 'https://p.scdn.co/mp3-preview/7f007f29031baad427e1c4484997b18669cf3ff9?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 1, 'type': 'track', 'uri': 'spotify:track:5MoK3xWZaCiJLeBALsUwW6'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/1ElKnrmCBRnIjTrrzkAL42'}, 'href': 'https://api.spotify.com/v1/artists/1ElKnrmCBRnIjTrrzkAL42', 'id': '1ElKnrmCBRnIjTrrzkAL42', 'name': 'Dungeon Family', 'type': 'artist', 'uri': 'spotify:artist:1ElKnrmCBRnIjTrrzkAL42'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2n4GKr0nKfFWoSTWZuNB9Z'}, 'href': 'https://api.spotify.com/v1/albums/2n4GKr0nKfFWoSTWZuNB9Z', 'id': '2n4GKr0nKfFWoSTWZuNB9Z', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/8e8fd91ef84cc0cf67628f6367cdb31a6ec161e8', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/8749234c0cead19fa931e25d82ec37999d119a10', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7faeb3d94db4b5db0fb7b26036eeaf8dc07c097b', 'width': 64}], 'name': 'Even In Darkness', 'release_date': '2001-10-22', 'release_date_precision': 'day', 'total_tracks': 14, 'type': 'album', 'uri': 'spotify:album:2n4GKr0nKfFWoSTWZuNB9Z'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/1ElKnrmCBRnIjTrrzkAL42'}, 'href': 'https://api.spotify.com/v1/artists/1ElKnrmCBRnIjTrrzkAL42', 'id': '1ElKnrmCBRnIjTrrzkAL42', 'name': 'Dungeon Family', 'type': 'artist', 'uri': 'spotify:artist:1ElKnrmCBRnIjTrrzkAL42'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 288293, 'explicit': False, 'external_ids': {'isrc': 'USAR10100670'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/14W0RdvOB36Hcu2gvTgXrJ'}, 'href': 'https://api.spotify.com/v1/tracks/14W0RdvOB36Hcu2gvTgXrJ', 'id': '14W0RdvOB36Hcu2gvTgXrJ', 'is_local': False, 'name': 'Trans DF Express - Club Mix', 'popularity': 29, 'preview_url': 'https://p.scdn.co/mp3-preview/5a257bc24ab9131f276ab2d07a627e7a995a13de?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 4, 'type': 'track', 'uri': 'spotify:track:14W0RdvOB36Hcu2gvTgXrJ'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/1ElKnrmCBRnIjTrrzkAL42'}, 'href': 'https://api.spotify.com/v1/artists/1ElKnrmCBRnIjTrrzkAL42', 'id': '1ElKnrmCBRnIjTrrzkAL42', 'name': 'Dungeon Family', 'type': 'artist', 'uri': 'spotify:artist:1ElKnrmCBRnIjTrrzkAL42'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2n4GKr0nKfFWoSTWZuNB9Z'}, 'href': 'https://api.spotify.com/v1/albums/2n4GKr0nKfFWoSTWZuNB9Z', 'id': '2n4GKr0nKfFWoSTWZuNB9Z', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/8e8fd91ef84cc0cf67628f6367cdb31a6ec161e8', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/8749234c0cead19fa931e25d82ec37999d119a10', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7faeb3d94db4b5db0fb7b26036eeaf8dc07c097b', 'width': 64}], 'name': 'Even In Darkness', 'release_date': '2001-10-22', 'release_date_precision': 'day', 'total_tracks': 14, 'type': 'album', 'uri': 'spotify:album:2n4GKr0nKfFWoSTWZuNB9Z'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/1ElKnrmCBRnIjTrrzkAL42'}, 'href': 'https://api.spotify.com/v1/artists/1ElKnrmCBRnIjTrrzkAL42', 'id': '1ElKnrmCBRnIjTrrzkAL42', 'name': 'Dungeon Family', 'type': 'artist', 'uri': 'spotify:artist:1ElKnrmCBRnIjTrrzkAL42'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 240333, 'explicit': True, 'external_ids': {'isrc': 'USAR10100675'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/6xhNmH3GLeED9aTuTEsfzO'}, 'href': 'https://api.spotify.com/v1/tracks/6xhNmH3GLeED9aTuTEsfzO', 'id': '6xhNmH3GLeED9aTuTEsfzO', 'is_local': False, 'name': 'On & On & On', 'popularity': 25, 'preview_url': 'https://p.scdn.co/mp3-preview/e0cf9ab7a1dcdd1af737aaf535a4203db9337de7?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 5, 'type': 'track', 'uri': 'spotify:track:6xhNmH3GLeED9aTuTEsfzO'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/1ElKnrmCBRnIjTrrzkAL42'}, 'href': 'https://api.spotify.com/v1/artists/1ElKnrmCBRnIjTrrzkAL42', 'id': '1ElKnrmCBRnIjTrrzkAL42', 'name': 'Dungeon Family', 'type': 'artist', 'uri': 'spotify:artist:1ElKnrmCBRnIjTrrzkAL42'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2n4GKr0nKfFWoSTWZuNB9Z'}, 'href': 'https://api.spotify.com/v1/albums/2n4GKr0nKfFWoSTWZuNB9Z', 'id': '2n4GKr0nKfFWoSTWZuNB9Z', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/8e8fd91ef84cc0cf67628f6367cdb31a6ec161e8', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/8749234c0cead19fa931e25d82ec37999d119a10', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7faeb3d94db4b5db0fb7b26036eeaf8dc07c097b', 'width': 64}], 'name': 'Even In Darkness', 'release_date': '2001-10-22', 'release_date_precision': 'day', 'total_tracks': 14, 'type': 'album', 'uri': 'spotify:album:2n4GKr0nKfFWoSTWZuNB9Z'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/1ElKnrmCBRnIjTrrzkAL42'}, 'href': 'https://api.spotify.com/v1/artists/1ElKnrmCBRnIjTrrzkAL42', 'id': '1ElKnrmCBRnIjTrrzkAL42', 'name': 'Dungeon Family', 'type': 'artist', 'uri': 'spotify:artist:1ElKnrmCBRnIjTrrzkAL42'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 304800, 'explicit': True, 'external_ids': {'isrc': 'USAR10100673'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/6CNC7AINni3d3KKiObhft3'}, 'href': 'https://api.spotify.com/v1/tracks/6CNC7AINni3d3KKiObhft3', 'id': '6CNC7AINni3d3KKiObhft3', 'is_local': False, 'name': 'Crooked Booty', 'popularity': 22, 'preview_url': 'https://p.scdn.co/mp3-preview/f239d759d347bea242c606711d2a377c88998d33?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 2, 'type': 'track', 'uri': 'spotify:track:6CNC7AINni3d3KKiObhft3'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/1ElKnrmCBRnIjTrrzkAL42'}, 'href': 'https://api.spotify.com/v1/artists/1ElKnrmCBRnIjTrrzkAL42', 'id': '1ElKnrmCBRnIjTrrzkAL42', 'name': 'Dungeon Family', 'type': 'artist', 'uri': 'spotify:artist:1ElKnrmCBRnIjTrrzkAL42'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2n4GKr0nKfFWoSTWZuNB9Z'}, 'href': 'https://api.spotify.com/v1/albums/2n4GKr0nKfFWoSTWZuNB9Z', 'id': '2n4GKr0nKfFWoSTWZuNB9Z', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/8e8fd91ef84cc0cf67628f6367cdb31a6ec161e8', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/8749234c0cead19fa931e25d82ec37999d119a10', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7faeb3d94db4b5db0fb7b26036eeaf8dc07c097b', 'width': 64}], 'name': 'Even In Darkness', 'release_date': '2001-10-22', 'release_date_precision': 'day', 'total_tracks': 14, 'type': 'album', 'uri': 'spotify:album:2n4GKr0nKfFWoSTWZuNB9Z'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/1ElKnrmCBRnIjTrrzkAL42'}, 'href': 'https://api.spotify.com/v1/artists/1ElKnrmCBRnIjTrrzkAL42', 'id': '1ElKnrmCBRnIjTrrzkAL42', 'name': 'Dungeon Family', 'type': 'artist', 'uri': 'spotify:artist:1ElKnrmCBRnIjTrrzkAL42'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/3RPYHNSwe3w0mtfJwKIN9P'}, 'href': 'https://api.spotify.com/v1/artists/3RPYHNSwe3w0mtfJwKIN9P', 'id': '3RPYHNSwe3w0mtfJwKIN9P', 'name': 'Bubba Sparxxx', 'type': 'artist', 'uri': 'spotify:artist:3RPYHNSwe3w0mtfJwKIN9P'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 266906, 'explicit': True, 'external_ids': {'isrc': 'USAR10100679'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/6B2ZDVgJ0lHLgV9xC2PAJh'}, 'href': 'https://api.spotify.com/v1/tracks/6B2ZDVgJ0lHLgV9xC2PAJh', 'id': '6B2ZDVgJ0lHLgV9xC2PAJh', 'is_local': False, 'name': 'White Gutz (feat. Bubba Sparxxx)', 'popularity': 20, 'preview_url': 'https://p.scdn.co/mp3-preview/3774b84419c88e543d2a19de638c677edf01ba43?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 9, 'type': 'track', 'uri': 'spotify:track:6B2ZDVgJ0lHLgV9xC2PAJh'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/1ElKnrmCBRnIjTrrzkAL42'}, 'href': 'https://api.spotify.com/v1/artists/1ElKnrmCBRnIjTrrzkAL42', 'id': '1ElKnrmCBRnIjTrrzkAL42', 'name': 'Dungeon Family', 'type': 'artist', 'uri': 'spotify:artist:1ElKnrmCBRnIjTrrzkAL42'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2n4GKr0nKfFWoSTWZuNB9Z'}, 'href': 'https://api.spotify.com/v1/albums/2n4GKr0nKfFWoSTWZuNB9Z', 'id': '2n4GKr0nKfFWoSTWZuNB9Z', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/8e8fd91ef84cc0cf67628f6367cdb31a6ec161e8', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/8749234c0cead19fa931e25d82ec37999d119a10', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7faeb3d94db4b5db0fb7b26036eeaf8dc07c097b', 'width': 64}], 'name': 'Even In Darkness', 'release_date': '2001-10-22', 'release_date_precision': 'day', 'total_tracks': 14, 'type': 'album', 'uri': 'spotify:album:2n4GKr0nKfFWoSTWZuNB9Z'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/1ElKnrmCBRnIjTrrzkAL42'}, 'href': 'https://api.spotify.com/v1/artists/1ElKnrmCBRnIjTrrzkAL42', 'id': '1ElKnrmCBRnIjTrrzkAL42', 'name': 'Dungeon Family', 'type': 'artist', 'uri': 'spotify:artist:1ElKnrmCBRnIjTrrzkAL42'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 332093, 'explicit': True, 'external_ids': {'isrc': 'USAR10100682'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/2q4eRiRkawINt81bxR0baG'}, 'href': 'https://api.spotify.com/v1/tracks/2q4eRiRkawINt81bxR0baG', 'id': '2q4eRiRkawINt81bxR0baG', 'is_local': False, 'name': 'Excalibur', 'popularity': 18, 'preview_url': 'https://p.scdn.co/mp3-preview/1d39c073fdf6e710d16c3f1b56cd0af76b9b12b2?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 12, 'type': 'track', 'uri': 'spotify:track:2q4eRiRkawINt81bxR0baG'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/1ElKnrmCBRnIjTrrzkAL42'}, 'href': 'https://api.spotify.com/v1/artists/1ElKnrmCBRnIjTrrzkAL42', 'id': '1ElKnrmCBRnIjTrrzkAL42', 'name': 'Dungeon Family', 'type': 'artist', 'uri': 'spotify:artist:1ElKnrmCBRnIjTrrzkAL42'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2n4GKr0nKfFWoSTWZuNB9Z'}, 'href': 'https://api.spotify.com/v1/albums/2n4GKr0nKfFWoSTWZuNB9Z', 'id': '2n4GKr0nKfFWoSTWZuNB9Z', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/8e8fd91ef84cc0cf67628f6367cdb31a6ec161e8', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/8749234c0cead19fa931e25d82ec37999d119a10', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7faeb3d94db4b5db0fb7b26036eeaf8dc07c097b', 'width': 64}], 'name': 'Even In Darkness', 'release_date': '2001-10-22', 'release_date_precision': 'day', 'total_tracks': 14, 'type': 'album', 'uri': 'spotify:album:2n4GKr0nKfFWoSTWZuNB9Z'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/1ElKnrmCBRnIjTrrzkAL42'}, 'href': 'https://api.spotify.com/v1/artists/1ElKnrmCBRnIjTrrzkAL42', 'id': '1ElKnrmCBRnIjTrrzkAL42', 'name': 'Dungeon Family', 'type': 'artist', 'uri': 'spotify:artist:1ElKnrmCBRnIjTrrzkAL42'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 100733, 'explicit': True, 'external_ids': {'isrc': 'USAR10100677'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/4sglFfh7MvnXRxHjtMXjQI'}, 'href': 'https://api.spotify.com/v1/tracks/4sglFfh7MvnXRxHjtMXjQI', 'id': '4sglFfh7MvnXRxHjtMXjQI', 'is_local': False, 'name': "Forever Pimpin' (Never Slippin')", 'popularity': 19, 'preview_url': 'https://p.scdn.co/mp3-preview/75abef3dea0cd047564a5718de2bf9654e58c6a7?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 7, 'type': 'track', 'uri': 'spotify:track:4sglFfh7MvnXRxHjtMXjQI'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/1ElKnrmCBRnIjTrrzkAL42'}, 'href': 'https://api.spotify.com/v1/artists/1ElKnrmCBRnIjTrrzkAL42', 'id': '1ElKnrmCBRnIjTrrzkAL42', 'name': 'Dungeon Family', 'type': 'artist', 'uri': 'spotify:artist:1ElKnrmCBRnIjTrrzkAL42'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2n4GKr0nKfFWoSTWZuNB9Z'}, 'href': 'https://api.spotify.com/v1/albums/2n4GKr0nKfFWoSTWZuNB9Z', 'id': '2n4GKr0nKfFWoSTWZuNB9Z', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/8e8fd91ef84cc0cf67628f6367cdb31a6ec161e8', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/8749234c0cead19fa931e25d82ec37999d119a10', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7faeb3d94db4b5db0fb7b26036eeaf8dc07c097b', 'width': 64}], 'name': 'Even In Darkness', 'release_date': '2001-10-22', 'release_date_precision': 'day', 'total_tracks': 14, 'type': 'album', 'uri': 'spotify:album:2n4GKr0nKfFWoSTWZuNB9Z'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/1ElKnrmCBRnIjTrrzkAL42'}, 'href': 'https://api.spotify.com/v1/artists/1ElKnrmCBRnIjTrrzkAL42', 'id': '1ElKnrmCBRnIjTrrzkAL42', 'name': 'Dungeon Family', 'type': 'artist', 'uri': 'spotify:artist:1ElKnrmCBRnIjTrrzkAL42'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 302440, 'explicit': True, 'external_ids': {'isrc': 'USAR10100676'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/2oU21ipLiozCVIEwfyphHZ'}, 'href': 'https://api.spotify.com/v1/tracks/2oU21ipLiozCVIEwfyphHZ', 'id': '2oU21ipLiozCVIEwfyphHZ', 'is_local': False, 'name': 'Emergency', 'popularity': 16, 'preview_url': 'https://p.scdn.co/mp3-preview/a2e642966e1db89ef4e3dca7479a885eee3e8cbd?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 6, 'type': 'track', 'uri': 'spotify:track:2oU21ipLiozCVIEwfyphHZ'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/1ElKnrmCBRnIjTrrzkAL42'}, 'href': 'https://api.spotify.com/v1/artists/1ElKnrmCBRnIjTrrzkAL42', 'id': '1ElKnrmCBRnIjTrrzkAL42', 'name': 'Dungeon Family', 'type': 'artist', 'uri': 'spotify:artist:1ElKnrmCBRnIjTrrzkAL42'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2n4GKr0nKfFWoSTWZuNB9Z'}, 'href': 'https://api.spotify.com/v1/albums/2n4GKr0nKfFWoSTWZuNB9Z', 'id': '2n4GKr0nKfFWoSTWZuNB9Z', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/8e8fd91ef84cc0cf67628f6367cdb31a6ec161e8', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/8749234c0cead19fa931e25d82ec37999d119a10', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7faeb3d94db4b5db0fb7b26036eeaf8dc07c097b', 'width': 64}], 'name': 'Even In Darkness', 'release_date': '2001-10-22', 'release_date_precision': 'day', 'total_tracks': 14, 'type': 'album', 'uri': 'spotify:album:2n4GKr0nKfFWoSTWZuNB9Z'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/1ElKnrmCBRnIjTrrzkAL42'}, 'href': 'https://api.spotify.com/v1/artists/1ElKnrmCBRnIjTrrzkAL42', 'id': '1ElKnrmCBRnIjTrrzkAL42', 'name': 'Dungeon Family', 'type': 'artist', 'uri': 'spotify:artist:1ElKnrmCBRnIjTrrzkAL42'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 203573, 'explicit': True, 'external_ids': {'isrc': 'USAR10100681'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0k4dGkqZvmvMX4MiVvnEl1'}, 'href': 'https://api.spotify.com/v1/tracks/0k4dGkqZvmvMX4MiVvnEl1', 'id': '0k4dGkqZvmvMX4MiVvnEl1', 'is_local': False, 'name': "They Comin'", 'popularity': 15, 'preview_url': 'https://p.scdn.co/mp3-preview/d8428ce4b29f69306af127713eb2c345e5700695?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 11, 'type': 'track', 'uri': 'spotify:track:0k4dGkqZvmvMX4MiVvnEl1'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/1ElKnrmCBRnIjTrrzkAL42'}, 'href': 'https://api.spotify.com/v1/artists/1ElKnrmCBRnIjTrrzkAL42', 'id': '1ElKnrmCBRnIjTrrzkAL42', 'name': 'Dungeon Family', 'type': 'artist', 'uri': 'spotify:artist:1ElKnrmCBRnIjTrrzkAL42'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2n4GKr0nKfFWoSTWZuNB9Z'}, 'href': 'https://api.spotify.com/v1/albums/2n4GKr0nKfFWoSTWZuNB9Z', 'id': '2n4GKr0nKfFWoSTWZuNB9Z', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/8e8fd91ef84cc0cf67628f6367cdb31a6ec161e8', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/8749234c0cead19fa931e25d82ec37999d119a10', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7faeb3d94db4b5db0fb7b26036eeaf8dc07c097b', 'width': 64}], 'name': 'Even In Darkness', 'release_date': '2001-10-22', 'release_date_precision': 'day', 'total_tracks': 14, 'type': 'album', 'uri': 'spotify:album:2n4GKr0nKfFWoSTWZuNB9Z'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/1ElKnrmCBRnIjTrrzkAL42'}, 'href': 'https://api.spotify.com/v1/artists/1ElKnrmCBRnIjTrrzkAL42', 'id': '1ElKnrmCBRnIjTrrzkAL42', 'name': 'Dungeon Family', 'type': 'artist', 'uri': 'spotify:artist:1ElKnrmCBRnIjTrrzkAL42'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 280400, 'explicit': True, 'external_ids': {'isrc': 'USAR10100684'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0V2CC868dwWsrY6JnNk0pX'}, 'href': 'https://api.spotify.com/v1/tracks/0V2CC868dwWsrY6JnNk0pX', 'id': '0V2CC868dwWsrY6JnNk0pX', 'is_local': False, 'name': 'Curtains (DF 2nd Generation)', 'popularity': 14, 'preview_url': 'https://p.scdn.co/mp3-preview/8016728fa60c54ed6f2d206d893a9e28dc51e5c9?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 14, 'type': 'track', 'uri': 'spotify:track:0V2CC868dwWsrY6JnNk0pX'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/1ElKnrmCBRnIjTrrzkAL42'}, 'href': 'https://api.spotify.com/v1/artists/1ElKnrmCBRnIjTrrzkAL42', 'id': '1ElKnrmCBRnIjTrrzkAL42', 'name': 'Dungeon Family', 'type': 'artist', 'uri': 'spotify:artist:1ElKnrmCBRnIjTrrzkAL42'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2n4GKr0nKfFWoSTWZuNB9Z'}, 'href': 'https://api.spotify.com/v1/albums/2n4GKr0nKfFWoSTWZuNB9Z', 'id': '2n4GKr0nKfFWoSTWZuNB9Z', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/8e8fd91ef84cc0cf67628f6367cdb31a6ec161e8', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/8749234c0cead19fa931e25d82ec37999d119a10', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7faeb3d94db4b5db0fb7b26036eeaf8dc07c097b', 'width': 64}], 'name': 'Even In Darkness', 'release_date': '2001-10-22', 'release_date_precision': 'day', 'total_tracks': 14, 'type': 'album', 'uri': 'spotify:album:2n4GKr0nKfFWoSTWZuNB9Z'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/1ElKnrmCBRnIjTrrzkAL42'}, 'href': 'https://api.spotify.com/v1/artists/1ElKnrmCBRnIjTrrzkAL42', 'id': '1ElKnrmCBRnIjTrrzkAL42', 'name': 'Dungeon Family', 'type': 'artist', 'uri': 'spotify:artist:1ElKnrmCBRnIjTrrzkAL42'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 241706, 'explicit': True, 'external_ids': {'isrc': 'USAR10100683'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5p7yLSDCY3iO0cdmy4yAm4'}, 'href': 'https://api.spotify.com/v1/tracks/5p7yLSDCY3iO0cdmy4yAm4', 'id': '5p7yLSDCY3iO0cdmy4yAm4', 'is_local': False, 'name': 'What Iz Rap?', 'popularity': 13, 'preview_url': 'https://p.scdn.co/mp3-preview/d55e30ae0f291090b7c3fd36127ec505455265fa?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 13, 'type': 'track', 'uri': 'spotify:track:5p7yLSDCY3iO0cdmy4yAm4'}], 'limit': 50, 'next': None, 'offset': 0, 'previous': None, 'total': 14}} +{'tracks': {'href': 'https://api.spotify.com/v1/search?query=even+in+darkness+dungeon+family&type=track&market=GB&offset=0&limit=50', 'items': [{'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/1ElKnrmCBRnIjTrrzkAL42'}, 'href': 'https://api.spotify.com/v1/artists/1ElKnrmCBRnIjTrrzkAL42', 'id': '1ElKnrmCBRnIjTrrzkAL42', 'name': 'Dungeon Family', 'type': 'artist', 'uri': 'spotify:artist:1ElKnrmCBRnIjTrrzkAL42'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2n4GKr0nKfFWoSTWZuNB9Z'}, 'href': 'https://api.spotify.com/v1/albums/2n4GKr0nKfFWoSTWZuNB9Z', 'id': '2n4GKr0nKfFWoSTWZuNB9Z', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/8e8fd91ef84cc0cf67628f6367cdb31a6ec161e8', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/8749234c0cead19fa931e25d82ec37999d119a10', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7faeb3d94db4b5db0fb7b26036eeaf8dc07c097b', 'width': 64}], 'name': 'Even In Darkness', 'release_date': '2001-10-22', 'release_date_precision': 'day', 'total_tracks': 14, 'type': 'album', 'uri': 'spotify:album:2n4GKr0nKfFWoSTWZuNB9Z'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/1ElKnrmCBRnIjTrrzkAL42'}, 'href': 'https://api.spotify.com/v1/artists/1ElKnrmCBRnIjTrrzkAL42', 'id': '1ElKnrmCBRnIjTrrzkAL42', 'name': 'Dungeon Family', 'type': 'artist', 'uri': 'spotify:artist:1ElKnrmCBRnIjTrrzkAL42'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 264666, 'explicit': True, 'external_ids': {'isrc': 'USAR10100674'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0J5Wpb11WR8RAaClP8w9H9'}, 'href': 'https://api.spotify.com/v1/tracks/0J5Wpb11WR8RAaClP8w9H9', 'id': '0J5Wpb11WR8RAaClP8w9H9', 'is_local': False, 'name': 'Follow The Light', 'popularity': 35, 'preview_url': 'https://p.scdn.co/mp3-preview/eda8e6028fda7ef5b155977d9c4a1374db21f668?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 3, 'type': 'track', 'uri': 'spotify:track:0J5Wpb11WR8RAaClP8w9H9'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/1ElKnrmCBRnIjTrrzkAL42'}, 'href': 'https://api.spotify.com/v1/artists/1ElKnrmCBRnIjTrrzkAL42', 'id': '1ElKnrmCBRnIjTrrzkAL42', 'name': 'Dungeon Family', 'type': 'artist', 'uri': 'spotify:artist:1ElKnrmCBRnIjTrrzkAL42'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2n4GKr0nKfFWoSTWZuNB9Z'}, 'href': 'https://api.spotify.com/v1/albums/2n4GKr0nKfFWoSTWZuNB9Z', 'id': '2n4GKr0nKfFWoSTWZuNB9Z', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/8e8fd91ef84cc0cf67628f6367cdb31a6ec161e8', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/8749234c0cead19fa931e25d82ec37999d119a10', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7faeb3d94db4b5db0fb7b26036eeaf8dc07c097b', 'width': 64}], 'name': 'Even In Darkness', 'release_date': '2001-10-22', 'release_date_precision': 'day', 'total_tracks': 14, 'type': 'album', 'uri': 'spotify:album:2n4GKr0nKfFWoSTWZuNB9Z'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/1ElKnrmCBRnIjTrrzkAL42'}, 'href': 'https://api.spotify.com/v1/artists/1ElKnrmCBRnIjTrrzkAL42', 'id': '1ElKnrmCBRnIjTrrzkAL42', 'name': 'Dungeon Family', 'type': 'artist', 'uri': 'spotify:artist:1ElKnrmCBRnIjTrrzkAL42'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/4rFhAWl7KrMNII4rZYVbK5'}, 'href': 'https://api.spotify.com/v1/artists/4rFhAWl7KrMNII4rZYVbK5', 'id': '4rFhAWl7KrMNII4rZYVbK5', 'name': 'Society Of Soul', 'type': 'artist', 'uri': 'spotify:artist:4rFhAWl7KrMNII4rZYVbK5'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 260560, 'explicit': True, 'external_ids': {'isrc': 'USAR10100680'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/4W1I2BS76ZXXZBiH1b7Kf0'}, 'href': 'https://api.spotify.com/v1/tracks/4W1I2BS76ZXXZBiH1b7Kf0', 'id': '4W1I2BS76ZXXZBiH1b7Kf0', 'is_local': False, 'name': "Rollin' (feat. Society Of Soul)", 'popularity': 37, 'preview_url': 'https://p.scdn.co/mp3-preview/98eab9d0f35b7732fbf6f5b89730f6881a29970a?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 10, 'type': 'track', 'uri': 'spotify:track:4W1I2BS76ZXXZBiH1b7Kf0'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/1ElKnrmCBRnIjTrrzkAL42'}, 'href': 'https://api.spotify.com/v1/artists/1ElKnrmCBRnIjTrrzkAL42', 'id': '1ElKnrmCBRnIjTrrzkAL42', 'name': 'Dungeon Family', 'type': 'artist', 'uri': 'spotify:artist:1ElKnrmCBRnIjTrrzkAL42'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2n4GKr0nKfFWoSTWZuNB9Z'}, 'href': 'https://api.spotify.com/v1/albums/2n4GKr0nKfFWoSTWZuNB9Z', 'id': '2n4GKr0nKfFWoSTWZuNB9Z', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/8e8fd91ef84cc0cf67628f6367cdb31a6ec161e8', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/8749234c0cead19fa931e25d82ec37999d119a10', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7faeb3d94db4b5db0fb7b26036eeaf8dc07c097b', 'width': 64}], 'name': 'Even In Darkness', 'release_date': '2001-10-22', 'release_date_precision': 'day', 'total_tracks': 14, 'type': 'album', 'uri': 'spotify:album:2n4GKr0nKfFWoSTWZuNB9Z'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/1ElKnrmCBRnIjTrrzkAL42'}, 'href': 'https://api.spotify.com/v1/artists/1ElKnrmCBRnIjTrrzkAL42', 'id': '1ElKnrmCBRnIjTrrzkAL42', 'name': 'Dungeon Family', 'type': 'artist', 'uri': 'spotify:artist:1ElKnrmCBRnIjTrrzkAL42'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 288293, 'explicit': False, 'external_ids': {'isrc': 'USAR10100670'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/14W0RdvOB36Hcu2gvTgXrJ'}, 'href': 'https://api.spotify.com/v1/tracks/14W0RdvOB36Hcu2gvTgXrJ', 'id': '14W0RdvOB36Hcu2gvTgXrJ', 'is_local': False, 'name': 'Trans DF Express - Club Mix', 'popularity': 30, 'preview_url': 'https://p.scdn.co/mp3-preview/5a257bc24ab9131f276ab2d07a627e7a995a13de?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 4, 'type': 'track', 'uri': 'spotify:track:14W0RdvOB36Hcu2gvTgXrJ'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/1ElKnrmCBRnIjTrrzkAL42'}, 'href': 'https://api.spotify.com/v1/artists/1ElKnrmCBRnIjTrrzkAL42', 'id': '1ElKnrmCBRnIjTrrzkAL42', 'name': 'Dungeon Family', 'type': 'artist', 'uri': 'spotify:artist:1ElKnrmCBRnIjTrrzkAL42'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2n4GKr0nKfFWoSTWZuNB9Z'}, 'href': 'https://api.spotify.com/v1/albums/2n4GKr0nKfFWoSTWZuNB9Z', 'id': '2n4GKr0nKfFWoSTWZuNB9Z', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/8e8fd91ef84cc0cf67628f6367cdb31a6ec161e8', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/8749234c0cead19fa931e25d82ec37999d119a10', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7faeb3d94db4b5db0fb7b26036eeaf8dc07c097b', 'width': 64}], 'name': 'Even In Darkness', 'release_date': '2001-10-22', 'release_date_precision': 'day', 'total_tracks': 14, 'type': 'album', 'uri': 'spotify:album:2n4GKr0nKfFWoSTWZuNB9Z'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/1ElKnrmCBRnIjTrrzkAL42'}, 'href': 'https://api.spotify.com/v1/artists/1ElKnrmCBRnIjTrrzkAL42', 'id': '1ElKnrmCBRnIjTrrzkAL42', 'name': 'Dungeon Family', 'type': 'artist', 'uri': 'spotify:artist:1ElKnrmCBRnIjTrrzkAL42'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 240333, 'explicit': True, 'external_ids': {'isrc': 'USAR10100675'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/6xhNmH3GLeED9aTuTEsfzO'}, 'href': 'https://api.spotify.com/v1/tracks/6xhNmH3GLeED9aTuTEsfzO', 'id': '6xhNmH3GLeED9aTuTEsfzO', 'is_local': False, 'name': 'On & On & On', 'popularity': 25, 'preview_url': 'https://p.scdn.co/mp3-preview/e0cf9ab7a1dcdd1af737aaf535a4203db9337de7?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 5, 'type': 'track', 'uri': 'spotify:track:6xhNmH3GLeED9aTuTEsfzO'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/1ElKnrmCBRnIjTrrzkAL42'}, 'href': 'https://api.spotify.com/v1/artists/1ElKnrmCBRnIjTrrzkAL42', 'id': '1ElKnrmCBRnIjTrrzkAL42', 'name': 'Dungeon Family', 'type': 'artist', 'uri': 'spotify:artist:1ElKnrmCBRnIjTrrzkAL42'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2n4GKr0nKfFWoSTWZuNB9Z'}, 'href': 'https://api.spotify.com/v1/albums/2n4GKr0nKfFWoSTWZuNB9Z', 'id': '2n4GKr0nKfFWoSTWZuNB9Z', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/8e8fd91ef84cc0cf67628f6367cdb31a6ec161e8', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/8749234c0cead19fa931e25d82ec37999d119a10', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7faeb3d94db4b5db0fb7b26036eeaf8dc07c097b', 'width': 64}], 'name': 'Even In Darkness', 'release_date': '2001-10-22', 'release_date_precision': 'day', 'total_tracks': 14, 'type': 'album', 'uri': 'spotify:album:2n4GKr0nKfFWoSTWZuNB9Z'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/1ElKnrmCBRnIjTrrzkAL42'}, 'href': 'https://api.spotify.com/v1/artists/1ElKnrmCBRnIjTrrzkAL42', 'id': '1ElKnrmCBRnIjTrrzkAL42', 'name': 'Dungeon Family', 'type': 'artist', 'uri': 'spotify:artist:1ElKnrmCBRnIjTrrzkAL42'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 334360, 'explicit': True, 'external_ids': {'isrc': 'USAR10100678'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/6hZHjRrmQ3UoulSZUzn5nu'}, 'href': 'https://api.spotify.com/v1/tracks/6hZHjRrmQ3UoulSZUzn5nu', 'id': '6hZHjRrmQ3UoulSZUzn5nu', 'is_local': False, 'name': "6 Minutes (Dungeon Family It's On)", 'popularity': 25, 'preview_url': 'https://p.scdn.co/mp3-preview/15a46eaf020b00ad007f7658d8d1e5b8bee9b92b?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 8, 'type': 'track', 'uri': 'spotify:track:6hZHjRrmQ3UoulSZUzn5nu'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/1ElKnrmCBRnIjTrrzkAL42'}, 'href': 'https://api.spotify.com/v1/artists/1ElKnrmCBRnIjTrrzkAL42', 'id': '1ElKnrmCBRnIjTrrzkAL42', 'name': 'Dungeon Family', 'type': 'artist', 'uri': 'spotify:artist:1ElKnrmCBRnIjTrrzkAL42'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2n4GKr0nKfFWoSTWZuNB9Z'}, 'href': 'https://api.spotify.com/v1/albums/2n4GKr0nKfFWoSTWZuNB9Z', 'id': '2n4GKr0nKfFWoSTWZuNB9Z', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/8e8fd91ef84cc0cf67628f6367cdb31a6ec161e8', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/8749234c0cead19fa931e25d82ec37999d119a10', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7faeb3d94db4b5db0fb7b26036eeaf8dc07c097b', 'width': 64}], 'name': 'Even In Darkness', 'release_date': '2001-10-22', 'release_date_precision': 'day', 'total_tracks': 14, 'type': 'album', 'uri': 'spotify:album:2n4GKr0nKfFWoSTWZuNB9Z'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/1ElKnrmCBRnIjTrrzkAL42'}, 'href': 'https://api.spotify.com/v1/artists/1ElKnrmCBRnIjTrrzkAL42', 'id': '1ElKnrmCBRnIjTrrzkAL42', 'name': 'Dungeon Family', 'type': 'artist', 'uri': 'spotify:artist:1ElKnrmCBRnIjTrrzkAL42'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 304800, 'explicit': True, 'external_ids': {'isrc': 'USAR10100673'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/6CNC7AINni3d3KKiObhft3'}, 'href': 'https://api.spotify.com/v1/tracks/6CNC7AINni3d3KKiObhft3', 'id': '6CNC7AINni3d3KKiObhft3', 'is_local': False, 'name': 'Crooked Booty', 'popularity': 22, 'preview_url': 'https://p.scdn.co/mp3-preview/f239d759d347bea242c606711d2a377c88998d33?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 2, 'type': 'track', 'uri': 'spotify:track:6CNC7AINni3d3KKiObhft3'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/1ElKnrmCBRnIjTrrzkAL42'}, 'href': 'https://api.spotify.com/v1/artists/1ElKnrmCBRnIjTrrzkAL42', 'id': '1ElKnrmCBRnIjTrrzkAL42', 'name': 'Dungeon Family', 'type': 'artist', 'uri': 'spotify:artist:1ElKnrmCBRnIjTrrzkAL42'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2n4GKr0nKfFWoSTWZuNB9Z'}, 'href': 'https://api.spotify.com/v1/albums/2n4GKr0nKfFWoSTWZuNB9Z', 'id': '2n4GKr0nKfFWoSTWZuNB9Z', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/8e8fd91ef84cc0cf67628f6367cdb31a6ec161e8', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/8749234c0cead19fa931e25d82ec37999d119a10', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7faeb3d94db4b5db0fb7b26036eeaf8dc07c097b', 'width': 64}], 'name': 'Even In Darkness', 'release_date': '2001-10-22', 'release_date_precision': 'day', 'total_tracks': 14, 'type': 'album', 'uri': 'spotify:album:2n4GKr0nKfFWoSTWZuNB9Z'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/1ElKnrmCBRnIjTrrzkAL42'}, 'href': 'https://api.spotify.com/v1/artists/1ElKnrmCBRnIjTrrzkAL42', 'id': '1ElKnrmCBRnIjTrrzkAL42', 'name': 'Dungeon Family', 'type': 'artist', 'uri': 'spotify:artist:1ElKnrmCBRnIjTrrzkAL42'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 332093, 'explicit': True, 'external_ids': {'isrc': 'USAR10100682'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/2q4eRiRkawINt81bxR0baG'}, 'href': 'https://api.spotify.com/v1/tracks/2q4eRiRkawINt81bxR0baG', 'id': '2q4eRiRkawINt81bxR0baG', 'is_local': False, 'name': 'Excalibur', 'popularity': 18, 'preview_url': 'https://p.scdn.co/mp3-preview/1d39c073fdf6e710d16c3f1b56cd0af76b9b12b2?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 12, 'type': 'track', 'uri': 'spotify:track:2q4eRiRkawINt81bxR0baG'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/1ElKnrmCBRnIjTrrzkAL42'}, 'href': 'https://api.spotify.com/v1/artists/1ElKnrmCBRnIjTrrzkAL42', 'id': '1ElKnrmCBRnIjTrrzkAL42', 'name': 'Dungeon Family', 'type': 'artist', 'uri': 'spotify:artist:1ElKnrmCBRnIjTrrzkAL42'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2n4GKr0nKfFWoSTWZuNB9Z'}, 'href': 'https://api.spotify.com/v1/albums/2n4GKr0nKfFWoSTWZuNB9Z', 'id': '2n4GKr0nKfFWoSTWZuNB9Z', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/8e8fd91ef84cc0cf67628f6367cdb31a6ec161e8', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/8749234c0cead19fa931e25d82ec37999d119a10', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7faeb3d94db4b5db0fb7b26036eeaf8dc07c097b', 'width': 64}], 'name': 'Even In Darkness', 'release_date': '2001-10-22', 'release_date_precision': 'day', 'total_tracks': 14, 'type': 'album', 'uri': 'spotify:album:2n4GKr0nKfFWoSTWZuNB9Z'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/1ElKnrmCBRnIjTrrzkAL42'}, 'href': 'https://api.spotify.com/v1/artists/1ElKnrmCBRnIjTrrzkAL42', 'id': '1ElKnrmCBRnIjTrrzkAL42', 'name': 'Dungeon Family', 'type': 'artist', 'uri': 'spotify:artist:1ElKnrmCBRnIjTrrzkAL42'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/3RPYHNSwe3w0mtfJwKIN9P'}, 'href': 'https://api.spotify.com/v1/artists/3RPYHNSwe3w0mtfJwKIN9P', 'id': '3RPYHNSwe3w0mtfJwKIN9P', 'name': 'Bubba Sparxxx', 'type': 'artist', 'uri': 'spotify:artist:3RPYHNSwe3w0mtfJwKIN9P'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 266906, 'explicit': True, 'external_ids': {'isrc': 'USAR10100679'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/6B2ZDVgJ0lHLgV9xC2PAJh'}, 'href': 'https://api.spotify.com/v1/tracks/6B2ZDVgJ0lHLgV9xC2PAJh', 'id': '6B2ZDVgJ0lHLgV9xC2PAJh', 'is_local': False, 'name': 'White Gutz (feat. Bubba Sparxxx)', 'popularity': 20, 'preview_url': 'https://p.scdn.co/mp3-preview/3774b84419c88e543d2a19de638c677edf01ba43?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 9, 'type': 'track', 'uri': 'spotify:track:6B2ZDVgJ0lHLgV9xC2PAJh'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/1ElKnrmCBRnIjTrrzkAL42'}, 'href': 'https://api.spotify.com/v1/artists/1ElKnrmCBRnIjTrrzkAL42', 'id': '1ElKnrmCBRnIjTrrzkAL42', 'name': 'Dungeon Family', 'type': 'artist', 'uri': 'spotify:artist:1ElKnrmCBRnIjTrrzkAL42'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2n4GKr0nKfFWoSTWZuNB9Z'}, 'href': 'https://api.spotify.com/v1/albums/2n4GKr0nKfFWoSTWZuNB9Z', 'id': '2n4GKr0nKfFWoSTWZuNB9Z', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/8e8fd91ef84cc0cf67628f6367cdb31a6ec161e8', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/8749234c0cead19fa931e25d82ec37999d119a10', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7faeb3d94db4b5db0fb7b26036eeaf8dc07c097b', 'width': 64}], 'name': 'Even In Darkness', 'release_date': '2001-10-22', 'release_date_precision': 'day', 'total_tracks': 14, 'type': 'album', 'uri': 'spotify:album:2n4GKr0nKfFWoSTWZuNB9Z'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/1ElKnrmCBRnIjTrrzkAL42'}, 'href': 'https://api.spotify.com/v1/artists/1ElKnrmCBRnIjTrrzkAL42', 'id': '1ElKnrmCBRnIjTrrzkAL42', 'name': 'Dungeon Family', 'type': 'artist', 'uri': 'spotify:artist:1ElKnrmCBRnIjTrrzkAL42'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 100733, 'explicit': True, 'external_ids': {'isrc': 'USAR10100677'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/4sglFfh7MvnXRxHjtMXjQI'}, 'href': 'https://api.spotify.com/v1/tracks/4sglFfh7MvnXRxHjtMXjQI', 'id': '4sglFfh7MvnXRxHjtMXjQI', 'is_local': False, 'name': "Forever Pimpin' (Never Slippin')", 'popularity': 19, 'preview_url': 'https://p.scdn.co/mp3-preview/75abef3dea0cd047564a5718de2bf9654e58c6a7?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 7, 'type': 'track', 'uri': 'spotify:track:4sglFfh7MvnXRxHjtMXjQI'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/1ElKnrmCBRnIjTrrzkAL42'}, 'href': 'https://api.spotify.com/v1/artists/1ElKnrmCBRnIjTrrzkAL42', 'id': '1ElKnrmCBRnIjTrrzkAL42', 'name': 'Dungeon Family', 'type': 'artist', 'uri': 'spotify:artist:1ElKnrmCBRnIjTrrzkAL42'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2n4GKr0nKfFWoSTWZuNB9Z'}, 'href': 'https://api.spotify.com/v1/albums/2n4GKr0nKfFWoSTWZuNB9Z', 'id': '2n4GKr0nKfFWoSTWZuNB9Z', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/8e8fd91ef84cc0cf67628f6367cdb31a6ec161e8', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/8749234c0cead19fa931e25d82ec37999d119a10', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7faeb3d94db4b5db0fb7b26036eeaf8dc07c097b', 'width': 64}], 'name': 'Even In Darkness', 'release_date': '2001-10-22', 'release_date_precision': 'day', 'total_tracks': 14, 'type': 'album', 'uri': 'spotify:album:2n4GKr0nKfFWoSTWZuNB9Z'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/1ElKnrmCBRnIjTrrzkAL42'}, 'href': 'https://api.spotify.com/v1/artists/1ElKnrmCBRnIjTrrzkAL42', 'id': '1ElKnrmCBRnIjTrrzkAL42', 'name': 'Dungeon Family', 'type': 'artist', 'uri': 'spotify:artist:1ElKnrmCBRnIjTrrzkAL42'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 98866, 'explicit': True, 'external_ids': {'isrc': 'USAR10100672'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5MoK3xWZaCiJLeBALsUwW6'}, 'href': 'https://api.spotify.com/v1/tracks/5MoK3xWZaCiJLeBALsUwW6', 'id': '5MoK3xWZaCiJLeBALsUwW6', 'is_local': False, 'name': 'Presenting Dungeon Family', 'popularity': 14, 'preview_url': 'https://p.scdn.co/mp3-preview/7f007f29031baad427e1c4484997b18669cf3ff9?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 1, 'type': 'track', 'uri': 'spotify:track:5MoK3xWZaCiJLeBALsUwW6'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/1ElKnrmCBRnIjTrrzkAL42'}, 'href': 'https://api.spotify.com/v1/artists/1ElKnrmCBRnIjTrrzkAL42', 'id': '1ElKnrmCBRnIjTrrzkAL42', 'name': 'Dungeon Family', 'type': 'artist', 'uri': 'spotify:artist:1ElKnrmCBRnIjTrrzkAL42'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2n4GKr0nKfFWoSTWZuNB9Z'}, 'href': 'https://api.spotify.com/v1/albums/2n4GKr0nKfFWoSTWZuNB9Z', 'id': '2n4GKr0nKfFWoSTWZuNB9Z', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/8e8fd91ef84cc0cf67628f6367cdb31a6ec161e8', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/8749234c0cead19fa931e25d82ec37999d119a10', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7faeb3d94db4b5db0fb7b26036eeaf8dc07c097b', 'width': 64}], 'name': 'Even In Darkness', 'release_date': '2001-10-22', 'release_date_precision': 'day', 'total_tracks': 14, 'type': 'album', 'uri': 'spotify:album:2n4GKr0nKfFWoSTWZuNB9Z'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/1ElKnrmCBRnIjTrrzkAL42'}, 'href': 'https://api.spotify.com/v1/artists/1ElKnrmCBRnIjTrrzkAL42', 'id': '1ElKnrmCBRnIjTrrzkAL42', 'name': 'Dungeon Family', 'type': 'artist', 'uri': 'spotify:artist:1ElKnrmCBRnIjTrrzkAL42'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 302440, 'explicit': True, 'external_ids': {'isrc': 'USAR10100676'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/2oU21ipLiozCVIEwfyphHZ'}, 'href': 'https://api.spotify.com/v1/tracks/2oU21ipLiozCVIEwfyphHZ', 'id': '2oU21ipLiozCVIEwfyphHZ', 'is_local': False, 'name': 'Emergency', 'popularity': 17, 'preview_url': 'https://p.scdn.co/mp3-preview/a2e642966e1db89ef4e3dca7479a885eee3e8cbd?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 6, 'type': 'track', 'uri': 'spotify:track:2oU21ipLiozCVIEwfyphHZ'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/1ElKnrmCBRnIjTrrzkAL42'}, 'href': 'https://api.spotify.com/v1/artists/1ElKnrmCBRnIjTrrzkAL42', 'id': '1ElKnrmCBRnIjTrrzkAL42', 'name': 'Dungeon Family', 'type': 'artist', 'uri': 'spotify:artist:1ElKnrmCBRnIjTrrzkAL42'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2n4GKr0nKfFWoSTWZuNB9Z'}, 'href': 'https://api.spotify.com/v1/albums/2n4GKr0nKfFWoSTWZuNB9Z', 'id': '2n4GKr0nKfFWoSTWZuNB9Z', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/8e8fd91ef84cc0cf67628f6367cdb31a6ec161e8', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/8749234c0cead19fa931e25d82ec37999d119a10', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7faeb3d94db4b5db0fb7b26036eeaf8dc07c097b', 'width': 64}], 'name': 'Even In Darkness', 'release_date': '2001-10-22', 'release_date_precision': 'day', 'total_tracks': 14, 'type': 'album', 'uri': 'spotify:album:2n4GKr0nKfFWoSTWZuNB9Z'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/1ElKnrmCBRnIjTrrzkAL42'}, 'href': 'https://api.spotify.com/v1/artists/1ElKnrmCBRnIjTrrzkAL42', 'id': '1ElKnrmCBRnIjTrrzkAL42', 'name': 'Dungeon Family', 'type': 'artist', 'uri': 'spotify:artist:1ElKnrmCBRnIjTrrzkAL42'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 280400, 'explicit': True, 'external_ids': {'isrc': 'USAR10100684'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0V2CC868dwWsrY6JnNk0pX'}, 'href': 'https://api.spotify.com/v1/tracks/0V2CC868dwWsrY6JnNk0pX', 'id': '0V2CC868dwWsrY6JnNk0pX', 'is_local': False, 'name': 'Curtains (DF 2nd Generation)', 'popularity': 14, 'preview_url': 'https://p.scdn.co/mp3-preview/8016728fa60c54ed6f2d206d893a9e28dc51e5c9?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 14, 'type': 'track', 'uri': 'spotify:track:0V2CC868dwWsrY6JnNk0pX'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/1ElKnrmCBRnIjTrrzkAL42'}, 'href': 'https://api.spotify.com/v1/artists/1ElKnrmCBRnIjTrrzkAL42', 'id': '1ElKnrmCBRnIjTrrzkAL42', 'name': 'Dungeon Family', 'type': 'artist', 'uri': 'spotify:artist:1ElKnrmCBRnIjTrrzkAL42'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2n4GKr0nKfFWoSTWZuNB9Z'}, 'href': 'https://api.spotify.com/v1/albums/2n4GKr0nKfFWoSTWZuNB9Z', 'id': '2n4GKr0nKfFWoSTWZuNB9Z', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/8e8fd91ef84cc0cf67628f6367cdb31a6ec161e8', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/8749234c0cead19fa931e25d82ec37999d119a10', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7faeb3d94db4b5db0fb7b26036eeaf8dc07c097b', 'width': 64}], 'name': 'Even In Darkness', 'release_date': '2001-10-22', 'release_date_precision': 'day', 'total_tracks': 14, 'type': 'album', 'uri': 'spotify:album:2n4GKr0nKfFWoSTWZuNB9Z'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/1ElKnrmCBRnIjTrrzkAL42'}, 'href': 'https://api.spotify.com/v1/artists/1ElKnrmCBRnIjTrrzkAL42', 'id': '1ElKnrmCBRnIjTrrzkAL42', 'name': 'Dungeon Family', 'type': 'artist', 'uri': 'spotify:artist:1ElKnrmCBRnIjTrrzkAL42'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 203573, 'explicit': True, 'external_ids': {'isrc': 'USAR10100681'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0k4dGkqZvmvMX4MiVvnEl1'}, 'href': 'https://api.spotify.com/v1/tracks/0k4dGkqZvmvMX4MiVvnEl1', 'id': '0k4dGkqZvmvMX4MiVvnEl1', 'is_local': False, 'name': "They Comin'", 'popularity': 15, 'preview_url': 'https://p.scdn.co/mp3-preview/d8428ce4b29f69306af127713eb2c345e5700695?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 11, 'type': 'track', 'uri': 'spotify:track:0k4dGkqZvmvMX4MiVvnEl1'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/1ElKnrmCBRnIjTrrzkAL42'}, 'href': 'https://api.spotify.com/v1/artists/1ElKnrmCBRnIjTrrzkAL42', 'id': '1ElKnrmCBRnIjTrrzkAL42', 'name': 'Dungeon Family', 'type': 'artist', 'uri': 'spotify:artist:1ElKnrmCBRnIjTrrzkAL42'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2n4GKr0nKfFWoSTWZuNB9Z'}, 'href': 'https://api.spotify.com/v1/albums/2n4GKr0nKfFWoSTWZuNB9Z', 'id': '2n4GKr0nKfFWoSTWZuNB9Z', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/8e8fd91ef84cc0cf67628f6367cdb31a6ec161e8', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/8749234c0cead19fa931e25d82ec37999d119a10', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/7faeb3d94db4b5db0fb7b26036eeaf8dc07c097b', 'width': 64}], 'name': 'Even In Darkness', 'release_date': '2001-10-22', 'release_date_precision': 'day', 'total_tracks': 14, 'type': 'album', 'uri': 'spotify:album:2n4GKr0nKfFWoSTWZuNB9Z'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/1ElKnrmCBRnIjTrrzkAL42'}, 'href': 'https://api.spotify.com/v1/artists/1ElKnrmCBRnIjTrrzkAL42', 'id': '1ElKnrmCBRnIjTrrzkAL42', 'name': 'Dungeon Family', 'type': 'artist', 'uri': 'spotify:artist:1ElKnrmCBRnIjTrrzkAL42'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 241706, 'explicit': True, 'external_ids': {'isrc': 'USAR10100683'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5p7yLSDCY3iO0cdmy4yAm4'}, 'href': 'https://api.spotify.com/v1/tracks/5p7yLSDCY3iO0cdmy4yAm4', 'id': '5p7yLSDCY3iO0cdmy4yAm4', 'is_local': False, 'name': 'What Iz Rap?', 'popularity': 13, 'preview_url': 'https://p.scdn.co/mp3-preview/d55e30ae0f291090b7c3fd36127ec505455265fa?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 13, 'type': 'track', 'uri': 'spotify:track:5p7yLSDCY3iO0cdmy4yAm4'}], 'limit': 50, 'next': None, 'offset': 0, 'previous': None, 'total': 14}} verbosity 3 Message: Scraping for source_playlist Function: get_whosampled_playlist @@ -31,7 +31,7 @@ Message: Getting page: https://whosampled.com/Dungeon-Family/Follow-the-Light/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Follow the Light by Dungeon Family - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Follow the Light - Dungeon Family\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Follow the Light

\n
by

Dungeon Family

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Even in Darkness

\n

Arista

\n\n \n
Producer:\n

\n \n Organized Noize\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tKraftwerk\'s Trans-Europe Express\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tSound Effect / Other
\n\t\t\tElectronic / Dance\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tTrans-Europe Express\n\t\t\tby Kraftwerk (1977)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Follow the Light by Dungeon Family - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Follow the Light - Dungeon Family\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Follow the Light

\n
by

Dungeon Family

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Even in Darkness

\n

Arista

\n\n \n
Producer:\n

\n \n Organized Noize\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tKraftwerk\'s Trans-Europe Express\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tSound Effect / Other
\n\t\t\tElectronic / Dance\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tTrans-Europe Express\n\t\t\tby Kraftwerk (1977)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Dungeon-Family/Follow-the-Light/ Function: parse_sample_items @@ -47,7 +47,7 @@ Message: Getting page: https://whosampled.com/Eddie-Johns/More-Spell-on-You/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n More Spell on You by Eddie Johns - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n More Spell on You - Eddie Johns\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

More Spell on You

\n
by

Eddie Johns

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

More Spell on You

\n

Intercord

\n\n \n
Producer:\n

\n \n G\xc3\xa9rard Salesses\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Soul / Funk / Disco\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 4 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tDaft Punk\'s One More Time\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tElectronic / Dance\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tOne More Time\n\t\t\tby Daft Punk (2000)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tSocial Disco Club\'s Daft Funk\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tElectronic / Dance\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDaft Funk\n\t\t\tby Social Disco Club (2010)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tPlay-N-Skillz feat. Lil Jon, Krayzie Bone and Bun B\'s One Mo' Gin\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tOne Mo' Gin\n\t\t\tby Play-N-Skillz feat. Lil Jon, Krayzie Bone and Bun B (2008)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tEvil Stereo\'s Let Me Hold You\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tElectronic / Dance\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tLet Me Hold You\n\t\t\tby Evil Stereo (2009)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n More Spell on You by Eddie Johns - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n More Spell on You - Eddie Johns\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

More Spell on You

\n
by

Eddie Johns

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

More Spell on You

\n

Intercord

\n\n \n
Producer:\n

\n \n G\xc3\xa9rard Salesses\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Soul / Funk / Disco\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 4 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tDaft Punk\'s One More Time\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tElectronic / Dance\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tOne More Time\n\t\t\tby Daft Punk (2000)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tSocial Disco Club\'s Daft Funk\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tElectronic / Dance\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDaft Funk\n\t\t\tby Social Disco Club (2010)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tPlay-N-Skillz feat. Lil Jon, Krayzie Bone and Bun B\'s One Mo' Gin\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tOne Mo' Gin\n\t\t\tby Play-N-Skillz feat. Lil Jon, Krayzie Bone and Bun B (2008)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tEvil Stereo\'s Let Me Hold You\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tElectronic / Dance\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tLet Me Hold You\n\t\t\tby Evil Stereo (2009)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: No samples found Function: get_whosampled_playlist @@ -61,7 +61,7 @@ Message: Getting page: https://whosampled.com/Dungeon-Family/6-Minutes-(Dungeon- Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n 6 Minutes (Dungeon Family It's On) by Dungeon Family feat. Debra Killings - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n 6 Minutes (Dungeon Family It's On) - Dungeon Family feat. Debra Killings\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

6 Minutes (Dungeon Family It's On)

\n
by

Dungeon Family feat. Debra Killings

\n \n \n
\n\n \n\n \n\n
\n
\n

Even in Darkness

\n

Arista

\n\n \n
Producer:\n

\n \n Organized Noize\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n \n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tDoug E. Fresh, Slick Rick and The Get Fresh Crew\'s The Show\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Show\n\t\t\tby Doug E. Fresh, Slick Rick and The Get Fresh Crew (1985)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBackbone\'s 5 Deuce - 4 Tre\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\t5 Deuce - 4 Tre\n\t\t\tby Backbone (2001)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n 6 Minutes (Dungeon Family It's On) by Dungeon Family feat. Debra Killings - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n 6 Minutes (Dungeon Family It's On) - Dungeon Family feat. Debra Killings\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

6 Minutes (Dungeon Family It's On)

\n
by

Dungeon Family feat. Debra Killings

\n \n \n
\n\n \n\n \n\n
\n
\n

Even in Darkness

\n

Arista

\n\n \n
Producer:\n

\n \n Organized Noize\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n \n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tDoug E. Fresh, Slick Rick and The Get Fresh Crew\'s The Show\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Show\n\t\t\tby Doug E. Fresh, Slick Rick and The Get Fresh Crew (1985)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBackbone\'s 5 Deuce - 4 Tre\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\t5 Deuce - 4 Tre\n\t\t\tby Backbone (2001)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Dungeon-Family/6-Minutes-(Dungeon-Family-It%27s-On)/ Function: parse_sample_items @@ -85,7 +85,7 @@ Message: Getting page: https://whosampled.com/Dungeon-Family/Excalibur/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Excalibur by Dungeon Family - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Excalibur - Dungeon Family\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Excalibur

\n
by

Dungeon Family

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Even in Darkness

\n

Arista

\n\n \n
Producer:\n

\n \n Organized Noize\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tAzteca\'s Empty Prophet\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tWorld\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tEmpty Prophet\n\t\t\tby Azteca (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Excalibur by Dungeon Family - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Excalibur - Dungeon Family\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Excalibur

\n
by

Dungeon Family

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Even in Darkness

\n

Arista

\n\n \n
Producer:\n

\n \n Organized Noize\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tAzteca\'s Empty Prophet\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tWorld\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tEmpty Prophet\n\t\t\tby Azteca (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Dungeon-Family/Excalibur/ Function: parse_sample_items @@ -101,7 +101,7 @@ Message: Getting page: https://whosampled.com/Dungeon-Family/Curtains-(DF-2nd-Ge Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Curtains (DF 2nd Generation) by Dungeon Family - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Curtains (DF 2nd Generation) - Dungeon Family\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Curtains (DF 2nd Generation)

\n
by

Dungeon Family

\n \n \n
\n\n \n\n \n\n
\n
\n

Even in Darkness

\n

Arista

\n\n \n
Producer:\n

\n \n Organized Noize\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n \n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Meters\'s Lonesome and Unwanted People\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tLonesome and Unwanted People\n\t\t\tby The Meters (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Curtains (DF 2nd Generation) by Dungeon Family - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Curtains (DF 2nd Generation) - Dungeon Family\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Curtains (DF 2nd Generation)

\n
by

Dungeon Family

\n \n \n
\n\n \n\n \n\n
\n
\n

Even in Darkness

\n

Arista

\n\n \n
Producer:\n

\n \n Organized Noize\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n \n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Meters\'s Lonesome and Unwanted People\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tLonesome and Unwanted People\n\t\t\tby The Meters (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Dungeon-Family/Curtains-(DF-2nd-Generation)/ Function: parse_sample_items @@ -175,13 +175,23 @@ The Show doug e. fresh, slick rick get fresh crew Sample Info: ( Follow The Light )->-[ Contains samples of ]->-( Trans-Europe Express, by Kraftwerk ) +The originator of sample data +The originator of sample data +The originator of sample data ( Excalibur )->-[ Contains samples of ]->-( Empty Prophet, by Azteca ) +The originator of sample data ( Curtains (DF 2nd Generation) )->-[ Contains samples of ]->-( Lonesome and Unwanted People, by The Meters ) +The originator of sample data ==> search terms: Trans-Europe Express kraftwerk +n/a +n/a +n/a Empty Prophet azteca +n/a Lonesome and Unwanted People the meters +n/a verbosity 3 Message: diff --git a/examples/album_moment-of-truth_gang-starr b/examples/album_moment-of-truth_gang-starr index 3474b71..cc23443 100644 --- a/examples/album_moment-of-truth_gang-starr +++ b/examples/album_moment-of-truth_gang-starr @@ -1,17 +1,17 @@ verbosity 3 verbosity == 3 verbosity 3 -log_file == Samplify-1567128929.3834155 +log_file == Samplify-1568054769.789821 verbosity 3 verbosity == 3 verbosity 3 -log_file == scraper_track.1567128929.3836653 +log_file == scraper_track.1568054769.7901287 verbosity 3 Message: Searched for "moment of truth gang starr" Function: from_search Data: -{'tracks': {'href': 'https://api.spotify.com/v1/search?query=moment+of+truth+gang+starr&type=track&market=GB&offset=0&limit=50', 'items': [{'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5f6Nz2v1DESbpu1NerEql2'}, 'href': 'https://api.spotify.com/v1/albums/5f6Nz2v1DESbpu1NerEql2', 'id': '5f6Nz2v1DESbpu1NerEql2', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/374be902e069acc0a09e8023d7926f791c46eefa', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bbcbe0eec78fe83681967f73d03b13e5c31824e9', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/511b5fbf8c922515221f34019aa5f64281ca9526', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:5f6Nz2v1DESbpu1NerEql2'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 247333, 'explicit': True, 'external_ids': {'isrc': 'USVI29800594'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/1fotoYONO343JjbC8XvPSl'}, 'href': 'https://api.spotify.com/v1/tracks/1fotoYONO343JjbC8XvPSl', 'id': '1fotoYONO343JjbC8XvPSl', 'is_local': False, 'name': 'Moment Of Truth', 'popularity': 55, 'preview_url': None, 'track_number': 8, 'type': 'track', 'uri': 'spotify:track:1fotoYONO343JjbC8XvPSl'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5f6Nz2v1DESbpu1NerEql2'}, 'href': 'https://api.spotify.com/v1/albums/5f6Nz2v1DESbpu1NerEql2', 'id': '5f6Nz2v1DESbpu1NerEql2', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/374be902e069acc0a09e8023d7926f791c46eefa', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bbcbe0eec78fe83681967f73d03b13e5c31824e9', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/511b5fbf8c922515221f34019aa5f64281ca9526', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:5f6Nz2v1DESbpu1NerEql2'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 177666, 'explicit': True, 'external_ids': {'isrc': 'USVI29800538'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/1EiLrPd8JMTcQUr1aLEUKi'}, 'href': 'https://api.spotify.com/v1/tracks/1EiLrPd8JMTcQUr1aLEUKi', 'id': '1EiLrPd8JMTcQUr1aLEUKi', 'is_local': False, 'name': 'Work', 'popularity': 61, 'preview_url': None, 'track_number': 3, 'type': 'track', 'uri': 'spotify:track:1EiLrPd8JMTcQUr1aLEUKi'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5f6Nz2v1DESbpu1NerEql2'}, 'href': 'https://api.spotify.com/v1/albums/5f6Nz2v1DESbpu1NerEql2', 'id': '5f6Nz2v1DESbpu1NerEql2', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/374be902e069acc0a09e8023d7926f791c46eefa', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bbcbe0eec78fe83681967f73d03b13e5c31824e9', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/511b5fbf8c922515221f34019aa5f64281ca9526', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:5f6Nz2v1DESbpu1NerEql2'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/4OBbOrkD4geIjOLrICN3wO'}, 'href': 'https://api.spotify.com/v1/artists/4OBbOrkD4geIjOLrICN3wO', 'id': '4OBbOrkD4geIjOLrICN3wO', 'name': 'Inspectah Deck', 'type': 'artist', 'uri': 'spotify:artist:4OBbOrkD4geIjOLrICN3wO'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 221626, 'explicit': True, 'external_ids': {'isrc': 'USVI29800537'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3ZBSXNYdTZVaBUQI3E2rF6'}, 'href': 'https://api.spotify.com/v1/tracks/3ZBSXNYdTZVaBUQI3E2rF6', 'id': '3ZBSXNYdTZVaBUQI3E2rF6', 'is_local': False, 'name': 'Above The Clouds', 'popularity': 58, 'preview_url': None, 'track_number': 5, 'type': 'track', 'uri': 'spotify:track:3ZBSXNYdTZVaBUQI3E2rF6'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/4J9Y1PwqwZ1cQEcJNsApDB'}, 'href': 'https://api.spotify.com/v1/albums/4J9Y1PwqwZ1cQEcJNsApDB', 'id': '4J9Y1PwqwZ1cQEcJNsApDB', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7f1ddc366f011c6dfba727ae42f98cb3af4dcf35', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9781cb1e9ba31c190ce6a30d3bc0c7ee8d5eec39', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/a8653d2b9b31c8d904c63d99a4479d08eb120fab', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:4J9Y1PwqwZ1cQEcJNsApDB'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 247560, 'explicit': True, 'external_ids': {'isrc': 'USVI29800141'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/6loNZHKeeNUjrUkjXdCwiZ'}, 'href': 'https://api.spotify.com/v1/tracks/6loNZHKeeNUjrUkjXdCwiZ', 'id': '6loNZHKeeNUjrUkjXdCwiZ', 'is_local': False, 'name': 'You Know My Steez', 'popularity': 52, 'preview_url': None, 'track_number': 1, 'type': 'track', 'uri': 'spotify:track:6loNZHKeeNUjrUkjXdCwiZ'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/4J9Y1PwqwZ1cQEcJNsApDB'}, 'href': 'https://api.spotify.com/v1/albums/4J9Y1PwqwZ1cQEcJNsApDB', 'id': '4J9Y1PwqwZ1cQEcJNsApDB', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7f1ddc366f011c6dfba727ae42f98cb3af4dcf35', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9781cb1e9ba31c190ce6a30d3bc0c7ee8d5eec39', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/a8653d2b9b31c8d904c63d99a4479d08eb120fab', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:4J9Y1PwqwZ1cQEcJNsApDB'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 247200, 'explicit': True, 'external_ids': {'isrc': 'USVI29800594'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/6oNnaMp8FjK6V6ta898Be4'}, 'href': 'https://api.spotify.com/v1/tracks/6oNnaMp8FjK6V6ta898Be4', 'id': '6oNnaMp8FjK6V6ta898Be4', 'is_local': False, 'name': 'Moment Of Truth', 'popularity': 23, 'preview_url': None, 'track_number': 8, 'type': 'track', 'uri': 'spotify:track:6oNnaMp8FjK6V6ta898Be4'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5f6Nz2v1DESbpu1NerEql2'}, 'href': 'https://api.spotify.com/v1/albums/5f6Nz2v1DESbpu1NerEql2', 'id': '5f6Nz2v1DESbpu1NerEql2', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/374be902e069acc0a09e8023d7926f791c46eefa', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bbcbe0eec78fe83681967f73d03b13e5c31824e9', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/511b5fbf8c922515221f34019aa5f64281ca9526', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:5f6Nz2v1DESbpu1NerEql2'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 165240, 'explicit': True, 'external_ids': {'isrc': 'USVI29800597'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/6NjXLhejj5dVjTyeU8SbVM'}, 'href': 'https://api.spotify.com/v1/tracks/6NjXLhejj5dVjTyeU8SbVM', 'id': '6NjXLhejj5dVjTyeU8SbVM', 'is_local': False, 'name': "What I'm Here 4", 'popularity': 44, 'preview_url': None, 'track_number': 12, 'type': 'track', 'uri': 'spotify:track:6NjXLhejj5dVjTyeU8SbVM'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5f6Nz2v1DESbpu1NerEql2'}, 'href': 'https://api.spotify.com/v1/albums/5f6Nz2v1DESbpu1NerEql2', 'id': '5f6Nz2v1DESbpu1NerEql2', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/374be902e069acc0a09e8023d7926f791c46eefa', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bbcbe0eec78fe83681967f73d03b13e5c31824e9', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/511b5fbf8c922515221f34019aa5f64281ca9526', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:5f6Nz2v1DESbpu1NerEql2'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 247626, 'explicit': False, 'external_ids': {'isrc': 'USVI29800141'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/2C3QwVE5adFCVsCqayhPW7'}, 'href': 'https://api.spotify.com/v1/tracks/2C3QwVE5adFCVsCqayhPW7', 'id': '2C3QwVE5adFCVsCqayhPW7', 'is_local': False, 'name': 'You Know My Steez', 'popularity': 52, 'preview_url': None, 'track_number': 1, 'type': 'track', 'uri': 'spotify:track:2C3QwVE5adFCVsCqayhPW7'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5f6Nz2v1DESbpu1NerEql2'}, 'href': 'https://api.spotify.com/v1/albums/5f6Nz2v1DESbpu1NerEql2', 'id': '5f6Nz2v1DESbpu1NerEql2', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/374be902e069acc0a09e8023d7926f791c46eefa', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bbcbe0eec78fe83681967f73d03b13e5c31824e9', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/511b5fbf8c922515221f34019aa5f64281ca9526', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:5f6Nz2v1DESbpu1NerEql2'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 230066, 'explicit': True, 'external_ids': {'isrc': 'USVI29800604'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/1szJqPlsN7NYdKmqoAMT3K'}, 'href': 'https://api.spotify.com/v1/tracks/1szJqPlsN7NYdKmqoAMT3K', 'id': '1szJqPlsN7NYdKmqoAMT3K', 'is_local': False, 'name': 'In Memory Of...', 'popularity': 32, 'preview_url': None, 'track_number': 20, 'type': 'track', 'uri': 'spotify:track:1szJqPlsN7NYdKmqoAMT3K'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5f6Nz2v1DESbpu1NerEql2'}, 'href': 'https://api.spotify.com/v1/albums/5f6Nz2v1DESbpu1NerEql2', 'id': '5f6Nz2v1DESbpu1NerEql2', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/374be902e069acc0a09e8023d7926f791c46eefa', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bbcbe0eec78fe83681967f73d03b13e5c31824e9', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/511b5fbf8c922515221f34019aa5f64281ca9526', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:5f6Nz2v1DESbpu1NerEql2'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 214666, 'explicit': True, 'external_ids': {'isrc': 'USVI29800592'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0drHbXjNetXRrdcm81pxfw'}, 'href': 'https://api.spotify.com/v1/tracks/0drHbXjNetXRrdcm81pxfw', 'id': '0drHbXjNetXRrdcm81pxfw', 'is_local': False, 'name': 'JFK 2 LAX', 'popularity': 41, 'preview_url': None, 'track_number': 6, 'type': 'track', 'uri': 'spotify:track:0drHbXjNetXRrdcm81pxfw'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5f6Nz2v1DESbpu1NerEql2'}, 'href': 'https://api.spotify.com/v1/albums/5f6Nz2v1DESbpu1NerEql2', 'id': '5f6Nz2v1DESbpu1NerEql2', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/374be902e069acc0a09e8023d7926f791c46eefa', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bbcbe0eec78fe83681967f73d03b13e5c31824e9', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/511b5fbf8c922515221f34019aa5f64281ca9526', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:5f6Nz2v1DESbpu1NerEql2'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/30G8Jlp6mw5RTEEzMndIZL'}, 'href': 'https://api.spotify.com/v1/artists/30G8Jlp6mw5RTEEzMndIZL', 'id': '30G8Jlp6mw5RTEEzMndIZL', 'name': 'Big Shug', 'type': 'artist', 'uri': 'spotify:artist:30G8Jlp6mw5RTEEzMndIZL'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/1fToJNxLjAEMHbvMiOpJcJ'}, 'href': 'https://api.spotify.com/v1/artists/1fToJNxLjAEMHbvMiOpJcJ', 'id': '1fToJNxLjAEMHbvMiOpJcJ', 'name': 'Freddie Foxxx', 'type': 'artist', 'uri': 'spotify:artist:1fToJNxLjAEMHbvMiOpJcJ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 288600, 'explicit': True, 'external_ids': {'isrc': 'USVI29800047'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/4PoqWtVeTMZTB7E9Uubwf9'}, 'href': 'https://api.spotify.com/v1/tracks/4PoqWtVeTMZTB7E9Uubwf9', 'id': '4PoqWtVeTMZTB7E9Uubwf9', 'is_local': False, 'name': 'The Militia', 'popularity': 41, 'preview_url': None, 'track_number': 10, 'type': 'track', 'uri': 'spotify:track:4PoqWtVeTMZTB7E9Uubwf9'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5f6Nz2v1DESbpu1NerEql2'}, 'href': 'https://api.spotify.com/v1/albums/5f6Nz2v1DESbpu1NerEql2', 'id': '5f6Nz2v1DESbpu1NerEql2', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/374be902e069acc0a09e8023d7926f791c46eefa', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bbcbe0eec78fe83681967f73d03b13e5c31824e9', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/511b5fbf8c922515221f34019aa5f64281ca9526', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:5f6Nz2v1DESbpu1NerEql2'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/53M8YqZnU51ZjTFiXAFpIo'}, 'href': 'https://api.spotify.com/v1/artists/53M8YqZnU51ZjTFiXAFpIo', 'id': '53M8YqZnU51ZjTFiXAFpIo', 'name': 'K-Ci Hailey', 'type': 'artist', 'uri': 'spotify:artist:53M8YqZnU51ZjTFiXAFpIo'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/1w6LD3xNFntDS6kUP47DqU'}, 'href': 'https://api.spotify.com/v1/artists/1w6LD3xNFntDS6kUP47DqU', 'id': '1w6LD3xNFntDS6kUP47DqU', 'name': 'Jo Jo Hailey', 'type': 'artist', 'uri': 'spotify:artist:1w6LD3xNFntDS6kUP47DqU'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 311400, 'explicit': True, 'external_ids': {'isrc': 'USVI29800359'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0g0VWoGnz4RDoUw1f8Wvcp'}, 'href': 'https://api.spotify.com/v1/tracks/0g0VWoGnz4RDoUw1f8Wvcp', 'id': '0g0VWoGnz4RDoUw1f8Wvcp', 'is_local': False, 'name': 'Royalty', 'popularity': 38, 'preview_url': None, 'track_number': 4, 'type': 'track', 'uri': 'spotify:track:0g0VWoGnz4RDoUw1f8Wvcp'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5f6Nz2v1DESbpu1NerEql2'}, 'href': 'https://api.spotify.com/v1/albums/5f6Nz2v1DESbpu1NerEql2', 'id': '5f6Nz2v1DESbpu1NerEql2', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/374be902e069acc0a09e8023d7926f791c46eefa', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bbcbe0eec78fe83681967f73d03b13e5c31824e9', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/511b5fbf8c922515221f34019aa5f64281ca9526', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:5f6Nz2v1DESbpu1NerEql2'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 151840, 'explicit': True, 'external_ids': {'isrc': 'USVI29800600'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3RJdwyIp02q99eXzmLSMos'}, 'href': 'https://api.spotify.com/v1/tracks/3RJdwyIp02q99eXzmLSMos', 'id': '3RJdwyIp02q99eXzmLSMos', 'is_local': False, 'name': 'My Advice 2 You', 'popularity': 37, 'preview_url': None, 'track_number': 15, 'type': 'track', 'uri': 'spotify:track:3RJdwyIp02q99eXzmLSMos'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5f6Nz2v1DESbpu1NerEql2'}, 'href': 'https://api.spotify.com/v1/albums/5f6Nz2v1DESbpu1NerEql2', 'id': '5f6Nz2v1DESbpu1NerEql2', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/374be902e069acc0a09e8023d7926f791c46eefa', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bbcbe0eec78fe83681967f73d03b13e5c31824e9', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/511b5fbf8c922515221f34019aa5f64281ca9526', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:5f6Nz2v1DESbpu1NerEql2'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 224040, 'explicit': True, 'external_ids': {'isrc': 'USVI29800591'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3RWhPX9PlYaeRENS4j4aHp'}, 'href': 'https://api.spotify.com/v1/tracks/3RWhPX9PlYaeRENS4j4aHp', 'id': '3RWhPX9PlYaeRENS4j4aHp', 'is_local': False, 'name': 'Robbin Hood Theory', 'popularity': 36, 'preview_url': None, 'track_number': 2, 'type': 'track', 'uri': 'spotify:track:3RWhPX9PlYaeRENS4j4aHp'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5f6Nz2v1DESbpu1NerEql2'}, 'href': 'https://api.spotify.com/v1/albums/5f6Nz2v1DESbpu1NerEql2', 'id': '5f6Nz2v1DESbpu1NerEql2', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/374be902e069acc0a09e8023d7926f791c46eefa', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bbcbe0eec78fe83681967f73d03b13e5c31824e9', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/511b5fbf8c922515221f34019aa5f64281ca9526', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:5f6Nz2v1DESbpu1NerEql2'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 186200, 'explicit': True, 'external_ids': {'isrc': 'USVI29800603'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/4Bf0UDkIOkCCZmbSzaPZna'}, 'href': 'https://api.spotify.com/v1/tracks/4Bf0UDkIOkCCZmbSzaPZna', 'id': '4Bf0UDkIOkCCZmbSzaPZna', 'is_local': False, 'name': 'Next Time', 'popularity': 34, 'preview_url': None, 'track_number': 19, 'type': 'track', 'uri': 'spotify:track:4Bf0UDkIOkCCZmbSzaPZna'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5f6Nz2v1DESbpu1NerEql2'}, 'href': 'https://api.spotify.com/v1/albums/5f6Nz2v1DESbpu1NerEql2', 'id': '5f6Nz2v1DESbpu1NerEql2', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/374be902e069acc0a09e8023d7926f791c46eefa', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bbcbe0eec78fe83681967f73d03b13e5c31824e9', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/511b5fbf8c922515221f34019aa5f64281ca9526', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:5f6Nz2v1DESbpu1NerEql2'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/0tArAy35gfr3k95DIbuLwN'}, 'href': 'https://api.spotify.com/v1/artists/0tArAy35gfr3k95DIbuLwN', 'id': '0tArAy35gfr3k95DIbuLwN', 'name': 'Hannibal', 'type': 'artist', 'uri': 'spotify:artist:0tArAy35gfr3k95DIbuLwN'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 229200, 'explicit': True, 'external_ids': {'isrc': 'USVI29800593'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0UgknaNhKuq1Uu3KJbn7Ry'}, 'href': 'https://api.spotify.com/v1/tracks/0UgknaNhKuq1Uu3KJbn7Ry', 'id': '0UgknaNhKuq1Uu3KJbn7Ry', 'is_local': False, 'name': 'Itz A Set Up', 'popularity': 33, 'preview_url': None, 'track_number': 7, 'type': 'track', 'uri': 'spotify:track:0UgknaNhKuq1Uu3KJbn7Ry'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5f6Nz2v1DESbpu1NerEql2'}, 'href': 'https://api.spotify.com/v1/albums/5f6Nz2v1DESbpu1NerEql2', 'id': '5f6Nz2v1DESbpu1NerEql2', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/374be902e069acc0a09e8023d7926f791c46eefa', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bbcbe0eec78fe83681967f73d03b13e5c31824e9', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/511b5fbf8c922515221f34019aa5f64281ca9526', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:5f6Nz2v1DESbpu1NerEql2'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/19KwjzvIL92r29IINtlPNP'}, 'href': 'https://api.spotify.com/v1/artists/19KwjzvIL92r29IINtlPNP', 'id': '19KwjzvIL92r29IINtlPNP', 'name': 'Scarface', 'type': 'artist', 'uri': 'spotify:artist:19KwjzvIL92r29IINtlPNP'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 329933, 'explicit': True, 'external_ids': {'isrc': 'USVI29800542'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/52o2J4kDdCGcZm5nXm0nIj'}, 'href': 'https://api.spotify.com/v1/tracks/52o2J4kDdCGcZm5nXm0nIj', 'id': '52o2J4kDdCGcZm5nXm0nIj', 'is_local': False, 'name': 'Betrayal', 'popularity': 36, 'preview_url': None, 'track_number': 18, 'type': 'track', 'uri': 'spotify:track:52o2J4kDdCGcZm5nXm0nIj'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5f6Nz2v1DESbpu1NerEql2'}, 'href': 'https://api.spotify.com/v1/albums/5f6Nz2v1DESbpu1NerEql2', 'id': '5f6Nz2v1DESbpu1NerEql2', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/374be902e069acc0a09e8023d7926f791c46eefa', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bbcbe0eec78fe83681967f73d03b13e5c31824e9', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/511b5fbf8c922515221f34019aa5f64281ca9526', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:5f6Nz2v1DESbpu1NerEql2'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 180626, 'explicit': True, 'external_ids': {'isrc': 'USVI29800598'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/105AfGzZrSuo6R3FYYJqom'}, 'href': 'https://api.spotify.com/v1/tracks/105AfGzZrSuo6R3FYYJqom', 'id': '105AfGzZrSuo6R3FYYJqom', 'is_local': False, 'name': 'She Knowz What She Wantz', 'popularity': 33, 'preview_url': None, 'track_number': 13, 'type': 'track', 'uri': 'spotify:track:105AfGzZrSuo6R3FYYJqom'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5f6Nz2v1DESbpu1NerEql2'}, 'href': 'https://api.spotify.com/v1/albums/5f6Nz2v1DESbpu1NerEql2', 'id': '5f6Nz2v1DESbpu1NerEql2', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/374be902e069acc0a09e8023d7926f791c46eefa', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bbcbe0eec78fe83681967f73d03b13e5c31824e9', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/511b5fbf8c922515221f34019aa5f64281ca9526', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:5f6Nz2v1DESbpu1NerEql2'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/4StWnbDC5LLdf3socfu0gx'}, 'href': 'https://api.spotify.com/v1/artists/4StWnbDC5LLdf3socfu0gx', 'id': '4StWnbDC5LLdf3socfu0gx', 'name': 'Krumbsnatcha', 'type': 'artist', 'uri': 'spotify:artist:4StWnbDC5LLdf3socfu0gx'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 261466, 'explicit': True, 'external_ids': {'isrc': 'USVI29800601'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3Tp97HWpgbVOqcgAEwsBka'}, 'href': 'https://api.spotify.com/v1/tracks/3Tp97HWpgbVOqcgAEwsBka', 'id': '3Tp97HWpgbVOqcgAEwsBka', 'is_local': False, 'name': "Make 'Em Pay", 'popularity': 34, 'preview_url': None, 'track_number': 16, 'type': 'track', 'uri': 'spotify:track:3Tp97HWpgbVOqcgAEwsBka'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5f6Nz2v1DESbpu1NerEql2'}, 'href': 'https://api.spotify.com/v1/albums/5f6Nz2v1DESbpu1NerEql2', 'id': '5f6Nz2v1DESbpu1NerEql2', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/374be902e069acc0a09e8023d7926f791c46eefa', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bbcbe0eec78fe83681967f73d03b13e5c31824e9', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/511b5fbf8c922515221f34019aa5f64281ca9526', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:5f6Nz2v1DESbpu1NerEql2'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/1BH45DVSTeGBvcYXNCd67g'}, 'href': 'https://api.spotify.com/v1/artists/1BH45DVSTeGBvcYXNCd67g', 'id': '1BH45DVSTeGBvcYXNCd67g', 'name': 'M.O.P.', 'type': 'artist', 'uri': 'spotify:artist:1BH45DVSTeGBvcYXNCd67g'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 277466, 'explicit': True, 'external_ids': {'isrc': 'USVI29800595'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/2SZIwfcsfjLDZ0c72tKwlY'}, 'href': 'https://api.spotify.com/v1/tracks/2SZIwfcsfjLDZ0c72tKwlY', 'id': '2SZIwfcsfjLDZ0c72tKwlY', 'is_local': False, 'name': 'B.I. Vs. Friendship', 'popularity': 33, 'preview_url': None, 'track_number': 9, 'type': 'track', 'uri': 'spotify:track:2SZIwfcsfjLDZ0c72tKwlY'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5f6Nz2v1DESbpu1NerEql2'}, 'href': 'https://api.spotify.com/v1/albums/5f6Nz2v1DESbpu1NerEql2', 'id': '5f6Nz2v1DESbpu1NerEql2', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/374be902e069acc0a09e8023d7926f791c46eefa', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bbcbe0eec78fe83681967f73d03b13e5c31824e9', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/511b5fbf8c922515221f34019aa5f64281ca9526', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:5f6Nz2v1DESbpu1NerEql2'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 295533, 'explicit': True, 'external_ids': {'isrc': 'USVI29800596'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3JYkFbb5mUbmA8hfMQJYTW'}, 'href': 'https://api.spotify.com/v1/tracks/3JYkFbb5mUbmA8hfMQJYTW', 'id': '3JYkFbb5mUbmA8hfMQJYTW', 'is_local': False, 'name': 'The Rep Growz Bigga', 'popularity': 32, 'preview_url': None, 'track_number': 11, 'type': 'track', 'uri': 'spotify:track:3JYkFbb5mUbmA8hfMQJYTW'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/4J9Y1PwqwZ1cQEcJNsApDB'}, 'href': 'https://api.spotify.com/v1/albums/4J9Y1PwqwZ1cQEcJNsApDB', 'id': '4J9Y1PwqwZ1cQEcJNsApDB', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7f1ddc366f011c6dfba727ae42f98cb3af4dcf35', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9781cb1e9ba31c190ce6a30d3bc0c7ee8d5eec39', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/a8653d2b9b31c8d904c63d99a4479d08eb120fab', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:4J9Y1PwqwZ1cQEcJNsApDB'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 229960, 'explicit': True, 'external_ids': {'isrc': 'USVI29800604'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3adM6HhzqX7HSEdQZrd56f'}, 'href': 'https://api.spotify.com/v1/tracks/3adM6HhzqX7HSEdQZrd56f', 'id': '3adM6HhzqX7HSEdQZrd56f', 'is_local': False, 'name': 'In Memory Of...', 'popularity': 16, 'preview_url': None, 'track_number': 20, 'type': 'track', 'uri': 'spotify:track:3adM6HhzqX7HSEdQZrd56f'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/4J9Y1PwqwZ1cQEcJNsApDB'}, 'href': 'https://api.spotify.com/v1/albums/4J9Y1PwqwZ1cQEcJNsApDB', 'id': '4J9Y1PwqwZ1cQEcJNsApDB', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7f1ddc366f011c6dfba727ae42f98cb3af4dcf35', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9781cb1e9ba31c190ce6a30d3bc0c7ee8d5eec39', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/a8653d2b9b31c8d904c63d99a4479d08eb120fab', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:4J9Y1PwqwZ1cQEcJNsApDB'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 221333, 'explicit': True, 'external_ids': {'isrc': 'USVI29800537'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5CAFFBit8C9mPBBcWOUtg1'}, 'href': 'https://api.spotify.com/v1/tracks/5CAFFBit8C9mPBBcWOUtg1', 'id': '5CAFFBit8C9mPBBcWOUtg1', 'is_local': False, 'name': 'Above The Clouds - Feat. Inspectah Deck', 'popularity': 24, 'preview_url': None, 'track_number': 5, 'type': 'track', 'uri': 'spotify:track:5CAFFBit8C9mPBBcWOUtg1'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/4J9Y1PwqwZ1cQEcJNsApDB'}, 'href': 'https://api.spotify.com/v1/albums/4J9Y1PwqwZ1cQEcJNsApDB', 'id': '4J9Y1PwqwZ1cQEcJNsApDB', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7f1ddc366f011c6dfba727ae42f98cb3af4dcf35', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9781cb1e9ba31c190ce6a30d3bc0c7ee8d5eec39', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/a8653d2b9b31c8d904c63d99a4479d08eb120fab', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:4J9Y1PwqwZ1cQEcJNsApDB'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4cynDosMoBQcVD9UKLq8eX'}, 'href': 'https://api.spotify.com/v1/artists/4cynDosMoBQcVD9UKLq8eX', 'id': '4cynDosMoBQcVD9UKLq8eX', 'name': 'K-Ci', 'type': 'artist', 'uri': 'spotify:artist:4cynDosMoBQcVD9UKLq8eX'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/1w6LD3xNFntDS6kUP47DqU'}, 'href': 'https://api.spotify.com/v1/artists/1w6LD3xNFntDS6kUP47DqU', 'id': '1w6LD3xNFntDS6kUP47DqU', 'name': 'Jo Jo Hailey', 'type': 'artist', 'uri': 'spotify:artist:1w6LD3xNFntDS6kUP47DqU'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 311400, 'explicit': True, 'external_ids': {'isrc': 'USVI29800359'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/1NVvrhaYx6bMWXpoL5NEzQ'}, 'href': 'https://api.spotify.com/v1/tracks/1NVvrhaYx6bMWXpoL5NEzQ', 'id': '1NVvrhaYx6bMWXpoL5NEzQ', 'is_local': False, 'name': 'Royalty - Feat. K-CI Jojo', 'popularity': 20, 'preview_url': None, 'track_number': 4, 'type': 'track', 'uri': 'spotify:track:1NVvrhaYx6bMWXpoL5NEzQ'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/4J9Y1PwqwZ1cQEcJNsApDB'}, 'href': 'https://api.spotify.com/v1/albums/4J9Y1PwqwZ1cQEcJNsApDB', 'id': '4J9Y1PwqwZ1cQEcJNsApDB', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7f1ddc366f011c6dfba727ae42f98cb3af4dcf35', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9781cb1e9ba31c190ce6a30d3bc0c7ee8d5eec39', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/a8653d2b9b31c8d904c63d99a4479d08eb120fab', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:4J9Y1PwqwZ1cQEcJNsApDB'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 177626, 'explicit': True, 'external_ids': {'isrc': 'USVI29800538'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/179Ey6lMuwm3WevtOFytZU'}, 'href': 'https://api.spotify.com/v1/tracks/179Ey6lMuwm3WevtOFytZU', 'id': '179Ey6lMuwm3WevtOFytZU', 'is_local': False, 'name': 'Work', 'popularity': 23, 'preview_url': None, 'track_number': 3, 'type': 'track', 'uri': 'spotify:track:179Ey6lMuwm3WevtOFytZU'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5f6Nz2v1DESbpu1NerEql2'}, 'href': 'https://api.spotify.com/v1/albums/5f6Nz2v1DESbpu1NerEql2', 'id': '5f6Nz2v1DESbpu1NerEql2', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/374be902e069acc0a09e8023d7926f791c46eefa', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bbcbe0eec78fe83681967f73d03b13e5c31824e9', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/511b5fbf8c922515221f34019aa5f64281ca9526', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:5f6Nz2v1DESbpu1NerEql2'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 254466, 'explicit': True, 'external_ids': {'isrc': 'USVI29800599'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/4kWm53cikiksuB6TaPzhyF'}, 'href': 'https://api.spotify.com/v1/tracks/4kWm53cikiksuB6TaPzhyF', 'id': '4kWm53cikiksuB6TaPzhyF', 'is_local': False, 'name': 'New York Strait Talk', 'popularity': 30, 'preview_url': None, 'track_number': 14, 'type': 'track', 'uri': 'spotify:track:4kWm53cikiksuB6TaPzhyF'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/4J9Y1PwqwZ1cQEcJNsApDB'}, 'href': 'https://api.spotify.com/v1/albums/4J9Y1PwqwZ1cQEcJNsApDB', 'id': '4J9Y1PwqwZ1cQEcJNsApDB', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7f1ddc366f011c6dfba727ae42f98cb3af4dcf35', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9781cb1e9ba31c190ce6a30d3bc0c7ee8d5eec39', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/a8653d2b9b31c8d904c63d99a4479d08eb120fab', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:4J9Y1PwqwZ1cQEcJNsApDB'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 214800, 'explicit': False, 'external_ids': {'isrc': 'USVI29800592'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/1HbEaQcCdwux7zPtD1eOGI'}, 'href': 'https://api.spotify.com/v1/tracks/1HbEaQcCdwux7zPtD1eOGI', 'id': '1HbEaQcCdwux7zPtD1eOGI', 'is_local': False, 'name': 'JFK 2 LAX', 'popularity': 22, 'preview_url': None, 'track_number': 6, 'type': 'track', 'uri': 'spotify:track:1HbEaQcCdwux7zPtD1eOGI'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5f6Nz2v1DESbpu1NerEql2'}, 'href': 'https://api.spotify.com/v1/albums/5f6Nz2v1DESbpu1NerEql2', 'id': '5f6Nz2v1DESbpu1NerEql2', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/374be902e069acc0a09e8023d7926f791c46eefa', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bbcbe0eec78fe83681967f73d03b13e5c31824e9', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/511b5fbf8c922515221f34019aa5f64281ca9526', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:5f6Nz2v1DESbpu1NerEql2'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/7x7pxJtOTFkTSStKmrRyRp'}, 'href': 'https://api.spotify.com/v1/artists/7x7pxJtOTFkTSStKmrRyRp', 'id': '7x7pxJtOTFkTSStKmrRyRp', 'name': 'G. Dep', 'type': 'artist', 'uri': 'spotify:artist:7x7pxJtOTFkTSStKmrRyRp'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/2YzyyqYvbrInBomhE0bOvo'}, 'href': 'https://api.spotify.com/v1/artists/2YzyyqYvbrInBomhE0bOvo', 'id': '2YzyyqYvbrInBomhE0bOvo', 'name': 'Shiggy Sha', 'type': 'artist', 'uri': 'spotify:artist:2YzyyqYvbrInBomhE0bOvo'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 220933, 'explicit': True, 'external_ids': {'isrc': 'USVI29800602'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/6muJxW8lguXun64N322xph'}, 'href': 'https://api.spotify.com/v1/tracks/6muJxW8lguXun64N322xph', 'id': '6muJxW8lguXun64N322xph', 'is_local': False, 'name': 'The Mall', 'popularity': 30, 'preview_url': None, 'track_number': 17, 'type': 'track', 'uri': 'spotify:track:6muJxW8lguXun64N322xph'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/4J9Y1PwqwZ1cQEcJNsApDB'}, 'href': 'https://api.spotify.com/v1/albums/4J9Y1PwqwZ1cQEcJNsApDB', 'id': '4J9Y1PwqwZ1cQEcJNsApDB', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7f1ddc366f011c6dfba727ae42f98cb3af4dcf35', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9781cb1e9ba31c190ce6a30d3bc0c7ee8d5eec39', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/a8653d2b9b31c8d904c63d99a4479d08eb120fab', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:4J9Y1PwqwZ1cQEcJNsApDB'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4StWnbDC5LLdf3socfu0gx'}, 'href': 'https://api.spotify.com/v1/artists/4StWnbDC5LLdf3socfu0gx', 'id': '4StWnbDC5LLdf3socfu0gx', 'name': 'Krumbsnatcha', 'type': 'artist', 'uri': 'spotify:artist:4StWnbDC5LLdf3socfu0gx'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 262466, 'explicit': True, 'external_ids': {'isrc': 'USVI29800601'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0PcJ5WCBgYCIn7LiFMoDwJ'}, 'href': 'https://api.spotify.com/v1/tracks/0PcJ5WCBgYCIn7LiFMoDwJ', 'id': '0PcJ5WCBgYCIn7LiFMoDwJ', 'is_local': False, 'name': "Make 'Em Pay - Feat. Krumbsnatcha", 'popularity': 17, 'preview_url': None, 'track_number': 16, 'type': 'track', 'uri': 'spotify:track:0PcJ5WCBgYCIn7LiFMoDwJ'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/4J9Y1PwqwZ1cQEcJNsApDB'}, 'href': 'https://api.spotify.com/v1/albums/4J9Y1PwqwZ1cQEcJNsApDB', 'id': '4J9Y1PwqwZ1cQEcJNsApDB', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7f1ddc366f011c6dfba727ae42f98cb3af4dcf35', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9781cb1e9ba31c190ce6a30d3bc0c7ee8d5eec39', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/a8653d2b9b31c8d904c63d99a4479d08eb120fab', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:4J9Y1PwqwZ1cQEcJNsApDB'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/19KwjzvIL92r29IINtlPNP'}, 'href': 'https://api.spotify.com/v1/artists/19KwjzvIL92r29IINtlPNP', 'id': '19KwjzvIL92r29IINtlPNP', 'name': 'Scarface', 'type': 'artist', 'uri': 'spotify:artist:19KwjzvIL92r29IINtlPNP'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 329906, 'explicit': True, 'external_ids': {'isrc': 'USVI29800542'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/4qKUbLtLhRkvl6sIjLqQKM'}, 'href': 'https://api.spotify.com/v1/tracks/4qKUbLtLhRkvl6sIjLqQKM', 'id': '4qKUbLtLhRkvl6sIjLqQKM', 'is_local': False, 'name': 'Betrayal - Feat. Scarface', 'popularity': 17, 'preview_url': None, 'track_number': 18, 'type': 'track', 'uri': 'spotify:track:4qKUbLtLhRkvl6sIjLqQKM'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/4J9Y1PwqwZ1cQEcJNsApDB'}, 'href': 'https://api.spotify.com/v1/albums/4J9Y1PwqwZ1cQEcJNsApDB', 'id': '4J9Y1PwqwZ1cQEcJNsApDB', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7f1ddc366f011c6dfba727ae42f98cb3af4dcf35', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9781cb1e9ba31c190ce6a30d3bc0c7ee8d5eec39', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/a8653d2b9b31c8d904c63d99a4479d08eb120fab', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:4J9Y1PwqwZ1cQEcJNsApDB'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 224106, 'explicit': False, 'external_ids': {'isrc': 'USVI29800591'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/4jAaC73mW5MphJMtn9228z'}, 'href': 'https://api.spotify.com/v1/tracks/4jAaC73mW5MphJMtn9228z', 'id': '4jAaC73mW5MphJMtn9228z', 'is_local': False, 'name': 'Robbin Hood Theory', 'popularity': 21, 'preview_url': None, 'track_number': 2, 'type': 'track', 'uri': 'spotify:track:4jAaC73mW5MphJMtn9228z'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/4J9Y1PwqwZ1cQEcJNsApDB'}, 'href': 'https://api.spotify.com/v1/albums/4J9Y1PwqwZ1cQEcJNsApDB', 'id': '4J9Y1PwqwZ1cQEcJNsApDB', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7f1ddc366f011c6dfba727ae42f98cb3af4dcf35', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9781cb1e9ba31c190ce6a30d3bc0c7ee8d5eec39', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/a8653d2b9b31c8d904c63d99a4479d08eb120fab', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:4J9Y1PwqwZ1cQEcJNsApDB'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 289133, 'explicit': True, 'external_ids': {'isrc': 'USVI29800047'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0YnxOgrono3Ky5LXETUhvu'}, 'href': 'https://api.spotify.com/v1/tracks/0YnxOgrono3Ky5LXETUhvu', 'id': '0YnxOgrono3Ky5LXETUhvu', 'is_local': False, 'name': 'The Militia - Feat. Big Shug And Freddie Foxxx', 'popularity': 21, 'preview_url': None, 'track_number': 10, 'type': 'track', 'uri': 'spotify:track:0YnxOgrono3Ky5LXETUhvu'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/4J9Y1PwqwZ1cQEcJNsApDB'}, 'href': 'https://api.spotify.com/v1/albums/4J9Y1PwqwZ1cQEcJNsApDB', 'id': '4J9Y1PwqwZ1cQEcJNsApDB', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7f1ddc366f011c6dfba727ae42f98cb3af4dcf35', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9781cb1e9ba31c190ce6a30d3bc0c7ee8d5eec39', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/a8653d2b9b31c8d904c63d99a4479d08eb120fab', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:4J9Y1PwqwZ1cQEcJNsApDB'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 165333, 'explicit': True, 'external_ids': {'isrc': 'USVI29800597'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3lInNlWaxFbymuxV4YuBif'}, 'href': 'https://api.spotify.com/v1/tracks/3lInNlWaxFbymuxV4YuBif', 'id': '3lInNlWaxFbymuxV4YuBif', 'is_local': False, 'name': "What I'm Here 4", 'popularity': 19, 'preview_url': None, 'track_number': 12, 'type': 'track', 'uri': 'spotify:track:3lInNlWaxFbymuxV4YuBif'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/4J9Y1PwqwZ1cQEcJNsApDB'}, 'href': 'https://api.spotify.com/v1/albums/4J9Y1PwqwZ1cQEcJNsApDB', 'id': '4J9Y1PwqwZ1cQEcJNsApDB', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7f1ddc366f011c6dfba727ae42f98cb3af4dcf35', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9781cb1e9ba31c190ce6a30d3bc0c7ee8d5eec39', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/a8653d2b9b31c8d904c63d99a4479d08eb120fab', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:4J9Y1PwqwZ1cQEcJNsApDB'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 151866, 'explicit': True, 'external_ids': {'isrc': 'USVI29800600'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/35zBATKGQ16Ru7ZyHlX8sI'}, 'href': 'https://api.spotify.com/v1/tracks/35zBATKGQ16Ru7ZyHlX8sI', 'id': '35zBATKGQ16Ru7ZyHlX8sI', 'is_local': False, 'name': 'My Advice 2 You', 'popularity': 22, 'preview_url': None, 'track_number': 15, 'type': 'track', 'uri': 'spotify:track:35zBATKGQ16Ru7ZyHlX8sI'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/4J9Y1PwqwZ1cQEcJNsApDB'}, 'href': 'https://api.spotify.com/v1/albums/4J9Y1PwqwZ1cQEcJNsApDB', 'id': '4J9Y1PwqwZ1cQEcJNsApDB', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7f1ddc366f011c6dfba727ae42f98cb3af4dcf35', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9781cb1e9ba31c190ce6a30d3bc0c7ee8d5eec39', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/a8653d2b9b31c8d904c63d99a4479d08eb120fab', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:4J9Y1PwqwZ1cQEcJNsApDB'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2YzyyqYvbrInBomhE0bOvo'}, 'href': 'https://api.spotify.com/v1/artists/2YzyyqYvbrInBomhE0bOvo', 'id': '2YzyyqYvbrInBomhE0bOvo', 'name': 'Shiggy Sha', 'type': 'artist', 'uri': 'spotify:artist:2YzyyqYvbrInBomhE0bOvo'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/7x7pxJtOTFkTSStKmrRyRp'}, 'href': 'https://api.spotify.com/v1/artists/7x7pxJtOTFkTSStKmrRyRp', 'id': '7x7pxJtOTFkTSStKmrRyRp', 'name': 'G. Dep', 'type': 'artist', 'uri': 'spotify:artist:7x7pxJtOTFkTSStKmrRyRp'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 219960, 'explicit': True, 'external_ids': {'isrc': 'USVI29800602'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3NWk4RlMSEw8bNzEVpGrer'}, 'href': 'https://api.spotify.com/v1/tracks/3NWk4RlMSEw8bNzEVpGrer', 'id': '3NWk4RlMSEw8bNzEVpGrer', 'is_local': False, 'name': 'The Mall - Feat. G-Dep & Shiggy Sha', 'popularity': 14, 'preview_url': None, 'track_number': 17, 'type': 'track', 'uri': 'spotify:track:3NWk4RlMSEw8bNzEVpGrer'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/4J9Y1PwqwZ1cQEcJNsApDB'}, 'href': 'https://api.spotify.com/v1/albums/4J9Y1PwqwZ1cQEcJNsApDB', 'id': '4J9Y1PwqwZ1cQEcJNsApDB', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7f1ddc366f011c6dfba727ae42f98cb3af4dcf35', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9781cb1e9ba31c190ce6a30d3bc0c7ee8d5eec39', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/a8653d2b9b31c8d904c63d99a4479d08eb120fab', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:4J9Y1PwqwZ1cQEcJNsApDB'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 229400, 'explicit': True, 'external_ids': {'isrc': 'USVI29800593'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/4EUz8WLJYOKUCX8TpP4Iva'}, 'href': 'https://api.spotify.com/v1/tracks/4EUz8WLJYOKUCX8TpP4Iva', 'id': '4EUz8WLJYOKUCX8TpP4Iva', 'is_local': False, 'name': 'Itz A Set Up - Feat. Hannibal', 'popularity': 18, 'preview_url': None, 'track_number': 7, 'type': 'track', 'uri': 'spotify:track:4EUz8WLJYOKUCX8TpP4Iva'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/4J9Y1PwqwZ1cQEcJNsApDB'}, 'href': 'https://api.spotify.com/v1/albums/4J9Y1PwqwZ1cQEcJNsApDB', 'id': '4J9Y1PwqwZ1cQEcJNsApDB', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7f1ddc366f011c6dfba727ae42f98cb3af4dcf35', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9781cb1e9ba31c190ce6a30d3bc0c7ee8d5eec39', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/a8653d2b9b31c8d904c63d99a4479d08eb120fab', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:4J9Y1PwqwZ1cQEcJNsApDB'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 294893, 'explicit': True, 'external_ids': {'isrc': 'USVI29800596'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/1kpkGLFofqBXCPV2MEIjjm'}, 'href': 'https://api.spotify.com/v1/tracks/1kpkGLFofqBXCPV2MEIjjm', 'id': '1kpkGLFofqBXCPV2MEIjjm', 'is_local': False, 'name': 'The Rep Growz Bigga', 'popularity': 19, 'preview_url': None, 'track_number': 11, 'type': 'track', 'uri': 'spotify:track:1kpkGLFofqBXCPV2MEIjjm'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/4J9Y1PwqwZ1cQEcJNsApDB'}, 'href': 'https://api.spotify.com/v1/albums/4J9Y1PwqwZ1cQEcJNsApDB', 'id': '4J9Y1PwqwZ1cQEcJNsApDB', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7f1ddc366f011c6dfba727ae42f98cb3af4dcf35', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9781cb1e9ba31c190ce6a30d3bc0c7ee8d5eec39', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/a8653d2b9b31c8d904c63d99a4479d08eb120fab', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:4J9Y1PwqwZ1cQEcJNsApDB'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 180733, 'explicit': True, 'external_ids': {'isrc': 'USVI29800598'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/2GQu3eq6DXyDEDkw74V41B'}, 'href': 'https://api.spotify.com/v1/tracks/2GQu3eq6DXyDEDkw74V41B', 'id': '2GQu3eq6DXyDEDkw74V41B', 'is_local': False, 'name': 'She Knowz What She Wantz', 'popularity': 18, 'preview_url': None, 'track_number': 13, 'type': 'track', 'uri': 'spotify:track:2GQu3eq6DXyDEDkw74V41B'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/4J9Y1PwqwZ1cQEcJNsApDB'}, 'href': 'https://api.spotify.com/v1/albums/4J9Y1PwqwZ1cQEcJNsApDB', 'id': '4J9Y1PwqwZ1cQEcJNsApDB', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7f1ddc366f011c6dfba727ae42f98cb3af4dcf35', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9781cb1e9ba31c190ce6a30d3bc0c7ee8d5eec39', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/a8653d2b9b31c8d904c63d99a4479d08eb120fab', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:4J9Y1PwqwZ1cQEcJNsApDB'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 277573, 'explicit': True, 'external_ids': {'isrc': 'USVI29800595'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/1HhOO41WfcnbCS7Ni6dDZy'}, 'href': 'https://api.spotify.com/v1/tracks/1HhOO41WfcnbCS7Ni6dDZy', 'id': '1HhOO41WfcnbCS7Ni6dDZy', 'is_local': False, 'name': 'B.I. vs. Friendship - Feat. M.O.P.', 'popularity': 17, 'preview_url': None, 'track_number': 9, 'type': 'track', 'uri': 'spotify:track:1HhOO41WfcnbCS7Ni6dDZy'}, {'album': {'album_type': 'compilation', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/0LyfQWJT6nXafLPZqxe9Of'}, 'href': 'https://api.spotify.com/v1/artists/0LyfQWJT6nXafLPZqxe9Of', 'id': '0LyfQWJT6nXafLPZqxe9Of', 'name': 'Various Artists', 'type': 'artist', 'uri': 'spotify:artist:0LyfQWJT6nXafLPZqxe9Of'}], 'available_markets': ['AR', 'AT', 'AU', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'DE', 'DK', 'DO', 'EC', 'ES', 'FI', 'FR', 'GB', 'GT', 'HN', 'MX', 'NI', 'NO', 'PA', 'PE', 'PY', 'SE', 'SV', 'US', 'UY'], 'external_urls': {'spotify': 'https://open.spotify.com/album/3E18eK0K7lGPHpmiHjMA1X'}, 'href': 'https://api.spotify.com/v1/albums/3E18eK0K7lGPHpmiHjMA1X', 'id': '3E18eK0K7lGPHpmiHjMA1X', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/b04ec3e2ad1a0346b592fe16b4b7fcc21c6c08a8', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/f3a4c399aaf4ab703263a0039c4f110db6363711', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/26a3d2cb4669e7f8c90f5999eb080d1c16a9cb6a', 'width': 64}], 'name': 'East Coast Hip-Hop', 'release_date': '2018-09-28', 'release_date_precision': 'day', 'total_tracks': 28, 'type': 'album', 'uri': 'spotify:album:3E18eK0K7lGPHpmiHjMA1X'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AR', 'AT', 'AU', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'DE', 'DK', 'DO', 'EC', 'ES', 'FI', 'FR', 'GB', 'GT', 'HN', 'MX', 'NI', 'NO', 'PA', 'PE', 'PY', 'SE', 'SV', 'US', 'UY'], 'disc_number': 1, 'duration_ms': 247333, 'explicit': True, 'external_ids': {'isrc': 'USVI29800594'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/4R6CMOg0ECicR3WB5mz6eY'}, 'href': 'https://api.spotify.com/v1/tracks/4R6CMOg0ECicR3WB5mz6eY', 'id': '4R6CMOg0ECicR3WB5mz6eY', 'is_local': False, 'name': 'Moment Of Truth', 'popularity': 8, 'preview_url': None, 'track_number': 17, 'type': 'track', 'uri': 'spotify:track:4R6CMOg0ECicR3WB5mz6eY'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/4J9Y1PwqwZ1cQEcJNsApDB'}, 'href': 'https://api.spotify.com/v1/albums/4J9Y1PwqwZ1cQEcJNsApDB', 'id': '4J9Y1PwqwZ1cQEcJNsApDB', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7f1ddc366f011c6dfba727ae42f98cb3af4dcf35', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9781cb1e9ba31c190ce6a30d3bc0c7ee8d5eec39', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/a8653d2b9b31c8d904c63d99a4479d08eb120fab', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:4J9Y1PwqwZ1cQEcJNsApDB'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 186066, 'explicit': True, 'external_ids': {'isrc': 'USVI29800603'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/25RUKBE5ccxTBRLlQL749s'}, 'href': 'https://api.spotify.com/v1/tracks/25RUKBE5ccxTBRLlQL749s', 'id': '25RUKBE5ccxTBRLlQL749s', 'is_local': False, 'name': 'Next Time', 'popularity': 17, 'preview_url': None, 'track_number': 19, 'type': 'track', 'uri': 'spotify:track:25RUKBE5ccxTBRLlQL749s'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/4J9Y1PwqwZ1cQEcJNsApDB'}, 'href': 'https://api.spotify.com/v1/albums/4J9Y1PwqwZ1cQEcJNsApDB', 'id': '4J9Y1PwqwZ1cQEcJNsApDB', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7f1ddc366f011c6dfba727ae42f98cb3af4dcf35', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9781cb1e9ba31c190ce6a30d3bc0c7ee8d5eec39', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/a8653d2b9b31c8d904c63d99a4479d08eb120fab', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:4J9Y1PwqwZ1cQEcJNsApDB'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 254373, 'explicit': True, 'external_ids': {'isrc': 'USVI29800599'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/72Q4V2mvuX5EowKs3qHl7g'}, 'href': 'https://api.spotify.com/v1/tracks/72Q4V2mvuX5EowKs3qHl7g', 'id': '72Q4V2mvuX5EowKs3qHl7g', 'is_local': False, 'name': 'New York Strait Talk', 'popularity': 15, 'preview_url': None, 'track_number': 14, 'type': 'track', 'uri': 'spotify:track:72Q4V2mvuX5EowKs3qHl7g'}], 'limit': 50, 'next': None, 'offset': 0, 'previous': None, 'total': 41}} +{'tracks': {'href': 'https://api.spotify.com/v1/search?query=moment+of+truth+gang+starr&type=track&market=GB&offset=0&limit=50', 'items': [{'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5f6Nz2v1DESbpu1NerEql2'}, 'href': 'https://api.spotify.com/v1/albums/5f6Nz2v1DESbpu1NerEql2', 'id': '5f6Nz2v1DESbpu1NerEql2', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/374be902e069acc0a09e8023d7926f791c46eefa', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bbcbe0eec78fe83681967f73d03b13e5c31824e9', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/511b5fbf8c922515221f34019aa5f64281ca9526', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:5f6Nz2v1DESbpu1NerEql2'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 177666, 'explicit': True, 'external_ids': {'isrc': 'USVI29800538'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/1EiLrPd8JMTcQUr1aLEUKi'}, 'href': 'https://api.spotify.com/v1/tracks/1EiLrPd8JMTcQUr1aLEUKi', 'id': '1EiLrPd8JMTcQUr1aLEUKi', 'is_local': False, 'name': 'Work', 'popularity': 61, 'preview_url': None, 'track_number': 3, 'type': 'track', 'uri': 'spotify:track:1EiLrPd8JMTcQUr1aLEUKi'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5f6Nz2v1DESbpu1NerEql2'}, 'href': 'https://api.spotify.com/v1/albums/5f6Nz2v1DESbpu1NerEql2', 'id': '5f6Nz2v1DESbpu1NerEql2', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/374be902e069acc0a09e8023d7926f791c46eefa', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bbcbe0eec78fe83681967f73d03b13e5c31824e9', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/511b5fbf8c922515221f34019aa5f64281ca9526', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:5f6Nz2v1DESbpu1NerEql2'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 247333, 'explicit': True, 'external_ids': {'isrc': 'USVI29800594'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/1fotoYONO343JjbC8XvPSl'}, 'href': 'https://api.spotify.com/v1/tracks/1fotoYONO343JjbC8XvPSl', 'id': '1fotoYONO343JjbC8XvPSl', 'is_local': False, 'name': 'Moment Of Truth', 'popularity': 55, 'preview_url': None, 'track_number': 8, 'type': 'track', 'uri': 'spotify:track:1fotoYONO343JjbC8XvPSl'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5f6Nz2v1DESbpu1NerEql2'}, 'href': 'https://api.spotify.com/v1/albums/5f6Nz2v1DESbpu1NerEql2', 'id': '5f6Nz2v1DESbpu1NerEql2', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/374be902e069acc0a09e8023d7926f791c46eefa', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bbcbe0eec78fe83681967f73d03b13e5c31824e9', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/511b5fbf8c922515221f34019aa5f64281ca9526', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:5f6Nz2v1DESbpu1NerEql2'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/4OBbOrkD4geIjOLrICN3wO'}, 'href': 'https://api.spotify.com/v1/artists/4OBbOrkD4geIjOLrICN3wO', 'id': '4OBbOrkD4geIjOLrICN3wO', 'name': 'Inspectah Deck', 'type': 'artist', 'uri': 'spotify:artist:4OBbOrkD4geIjOLrICN3wO'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 221626, 'explicit': True, 'external_ids': {'isrc': 'USVI29800537'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3ZBSXNYdTZVaBUQI3E2rF6'}, 'href': 'https://api.spotify.com/v1/tracks/3ZBSXNYdTZVaBUQI3E2rF6', 'id': '3ZBSXNYdTZVaBUQI3E2rF6', 'is_local': False, 'name': 'Above The Clouds', 'popularity': 58, 'preview_url': None, 'track_number': 5, 'type': 'track', 'uri': 'spotify:track:3ZBSXNYdTZVaBUQI3E2rF6'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/4J9Y1PwqwZ1cQEcJNsApDB'}, 'href': 'https://api.spotify.com/v1/albums/4J9Y1PwqwZ1cQEcJNsApDB', 'id': '4J9Y1PwqwZ1cQEcJNsApDB', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7f1ddc366f011c6dfba727ae42f98cb3af4dcf35', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9781cb1e9ba31c190ce6a30d3bc0c7ee8d5eec39', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/a8653d2b9b31c8d904c63d99a4479d08eb120fab', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:4J9Y1PwqwZ1cQEcJNsApDB'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 247560, 'explicit': True, 'external_ids': {'isrc': 'USVI29800141'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/6loNZHKeeNUjrUkjXdCwiZ'}, 'href': 'https://api.spotify.com/v1/tracks/6loNZHKeeNUjrUkjXdCwiZ', 'id': '6loNZHKeeNUjrUkjXdCwiZ', 'is_local': False, 'name': 'You Know My Steez', 'popularity': 52, 'preview_url': None, 'track_number': 1, 'type': 'track', 'uri': 'spotify:track:6loNZHKeeNUjrUkjXdCwiZ'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5f6Nz2v1DESbpu1NerEql2'}, 'href': 'https://api.spotify.com/v1/albums/5f6Nz2v1DESbpu1NerEql2', 'id': '5f6Nz2v1DESbpu1NerEql2', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/374be902e069acc0a09e8023d7926f791c46eefa', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bbcbe0eec78fe83681967f73d03b13e5c31824e9', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/511b5fbf8c922515221f34019aa5f64281ca9526', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:5f6Nz2v1DESbpu1NerEql2'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 165240, 'explicit': True, 'external_ids': {'isrc': 'USVI29800597'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/6NjXLhejj5dVjTyeU8SbVM'}, 'href': 'https://api.spotify.com/v1/tracks/6NjXLhejj5dVjTyeU8SbVM', 'id': '6NjXLhejj5dVjTyeU8SbVM', 'is_local': False, 'name': "What I'm Here 4", 'popularity': 45, 'preview_url': None, 'track_number': 12, 'type': 'track', 'uri': 'spotify:track:6NjXLhejj5dVjTyeU8SbVM'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5f6Nz2v1DESbpu1NerEql2'}, 'href': 'https://api.spotify.com/v1/albums/5f6Nz2v1DESbpu1NerEql2', 'id': '5f6Nz2v1DESbpu1NerEql2', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/374be902e069acc0a09e8023d7926f791c46eefa', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bbcbe0eec78fe83681967f73d03b13e5c31824e9', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/511b5fbf8c922515221f34019aa5f64281ca9526', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:5f6Nz2v1DESbpu1NerEql2'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 247626, 'explicit': False, 'external_ids': {'isrc': 'USVI29800141'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/2C3QwVE5adFCVsCqayhPW7'}, 'href': 'https://api.spotify.com/v1/tracks/2C3QwVE5adFCVsCqayhPW7', 'id': '2C3QwVE5adFCVsCqayhPW7', 'is_local': False, 'name': 'You Know My Steez', 'popularity': 53, 'preview_url': None, 'track_number': 1, 'type': 'track', 'uri': 'spotify:track:2C3QwVE5adFCVsCqayhPW7'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5f6Nz2v1DESbpu1NerEql2'}, 'href': 'https://api.spotify.com/v1/albums/5f6Nz2v1DESbpu1NerEql2', 'id': '5f6Nz2v1DESbpu1NerEql2', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/374be902e069acc0a09e8023d7926f791c46eefa', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bbcbe0eec78fe83681967f73d03b13e5c31824e9', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/511b5fbf8c922515221f34019aa5f64281ca9526', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:5f6Nz2v1DESbpu1NerEql2'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 214666, 'explicit': True, 'external_ids': {'isrc': 'USVI29800592'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0drHbXjNetXRrdcm81pxfw'}, 'href': 'https://api.spotify.com/v1/tracks/0drHbXjNetXRrdcm81pxfw', 'id': '0drHbXjNetXRrdcm81pxfw', 'is_local': False, 'name': 'JFK 2 LAX', 'popularity': 41, 'preview_url': None, 'track_number': 6, 'type': 'track', 'uri': 'spotify:track:0drHbXjNetXRrdcm81pxfw'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5f6Nz2v1DESbpu1NerEql2'}, 'href': 'https://api.spotify.com/v1/albums/5f6Nz2v1DESbpu1NerEql2', 'id': '5f6Nz2v1DESbpu1NerEql2', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/374be902e069acc0a09e8023d7926f791c46eefa', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bbcbe0eec78fe83681967f73d03b13e5c31824e9', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/511b5fbf8c922515221f34019aa5f64281ca9526', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:5f6Nz2v1DESbpu1NerEql2'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/30G8Jlp6mw5RTEEzMndIZL'}, 'href': 'https://api.spotify.com/v1/artists/30G8Jlp6mw5RTEEzMndIZL', 'id': '30G8Jlp6mw5RTEEzMndIZL', 'name': 'Big Shug', 'type': 'artist', 'uri': 'spotify:artist:30G8Jlp6mw5RTEEzMndIZL'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/1fToJNxLjAEMHbvMiOpJcJ'}, 'href': 'https://api.spotify.com/v1/artists/1fToJNxLjAEMHbvMiOpJcJ', 'id': '1fToJNxLjAEMHbvMiOpJcJ', 'name': 'Freddie Foxxx', 'type': 'artist', 'uri': 'spotify:artist:1fToJNxLjAEMHbvMiOpJcJ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 288600, 'explicit': True, 'external_ids': {'isrc': 'USVI29800047'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/4PoqWtVeTMZTB7E9Uubwf9'}, 'href': 'https://api.spotify.com/v1/tracks/4PoqWtVeTMZTB7E9Uubwf9', 'id': '4PoqWtVeTMZTB7E9Uubwf9', 'is_local': False, 'name': 'The Militia', 'popularity': 41, 'preview_url': None, 'track_number': 10, 'type': 'track', 'uri': 'spotify:track:4PoqWtVeTMZTB7E9Uubwf9'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5f6Nz2v1DESbpu1NerEql2'}, 'href': 'https://api.spotify.com/v1/albums/5f6Nz2v1DESbpu1NerEql2', 'id': '5f6Nz2v1DESbpu1NerEql2', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/374be902e069acc0a09e8023d7926f791c46eefa', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bbcbe0eec78fe83681967f73d03b13e5c31824e9', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/511b5fbf8c922515221f34019aa5f64281ca9526', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:5f6Nz2v1DESbpu1NerEql2'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/53M8YqZnU51ZjTFiXAFpIo'}, 'href': 'https://api.spotify.com/v1/artists/53M8YqZnU51ZjTFiXAFpIo', 'id': '53M8YqZnU51ZjTFiXAFpIo', 'name': 'K-Ci Hailey', 'type': 'artist', 'uri': 'spotify:artist:53M8YqZnU51ZjTFiXAFpIo'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/1w6LD3xNFntDS6kUP47DqU'}, 'href': 'https://api.spotify.com/v1/artists/1w6LD3xNFntDS6kUP47DqU', 'id': '1w6LD3xNFntDS6kUP47DqU', 'name': 'Jo Jo Hailey', 'type': 'artist', 'uri': 'spotify:artist:1w6LD3xNFntDS6kUP47DqU'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 311400, 'explicit': True, 'external_ids': {'isrc': 'USVI29800359'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0g0VWoGnz4RDoUw1f8Wvcp'}, 'href': 'https://api.spotify.com/v1/tracks/0g0VWoGnz4RDoUw1f8Wvcp', 'id': '0g0VWoGnz4RDoUw1f8Wvcp', 'is_local': False, 'name': 'Royalty', 'popularity': 39, 'preview_url': None, 'track_number': 4, 'type': 'track', 'uri': 'spotify:track:0g0VWoGnz4RDoUw1f8Wvcp'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5f6Nz2v1DESbpu1NerEql2'}, 'href': 'https://api.spotify.com/v1/albums/5f6Nz2v1DESbpu1NerEql2', 'id': '5f6Nz2v1DESbpu1NerEql2', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/374be902e069acc0a09e8023d7926f791c46eefa', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bbcbe0eec78fe83681967f73d03b13e5c31824e9', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/511b5fbf8c922515221f34019aa5f64281ca9526', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:5f6Nz2v1DESbpu1NerEql2'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 151840, 'explicit': True, 'external_ids': {'isrc': 'USVI29800600'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3RJdwyIp02q99eXzmLSMos'}, 'href': 'https://api.spotify.com/v1/tracks/3RJdwyIp02q99eXzmLSMos', 'id': '3RJdwyIp02q99eXzmLSMos', 'is_local': False, 'name': 'My Advice 2 You', 'popularity': 37, 'preview_url': None, 'track_number': 15, 'type': 'track', 'uri': 'spotify:track:3RJdwyIp02q99eXzmLSMos'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5f6Nz2v1DESbpu1NerEql2'}, 'href': 'https://api.spotify.com/v1/albums/5f6Nz2v1DESbpu1NerEql2', 'id': '5f6Nz2v1DESbpu1NerEql2', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/374be902e069acc0a09e8023d7926f791c46eefa', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bbcbe0eec78fe83681967f73d03b13e5c31824e9', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/511b5fbf8c922515221f34019aa5f64281ca9526', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:5f6Nz2v1DESbpu1NerEql2'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 224040, 'explicit': True, 'external_ids': {'isrc': 'USVI29800591'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3RWhPX9PlYaeRENS4j4aHp'}, 'href': 'https://api.spotify.com/v1/tracks/3RWhPX9PlYaeRENS4j4aHp', 'id': '3RWhPX9PlYaeRENS4j4aHp', 'is_local': False, 'name': 'Robbin Hood Theory', 'popularity': 37, 'preview_url': None, 'track_number': 2, 'type': 'track', 'uri': 'spotify:track:3RWhPX9PlYaeRENS4j4aHp'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/4J9Y1PwqwZ1cQEcJNsApDB'}, 'href': 'https://api.spotify.com/v1/albums/4J9Y1PwqwZ1cQEcJNsApDB', 'id': '4J9Y1PwqwZ1cQEcJNsApDB', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7f1ddc366f011c6dfba727ae42f98cb3af4dcf35', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9781cb1e9ba31c190ce6a30d3bc0c7ee8d5eec39', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/a8653d2b9b31c8d904c63d99a4479d08eb120fab', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:4J9Y1PwqwZ1cQEcJNsApDB'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 247200, 'explicit': True, 'external_ids': {'isrc': 'USVI29800594'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/6oNnaMp8FjK6V6ta898Be4'}, 'href': 'https://api.spotify.com/v1/tracks/6oNnaMp8FjK6V6ta898Be4', 'id': '6oNnaMp8FjK6V6ta898Be4', 'is_local': False, 'name': 'Moment Of Truth', 'popularity': 23, 'preview_url': None, 'track_number': 8, 'type': 'track', 'uri': 'spotify:track:6oNnaMp8FjK6V6ta898Be4'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5f6Nz2v1DESbpu1NerEql2'}, 'href': 'https://api.spotify.com/v1/albums/5f6Nz2v1DESbpu1NerEql2', 'id': '5f6Nz2v1DESbpu1NerEql2', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/374be902e069acc0a09e8023d7926f791c46eefa', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bbcbe0eec78fe83681967f73d03b13e5c31824e9', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/511b5fbf8c922515221f34019aa5f64281ca9526', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:5f6Nz2v1DESbpu1NerEql2'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/0tArAy35gfr3k95DIbuLwN'}, 'href': 'https://api.spotify.com/v1/artists/0tArAy35gfr3k95DIbuLwN', 'id': '0tArAy35gfr3k95DIbuLwN', 'name': 'Hannibal', 'type': 'artist', 'uri': 'spotify:artist:0tArAy35gfr3k95DIbuLwN'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 229200, 'explicit': True, 'external_ids': {'isrc': 'USVI29800593'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0UgknaNhKuq1Uu3KJbn7Ry'}, 'href': 'https://api.spotify.com/v1/tracks/0UgknaNhKuq1Uu3KJbn7Ry', 'id': '0UgknaNhKuq1Uu3KJbn7Ry', 'is_local': False, 'name': 'Itz A Set Up', 'popularity': 34, 'preview_url': None, 'track_number': 7, 'type': 'track', 'uri': 'spotify:track:0UgknaNhKuq1Uu3KJbn7Ry'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5f6Nz2v1DESbpu1NerEql2'}, 'href': 'https://api.spotify.com/v1/albums/5f6Nz2v1DESbpu1NerEql2', 'id': '5f6Nz2v1DESbpu1NerEql2', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/374be902e069acc0a09e8023d7926f791c46eefa', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bbcbe0eec78fe83681967f73d03b13e5c31824e9', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/511b5fbf8c922515221f34019aa5f64281ca9526', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:5f6Nz2v1DESbpu1NerEql2'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 186200, 'explicit': True, 'external_ids': {'isrc': 'USVI29800603'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/4Bf0UDkIOkCCZmbSzaPZna'}, 'href': 'https://api.spotify.com/v1/tracks/4Bf0UDkIOkCCZmbSzaPZna', 'id': '4Bf0UDkIOkCCZmbSzaPZna', 'is_local': False, 'name': 'Next Time', 'popularity': 35, 'preview_url': None, 'track_number': 19, 'type': 'track', 'uri': 'spotify:track:4Bf0UDkIOkCCZmbSzaPZna'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5f6Nz2v1DESbpu1NerEql2'}, 'href': 'https://api.spotify.com/v1/albums/5f6Nz2v1DESbpu1NerEql2', 'id': '5f6Nz2v1DESbpu1NerEql2', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/374be902e069acc0a09e8023d7926f791c46eefa', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bbcbe0eec78fe83681967f73d03b13e5c31824e9', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/511b5fbf8c922515221f34019aa5f64281ca9526', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:5f6Nz2v1DESbpu1NerEql2'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/19KwjzvIL92r29IINtlPNP'}, 'href': 'https://api.spotify.com/v1/artists/19KwjzvIL92r29IINtlPNP', 'id': '19KwjzvIL92r29IINtlPNP', 'name': 'Scarface', 'type': 'artist', 'uri': 'spotify:artist:19KwjzvIL92r29IINtlPNP'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 329933, 'explicit': True, 'external_ids': {'isrc': 'USVI29800542'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/52o2J4kDdCGcZm5nXm0nIj'}, 'href': 'https://api.spotify.com/v1/tracks/52o2J4kDdCGcZm5nXm0nIj', 'id': '52o2J4kDdCGcZm5nXm0nIj', 'is_local': False, 'name': 'Betrayal', 'popularity': 36, 'preview_url': None, 'track_number': 18, 'type': 'track', 'uri': 'spotify:track:52o2J4kDdCGcZm5nXm0nIj'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5f6Nz2v1DESbpu1NerEql2'}, 'href': 'https://api.spotify.com/v1/albums/5f6Nz2v1DESbpu1NerEql2', 'id': '5f6Nz2v1DESbpu1NerEql2', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/374be902e069acc0a09e8023d7926f791c46eefa', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bbcbe0eec78fe83681967f73d03b13e5c31824e9', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/511b5fbf8c922515221f34019aa5f64281ca9526', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:5f6Nz2v1DESbpu1NerEql2'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/4StWnbDC5LLdf3socfu0gx'}, 'href': 'https://api.spotify.com/v1/artists/4StWnbDC5LLdf3socfu0gx', 'id': '4StWnbDC5LLdf3socfu0gx', 'name': 'Krumbsnatcha', 'type': 'artist', 'uri': 'spotify:artist:4StWnbDC5LLdf3socfu0gx'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 261466, 'explicit': True, 'external_ids': {'isrc': 'USVI29800601'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3Tp97HWpgbVOqcgAEwsBka'}, 'href': 'https://api.spotify.com/v1/tracks/3Tp97HWpgbVOqcgAEwsBka', 'id': '3Tp97HWpgbVOqcgAEwsBka', 'is_local': False, 'name': "Make 'Em Pay", 'popularity': 35, 'preview_url': None, 'track_number': 16, 'type': 'track', 'uri': 'spotify:track:3Tp97HWpgbVOqcgAEwsBka'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5f6Nz2v1DESbpu1NerEql2'}, 'href': 'https://api.spotify.com/v1/albums/5f6Nz2v1DESbpu1NerEql2', 'id': '5f6Nz2v1DESbpu1NerEql2', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/374be902e069acc0a09e8023d7926f791c46eefa', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bbcbe0eec78fe83681967f73d03b13e5c31824e9', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/511b5fbf8c922515221f34019aa5f64281ca9526', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:5f6Nz2v1DESbpu1NerEql2'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/1BH45DVSTeGBvcYXNCd67g'}, 'href': 'https://api.spotify.com/v1/artists/1BH45DVSTeGBvcYXNCd67g', 'id': '1BH45DVSTeGBvcYXNCd67g', 'name': 'M.O.P.', 'type': 'artist', 'uri': 'spotify:artist:1BH45DVSTeGBvcYXNCd67g'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 277466, 'explicit': True, 'external_ids': {'isrc': 'USVI29800595'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/2SZIwfcsfjLDZ0c72tKwlY'}, 'href': 'https://api.spotify.com/v1/tracks/2SZIwfcsfjLDZ0c72tKwlY', 'id': '2SZIwfcsfjLDZ0c72tKwlY', 'is_local': False, 'name': 'B.I. Vs. Friendship', 'popularity': 34, 'preview_url': None, 'track_number': 9, 'type': 'track', 'uri': 'spotify:track:2SZIwfcsfjLDZ0c72tKwlY'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5f6Nz2v1DESbpu1NerEql2'}, 'href': 'https://api.spotify.com/v1/albums/5f6Nz2v1DESbpu1NerEql2', 'id': '5f6Nz2v1DESbpu1NerEql2', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/374be902e069acc0a09e8023d7926f791c46eefa', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bbcbe0eec78fe83681967f73d03b13e5c31824e9', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/511b5fbf8c922515221f34019aa5f64281ca9526', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:5f6Nz2v1DESbpu1NerEql2'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 295533, 'explicit': True, 'external_ids': {'isrc': 'USVI29800596'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3JYkFbb5mUbmA8hfMQJYTW'}, 'href': 'https://api.spotify.com/v1/tracks/3JYkFbb5mUbmA8hfMQJYTW', 'id': '3JYkFbb5mUbmA8hfMQJYTW', 'is_local': False, 'name': 'The Rep Growz Bigga', 'popularity': 33, 'preview_url': None, 'track_number': 11, 'type': 'track', 'uri': 'spotify:track:3JYkFbb5mUbmA8hfMQJYTW'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5f6Nz2v1DESbpu1NerEql2'}, 'href': 'https://api.spotify.com/v1/albums/5f6Nz2v1DESbpu1NerEql2', 'id': '5f6Nz2v1DESbpu1NerEql2', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/374be902e069acc0a09e8023d7926f791c46eefa', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bbcbe0eec78fe83681967f73d03b13e5c31824e9', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/511b5fbf8c922515221f34019aa5f64281ca9526', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:5f6Nz2v1DESbpu1NerEql2'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 180626, 'explicit': True, 'external_ids': {'isrc': 'USVI29800598'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/105AfGzZrSuo6R3FYYJqom'}, 'href': 'https://api.spotify.com/v1/tracks/105AfGzZrSuo6R3FYYJqom', 'id': '105AfGzZrSuo6R3FYYJqom', 'is_local': False, 'name': 'She Knowz What She Wantz', 'popularity': 34, 'preview_url': None, 'track_number': 13, 'type': 'track', 'uri': 'spotify:track:105AfGzZrSuo6R3FYYJqom'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5f6Nz2v1DESbpu1NerEql2'}, 'href': 'https://api.spotify.com/v1/albums/5f6Nz2v1DESbpu1NerEql2', 'id': '5f6Nz2v1DESbpu1NerEql2', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/374be902e069acc0a09e8023d7926f791c46eefa', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bbcbe0eec78fe83681967f73d03b13e5c31824e9', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/511b5fbf8c922515221f34019aa5f64281ca9526', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:5f6Nz2v1DESbpu1NerEql2'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 230066, 'explicit': True, 'external_ids': {'isrc': 'USVI29800604'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/1szJqPlsN7NYdKmqoAMT3K'}, 'href': 'https://api.spotify.com/v1/tracks/1szJqPlsN7NYdKmqoAMT3K', 'id': '1szJqPlsN7NYdKmqoAMT3K', 'is_local': False, 'name': 'In Memory Of...', 'popularity': 32, 'preview_url': None, 'track_number': 20, 'type': 'track', 'uri': 'spotify:track:1szJqPlsN7NYdKmqoAMT3K'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/4J9Y1PwqwZ1cQEcJNsApDB'}, 'href': 'https://api.spotify.com/v1/albums/4J9Y1PwqwZ1cQEcJNsApDB', 'id': '4J9Y1PwqwZ1cQEcJNsApDB', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7f1ddc366f011c6dfba727ae42f98cb3af4dcf35', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9781cb1e9ba31c190ce6a30d3bc0c7ee8d5eec39', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/a8653d2b9b31c8d904c63d99a4479d08eb120fab', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:4J9Y1PwqwZ1cQEcJNsApDB'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 221333, 'explicit': True, 'external_ids': {'isrc': 'USVI29800537'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5CAFFBit8C9mPBBcWOUtg1'}, 'href': 'https://api.spotify.com/v1/tracks/5CAFFBit8C9mPBBcWOUtg1', 'id': '5CAFFBit8C9mPBBcWOUtg1', 'is_local': False, 'name': 'Above The Clouds - Feat. Inspectah Deck', 'popularity': 24, 'preview_url': None, 'track_number': 5, 'type': 'track', 'uri': 'spotify:track:5CAFFBit8C9mPBBcWOUtg1'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/4J9Y1PwqwZ1cQEcJNsApDB'}, 'href': 'https://api.spotify.com/v1/albums/4J9Y1PwqwZ1cQEcJNsApDB', 'id': '4J9Y1PwqwZ1cQEcJNsApDB', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7f1ddc366f011c6dfba727ae42f98cb3af4dcf35', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9781cb1e9ba31c190ce6a30d3bc0c7ee8d5eec39', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/a8653d2b9b31c8d904c63d99a4479d08eb120fab', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:4J9Y1PwqwZ1cQEcJNsApDB'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 177626, 'explicit': True, 'external_ids': {'isrc': 'USVI29800538'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/179Ey6lMuwm3WevtOFytZU'}, 'href': 'https://api.spotify.com/v1/tracks/179Ey6lMuwm3WevtOFytZU', 'id': '179Ey6lMuwm3WevtOFytZU', 'is_local': False, 'name': 'Work', 'popularity': 23, 'preview_url': None, 'track_number': 3, 'type': 'track', 'uri': 'spotify:track:179Ey6lMuwm3WevtOFytZU'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5f6Nz2v1DESbpu1NerEql2'}, 'href': 'https://api.spotify.com/v1/albums/5f6Nz2v1DESbpu1NerEql2', 'id': '5f6Nz2v1DESbpu1NerEql2', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/374be902e069acc0a09e8023d7926f791c46eefa', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bbcbe0eec78fe83681967f73d03b13e5c31824e9', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/511b5fbf8c922515221f34019aa5f64281ca9526', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:5f6Nz2v1DESbpu1NerEql2'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 254466, 'explicit': True, 'external_ids': {'isrc': 'USVI29800599'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/4kWm53cikiksuB6TaPzhyF'}, 'href': 'https://api.spotify.com/v1/tracks/4kWm53cikiksuB6TaPzhyF', 'id': '4kWm53cikiksuB6TaPzhyF', 'is_local': False, 'name': 'New York Strait Talk', 'popularity': 31, 'preview_url': None, 'track_number': 14, 'type': 'track', 'uri': 'spotify:track:4kWm53cikiksuB6TaPzhyF'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/4J9Y1PwqwZ1cQEcJNsApDB'}, 'href': 'https://api.spotify.com/v1/albums/4J9Y1PwqwZ1cQEcJNsApDB', 'id': '4J9Y1PwqwZ1cQEcJNsApDB', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7f1ddc366f011c6dfba727ae42f98cb3af4dcf35', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9781cb1e9ba31c190ce6a30d3bc0c7ee8d5eec39', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/a8653d2b9b31c8d904c63d99a4479d08eb120fab', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:4J9Y1PwqwZ1cQEcJNsApDB'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 214800, 'explicit': False, 'external_ids': {'isrc': 'USVI29800592'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/1HbEaQcCdwux7zPtD1eOGI'}, 'href': 'https://api.spotify.com/v1/tracks/1HbEaQcCdwux7zPtD1eOGI', 'id': '1HbEaQcCdwux7zPtD1eOGI', 'is_local': False, 'name': 'JFK 2 LAX', 'popularity': 22, 'preview_url': None, 'track_number': 6, 'type': 'track', 'uri': 'spotify:track:1HbEaQcCdwux7zPtD1eOGI'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/5f6Nz2v1DESbpu1NerEql2'}, 'href': 'https://api.spotify.com/v1/albums/5f6Nz2v1DESbpu1NerEql2', 'id': '5f6Nz2v1DESbpu1NerEql2', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/374be902e069acc0a09e8023d7926f791c46eefa', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bbcbe0eec78fe83681967f73d03b13e5c31824e9', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/511b5fbf8c922515221f34019aa5f64281ca9526', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:5f6Nz2v1DESbpu1NerEql2'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/7x7pxJtOTFkTSStKmrRyRp'}, 'href': 'https://api.spotify.com/v1/artists/7x7pxJtOTFkTSStKmrRyRp', 'id': '7x7pxJtOTFkTSStKmrRyRp', 'name': 'G. Dep', 'type': 'artist', 'uri': 'spotify:artist:7x7pxJtOTFkTSStKmrRyRp'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/2YzyyqYvbrInBomhE0bOvo'}, 'href': 'https://api.spotify.com/v1/artists/2YzyyqYvbrInBomhE0bOvo', 'id': '2YzyyqYvbrInBomhE0bOvo', 'name': 'Shiggy Sha', 'type': 'artist', 'uri': 'spotify:artist:2YzyyqYvbrInBomhE0bOvo'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 220933, 'explicit': True, 'external_ids': {'isrc': 'USVI29800602'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/6muJxW8lguXun64N322xph'}, 'href': 'https://api.spotify.com/v1/tracks/6muJxW8lguXun64N322xph', 'id': '6muJxW8lguXun64N322xph', 'is_local': False, 'name': 'The Mall', 'popularity': 30, 'preview_url': None, 'track_number': 17, 'type': 'track', 'uri': 'spotify:track:6muJxW8lguXun64N322xph'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/4J9Y1PwqwZ1cQEcJNsApDB'}, 'href': 'https://api.spotify.com/v1/albums/4J9Y1PwqwZ1cQEcJNsApDB', 'id': '4J9Y1PwqwZ1cQEcJNsApDB', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7f1ddc366f011c6dfba727ae42f98cb3af4dcf35', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9781cb1e9ba31c190ce6a30d3bc0c7ee8d5eec39', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/a8653d2b9b31c8d904c63d99a4479d08eb120fab', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:4J9Y1PwqwZ1cQEcJNsApDB'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 224106, 'explicit': False, 'external_ids': {'isrc': 'USVI29800591'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/4jAaC73mW5MphJMtn9228z'}, 'href': 'https://api.spotify.com/v1/tracks/4jAaC73mW5MphJMtn9228z', 'id': '4jAaC73mW5MphJMtn9228z', 'is_local': False, 'name': 'Robbin Hood Theory', 'popularity': 21, 'preview_url': None, 'track_number': 2, 'type': 'track', 'uri': 'spotify:track:4jAaC73mW5MphJMtn9228z'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/4J9Y1PwqwZ1cQEcJNsApDB'}, 'href': 'https://api.spotify.com/v1/albums/4J9Y1PwqwZ1cQEcJNsApDB', 'id': '4J9Y1PwqwZ1cQEcJNsApDB', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7f1ddc366f011c6dfba727ae42f98cb3af4dcf35', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9781cb1e9ba31c190ce6a30d3bc0c7ee8d5eec39', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/a8653d2b9b31c8d904c63d99a4479d08eb120fab', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:4J9Y1PwqwZ1cQEcJNsApDB'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 165333, 'explicit': True, 'external_ids': {'isrc': 'USVI29800597'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3lInNlWaxFbymuxV4YuBif'}, 'href': 'https://api.spotify.com/v1/tracks/3lInNlWaxFbymuxV4YuBif', 'id': '3lInNlWaxFbymuxV4YuBif', 'is_local': False, 'name': "What I'm Here 4", 'popularity': 19, 'preview_url': None, 'track_number': 12, 'type': 'track', 'uri': 'spotify:track:3lInNlWaxFbymuxV4YuBif'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/4J9Y1PwqwZ1cQEcJNsApDB'}, 'href': 'https://api.spotify.com/v1/albums/4J9Y1PwqwZ1cQEcJNsApDB', 'id': '4J9Y1PwqwZ1cQEcJNsApDB', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7f1ddc366f011c6dfba727ae42f98cb3af4dcf35', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9781cb1e9ba31c190ce6a30d3bc0c7ee8d5eec39', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/a8653d2b9b31c8d904c63d99a4479d08eb120fab', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:4J9Y1PwqwZ1cQEcJNsApDB'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 289133, 'explicit': True, 'external_ids': {'isrc': 'USVI29800047'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0YnxOgrono3Ky5LXETUhvu'}, 'href': 'https://api.spotify.com/v1/tracks/0YnxOgrono3Ky5LXETUhvu', 'id': '0YnxOgrono3Ky5LXETUhvu', 'is_local': False, 'name': 'The Militia - Feat. Big Shug And Freddie Foxxx', 'popularity': 21, 'preview_url': None, 'track_number': 10, 'type': 'track', 'uri': 'spotify:track:0YnxOgrono3Ky5LXETUhvu'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/4J9Y1PwqwZ1cQEcJNsApDB'}, 'href': 'https://api.spotify.com/v1/albums/4J9Y1PwqwZ1cQEcJNsApDB', 'id': '4J9Y1PwqwZ1cQEcJNsApDB', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7f1ddc366f011c6dfba727ae42f98cb3af4dcf35', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9781cb1e9ba31c190ce6a30d3bc0c7ee8d5eec39', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/a8653d2b9b31c8d904c63d99a4479d08eb120fab', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:4J9Y1PwqwZ1cQEcJNsApDB'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 151866, 'explicit': True, 'external_ids': {'isrc': 'USVI29800600'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/35zBATKGQ16Ru7ZyHlX8sI'}, 'href': 'https://api.spotify.com/v1/tracks/35zBATKGQ16Ru7ZyHlX8sI', 'id': '35zBATKGQ16Ru7ZyHlX8sI', 'is_local': False, 'name': 'My Advice 2 You', 'popularity': 22, 'preview_url': None, 'track_number': 15, 'type': 'track', 'uri': 'spotify:track:35zBATKGQ16Ru7ZyHlX8sI'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/4J9Y1PwqwZ1cQEcJNsApDB'}, 'href': 'https://api.spotify.com/v1/albums/4J9Y1PwqwZ1cQEcJNsApDB', 'id': '4J9Y1PwqwZ1cQEcJNsApDB', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7f1ddc366f011c6dfba727ae42f98cb3af4dcf35', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9781cb1e9ba31c190ce6a30d3bc0c7ee8d5eec39', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/a8653d2b9b31c8d904c63d99a4479d08eb120fab', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:4J9Y1PwqwZ1cQEcJNsApDB'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4cynDosMoBQcVD9UKLq8eX'}, 'href': 'https://api.spotify.com/v1/artists/4cynDosMoBQcVD9UKLq8eX', 'id': '4cynDosMoBQcVD9UKLq8eX', 'name': 'K-Ci', 'type': 'artist', 'uri': 'spotify:artist:4cynDosMoBQcVD9UKLq8eX'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/1w6LD3xNFntDS6kUP47DqU'}, 'href': 'https://api.spotify.com/v1/artists/1w6LD3xNFntDS6kUP47DqU', 'id': '1w6LD3xNFntDS6kUP47DqU', 'name': 'Jo Jo Hailey', 'type': 'artist', 'uri': 'spotify:artist:1w6LD3xNFntDS6kUP47DqU'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 311400, 'explicit': True, 'external_ids': {'isrc': 'USVI29800359'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/1NVvrhaYx6bMWXpoL5NEzQ'}, 'href': 'https://api.spotify.com/v1/tracks/1NVvrhaYx6bMWXpoL5NEzQ', 'id': '1NVvrhaYx6bMWXpoL5NEzQ', 'is_local': False, 'name': 'Royalty - Feat. K-CI Jojo', 'popularity': 20, 'preview_url': None, 'track_number': 4, 'type': 'track', 'uri': 'spotify:track:1NVvrhaYx6bMWXpoL5NEzQ'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/4J9Y1PwqwZ1cQEcJNsApDB'}, 'href': 'https://api.spotify.com/v1/albums/4J9Y1PwqwZ1cQEcJNsApDB', 'id': '4J9Y1PwqwZ1cQEcJNsApDB', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7f1ddc366f011c6dfba727ae42f98cb3af4dcf35', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9781cb1e9ba31c190ce6a30d3bc0c7ee8d5eec39', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/a8653d2b9b31c8d904c63d99a4479d08eb120fab', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:4J9Y1PwqwZ1cQEcJNsApDB'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 186066, 'explicit': True, 'external_ids': {'isrc': 'USVI29800603'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/25RUKBE5ccxTBRLlQL749s'}, 'href': 'https://api.spotify.com/v1/tracks/25RUKBE5ccxTBRLlQL749s', 'id': '25RUKBE5ccxTBRLlQL749s', 'is_local': False, 'name': 'Next Time', 'popularity': 18, 'preview_url': None, 'track_number': 19, 'type': 'track', 'uri': 'spotify:track:25RUKBE5ccxTBRLlQL749s'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/4J9Y1PwqwZ1cQEcJNsApDB'}, 'href': 'https://api.spotify.com/v1/albums/4J9Y1PwqwZ1cQEcJNsApDB', 'id': '4J9Y1PwqwZ1cQEcJNsApDB', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7f1ddc366f011c6dfba727ae42f98cb3af4dcf35', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9781cb1e9ba31c190ce6a30d3bc0c7ee8d5eec39', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/a8653d2b9b31c8d904c63d99a4479d08eb120fab', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:4J9Y1PwqwZ1cQEcJNsApDB'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 229400, 'explicit': True, 'external_ids': {'isrc': 'USVI29800593'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/4EUz8WLJYOKUCX8TpP4Iva'}, 'href': 'https://api.spotify.com/v1/tracks/4EUz8WLJYOKUCX8TpP4Iva', 'id': '4EUz8WLJYOKUCX8TpP4Iva', 'is_local': False, 'name': 'Itz A Set Up - Feat. Hannibal', 'popularity': 18, 'preview_url': None, 'track_number': 7, 'type': 'track', 'uri': 'spotify:track:4EUz8WLJYOKUCX8TpP4Iva'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/4J9Y1PwqwZ1cQEcJNsApDB'}, 'href': 'https://api.spotify.com/v1/albums/4J9Y1PwqwZ1cQEcJNsApDB', 'id': '4J9Y1PwqwZ1cQEcJNsApDB', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7f1ddc366f011c6dfba727ae42f98cb3af4dcf35', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9781cb1e9ba31c190ce6a30d3bc0c7ee8d5eec39', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/a8653d2b9b31c8d904c63d99a4479d08eb120fab', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:4J9Y1PwqwZ1cQEcJNsApDB'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 294893, 'explicit': True, 'external_ids': {'isrc': 'USVI29800596'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/1kpkGLFofqBXCPV2MEIjjm'}, 'href': 'https://api.spotify.com/v1/tracks/1kpkGLFofqBXCPV2MEIjjm', 'id': '1kpkGLFofqBXCPV2MEIjjm', 'is_local': False, 'name': 'The Rep Growz Bigga', 'popularity': 19, 'preview_url': None, 'track_number': 11, 'type': 'track', 'uri': 'spotify:track:1kpkGLFofqBXCPV2MEIjjm'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/4J9Y1PwqwZ1cQEcJNsApDB'}, 'href': 'https://api.spotify.com/v1/albums/4J9Y1PwqwZ1cQEcJNsApDB', 'id': '4J9Y1PwqwZ1cQEcJNsApDB', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7f1ddc366f011c6dfba727ae42f98cb3af4dcf35', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9781cb1e9ba31c190ce6a30d3bc0c7ee8d5eec39', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/a8653d2b9b31c8d904c63d99a4479d08eb120fab', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:4J9Y1PwqwZ1cQEcJNsApDB'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4StWnbDC5LLdf3socfu0gx'}, 'href': 'https://api.spotify.com/v1/artists/4StWnbDC5LLdf3socfu0gx', 'id': '4StWnbDC5LLdf3socfu0gx', 'name': 'Krumbsnatcha', 'type': 'artist', 'uri': 'spotify:artist:4StWnbDC5LLdf3socfu0gx'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 262466, 'explicit': True, 'external_ids': {'isrc': 'USVI29800601'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0PcJ5WCBgYCIn7LiFMoDwJ'}, 'href': 'https://api.spotify.com/v1/tracks/0PcJ5WCBgYCIn7LiFMoDwJ', 'id': '0PcJ5WCBgYCIn7LiFMoDwJ', 'is_local': False, 'name': "Make 'Em Pay - Feat. Krumbsnatcha", 'popularity': 18, 'preview_url': None, 'track_number': 16, 'type': 'track', 'uri': 'spotify:track:0PcJ5WCBgYCIn7LiFMoDwJ'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/4J9Y1PwqwZ1cQEcJNsApDB'}, 'href': 'https://api.spotify.com/v1/albums/4J9Y1PwqwZ1cQEcJNsApDB', 'id': '4J9Y1PwqwZ1cQEcJNsApDB', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7f1ddc366f011c6dfba727ae42f98cb3af4dcf35', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9781cb1e9ba31c190ce6a30d3bc0c7ee8d5eec39', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/a8653d2b9b31c8d904c63d99a4479d08eb120fab', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:4J9Y1PwqwZ1cQEcJNsApDB'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/19KwjzvIL92r29IINtlPNP'}, 'href': 'https://api.spotify.com/v1/artists/19KwjzvIL92r29IINtlPNP', 'id': '19KwjzvIL92r29IINtlPNP', 'name': 'Scarface', 'type': 'artist', 'uri': 'spotify:artist:19KwjzvIL92r29IINtlPNP'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 329906, 'explicit': True, 'external_ids': {'isrc': 'USVI29800542'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/4qKUbLtLhRkvl6sIjLqQKM'}, 'href': 'https://api.spotify.com/v1/tracks/4qKUbLtLhRkvl6sIjLqQKM', 'id': '4qKUbLtLhRkvl6sIjLqQKM', 'is_local': False, 'name': 'Betrayal - Feat. Scarface', 'popularity': 17, 'preview_url': None, 'track_number': 18, 'type': 'track', 'uri': 'spotify:track:4qKUbLtLhRkvl6sIjLqQKM'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/4J9Y1PwqwZ1cQEcJNsApDB'}, 'href': 'https://api.spotify.com/v1/albums/4J9Y1PwqwZ1cQEcJNsApDB', 'id': '4J9Y1PwqwZ1cQEcJNsApDB', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7f1ddc366f011c6dfba727ae42f98cb3af4dcf35', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9781cb1e9ba31c190ce6a30d3bc0c7ee8d5eec39', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/a8653d2b9b31c8d904c63d99a4479d08eb120fab', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:4J9Y1PwqwZ1cQEcJNsApDB'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 277573, 'explicit': True, 'external_ids': {'isrc': 'USVI29800595'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/1HhOO41WfcnbCS7Ni6dDZy'}, 'href': 'https://api.spotify.com/v1/tracks/1HhOO41WfcnbCS7Ni6dDZy', 'id': '1HhOO41WfcnbCS7Ni6dDZy', 'is_local': False, 'name': 'B.I. vs. Friendship - Feat. M.O.P.', 'popularity': 17, 'preview_url': None, 'track_number': 9, 'type': 'track', 'uri': 'spotify:track:1HhOO41WfcnbCS7Ni6dDZy'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/4J9Y1PwqwZ1cQEcJNsApDB'}, 'href': 'https://api.spotify.com/v1/albums/4J9Y1PwqwZ1cQEcJNsApDB', 'id': '4J9Y1PwqwZ1cQEcJNsApDB', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7f1ddc366f011c6dfba727ae42f98cb3af4dcf35', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9781cb1e9ba31c190ce6a30d3bc0c7ee8d5eec39', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/a8653d2b9b31c8d904c63d99a4479d08eb120fab', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:4J9Y1PwqwZ1cQEcJNsApDB'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 180733, 'explicit': True, 'external_ids': {'isrc': 'USVI29800598'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/2GQu3eq6DXyDEDkw74V41B'}, 'href': 'https://api.spotify.com/v1/tracks/2GQu3eq6DXyDEDkw74V41B', 'id': '2GQu3eq6DXyDEDkw74V41B', 'is_local': False, 'name': 'She Knowz What She Wantz', 'popularity': 18, 'preview_url': None, 'track_number': 13, 'type': 'track', 'uri': 'spotify:track:2GQu3eq6DXyDEDkw74V41B'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/4J9Y1PwqwZ1cQEcJNsApDB'}, 'href': 'https://api.spotify.com/v1/albums/4J9Y1PwqwZ1cQEcJNsApDB', 'id': '4J9Y1PwqwZ1cQEcJNsApDB', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7f1ddc366f011c6dfba727ae42f98cb3af4dcf35', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9781cb1e9ba31c190ce6a30d3bc0c7ee8d5eec39', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/a8653d2b9b31c8d904c63d99a4479d08eb120fab', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:4J9Y1PwqwZ1cQEcJNsApDB'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 229960, 'explicit': True, 'external_ids': {'isrc': 'USVI29800604'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3adM6HhzqX7HSEdQZrd56f'}, 'href': 'https://api.spotify.com/v1/tracks/3adM6HhzqX7HSEdQZrd56f', 'id': '3adM6HhzqX7HSEdQZrd56f', 'is_local': False, 'name': 'In Memory Of...', 'popularity': 16, 'preview_url': None, 'track_number': 20, 'type': 'track', 'uri': 'spotify:track:3adM6HhzqX7HSEdQZrd56f'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/4J9Y1PwqwZ1cQEcJNsApDB'}, 'href': 'https://api.spotify.com/v1/albums/4J9Y1PwqwZ1cQEcJNsApDB', 'id': '4J9Y1PwqwZ1cQEcJNsApDB', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7f1ddc366f011c6dfba727ae42f98cb3af4dcf35', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9781cb1e9ba31c190ce6a30d3bc0c7ee8d5eec39', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/a8653d2b9b31c8d904c63d99a4479d08eb120fab', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:4J9Y1PwqwZ1cQEcJNsApDB'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 254373, 'explicit': True, 'external_ids': {'isrc': 'USVI29800599'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/72Q4V2mvuX5EowKs3qHl7g'}, 'href': 'https://api.spotify.com/v1/tracks/72Q4V2mvuX5EowKs3qHl7g', 'id': '72Q4V2mvuX5EowKs3qHl7g', 'is_local': False, 'name': 'New York Strait Talk', 'popularity': 15, 'preview_url': None, 'track_number': 14, 'type': 'track', 'uri': 'spotify:track:72Q4V2mvuX5EowKs3qHl7g'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/4J9Y1PwqwZ1cQEcJNsApDB'}, 'href': 'https://api.spotify.com/v1/albums/4J9Y1PwqwZ1cQEcJNsApDB', 'id': '4J9Y1PwqwZ1cQEcJNsApDB', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7f1ddc366f011c6dfba727ae42f98cb3af4dcf35', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/9781cb1e9ba31c190ce6a30d3bc0c7ee8d5eec39', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/a8653d2b9b31c8d904c63d99a4479d08eb120fab', 'width': 64}], 'name': 'Moment Of Truth', 'release_date': '1998-03-31', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:4J9Y1PwqwZ1cQEcJNsApDB'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2YzyyqYvbrInBomhE0bOvo'}, 'href': 'https://api.spotify.com/v1/artists/2YzyyqYvbrInBomhE0bOvo', 'id': '2YzyyqYvbrInBomhE0bOvo', 'name': 'Shiggy Sha', 'type': 'artist', 'uri': 'spotify:artist:2YzyyqYvbrInBomhE0bOvo'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/7x7pxJtOTFkTSStKmrRyRp'}, 'href': 'https://api.spotify.com/v1/artists/7x7pxJtOTFkTSStKmrRyRp', 'id': '7x7pxJtOTFkTSStKmrRyRp', 'name': 'G. Dep', 'type': 'artist', 'uri': 'spotify:artist:7x7pxJtOTFkTSStKmrRyRp'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 219960, 'explicit': True, 'external_ids': {'isrc': 'USVI29800602'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3NWk4RlMSEw8bNzEVpGrer'}, 'href': 'https://api.spotify.com/v1/tracks/3NWk4RlMSEw8bNzEVpGrer', 'id': '3NWk4RlMSEw8bNzEVpGrer', 'is_local': False, 'name': 'The Mall - Feat. G-Dep & Shiggy Sha', 'popularity': 14, 'preview_url': None, 'track_number': 17, 'type': 'track', 'uri': 'spotify:track:3NWk4RlMSEw8bNzEVpGrer'}, {'album': {'album_type': 'compilation', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/0LyfQWJT6nXafLPZqxe9Of'}, 'href': 'https://api.spotify.com/v1/artists/0LyfQWJT6nXafLPZqxe9Of', 'id': '0LyfQWJT6nXafLPZqxe9Of', 'name': 'Various Artists', 'type': 'artist', 'uri': 'spotify:artist:0LyfQWJT6nXafLPZqxe9Of'}], 'available_markets': ['AR', 'AT', 'AU', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'DE', 'DK', 'DO', 'EC', 'ES', 'FI', 'FR', 'GB', 'GT', 'HN', 'MX', 'NI', 'NO', 'PA', 'PE', 'PY', 'SE', 'SV', 'US', 'UY'], 'external_urls': {'spotify': 'https://open.spotify.com/album/3E18eK0K7lGPHpmiHjMA1X'}, 'href': 'https://api.spotify.com/v1/albums/3E18eK0K7lGPHpmiHjMA1X', 'id': '3E18eK0K7lGPHpmiHjMA1X', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/b04ec3e2ad1a0346b592fe16b4b7fcc21c6c08a8', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/f3a4c399aaf4ab703263a0039c4f110db6363711', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/26a3d2cb4669e7f8c90f5999eb080d1c16a9cb6a', 'width': 64}], 'name': 'East Coast Hip-Hop', 'release_date': '2018-09-28', 'release_date_precision': 'day', 'total_tracks': 28, 'type': 'album', 'uri': 'spotify:album:3E18eK0K7lGPHpmiHjMA1X'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5cMgGlA1xGyeAB2ctYlRdZ'}, 'href': 'https://api.spotify.com/v1/artists/5cMgGlA1xGyeAB2ctYlRdZ', 'id': '5cMgGlA1xGyeAB2ctYlRdZ', 'name': 'Gang Starr', 'type': 'artist', 'uri': 'spotify:artist:5cMgGlA1xGyeAB2ctYlRdZ'}], 'available_markets': ['AR', 'AT', 'AU', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'DE', 'DK', 'DO', 'EC', 'ES', 'FI', 'FR', 'GB', 'GT', 'HN', 'MX', 'NI', 'NO', 'PA', 'PE', 'PY', 'SE', 'SV', 'US', 'UY'], 'disc_number': 1, 'duration_ms': 247333, 'explicit': True, 'external_ids': {'isrc': 'USVI29800594'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/4R6CMOg0ECicR3WB5mz6eY'}, 'href': 'https://api.spotify.com/v1/tracks/4R6CMOg0ECicR3WB5mz6eY', 'id': '4R6CMOg0ECicR3WB5mz6eY', 'is_local': False, 'name': 'Moment Of Truth', 'popularity': 8, 'preview_url': None, 'track_number': 17, 'type': 'track', 'uri': 'spotify:track:4R6CMOg0ECicR3WB5mz6eY'}], 'limit': 50, 'next': None, 'offset': 0, 'previous': None, 'total': 41}} verbosity 3 Message: Scraping for source_playlist Function: get_whosampled_playlist @@ -23,13 +23,13 @@ Message: Getting page: https://whosampled.com/Gang-Starr/You-Know-My-Steez/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n You Know My Steez by Gang Starr - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n You Know My Steez - Gang Starr\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

You Know My Steez

\n
by

Gang Starr

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Moment of Truth

\n

Noo Trybe

\n\n \n
Producers:\n

\n \n DJ Premier, \n \n Guru\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n \n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 9 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJoe Simon\'s Drowning in the Sea of Love\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDrowning in the Sea of Love\n\t\t\tby Joe Simon (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGZA feat. Method Man\'s Shadowboxin'\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tShadowboxin'\n\t\t\tby GZA feat. Method Man (1995)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGrandmaster Flash and The Furious Five\'s Flash It to the Beat\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tFlash It to the Beat\n\t\t\tby Grandmaster Flash and The Furious Five (1982)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tDas EFX\'s Real Hip Hop\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tReal Hip Hop\n\t\t\tby Das EFX (1995)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tPublic Enemy\'s B Side Wins Again\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tB Side Wins Again\n\t\t\tby Public Enemy (1990)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 38 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tRoyce Da 5'9''\'s Boom\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBoom\n\t\t\tby Royce Da 5'9'' (2000)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tGang Starr\'s Full Clip\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tFull Clip\n\t\t\tby Gang Starr (1999)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tDJ Jazzy Jeff & the Fresh Prince\'s Summertime '98 (SoulPower Remix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tCannibal Ox\'s Real Earth\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tReal Earth\n\t\t\tby Cannibal Ox (2001)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tBuckshot and 9th Wonder\'s Food for Thought\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tFood for Thought\n\t\t\tby Buckshot and 9th Wonder (2005)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas remixed in 3 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tGang Starr feat. The Lady of Rage and Kurupt\'s You Know My Steez (Three Men and a Lady Remix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tYou Know My Steez (Three Men and a Lady Remix)\n\t\t\tby DJ Premier (1998)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tGang Starr\'s You Know My Steez (K. Gee Street Mix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tYou Know My Steez (K. Gee Street Mix)\n\t\t\tby K-Gee (1998)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tGang Starr\'s You Know My Steez (Dobie Remix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tYou Know My Steez (Dobie Remix)\n\t\t\tby Dobie (1998)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Writers: DJ PremierGuruThe Lady of RageKurupt
Vocals: Guru
Mixer: Eddie Sancho\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n You Know My Steez by Gang Starr - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n You Know My Steez - Gang Starr\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

You Know My Steez

\n
by

Gang Starr

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Moment of Truth

\n

Noo Trybe

\n\n \n
Producers:\n

\n \n DJ Premier, \n \n Guru\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n \n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 9 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJoe Simon\'s Drowning in the Sea of Love\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDrowning in the Sea of Love\n\t\t\tby Joe Simon (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGZA feat. Method Man\'s Shadowboxin'\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tShadowboxin'\n\t\t\tby GZA feat. Method Man (1995)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGrandmaster Flash and The Furious Five\'s Flash It to the Beat\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tFlash It to the Beat\n\t\t\tby Grandmaster Flash and The Furious Five (1982)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tDas EFX\'s Real Hip Hop\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tReal Hip Hop\n\t\t\tby Das EFX (1995)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tPublic Enemy\'s B Side Wins Again\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tB Side Wins Again\n\t\t\tby Public Enemy (1990)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 38 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tRoyce Da 5'9''\'s Boom\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBoom\n\t\t\tby Royce Da 5'9'' (2000)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tGang Starr\'s Full Clip\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tFull Clip\n\t\t\tby Gang Starr (1999)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tDJ Jazzy Jeff & the Fresh Prince\'s Summertime '98 (SoulPower Remix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tCannibal Ox\'s Real Earth\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tReal Earth\n\t\t\tby Cannibal Ox (2001)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tBuckshot and 9th Wonder\'s Food for Thought\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tFood for Thought\n\t\t\tby Buckshot and 9th Wonder (2005)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas remixed in 3 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tGang Starr feat. The Lady of Rage and Kurupt\'s You Know My Steez (Three Men and a Lady Remix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tYou Know My Steez (Three Men and a Lady Remix)\n\t\t\tby DJ Premier (1998)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tGang Starr\'s You Know My Steez (K. Gee Street Mix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tYou Know My Steez (K. Gee Street Mix)\n\t\t\tby K-Gee (1998)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tGang Starr\'s You Know My Steez (Dobie Remix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tYou Know My Steez (Dobie Remix)\n\t\t\tby Dobie (1998)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Writers: DJ PremierGuruThe Lady of RageKurupt
Vocals: Guru
Mixer: Eddie Sancho\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Getting page: https://whosampled.com/Gang-Starr/You-Know-My-Steez/samples/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Tracks Sampled in You Know My Steez by Gang Starr | WhoSampled\n \n \n \n \n \n\t\n\n \n\t\n\n\t\n\n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n\n\n\n\n\n\n\n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n\t\n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n\t\n\n\n\n \n\n\n\n\t
\n\t\t
\n\t\t\t\n\t\t\t\tGang Starr\'s You Know My Steez\n\t\t\t\n\t\t
\n\t\t
\n\t\t\t
\n\tBuy this Track\n\n\t\n
\n\n\n\t\t\t

You Know My Steez

\n\t\t\t
\n\t\t\t\tby

Gang Starr

\n\t\t\t
\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t
\n\t\t\t\t

Moment of Truth

\n\t\t\t\t

Noo Trybe 1998

\n\n\t\t\t\t\n\t\t\t\t\t
Producers:\n\t\t\t\t\t\t

\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tDJ Premier, \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tGuru\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t

\n\t\t\t\t\t
\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t
\n\t\t
\n\t
\n\n\t
\n\t\t
\n
Sort:
\n
\n \n
\n
\n\n\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 9 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJoe Simon\'s Drowning in the Sea of Love\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDrowning in the Sea of Love\n\t\t\tby Joe Simon (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGZA feat. Method Man\'s Shadowboxin'\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tShadowboxin'\n\t\t\tby GZA feat. Method Man (1995)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGrandmaster Flash and The Furious Five\'s Flash It to the Beat\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tFlash It to the Beat\n\t\t\tby Grandmaster Flash and The Furious Five (1982)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tDas EFX\'s Real Hip Hop\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tReal Hip Hop\n\t\t\tby Das EFX (1995)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tPublic Enemy\'s B Side Wins Again\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tB Side Wins Again\n\t\t\tby Public Enemy (1990)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBig Noyd\'s Usual Suspect\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tUsual Suspect\n\t\t\tby Big Noyd (1996)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tChris Rock\'s Opening/Crickets\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSpoken Word\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tOpening/Crickets\n\t\t\tby Chris Rock (1997)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tHouse of Pain feat. Guru\'s Fed Up (Remix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tFed Up (Remix)\n\t\t\tby House of Pain feat. Guru (1996)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tMC Shan\'s Down by Law\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDown by Law\n\t\t\tby MC Shan (1986)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t
\n\n\t\n\n\n\t\n\n
\n\n\n\n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Tracks Sampled in You Know My Steez by Gang Starr | WhoSampled\n \n \n \n \n \n\t\n\n \n\t\n\n\t\n\n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n\n\n\n\n\n\n\n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n\t\n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n\t\n\n\n\n \n\n\n\n\t
\n\t\t
\n\t\t\t\n\t\t\t\tGang Starr\'s You Know My Steez\n\t\t\t\n\t\t
\n\t\t
\n\t\t\t
\n\tBuy this Track\n\n\t\n
\n\n\n\t\t\t

You Know My Steez

\n\t\t\t
\n\t\t\t\tby

Gang Starr

\n\t\t\t
\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t
\n\t\t\t\t

Moment of Truth

\n\t\t\t\t

Noo Trybe 1998

\n\n\t\t\t\t\n\t\t\t\t\t
Producers:\n\t\t\t\t\t\t

\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tDJ Premier, \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tGuru\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t

\n\t\t\t\t\t
\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t
\n\t\t
\n\t
\n\n\t
\n\t\t
\n
Sort:
\n
\n \n
\n
\n\n\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 9 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJoe Simon\'s Drowning in the Sea of Love\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDrowning in the Sea of Love\n\t\t\tby Joe Simon (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGZA feat. Method Man\'s Shadowboxin'\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tShadowboxin'\n\t\t\tby GZA feat. Method Man (1995)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGrandmaster Flash and The Furious Five\'s Flash It to the Beat\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tFlash It to the Beat\n\t\t\tby Grandmaster Flash and The Furious Five (1982)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tDas EFX\'s Real Hip Hop\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tReal Hip Hop\n\t\t\tby Das EFX (1995)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tPublic Enemy\'s B Side Wins Again\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tB Side Wins Again\n\t\t\tby Public Enemy (1990)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBig Noyd\'s Usual Suspect\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tUsual Suspect\n\t\t\tby Big Noyd (1996)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tChris Rock\'s Opening/Crickets\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSpoken Word\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tOpening/Crickets\n\t\t\tby Chris Rock (1997)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tHouse of Pain feat. Guru\'s Fed Up (Remix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tFed Up (Remix)\n\t\t\tby House of Pain feat. Guru (1996)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tMC Shan\'s Down by Law\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDown by Law\n\t\t\tby MC Shan (1986)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t
\n\n\t\n\n\n\t\n\n
\n\n\n\n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Gang-Starr/You-Know-My-Steez/samples/ Function: parse_sample_items @@ -47,7 +47,7 @@ Message: Getting page: https://whosampled.com/Gang-Starr/Robbin-Hood-Theory/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Robbin Hood Theory by Gang Starr - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Robbin Hood Theory - Gang Starr\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Robbin Hood Theory

\n
by

Gang Starr

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Moment of Truth

\n

Noo Trybe

\n\n \n
Producers:\n

\n \n DJ Premier, \n \n Guru\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tAlbert Dailey\'s The Day After the Dawn\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Day After the Dawn\n\t\t\tby Albert Dailey (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGeorge Duke\'s Capricorn\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tCapricorn\n\t\t\tby George Duke (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 4 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tMax Herre and Afrob\'s Exklusivinterview\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tExklusivinterview\n\t\t\tby Max Herre and Afrob (1999)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tFreundeskreis\'s Erste Schritte - Retrospektive\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tErste Schritte - Retrospektive\n\t\t\tby Freundeskreis (1999)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tFreundeskreis\'s Erste Schritte - Retrospektive (FK Remix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tErste Schritte - Retrospektive (FK Remix)\n\t\t\tby Freundeskreis (1999)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tDJ Revolution\'s Take Over\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tTake Over\n\t\t\tby DJ Revolution (2000)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Robbin Hood Theory by Gang Starr - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Robbin Hood Theory - Gang Starr\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Robbin Hood Theory

\n
by

Gang Starr

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Moment of Truth

\n

Noo Trybe

\n\n \n
Producers:\n

\n \n DJ Premier, \n \n Guru\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tAlbert Dailey\'s The Day After the Dawn\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Day After the Dawn\n\t\t\tby Albert Dailey (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGeorge Duke\'s Capricorn\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tCapricorn\n\t\t\tby George Duke (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 4 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tMax Herre and Afrob\'s Exklusivinterview\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tExklusivinterview\n\t\t\tby Max Herre and Afrob (1999)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tFreundeskreis\'s Erste Schritte - Retrospektive\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tErste Schritte - Retrospektive\n\t\t\tby Freundeskreis (1999)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tFreundeskreis\'s Erste Schritte - Retrospektive (FK Remix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tErste Schritte - Retrospektive (FK Remix)\n\t\t\tby Freundeskreis (1999)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tDJ Revolution\'s Take Over\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tTake Over\n\t\t\tby DJ Revolution (2000)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Gang-Starr/Robbin-Hood-Theory/ Function: parse_sample_items @@ -59,7 +59,7 @@ Message: Getting page: https://whosampled.com/Gang-Starr/Work/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Work by Gang Starr - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Work - Gang Starr\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Work

\n
by

Gang Starr

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Moment of Truth

\n

Noo Trybe

\n\n \n
Producers:\n

\n \n DJ Premier, \n \n Guru\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n Tags: WhoSampled #1 \n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 4 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Manhattans\'s Devil in the Dark\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDevil in the Dark\n\t\t\tby The Manhattans (1979)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tFleetwood Mac\'s Prove Your Love\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tRock / Pop\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tProve Your Love\n\t\t\tby Fleetwood Mac (1974)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tKrumb Snatcha\'s Closer to God\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tCloser to God\n\t\t\tby Krumb Snatcha (1998)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJohn Corigliano\'s Second Transformation: The Ape Man Sequence\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoundtrack\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSecond Transformation: The Ape Man Sequence\n\t\t\tby John Corigliano (1981)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 4 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tEboni Foster feat. Sauce Money\'s Everything You Do (Marc Ronson Remix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tEverything You Do (Marc Ronson Remix)\n\t\t\tby Eboni Foster feat. Sauce Money (1998)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tGrand Daddy I.U.\'s Da Veteran\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDa Veteran\n\t\t\tby Grand Daddy I.U. (2007)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tTha\xc3\xadde and DJ Hum\'s Febre Do Hip Hop\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tFebre Do Hip Hop\n\t\t\tby Tha\xc3\xadde and DJ Hum (2000)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tNitty Scott, MC\'s Work (Grustlin')\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWork (Grustlin')\n\t\t\tby Nitty Scott, MC (2011)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas remixed in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tBig L feat. Gang Starr\'s Work Part II\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWork Part II\n\t\t\tby Big L feat. Gang Starr (2011)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Writers: DJ PremierGuru
Vocals: Guru
Mixer: Eddie Sancho\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Work by Gang Starr - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Work - Gang Starr\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Work

\n
by

Gang Starr

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Moment of Truth

\n

Noo Trybe

\n\n \n
Producers:\n

\n \n DJ Premier, \n \n Guru\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n Tags: WhoSampled #1 \n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 4 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Manhattans\'s Devil in the Dark\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDevil in the Dark\n\t\t\tby The Manhattans (1979)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tFleetwood Mac\'s Prove Your Love\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tRock / Pop\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tProve Your Love\n\t\t\tby Fleetwood Mac (1974)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tKrumb Snatcha\'s Closer to God\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tCloser to God\n\t\t\tby Krumb Snatcha (1998)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJohn Corigliano\'s Second Transformation: The Ape Man Sequence\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoundtrack\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSecond Transformation: The Ape Man Sequence\n\t\t\tby John Corigliano (1981)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 4 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tEboni Foster feat. Sauce Money\'s Everything You Do (Marc Ronson Remix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tEverything You Do (Marc Ronson Remix)\n\t\t\tby Eboni Foster feat. Sauce Money (1998)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tGrand Daddy I.U.\'s Da Veteran\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDa Veteran\n\t\t\tby Grand Daddy I.U. (2007)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tTha\xc3\xadde and DJ Hum\'s Febre Do Hip Hop\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tFebre Do Hip Hop\n\t\t\tby Tha\xc3\xadde and DJ Hum (2000)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tNitty Scott, MC\'s Work (Grustlin')\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWork (Grustlin')\n\t\t\tby Nitty Scott, MC (2011)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas remixed in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tBig L feat. Gang Starr\'s Work Part II\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWork Part II\n\t\t\tby Big L feat. Gang Starr (2011)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Writers: DJ PremierGuru
Vocals: Guru
Mixer: Eddie Sancho\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Gang-Starr/Work/ Function: parse_sample_items @@ -71,7 +71,7 @@ Message: Getting page: https://whosampled.com/Gang-Starr/Royalty/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Royalty by Gang Starr feat. K-Ci & JoJo - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Royalty - Gang Starr feat. K-Ci & JoJo\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Royalty

\n
by

Gang Starr feat. K-Ci & JoJo

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Moment of Truth

\n

Noo Trybe

\n\n \n
Producers:\n

\n \n DJ Premier, \n \n Guru\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tLatimore\'s Let's Do It in Slow Motion\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tLet's Do It in Slow Motion\n\t\t\tby Latimore (1976)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGang Starr feat. Nice & Smooth\'s DWYCK\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDWYCK\n\t\t\tby Gang Starr feat. Nice & Smooth (1992)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 18 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tMefjus\'s Saturate\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tElectronic / Dance\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSaturate\n\t\t\tby Mefjus (2014)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tReflection Eternal\'s Ghetto Afterlife\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tGhetto Afterlife\n\t\t\tby Reflection Eternal (2000)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tTrancesetters\'s Roaches\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tElectronic / Dance\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tRoaches\n\t\t\tby Trancesetters (1999)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\xce\xbc-Ziq\'s The Motorbike Track\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tElectronic / Dance\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Motorbike Track\n\t\t\tby \xce\xbc-Ziq (1999)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tSam the Kid\'s Entre(Tanto)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tEntre(Tanto)\n\t\t\tby Sam the Kid (1999)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Writers: GuruJo Jo HaileyK-CiDJ Premier
Vocals: Guru
Guest Vocals: K-Ci & JoJo
Mixer: Eddie Sancho\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Royalty by Gang Starr feat. K-Ci & JoJo - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Royalty - Gang Starr feat. K-Ci & JoJo\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Royalty

\n
by

Gang Starr feat. K-Ci & JoJo

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Moment of Truth

\n

Noo Trybe

\n\n \n
Producers:\n

\n \n DJ Premier, \n \n Guru\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tLatimore\'s Let's Do It in Slow Motion\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tLet's Do It in Slow Motion\n\t\t\tby Latimore (1976)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGang Starr feat. Nice & Smooth\'s DWYCK\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDWYCK\n\t\t\tby Gang Starr feat. Nice & Smooth (1992)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 18 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tMefjus\'s Saturate\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tElectronic / Dance\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSaturate\n\t\t\tby Mefjus (2014)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tReflection Eternal\'s Ghetto Afterlife\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tGhetto Afterlife\n\t\t\tby Reflection Eternal (2000)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tTrancesetters\'s Roaches\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tElectronic / Dance\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tRoaches\n\t\t\tby Trancesetters (1999)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\t\xce\xbc-Ziq\'s The Motorbike Track\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tElectronic / Dance\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Motorbike Track\n\t\t\tby \xce\xbc-Ziq (1999)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tSam the Kid\'s Entre(Tanto)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tEntre(Tanto)\n\t\t\tby Sam the Kid (1999)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Writers: GuruJo Jo HaileyK-CiDJ Premier
Vocals: Guru
Guest Vocals: K-Ci & JoJo
Mixer: Eddie Sancho\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Gang-Starr/Royalty/ Function: parse_sample_items @@ -83,13 +83,13 @@ Message: Getting page: https://whosampled.com/Gang-Starr/Above-the-Clouds/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Above the Clouds by Gang Starr feat. Inspectah Deck - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Above the Clouds - Gang Starr feat. Inspectah Deck\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Above the Clouds

\n
by

Gang Starr feat. Inspectah Deck

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Moment of Truth

\n

Noo Trybe

\n\n \n
Producers:\n

\n \n DJ Premier, \n \n Guru\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n \n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 5 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJohn Dankworth\'s Two Piece Flower\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tTwo Piece Flower\n\t\t\tby John Dankworth (1967)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJohn F. Kennedy\'s JFK Speech on Space Flight\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSpoken Word\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tJFK Speech on Space Flight\n\t\t\tby John F. Kennedy (1963)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tPeter Pan Records\'s Superman - the Man From Krypton - Part II\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSpoken Word\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSuperman - the Man From Krypton - Part II\n\t\t\tby Peter Pan Records (1978)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGeorge Clinton\'s I Didn't Come Rhythm\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tI Didn't Come Rhythm\n\t\t\tby George Clinton (1993)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tTimmie Rogers\'s The Black Astronaut\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSpoken Word\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Black Astronaut\n\t\t\tby Timmie Rogers (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 12 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tGang Starr\'s The Ownerz\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Ownerz\n\t\t\tby Gang Starr (2003)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tNon Phixion\'s Rock Stars\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tRock Stars\n\t\t\tby Non Phixion (2002)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tOuterSpace and DJ Sat-One\'s Above Da Clouds\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tAbove Da Clouds\n\t\t\tby OuterSpace and DJ Sat-One (2009)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tShad\'s Intro\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tIntro\n\t\t\tby Shad (2010)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tMr. Lif\'s Enters the Colossus\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tEnters the Colossus\n\t\t\tby Mr. Lif (2000)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Writers: DJ PremierInspectah DeckGuru
Vocals: Guru
Guest Vocals: Inspectah Deck
Mixer: Eddie Sancho\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n
\n \n
\n L4ZER\n\n
\n
L4ZER said 8 months ago:
\n

q-tip's voice in the beginning

\n
\n \n
\n\n \n \n
\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Above the Clouds by Gang Starr feat. Inspectah Deck - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Above the Clouds - Gang Starr feat. Inspectah Deck\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Above the Clouds

\n
by

Gang Starr feat. Inspectah Deck

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Moment of Truth

\n

Noo Trybe

\n\n \n
Producers:\n

\n \n DJ Premier, \n \n Guru\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n \n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 5 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJohn Dankworth\'s Two Piece Flower\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tTwo Piece Flower\n\t\t\tby John Dankworth (1967)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJohn F. Kennedy\'s JFK Speech on Space Flight\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSpoken Word\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tJFK Speech on Space Flight\n\t\t\tby John F. Kennedy (1963)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tPeter Pan Records\'s Superman - the Man From Krypton - Part II\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSpoken Word\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSuperman - the Man From Krypton - Part II\n\t\t\tby Peter Pan Records (1978)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGeorge Clinton\'s I Didn't Come Rhythm\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tI Didn't Come Rhythm\n\t\t\tby George Clinton (1993)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tTimmie Rogers\'s The Black Astronaut\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSpoken Word\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Black Astronaut\n\t\t\tby Timmie Rogers (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 12 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tGang Starr\'s The Ownerz\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Ownerz\n\t\t\tby Gang Starr (2003)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tNon Phixion\'s Rock Stars\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tRock Stars\n\t\t\tby Non Phixion (2002)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tOuterSpace and DJ Sat-One\'s Above Da Clouds\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tAbove Da Clouds\n\t\t\tby OuterSpace and DJ Sat-One (2009)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tShad\'s Intro\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tIntro\n\t\t\tby Shad (2010)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tMr. Lif\'s Enters the Colossus\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tEnters the Colossus\n\t\t\tby Mr. Lif (2000)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Writers: DJ PremierInspectah DeckGuru
Vocals: Guru
Guest Vocals: Inspectah Deck
Mixer: Eddie Sancho\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n
\n \n
\n L4ZER\n\n
\n
L4ZER said 8 months ago:
\n

q-tip's voice in the beginning

\n
\n \n
\n\n \n \n
\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Getting page: https://whosampled.com/Gang-Starr/Above-the-Clouds/samples/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Tracks Sampled in Above the Clouds by Gang Starr feat. Inspectah Deck | WhoSampled\n \n \n \n \n \n\t\n\n \n\t\n\n\t\n\n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n\n\n\n\n\n\n\n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n\t\n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n\t\n\n\n\n \n\n\n\n\t
\n\t\t
\n\t\t\t\n\t\t\t\tGang Starr feat. Inspectah Deck\'s Above the Clouds\n\t\t\t\n\t\t
\n\t\t
\n\t\t\t
\n\tBuy this Track\n\n\t\n
\n\n\n\t\t\t

Above the Clouds

\n\t\t\t
\n\t\t\t\tby

Gang Starr feat. Inspectah Deck

\n\t\t\t
\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t
\n\t\t\t\t

Moment of Truth

\n\t\t\t\t

Noo Trybe 1998

\n\n\t\t\t\t\n\t\t\t\t\t
Producers:\n\t\t\t\t\t\t

\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tDJ Premier, \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tGuru\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t

\n\t\t\t\t\t
\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t
\n\t\t
\n\t
\n\n\t
\n\t\t
\n
Sort:
\n
\n \n
\n
\n\n\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 5 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJohn Dankworth\'s Two Piece Flower\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tTwo Piece Flower\n\t\t\tby John Dankworth (1967)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJohn F. Kennedy\'s JFK Speech on Space Flight\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSpoken Word\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tJFK Speech on Space Flight\n\t\t\tby John F. Kennedy (1963)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tPeter Pan Records\'s Superman - the Man From Krypton - Part II\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSpoken Word\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSuperman - the Man From Krypton - Part II\n\t\t\tby Peter Pan Records (1978)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGeorge Clinton\'s I Didn't Come Rhythm\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tI Didn't Come Rhythm\n\t\t\tby George Clinton (1993)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tTimmie Rogers\'s The Black Astronaut\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSpoken Word\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Black Astronaut\n\t\t\tby Timmie Rogers (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t
\n\n\t\n\n\n\t\n\n
\n\n\n\n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Tracks Sampled in Above the Clouds by Gang Starr feat. Inspectah Deck | WhoSampled\n \n \n \n \n \n\t\n\n \n\t\n\n\t\n\n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n\n\n\n\n\n\n\n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n\t\n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n\t\n\n\n\n \n\n\n\n\t
\n\t\t
\n\t\t\t\n\t\t\t\tGang Starr feat. Inspectah Deck\'s Above the Clouds\n\t\t\t\n\t\t
\n\t\t
\n\t\t\t
\n\tBuy this Track\n\n\t\n
\n\n\n\t\t\t

Above the Clouds

\n\t\t\t
\n\t\t\t\tby

Gang Starr feat. Inspectah Deck

\n\t\t\t
\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t
\n\t\t\t\t

Moment of Truth

\n\t\t\t\t

Noo Trybe 1998

\n\n\t\t\t\t\n\t\t\t\t\t
Producers:\n\t\t\t\t\t\t

\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tDJ Premier, \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tGuru\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t

\n\t\t\t\t\t
\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t
\n\t\t
\n\t
\n\n\t
\n\t\t
\n
Sort:
\n
\n \n
\n
\n\n\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 5 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJohn Dankworth\'s Two Piece Flower\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tTwo Piece Flower\n\t\t\tby John Dankworth (1967)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJohn F. Kennedy\'s JFK Speech on Space Flight\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSpoken Word\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tJFK Speech on Space Flight\n\t\t\tby John F. Kennedy (1963)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tPeter Pan Records\'s Superman - the Man From Krypton - Part II\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSpoken Word\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSuperman - the Man From Krypton - Part II\n\t\t\tby Peter Pan Records (1978)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGeorge Clinton\'s I Didn't Come Rhythm\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tI Didn't Come Rhythm\n\t\t\tby George Clinton (1993)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tTimmie Rogers\'s The Black Astronaut\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSpoken Word\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Black Astronaut\n\t\t\tby Timmie Rogers (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t
\n\n\t\n\n\n\t\n\n
\n\n\n\n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Gang-Starr/Above-the-Clouds/samples/ Function: parse_sample_items @@ -107,7 +107,7 @@ Message: Getting page: https://whosampled.com/Gang-Starr/JFK-2-LAX/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n JFK 2 LAX by Gang Starr - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n JFK 2 LAX - Gang Starr\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

JFK 2 LAX

\n
by

Gang Starr

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Moment of Truth

\n

Noo Trybe

\n\n \n
Producers:\n

\n \n DJ Premier, \n \n Guru\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Supremes\'s It's Time to Break Down\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tIt's Time to Break Down\n\t\t\tby The Supremes (1970)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 9 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tPhonte feat. Evidence and Big K.R.I.T.\'s The Life of Kings\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Life of Kings\n\t\t\tby Phonte feat. Evidence and Big K.R.I.T. (2011)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tBlak Madeen feat. Cormega\'s The Cause\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Cause\n\t\t\tby Blak Madeen feat. Cormega (2010)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tC-Rayz Walz\'s Degrees\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDegrees\n\t\t\tby C-Rayz Walz (2000)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tRetrogott & Hulk Hodn\'s Quetschkommode\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tQuetschkommode\n\t\t\tby Retrogott & Hulk Hodn (2013)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tTrainspotters\'s World Wide\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWorld Wide\n\t\t\tby Trainspotters (2008)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n JFK 2 LAX by Gang Starr - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n JFK 2 LAX - Gang Starr\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

JFK 2 LAX

\n
by

Gang Starr

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Moment of Truth

\n

Noo Trybe

\n\n \n
Producers:\n

\n \n DJ Premier, \n \n Guru\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Supremes\'s It's Time to Break Down\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tIt's Time to Break Down\n\t\t\tby The Supremes (1970)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 9 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tPhonte feat. Evidence and Big K.R.I.T.\'s The Life of Kings\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Life of Kings\n\t\t\tby Phonte feat. Evidence and Big K.R.I.T. (2011)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tBlak Madeen feat. Cormega\'s The Cause\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Cause\n\t\t\tby Blak Madeen feat. Cormega (2010)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tC-Rayz Walz\'s Degrees\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDegrees\n\t\t\tby C-Rayz Walz (2000)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tRetrogott & Hulk Hodn\'s Quetschkommode\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tQuetschkommode\n\t\t\tby Retrogott & Hulk Hodn (2013)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tTrainspotters\'s World Wide\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWorld Wide\n\t\t\tby Trainspotters (2008)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Gang-Starr/JFK-2-LAX/ Function: parse_sample_items @@ -119,7 +119,7 @@ Message: Getting page: https://whosampled.com/Gang-Starr/Itz-a-Set-Up/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Itz a Set Up by Gang Starr feat. Hannibal Stax - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Itz a Set Up - Gang Starr feat. Hannibal Stax\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Itz a Set Up

\n
by

Gang Starr feat. Hannibal Stax

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Moment of Truth

\n

Noo Trybe

\n\n \n
Producers:\n

\n \n DJ Premier, \n \n Guru\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tLes McCann\'s Beyond Yesterday\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBeyond Yesterday\n\t\t\tby Les McCann (1977)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJames Brown\'s Coldblooded\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tColdblooded\n\t\t\tby James Brown (1974)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Itz a Set Up by Gang Starr feat. Hannibal Stax - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Itz a Set Up - Gang Starr feat. Hannibal Stax\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Itz a Set Up

\n
by

Gang Starr feat. Hannibal Stax

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Moment of Truth

\n

Noo Trybe

\n\n \n
Producers:\n

\n \n DJ Premier, \n \n Guru\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tLes McCann\'s Beyond Yesterday\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBeyond Yesterday\n\t\t\tby Les McCann (1977)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJames Brown\'s Coldblooded\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tColdblooded\n\t\t\tby James Brown (1974)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Gang-Starr/Itz-a-Set-Up/ Function: parse_sample_items @@ -131,7 +131,7 @@ Message: Getting page: https://whosampled.com/Gang-Starr/Moment-of-Truth/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Moment of Truth by Gang Starr - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Moment of Truth - Gang Starr\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Moment of Truth

\n
by

Gang Starr

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Moment of Truth

\n

Noo Trybe

\n\n \n
Producers:\n

\n \n DJ Premier, \n \n Guru\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n \n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBilly Paul\'s Let's Fall in Love All Over\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tLet's Fall in Love All Over\n\t\t\tby Billy Paul (1970)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGang Starr\'s Who's Gonna Take the Weight?\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWho's Gonna Take the Weight?\n\t\t\tby Gang Starr (1991)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 11 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tJoey Bada$$ feat. Maverick Sabre and Dyemond Lewis\'s On & On\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tOn & On\n\t\t\tby Joey Bada$$ feat. Maverick Sabre and Dyemond Lewis (2015)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tMasta Ace\'s Acknowledge\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tAcknowledge\n\t\t\tby Masta Ace (2001)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tBig K.R.I.T. feat. Laws and Emilio Rojas\'s Hold You Down\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tHold You Down\n\t\t\tby Big K.R.I.T. feat. Laws and Emilio Rojas (2011)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tGang Starr\'s I'm Not Superman\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tI'm Not Superman\n\t\t\tby Gang Starr (1999)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tGang Starr\'s Sabotage\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSabotage\n\t\t\tby Gang Starr (2003)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Moment of Truth by Gang Starr - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Moment of Truth - Gang Starr\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Moment of Truth

\n
by

Gang Starr

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Moment of Truth

\n

Noo Trybe

\n\n \n
Producers:\n

\n \n DJ Premier, \n \n Guru\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n \n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBilly Paul\'s Let's Fall in Love All Over\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tLet's Fall in Love All Over\n\t\t\tby Billy Paul (1970)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGang Starr\'s Who's Gonna Take the Weight?\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWho's Gonna Take the Weight?\n\t\t\tby Gang Starr (1991)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 11 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tJoey Bada$$ feat. Maverick Sabre and Dyemond Lewis\'s On & On\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tOn & On\n\t\t\tby Joey Bada$$ feat. Maverick Sabre and Dyemond Lewis (2015)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tMasta Ace\'s Acknowledge\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tAcknowledge\n\t\t\tby Masta Ace (2001)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tBig K.R.I.T. feat. Laws and Emilio Rojas\'s Hold You Down\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tHold You Down\n\t\t\tby Big K.R.I.T. feat. Laws and Emilio Rojas (2011)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tGang Starr\'s I'm Not Superman\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tI'm Not Superman\n\t\t\tby Gang Starr (1999)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tGang Starr\'s Sabotage\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSabotage\n\t\t\tby Gang Starr (2003)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Gang-Starr/Moment-of-Truth/ Function: parse_sample_items @@ -143,7 +143,7 @@ Message: Getting page: https://whosampled.com/Gang-Starr/B.I.-Vs.-Friendship/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n B.I. Vs. Friendship by Gang Starr feat. M.O.P. - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n B.I. Vs. Friendship - Gang Starr feat. M.O.P.\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

B.I. Vs. Friendship

\n
by

Gang Starr feat. M.O.P.

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Moment of Truth

\n

Noo Trybe

\n\n \n
Producers:\n

\n \n DJ Premier, \n \n Guru\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n Tags: Diss \n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 3 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tIsaac Hayes\'s Come Live With Me\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tCome Live With Me\n\t\t\tby Isaac Hayes (1975)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGang Starr\'s Who's Gonna Take the Weight?\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWho's Gonna Take the Weight?\n\t\t\tby Gang Starr (1991)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tSlammin' Rap Video Magazine - Gang Starr 1991 Interview scene\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tOther\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tGang Starr 1991 Interview\n\t\t\tfrom Slammin' Rap Video Magazine (1991)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tHilltop Hoods\'s Rattling the Keys to the Kingdom\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tRattling the Keys to the Kingdom\n\t\t\tby Hilltop Hoods (2012)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n B.I. Vs. Friendship by Gang Starr feat. M.O.P. - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n B.I. Vs. Friendship - Gang Starr feat. M.O.P.\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

B.I. Vs. Friendship

\n
by

Gang Starr feat. M.O.P.

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Moment of Truth

\n

Noo Trybe

\n\n \n
Producers:\n

\n \n DJ Premier, \n \n Guru\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n Tags: Diss \n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 3 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tIsaac Hayes\'s Come Live With Me\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tCome Live With Me\n\t\t\tby Isaac Hayes (1975)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGang Starr\'s Who's Gonna Take the Weight?\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWho's Gonna Take the Weight?\n\t\t\tby Gang Starr (1991)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tSlammin' Rap Video Magazine - Gang Starr 1991 Interview scene\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tOther\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tGang Starr 1991 Interview\n\t\t\tfrom Slammin' Rap Video Magazine (1991)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tHilltop Hoods\'s Rattling the Keys to the Kingdom\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tRattling the Keys to the Kingdom\n\t\t\tby Hilltop Hoods (2012)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Gang-Starr/B.I.-Vs.-Friendship/ Function: parse_sample_items @@ -155,13 +155,13 @@ Message: Getting page: https://whosampled.com/Gang-Starr/The-Militia/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n The Militia by Gang Starr feat. Big Shug and Freddie Foxxx - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n The Militia - Gang Starr feat. Big Shug and Freddie Foxxx\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

The Militia

\n
by

Gang Starr feat. Big Shug and Freddie Foxxx

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Moment of Truth

\n

Noo Trybe

\n\n \n
Producers:\n

\n \n DJ Premier, \n \n Guru\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 8 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tRobert Cobert Orchestra\'s Dark Shadows Theme\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoundtrack\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDark Shadows Theme\n\t\t\tby Robert Cobert Orchestra (1966)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBarbara Lewis\'s Windmills of Your Mind\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWindmills of Your Mind\n\t\t\tby Barbara Lewis (1969)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tOrson Welles\'s War of the Worlds\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSpoken Word\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWar of the Worlds\n\t\t\tby Orson Welles (1938)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tHeather B\'s If Headz Only Knew\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tIf Headz Only Knew\n\t\t\tby Heather B (1996)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGarnet Mimms\'s Stop and Check Yourself\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tStop and Check Yourself\n\t\t\tby Garnet Mimms (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 7 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tGang Starr feat. Big Shug and Freddie Foxxx\'s Capture (Militia Pt. 3)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tCapture (Militia Pt. 3)\n\t\t\tby Gang Starr feat. Big Shug and Freddie Foxxx (2003)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tGang Starr feat. NYG'z and Hannibal Stax\'s Same Team, No Games\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSame Team, No Games\n\t\t\tby Gang Starr feat. NYG'z and Hannibal Stax (2003)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tSmut Peddlers\'s Amazing Feats\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tAmazing Feats\n\t\t\tby Smut Peddlers (2000)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tDJ Shortfuse\'s The Rule\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Rule\n\t\t\tby DJ Shortfuse (2002)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tBig Shug\'s It Just Don't Stop\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tIt Just Don't Stop\n\t\t\tby Big Shug (2007)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas remixed in 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tGang Starr\'s The Militia (Soul Brother Remix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Militia (Soul Brother Remix)\n\t\t\tby Pete Rock (1998)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tGang Starr feat. WC and Rakim\'s The Militia II (Remix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Militia II (Remix)\n\t\t\tby DJ Premier, Guru (1998)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Writers: Big ShugFreddie FoxxxGuruDJ Premier
Vocals: Guru
Guest Vocals: Freddie FoxxxBig Shug
Mixer: Eddie Sancho\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n The Militia by Gang Starr feat. Big Shug and Freddie Foxxx - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n The Militia - Gang Starr feat. Big Shug and Freddie Foxxx\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

The Militia

\n
by

Gang Starr feat. Big Shug and Freddie Foxxx

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Moment of Truth

\n

Noo Trybe

\n\n \n
Producers:\n

\n \n DJ Premier, \n \n Guru\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 8 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tRobert Cobert Orchestra\'s Dark Shadows Theme\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoundtrack\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDark Shadows Theme\n\t\t\tby Robert Cobert Orchestra (1966)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBarbara Lewis\'s Windmills of Your Mind\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWindmills of Your Mind\n\t\t\tby Barbara Lewis (1969)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tOrson Welles\'s War of the Worlds\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSpoken Word\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWar of the Worlds\n\t\t\tby Orson Welles (1938)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tHeather B\'s If Headz Only Knew\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tIf Headz Only Knew\n\t\t\tby Heather B (1996)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGarnet Mimms\'s Stop and Check Yourself\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tStop and Check Yourself\n\t\t\tby Garnet Mimms (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 7 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tGang Starr feat. Big Shug and Freddie Foxxx\'s Capture (Militia Pt. 3)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tCapture (Militia Pt. 3)\n\t\t\tby Gang Starr feat. Big Shug and Freddie Foxxx (2003)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tGang Starr feat. NYG'z and Hannibal Stax\'s Same Team, No Games\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSame Team, No Games\n\t\t\tby Gang Starr feat. NYG'z and Hannibal Stax (2003)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tSmut Peddlers\'s Amazing Feats\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tAmazing Feats\n\t\t\tby Smut Peddlers (2000)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tDJ Shortfuse\'s The Rule\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Rule\n\t\t\tby DJ Shortfuse (2002)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tBig Shug\'s It Just Don't Stop\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tIt Just Don't Stop\n\t\t\tby Big Shug (2007)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas remixed in 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tGang Starr\'s The Militia (Soul Brother Remix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Militia (Soul Brother Remix)\n\t\t\tby Pete Rock (1998)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tGang Starr feat. WC and Rakim\'s The Militia II (Remix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Militia II (Remix)\n\t\t\tby DJ Premier, Guru (1998)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Writers: Big ShugFreddie FoxxxGuruDJ Premier
Vocals: Guru
Guest Vocals: Freddie FoxxxBig Shug
Mixer: Eddie Sancho\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Getting page: https://whosampled.com/Gang-Starr/The-Militia/samples/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Tracks Sampled in The Militia by Gang Starr feat. Big Shug and Freddie Foxxx | WhoSampled\n \n \n \n \n \n\t\n\n \n\t\n\n\t\n\n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n\n\n\n\n\n\n\n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n\t\n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n\t\n\n\n\n \n\n\n\n\t
\n\t\t
\n\t\t\t\n\t\t\t\tGang Starr feat. Big Shug and Freddie Foxxx\'s The Militia\n\t\t\t\n\t\t
\n\t\t
\n\t\t\t
\n\tBuy this Track\n\n\t\n
\n\n\n\t\t\t

The Militia

\n\t\t\t
\n\t\t\t\tby

Gang Starr feat. Big Shug and Freddie Foxxx

\n\t\t\t
\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t
\n\t\t\t\t

Moment of Truth

\n\t\t\t\t

Noo Trybe 1998

\n\n\t\t\t\t\n\t\t\t\t\t
Producers:\n\t\t\t\t\t\t

\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tDJ Premier, \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tGuru\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t

\n\t\t\t\t\t
\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t
\n\t\t
\n\t
\n\n\t
\n\t\t
\n
Sort:
\n
\n \n
\n
\n\n\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 8 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tRobert Cobert Orchestra\'s Dark Shadows Theme\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoundtrack\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDark Shadows Theme\n\t\t\tby Robert Cobert Orchestra (1966)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBarbara Lewis\'s Windmills of Your Mind\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWindmills of Your Mind\n\t\t\tby Barbara Lewis (1969)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tOrson Welles\'s War of the Worlds\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSpoken Word\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWar of the Worlds\n\t\t\tby Orson Welles (1938)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tHeather B\'s If Headz Only Knew\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tIf Headz Only Knew\n\t\t\tby Heather B (1996)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGarnet Mimms\'s Stop and Check Yourself\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tStop and Check Yourself\n\t\t\tby Garnet Mimms (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGloria Gaynor\'s I Will Survive\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tI Will Survive\n\t\t\tby Gloria Gaynor (1978)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tRampage feat. Busta Rhymes\'s Wild for Da Night\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWild for Da Night\n\t\t\tby Rampage feat. Busta Rhymes (1997)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGreg Tate\'s What Is Hip Hop?\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSpoken Word\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWhat Is Hip Hop?\n\t\t\tby Greg Tate (1996)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t
\n\n\t\n\n\n\t\n\n
\n\n\n\n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Tracks Sampled in The Militia by Gang Starr feat. Big Shug and Freddie Foxxx | WhoSampled\n \n \n \n \n \n\t\n\n \n\t\n\n\t\n\n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n\n\n\n\n\n\n\n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n\t\n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n\t\n\n\n\n \n\n\n\n\t
\n\t\t
\n\t\t\t\n\t\t\t\tGang Starr feat. Big Shug and Freddie Foxxx\'s The Militia\n\t\t\t\n\t\t
\n\t\t
\n\t\t\t
\n\tBuy this Track\n\n\t\n
\n\n\n\t\t\t

The Militia

\n\t\t\t
\n\t\t\t\tby

Gang Starr feat. Big Shug and Freddie Foxxx

\n\t\t\t
\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t
\n\t\t\t\t

Moment of Truth

\n\t\t\t\t

Noo Trybe 1998

\n\n\t\t\t\t\n\t\t\t\t\t
Producers:\n\t\t\t\t\t\t

\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tDJ Premier, \n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tGuru\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t

\n\t\t\t\t\t
\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t
\n\t\t
\n\t
\n\n\t
\n\t\t
\n
Sort:
\n
\n \n
\n
\n\n\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 8 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tRobert Cobert Orchestra\'s Dark Shadows Theme\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoundtrack\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDark Shadows Theme\n\t\t\tby Robert Cobert Orchestra (1966)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBarbara Lewis\'s Windmills of Your Mind\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWindmills of Your Mind\n\t\t\tby Barbara Lewis (1969)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tOrson Welles\'s War of the Worlds\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSpoken Word\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWar of the Worlds\n\t\t\tby Orson Welles (1938)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tHeather B\'s If Headz Only Knew\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tIf Headz Only Knew\n\t\t\tby Heather B (1996)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGarnet Mimms\'s Stop and Check Yourself\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tStop and Check Yourself\n\t\t\tby Garnet Mimms (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGloria Gaynor\'s I Will Survive\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tI Will Survive\n\t\t\tby Gloria Gaynor (1978)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tRampage feat. Busta Rhymes\'s Wild for Da Night\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWild for Da Night\n\t\t\tby Rampage feat. Busta Rhymes (1997)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGreg Tate\'s What Is Hip Hop?\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSpoken Word\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWhat Is Hip Hop?\n\t\t\tby Greg Tate (1996)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t
\n\n\t\n\n\n\t\n\n
\n\n\n\n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Gang-Starr/The-Militia/samples/ Function: parse_sample_items @@ -183,7 +183,7 @@ Message: Getting page: https://whosampled.com/Gang-Starr/What-I%27m-Here-4/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n What I'm Here 4 by Gang Starr - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n What I'm Here 4 - Gang Starr\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

What I'm Here 4

\n
by

Gang Starr

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Moment of Truth

\n

Noo Trybe

\n\n \n
Producers:\n

\n \n DJ Premier, \n \n Guru\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n \n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tNat Adderley\'s R.S.V.P.\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tR.S.V.P.\n\t\t\tby Nat Adderley (1962)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 7 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tCut Killer, Doudou Masta, DJ Pone and DJ Mouss\'s Double H DJ Crew Intro #1\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDouble H DJ Crew Intro #1\n\t\t\tby Cut Killer, Doudou Masta, DJ Pone and DJ Mouss (1998)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tPlusmacher feat. Rino Mandingo\'s Rinoplus\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tRinoplus\n\t\t\tby Plusmacher feat. Rino Mandingo (2014)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tDrapht feat. MC Hunter, Clandestien and MJ\'s The Sylla Squad\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Sylla Squad\n\t\t\tby Drapht feat. MC Hunter, Clandestien and MJ (2005)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tReks\'s Stages\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tStages\n\t\t\tby Reks (2008)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tSeeed\'s Dancehall Caballeros\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDancehall Caballeros\n\t\t\tby Seeed (2001)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n What I'm Here 4 by Gang Starr - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n What I'm Here 4 - Gang Starr\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

What I'm Here 4

\n
by

Gang Starr

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Moment of Truth

\n

Noo Trybe

\n\n \n
Producers:\n

\n \n DJ Premier, \n \n Guru\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n \n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tNat Adderley\'s R.S.V.P.\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tR.S.V.P.\n\t\t\tby Nat Adderley (1962)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 7 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tCut Killer, Doudou Masta, DJ Pone and DJ Mouss\'s Double H DJ Crew Intro #1\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDouble H DJ Crew Intro #1\n\t\t\tby Cut Killer, Doudou Masta, DJ Pone and DJ Mouss (1998)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tPlusmacher feat. Rino Mandingo\'s Rinoplus\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tRinoplus\n\t\t\tby Plusmacher feat. Rino Mandingo (2014)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tDrapht feat. MC Hunter, Clandestien and MJ\'s The Sylla Squad\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Sylla Squad\n\t\t\tby Drapht feat. MC Hunter, Clandestien and MJ (2005)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tReks\'s Stages\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tStages\n\t\t\tby Reks (2008)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tSeeed\'s Dancehall Caballeros\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDancehall Caballeros\n\t\t\tby Seeed (2001)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Gang-Starr/What-I%27m-Here-4/ Function: parse_sample_items @@ -195,7 +195,7 @@ Message: Getting page: https://whosampled.com/Gang-Starr/She-Knowz-What-She-Want Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n She Knowz What She Wantz by Gang Starr - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n She Knowz What She Wantz - Gang Starr\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

She Knowz What She Wantz

\n
by

Gang Starr

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Moment of Truth

\n

Noo Trybe

\n\n \n
Producers:\n

\n \n DJ Premier, \n \n Guru\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tMFSB\'s Sunnin' and Funnin'\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSunnin' and Funnin'\n\t\t\tby MFSB (1976)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tDe La Soul\'s Itzsoweezee (HOT)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tItzsoweezee (HOT)\n\t\t\tby De La Soul (1996)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n She Knowz What She Wantz by Gang Starr - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n She Knowz What She Wantz - Gang Starr\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

She Knowz What She Wantz

\n
by

Gang Starr

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Moment of Truth

\n

Noo Trybe

\n\n \n
Producers:\n

\n \n DJ Premier, \n \n Guru\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tMFSB\'s Sunnin' and Funnin'\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSunnin' and Funnin'\n\t\t\tby MFSB (1976)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tDe La Soul\'s Itzsoweezee (HOT)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tItzsoweezee (HOT)\n\t\t\tby De La Soul (1996)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Gang-Starr/She-Knowz-What-She-Wantz/ Function: parse_sample_items @@ -207,7 +207,7 @@ Message: Getting page: https://whosampled.com/Gang-Starr/New-York-Strait-Talk/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n New York Strait Talk by Gang Starr - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n New York Strait Talk - Gang Starr\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

New York Strait Talk

\n
by

Gang Starr

\n \n \n
\n\n \n\n \n\n
\n
\n

Moment of Truth

\n

Noo Trybe

\n\n \n
Producers:\n

\n \n DJ Premier, \n \n Guru\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n \n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 4 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tEPMD\'s It's My Thing\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tIt's My Thing\n\t\t\tby EPMD (1987)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tRuthless Bastards\'s Bastards\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBastards\n\t\t\tby Ruthless Bastards (1998)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Emotions\'s Blind Alley\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBlind Alley\n\t\t\tby The Emotions (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tMic Geronimo\'s The Natural\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Natural\n\t\t\tby Mic Geronimo (1995)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 7 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tGang Starr feat. Big Shug and Freddie Foxxx\'s Capture (Militia Pt. 3)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tCapture (Militia Pt. 3)\n\t\t\tby Gang Starr feat. Big Shug and Freddie Foxxx (2003)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tX-Ecutioners feat. DJ Premier\'s Premier's X-Ecution\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tPremier's X-Ecution\n\t\t\tby X-Ecutioners feat. DJ Premier (2002)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tEdo G feat. Pete Rock\'s Boston\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBoston\n\t\t\tby Edo G feat. Pete Rock (2004)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tRashad & Confidence\'s The City\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe City\n\t\t\tby Rashad & Confidence (2011)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tJ-Hood feat. Phil Da Agony and Saigon\'s No Doubt\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tNo Doubt\n\t\t\tby J-Hood feat. Phil Da Agony and Saigon (2017)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n New York Strait Talk by Gang Starr - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n New York Strait Talk - Gang Starr\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

New York Strait Talk

\n
by

Gang Starr

\n \n \n
\n\n \n\n \n\n
\n
\n

Moment of Truth

\n

Noo Trybe

\n\n \n
Producers:\n

\n \n DJ Premier, \n \n Guru\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n \n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 4 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tEPMD\'s It's My Thing\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tIt's My Thing\n\t\t\tby EPMD (1987)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tRuthless Bastards\'s Bastards\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBastards\n\t\t\tby Ruthless Bastards (1998)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Emotions\'s Blind Alley\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBlind Alley\n\t\t\tby The Emotions (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tMic Geronimo\'s The Natural\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Natural\n\t\t\tby Mic Geronimo (1995)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 7 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tGang Starr feat. Big Shug and Freddie Foxxx\'s Capture (Militia Pt. 3)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tCapture (Militia Pt. 3)\n\t\t\tby Gang Starr feat. Big Shug and Freddie Foxxx (2003)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tX-Ecutioners feat. DJ Premier\'s Premier's X-Ecution\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tPremier's X-Ecution\n\t\t\tby X-Ecutioners feat. DJ Premier (2002)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tEdo G feat. Pete Rock\'s Boston\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBoston\n\t\t\tby Edo G feat. Pete Rock (2004)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tRashad & Confidence\'s The City\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe City\n\t\t\tby Rashad & Confidence (2011)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tJ-Hood feat. Phil Da Agony and Saigon\'s No Doubt\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tNo Doubt\n\t\t\tby J-Hood feat. Phil Da Agony and Saigon (2017)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Gang-Starr/New-York-Strait-Talk/ Function: parse_sample_items @@ -219,7 +219,7 @@ Message: Getting page: https://whosampled.com/Gang-Starr/My-Advice-2-You/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n My Advice 2 You by Gang Starr - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n My Advice 2 You - Gang Starr\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

My Advice 2 You

\n
by

Gang Starr

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Moment of Truth

\n

Noo Trybe

\n\n \n
Producers:\n

\n \n DJ Premier, \n \n Guru\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n \n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tCold Blood\'s I Love You More Than You'll Ever Know\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tI Love You More Than You'll Ever Know\n\t\t\tby Cold Blood (1976)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tStreet Smartz feat. O.C. and Pharoahe Monch\'s Metal Thangz\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tMetal Thangz\n\t\t\tby Street Smartz feat. O.C. and Pharoahe Monch (1996)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tPlusmacher\'s Bis Mich Jeder Kennt\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBis Mich Jeder Kennt\n\t\t\tby Plusmacher (2014)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n My Advice 2 You by Gang Starr - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n My Advice 2 You - Gang Starr\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

My Advice 2 You

\n
by

Gang Starr

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Moment of Truth

\n

Noo Trybe

\n\n \n
Producers:\n

\n \n DJ Premier, \n \n Guru\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n \n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tCold Blood\'s I Love You More Than You'll Ever Know\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tI Love You More Than You'll Ever Know\n\t\t\tby Cold Blood (1976)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tStreet Smartz feat. O.C. and Pharoahe Monch\'s Metal Thangz\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tMetal Thangz\n\t\t\tby Street Smartz feat. O.C. and Pharoahe Monch (1996)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tPlusmacher\'s Bis Mich Jeder Kennt\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBis Mich Jeder Kennt\n\t\t\tby Plusmacher (2014)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Gang-Starr/My-Advice-2-You/ Function: parse_sample_items @@ -231,7 +231,7 @@ Message: Getting page: https://whosampled.com/Gang-Starr/Make-%27Em-Pay/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Make 'Em Pay by Gang Starr feat. Krumb Snatcha - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Make 'Em Pay - Gang Starr feat. Krumb Snatcha\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Make 'Em Pay

\n
by

Gang Starr feat. Krumb Snatcha

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Moment of Truth

\n

Noo Trybe

\n\n \n
Producers:\n

\n \n DJ Premier, \n \n Guru\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 4 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tFive Special\'s You're Something Special\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tYou're Something Special\n\t\t\tby Five Special (1979)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGroup Home\'s Livin' Proof\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tLivin' Proof\n\t\t\tby Group Home (1995)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tProcol Harum\'s Repent Walpurgis\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tRepent Walpurgis\n\t\t\tby Procol Harum (1967)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJ-Force\'s Bull's Eye\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBull's Eye\n\t\t\tby J-Force (1995)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tGang Starr\'s Brooklyn\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBrooklyn\n\t\t\tby Gang Starr (1999)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Keyboard: DJ Premier
Drums Programming: DJ Premier\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Make 'Em Pay by Gang Starr feat. Krumb Snatcha - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Make 'Em Pay - Gang Starr feat. Krumb Snatcha\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Make 'Em Pay

\n
by

Gang Starr feat. Krumb Snatcha

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Moment of Truth

\n

Noo Trybe

\n\n \n
Producers:\n

\n \n DJ Premier, \n \n Guru\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 4 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tFive Special\'s You're Something Special\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tYou're Something Special\n\t\t\tby Five Special (1979)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGroup Home\'s Livin' Proof\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tLivin' Proof\n\t\t\tby Group Home (1995)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tProcol Harum\'s Repent Walpurgis\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tRepent Walpurgis\n\t\t\tby Procol Harum (1967)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJ-Force\'s Bull's Eye\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBull's Eye\n\t\t\tby J-Force (1995)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tGang Starr\'s Brooklyn\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBrooklyn\n\t\t\tby Gang Starr (1999)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Keyboard: DJ Premier
Drums Programming: DJ Premier\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Gang-Starr/Make-%27Em-Pay/ Function: parse_sample_items @@ -243,7 +243,7 @@ Message: Getting page: https://whosampled.com/Gang-Starr/The-Mall/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n The Mall by Gang Starr feat. G. Dep and Shiggy Sha - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n The Mall - Gang Starr feat. G. Dep and Shiggy Sha\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

The Mall

\n
by

Gang Starr feat. G. Dep and Shiggy Sha

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Moment of Truth

\n

Noo Trybe

\n\n \n
Producers:\n

\n \n DJ Premier, \n \n Guru\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 3 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tMcFadden & Whitehead\'s Ain't No Stopping Us Now (Special Disco Version)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe 5th Dimension\'s The Rainmaker\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Rainmaker\n\t\t\tby The 5th Dimension (1971)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tLL Cool J\'s Big Ole Butt\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBig Ole Butt\n\t\t\tby LL Cool J (1989)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n The Mall by Gang Starr feat. G. Dep and Shiggy Sha - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n The Mall - Gang Starr feat. G. Dep and Shiggy Sha\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

The Mall

\n
by

Gang Starr feat. G. Dep and Shiggy Sha

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Moment of Truth

\n

Noo Trybe

\n\n \n
Producers:\n

\n \n DJ Premier, \n \n Guru\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 3 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tMcFadden & Whitehead\'s Ain't No Stopping Us Now (Special Disco Version)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe 5th Dimension\'s The Rainmaker\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Rainmaker\n\t\t\tby The 5th Dimension (1971)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tLL Cool J\'s Big Ole Butt\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBig Ole Butt\n\t\t\tby LL Cool J (1989)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Gang-Starr/The-Mall/ Function: parse_sample_items @@ -255,7 +255,7 @@ Message: Getting page: https://whosampled.com/Gang-Starr/Betrayal/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Betrayal by Gang Starr feat. Scarface - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Betrayal - Gang Starr feat. Scarface\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Betrayal

\n
by

Gang Starr feat. Scarface

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Moment of Truth

\n

Noo Trybe

\n\n \n
Producers:\n

\n \n DJ Premier, \n \n Guru\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n Tags: Hip-Hop \n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tWar\'s Deliver the Word\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDeliver the Word\n\t\t\tby War (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGiant (Funk Band)\'s Queen of Downs\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tQueen of Downs\n\t\t\tby Giant (Funk Band) (1970)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 3 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tJ.R. & PH7, Brokn Englsh and St. Joe Louis\'s Scandalous\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tScandalous\n\t\t\tby J.R. & PH7, Brokn Englsh and St. Joe Louis (2012)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tProducerTrentTaylor\'s Betrayal Interlude (R\xe2\x80\x8b.\xe2\x80\x8bI\xe2\x80\x8b.\xe2\x80\x8bP Guru)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tZkibwoy\'s Skandale\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSkandale\n\t\t\tby Zkibwoy (2005)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Writers: ScarfaceDJ PremierGuru
Vocals: Guru
Guest Vocals: Scarface
Mixer: Eddie Sancho\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Betrayal by Gang Starr feat. Scarface - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Betrayal - Gang Starr feat. Scarface\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Betrayal

\n
by

Gang Starr feat. Scarface

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Moment of Truth

\n

Noo Trybe

\n\n \n
Producers:\n

\n \n DJ Premier, \n \n Guru\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n Tags: Hip-Hop \n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tWar\'s Deliver the Word\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDeliver the Word\n\t\t\tby War (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGiant (Funk Band)\'s Queen of Downs\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tQueen of Downs\n\t\t\tby Giant (Funk Band) (1970)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 3 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tJ.R. & PH7, Brokn Englsh and St. Joe Louis\'s Scandalous\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tScandalous\n\t\t\tby J.R. & PH7, Brokn Englsh and St. Joe Louis (2012)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tProducerTrentTaylor\'s Betrayal Interlude (R\xe2\x80\x8b.\xe2\x80\x8bI\xe2\x80\x8b.\xe2\x80\x8bP Guru)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tZkibwoy\'s Skandale\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSkandale\n\t\t\tby Zkibwoy (2005)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Writers: ScarfaceDJ PremierGuru
Vocals: Guru
Guest Vocals: Scarface
Mixer: Eddie Sancho\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Gang-Starr/Betrayal/ Function: parse_sample_items @@ -267,7 +267,7 @@ Message: Getting page: https://whosampled.com/Gang-Starr/Next-Time/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Next Time by Gang Starr - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Next Time - Gang Starr\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Next Time

\n
by

Gang Starr

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Moment of Truth

\n

Noo Trybe

\n\n \n
Producers:\n

\n \n DJ Premier, \n \n Guru\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tMonk Higgins feat. Barbara Mason\'s A Good Man Is Gone\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tA Good Man Is Gone\n\t\t\tby Monk Higgins feat. Barbara Mason (1975)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tLL Cool J and Prodigy feat. Keith Murray, Fat Joe and Foxy Brown\'s I Shot Ya (Remix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tI Shot Ya (Remix)\n\t\t\tby LL Cool J and Prodigy feat. Keith Murray, Fat Joe and Foxy Brown (1995)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 3 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tGhettosocks\'s Out for Treats\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tOut for Treats\n\t\t\tby Ghettosocks (2009)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tDealema feat. Ace (Portuguese)\'s Coaliz\xc3\xa3o\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tCoaliz\xc3\xa3o\n\t\t\tby Dealema feat. Ace (Portuguese) (2000)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tCrown (Grim Reaperz) feat. Phil Da Agony, Saigon and J-Hood\'s No Doubtz\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tNo Doubtz\n\t\t\tby Crown (Grim Reaperz) feat. Phil Da Agony, Saigon and J-Hood (2014)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Next Time by Gang Starr - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Next Time - Gang Starr\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Next Time

\n
by

Gang Starr

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Moment of Truth

\n

Noo Trybe

\n\n \n
Producers:\n

\n \n DJ Premier, \n \n Guru\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tMonk Higgins feat. Barbara Mason\'s A Good Man Is Gone\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tA Good Man Is Gone\n\t\t\tby Monk Higgins feat. Barbara Mason (1975)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tLL Cool J and Prodigy feat. Keith Murray, Fat Joe and Foxy Brown\'s I Shot Ya (Remix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tI Shot Ya (Remix)\n\t\t\tby LL Cool J and Prodigy feat. Keith Murray, Fat Joe and Foxy Brown (1995)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 3 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tGhettosocks\'s Out for Treats\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tOut for Treats\n\t\t\tby Ghettosocks (2009)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tDealema feat. Ace (Portuguese)\'s Coaliz\xc3\xa3o\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tCoaliz\xc3\xa3o\n\t\t\tby Dealema feat. Ace (Portuguese) (2000)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tCrown (Grim Reaperz) feat. Phil Da Agony, Saigon and J-Hood\'s No Doubtz\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tNo Doubtz\n\t\t\tby Crown (Grim Reaperz) feat. Phil Da Agony, Saigon and J-Hood (2014)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Gang-Starr/Next-Time/ Function: parse_sample_items @@ -279,7 +279,7 @@ Message: Getting page: https://whosampled.com/Gang-Starr/In-Memory-Of.../ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n In Memory Of... by Gang Starr - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n In Memory Of... - Gang Starr\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

In Memory Of...

\n
by

Gang Starr

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Moment of Truth

\n

Noo Trybe

\n\n \n
Producers:\n

\n \n DJ Premier, \n \n Guru\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n Tags: Hip-Hop, In Memory Of \n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Paul Horn Quintet\'s Here's That Rainy Day\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tHere's That Rainy Day\n\t\t\tby The Paul Horn Quintet (1966)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Notorious B.I.G.\'s You're Nobody (Til Somebody Kills You)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tYou're Nobody (Til Somebody Kills You)\n\t\t\tby The Notorious B.I.G. (1997)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 3 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tMove.Meant\'s Move On\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tMove On\n\t\t\tby Move.Meant (2005)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tAardvarck\'s Wall E Synth\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tElectronic / Dance\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWall E Synth\n\t\t\tby Aardvarck (2011)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tDJ Craze\'s Crabhappy Crabaholics\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tCrabhappy Crabaholics\n\t\t\tby DJ Craze (1999)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n In Memory Of... by Gang Starr - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n In Memory Of... - Gang Starr\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

In Memory Of...

\n
by

Gang Starr

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Moment of Truth

\n

Noo Trybe

\n\n \n
Producers:\n

\n \n DJ Premier, \n \n Guru\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n Tags: Hip-Hop, In Memory Of \n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Paul Horn Quintet\'s Here's That Rainy Day\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tHere's That Rainy Day\n\t\t\tby The Paul Horn Quintet (1966)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Notorious B.I.G.\'s You're Nobody (Til Somebody Kills You)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tYou're Nobody (Til Somebody Kills You)\n\t\t\tby The Notorious B.I.G. (1997)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 3 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tMove.Meant\'s Move On\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tMove On\n\t\t\tby Move.Meant (2005)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tAardvarck\'s Wall E Synth\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tElectronic / Dance\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWall E Synth\n\t\t\tby Aardvarck (2011)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tDJ Craze\'s Crabhappy Crabaholics\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tCrabhappy Crabaholics\n\t\t\tby DJ Craze (1999)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Gang-Starr/In-Memory-Of.../ Function: parse_sample_items @@ -781,39 +781,58 @@ Sample Info: ( You Know My Steez )->-[ Contains samples of ]->-( Opening/Crickets, by Chris Rock ) ( You Know My Steez )->-[ Contains samples of ]->-( Fed Up (Remix), by House of Pain feat. Guru ) ( You Know My Steez )->-[ Contains samples of ]->-( Down by Law, by MC Shan ) +The originator of sample data ( Robbin Hood Theory )->-[ Contains samples of ]->-( Capricorn, by George Duke ) +The originator of sample data ( Work )->-[ Contains samples of ]->-( Devil in the Dark, by The Manhattans ) ( Work )->-[ Contains samples of ]->-( Prove Your Love, by Fleetwood Mac ) ( Work )->-[ Contains samples of ]->-( Closer to God, by Krumb Snatcha ) +The originator of sample data ( Royalty )->-[ Contains samples of ]->-( Let's Do It in Slow Motion, by Latimore ) ( Royalty )->-[ Contains samples of ]->-( DWYCK, by Gang Starr feat. Nice & Smooth ) +The originator of sample data +The originator of sample data ( JFK 2 LAX )->-[ Contains samples of ]->-( It's Time to Break Down, by The Supremes ) +The originator of sample data ( Itz A Set Up )->-[ Contains samples of ]->-( Coldblooded, by James Brown ) +The originator of sample data ( Moment Of Truth )->-[ Contains samples of ]->-( Let's Fall in Love All Over, by Billy Paul ) ( Moment Of Truth )->-[ Contains samples of ]->-( Who's Gonna Take the Weight?, by Gang Starr ) +The originator of sample data ( B.I. Vs. Friendship )->-[ Contains samples of ]->-( Come Live With Me, by Isaac Hayes ) ( B.I. Vs. Friendship )->-[ Contains samples of ]->-( Who's Gonna Take the Weight?, by Gang Starr ) +The originator of sample data ( The Militia )->-[ Contains samples of ]->-( Dark Shadows Theme, by Robert Cobert Orchestra ) ( The Militia )->-[ Contains samples of ]->-( Windmills of Your Mind, by Barbara Lewis ) ( The Militia )->-[ Contains samples of ]->-( War of the Worlds, by Orson Welles ) ( The Militia )->-[ Contains samples of ]->-( If Headz Only Knew, by Heather B ) ( The Militia )->-[ Contains samples of ]->-( I Will Survive, by Gloria Gaynor ) +The originator of sample data ( What I'm Here 4 )->-[ Contains samples of ]->-( R.S.V.P., by Nat Adderley ) +The originator of sample data ( She Knowz What She Wantz )->-[ Contains samples of ]->-( Sunnin' and Funnin', by MFSB ) +The originator of sample data ( New York Strait Talk )->-[ Contains samples of ]->-( It's My Thing, by EPMD ) ( New York Strait Talk )->-[ Contains samples of ]->-( Bastards, by Ruthless Bastards ) ( New York Strait Talk )->-[ Contains samples of ]->-( Blind Alley, by The Emotions ) ( New York Strait Talk )->-[ Contains samples of ]->-( The Natural, by Mic Geronimo ) +The originator of sample data ( My Advice 2 You )->-[ Contains samples of ]->-( Metal Thangz, by Street Smartz feat. O.C. and Pharoahe Monch ) +The originator of sample data ( Make 'Em Pay )->-[ Contains samples of ]->-( You're Something Special, by Five Special ) ( Make 'Em Pay )->-[ Contains samples of ]->-( Livin' Proof, by Group Home ) ( Make 'Em Pay )->-[ Contains samples of ]->-( Repent Walpurgis, by Procol Harum ) +The originator of sample data ( The Mall )->-[ Contains samples of ]->-( The Rainmaker, by The 5th Dimension ) ( The Mall )->-[ Contains samples of ]->-( Big Ole Butt, by LL Cool J ) +The originator of sample data ( Betrayal )->-[ Contains samples of ]->-( Deliver the Word, by War ) +The originator of sample data ( Next Time )->-[ Contains samples of ]->-( I Shot Ya (Remix), by LL Cool J and Prodigy feat. Keith Murray, Fat Joe and Foxy Brown ) +The originator of sample data ( In Memory Of... )->-[ Contains samples of ]->-( Here's That Rainy Day, by The Paul Horn Quintet ) ( In Memory Of... )->-[ Contains samples of ]->-( You're Nobody (Til Somebody Kills You), by The Notorious B.I.G. ) +The originator of sample data ==> search terms: Drowning in the Sea of Love joe simon @@ -824,39 +843,58 @@ Usual Suspect big noyd Opening/Crickets chris rock Fed Up (Remix) house of pain guru Down by Law mc shan +n/a Capricorn george duke +n/a Devil in the Dark the manhattans Prove Your Love fleetwood mac Closer to God krumb snatcha +n/a Let's Do It in Slow Motion latimore DWYCK gang starr nice smooth +n/a +n/a It's Time to Break Down the supremes +n/a Coldblooded james brown +n/a Let's Fall in Love All Over billy paul Who's Gonna Take the Weight? gang starr +n/a Come Live With Me isaac hayes Who's Gonna Take the Weight? gang starr +n/a Dark Shadows Theme robert cobert orchestra Windmills of Your Mind barbara lewis War of the Worlds orson welles If Headz Only Knew heather b I Will Survive gloria gaynor +n/a R.S.V.P. nat adderley +n/a Sunnin' and Funnin' mfsb +n/a It's My Thing epmd Bastards ruthless bastards Blind Alley the emotions The Natural mic geronimo +n/a Metal Thangz street smartz o.c. pharoahe monch +n/a You're Something Special five special Livin' Proof group home Repent Walpurgis procol harum +n/a The Rainmaker the 5th dimension Big Ole Butt ll cool j +n/a Deliver the Word war +n/a I Shot Ya (Remix) ll cool j prodigy keith murray, fat joe foxy brown +n/a Here's That Rainy Day the paul horn quintet You're Nobody (Til Somebody Kills You) the notorious b.i.g. +n/a verbosity 3 Message: diff --git a/examples/album_resurrection_common b/examples/album_resurrection_common index 99fc3ce..5f2c7e7 100644 --- a/examples/album_resurrection_common +++ b/examples/album_resurrection_common @@ -1,17 +1,17 @@ verbosity 3 verbosity == 3 verbosity 3 -log_file == Samplify-1567128903.9431565 +log_file == Samplify-1568054677.4409635 verbosity 3 verbosity == 3 verbosity 3 -log_file == scraper_track.1567128903.9434202 +log_file == scraper_track.1568054677.441368 verbosity 3 Message: Searched for "resurrection common" Function: from_search Data: -{'tracks': {'href': 'https://api.spotify.com/v1/search?query=resurrection+common&type=track&market=GB&offset=0&limit=50', 'items': [{'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/0JKjuvDUPrnlblAZyB1Aje'}, 'href': 'https://api.spotify.com/v1/albums/0JKjuvDUPrnlblAZyB1Aje', 'id': '0JKjuvDUPrnlblAZyB1Aje', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7eb54b812d73e184dd13796d6e9550a1d0711f1e', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bc027f5e14d6f1b8af0dc4aea3aa43202b77b57d', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/8717d429f132da4b6f49be97bb0b860797bf7026', 'width': 64}], 'name': 'Resurrection', 'release_date': '1994-10-25', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:0JKjuvDUPrnlblAZyB1Aje'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 227826, 'explicit': True, 'external_ids': {'isrc': 'USRE49800111'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/4u7hiFNXUeTG3A4dqQrkcd'}, 'href': 'https://api.spotify.com/v1/tracks/4u7hiFNXUeTG3A4dqQrkcd', 'id': '4u7hiFNXUeTG3A4dqQrkcd', 'is_local': False, 'name': 'Resurrection', 'popularity': 56, 'preview_url': 'https://p.scdn.co/mp3-preview/96d4f02b32cefe0ad0601440df55f938866e6e24?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 1, 'type': 'track', 'uri': 'spotify:track:4u7hiFNXUeTG3A4dqQrkcd'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/0JKjuvDUPrnlblAZyB1Aje'}, 'href': 'https://api.spotify.com/v1/albums/0JKjuvDUPrnlblAZyB1Aje', 'id': '0JKjuvDUPrnlblAZyB1Aje', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7eb54b812d73e184dd13796d6e9550a1d0711f1e', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bc027f5e14d6f1b8af0dc4aea3aa43202b77b57d', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/8717d429f132da4b6f49be97bb0b860797bf7026', 'width': 64}], 'name': 'Resurrection', 'release_date': '1994-10-25', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:0JKjuvDUPrnlblAZyB1Aje'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 278706, 'explicit': True, 'external_ids': {'isrc': 'USRE49800112'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/4TboAbE2pCUUB0fk6Q9rUU'}, 'href': 'https://api.spotify.com/v1/tracks/4TboAbE2pCUUB0fk6Q9rUU', 'id': '4TboAbE2pCUUB0fk6Q9rUU', 'is_local': False, 'name': 'I Used to Love H.E.R.', 'popularity': 52, 'preview_url': 'https://p.scdn.co/mp3-preview/a9fabe7b53cb9bd7b82e18628d26debc9d9779ee?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 2, 'type': 'track', 'uri': 'spotify:track:4TboAbE2pCUUB0fk6Q9rUU'}, {'album': {'album_type': 'compilation', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'BE', 'BG', 'BH', 'CA', 'CH', 'CY', 'CZ', 'DE', 'DK', 'DZ', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'HK', 'HU', 'IE', 'IL', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'NL', 'NO', 'NZ', 'OM', 'PL', 'PS', 'PT', 'QA', 'RO', 'SA', 'SE', 'SK', 'TN', 'TR', 'US', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2V2gKEtvQZDSUKHXYQUucj'}, 'href': 'https://api.spotify.com/v1/albums/2V2gKEtvQZDSUKHXYQUucj', 'id': '2V2gKEtvQZDSUKHXYQUucj', 'images': [{'height': 633, 'url': 'https://i.scdn.co/image/a71a81a9d3b0763a02e2d1234c3e37399def131c', 'width': 640}, {'height': 297, 'url': 'https://i.scdn.co/image/91edc219f983ba95f4f3eebd0d07909cc3d03613', 'width': 300}, {'height': 63, 'url': 'https://i.scdn.co/image/52ab684c943ff410dabcee006440151caf2199b8', 'width': 64}], 'name': 'thisisme then: the best of common', 'release_date': '2007-11-27', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:2V2gKEtvQZDSUKHXYQUucj'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'BE', 'BG', 'BH', 'CA', 'CH', 'CY', 'CZ', 'DE', 'DK', 'DZ', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'HK', 'HU', 'IE', 'IL', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'NL', 'NO', 'NZ', 'OM', 'PL', 'PS', 'PT', 'QA', 'RO', 'SA', 'SE', 'SK', 'TN', 'TR', 'US', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 228386, 'explicit': True, 'external_ids': {'isrc': 'USRE49800111'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/2RwD3HKkEk0gEek6WJEgyg'}, 'href': 'https://api.spotify.com/v1/tracks/2RwD3HKkEk0gEek6WJEgyg', 'id': '2RwD3HKkEk0gEek6WJEgyg', 'is_local': False, 'name': 'Resurrection', 'popularity': 12, 'preview_url': 'https://p.scdn.co/mp3-preview/1319da15f9178e783c8941daafed2c1c82cd19ce?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 8, 'type': 'track', 'uri': 'spotify:track:2RwD3HKkEk0gEek6WJEgyg'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/0JKjuvDUPrnlblAZyB1Aje'}, 'href': 'https://api.spotify.com/v1/albums/0JKjuvDUPrnlblAZyB1Aje', 'id': '0JKjuvDUPrnlblAZyB1Aje', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7eb54b812d73e184dd13796d6e9550a1d0711f1e', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bc027f5e14d6f1b8af0dc4aea3aa43202b77b57d', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/8717d429f132da4b6f49be97bb0b860797bf7026', 'width': 64}], 'name': 'Resurrection', 'release_date': '1994-10-25', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:0JKjuvDUPrnlblAZyB1Aje'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 319266, 'explicit': False, 'external_ids': {'isrc': 'USRE49800117'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/1163itTFxLQc6UCZW5dYuD'}, 'href': 'https://api.spotify.com/v1/tracks/1163itTFxLQc6UCZW5dYuD', 'id': '1163itTFxLQc6UCZW5dYuD', 'is_local': False, 'name': "Nuthin' To Do", 'popularity': 30, 'preview_url': 'https://p.scdn.co/mp3-preview/4f33c51a1c1f661195f9dcd5a32c8da42d842c2e?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 7, 'type': 'track', 'uri': 'spotify:track:1163itTFxLQc6UCZW5dYuD'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/0JKjuvDUPrnlblAZyB1Aje'}, 'href': 'https://api.spotify.com/v1/albums/0JKjuvDUPrnlblAZyB1Aje', 'id': '0JKjuvDUPrnlblAZyB1Aje', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7eb54b812d73e184dd13796d6e9550a1d0711f1e', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bc027f5e14d6f1b8af0dc4aea3aa43202b77b57d', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/8717d429f132da4b6f49be97bb0b860797bf7026', 'width': 64}], 'name': 'Resurrection', 'release_date': '1994-10-25', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:0JKjuvDUPrnlblAZyB1Aje'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 158826, 'explicit': True, 'external_ids': {'isrc': 'USRE49800113'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0cxIP69s3HqZnUisBuglH4'}, 'href': 'https://api.spotify.com/v1/tracks/0cxIP69s3HqZnUisBuglH4', 'id': '0cxIP69s3HqZnUisBuglH4', 'is_local': False, 'name': 'Watermelon', 'popularity': 26, 'preview_url': 'https://p.scdn.co/mp3-preview/dcb823ad8ea7915cca4d4a920ada4e33d8844cb0?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 3, 'type': 'track', 'uri': 'spotify:track:0cxIP69s3HqZnUisBuglH4'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/0JKjuvDUPrnlblAZyB1Aje'}, 'href': 'https://api.spotify.com/v1/albums/0JKjuvDUPrnlblAZyB1Aje', 'id': '0JKjuvDUPrnlblAZyB1Aje', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7eb54b812d73e184dd13796d6e9550a1d0711f1e', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bc027f5e14d6f1b8af0dc4aea3aa43202b77b57d', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/8717d429f132da4b6f49be97bb0b860797bf7026', 'width': 64}], 'name': 'Resurrection', 'release_date': '1994-10-25', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:0JKjuvDUPrnlblAZyB1Aje'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 305933, 'explicit': True, 'external_ids': {'isrc': 'USRE49800114'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0LiKzKhfuDctZr0LqyRDU0'}, 'href': 'https://api.spotify.com/v1/tracks/0LiKzKhfuDctZr0LqyRDU0', 'id': '0LiKzKhfuDctZr0LqyRDU0', 'is_local': False, 'name': 'Book Of Life', 'popularity': 26, 'preview_url': 'https://p.scdn.co/mp3-preview/37b783df0d95209e090b512bf74881ba8a078cc0?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 4, 'type': 'track', 'uri': 'spotify:track:0LiKzKhfuDctZr0LqyRDU0'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/0JKjuvDUPrnlblAZyB1Aje'}, 'href': 'https://api.spotify.com/v1/albums/0JKjuvDUPrnlblAZyB1Aje', 'id': '0JKjuvDUPrnlblAZyB1Aje', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7eb54b812d73e184dd13796d6e9550a1d0711f1e', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bc027f5e14d6f1b8af0dc4aea3aa43202b77b57d', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/8717d429f132da4b6f49be97bb0b860797bf7026', 'width': 64}], 'name': 'Resurrection', 'release_date': '1994-10-25', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:0JKjuvDUPrnlblAZyB1Aje'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 136266, 'explicit': True, 'external_ids': {'isrc': 'USRE49800118'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/4cqzGXC6kPvqLVgfaQSaVA'}, 'href': 'https://api.spotify.com/v1/tracks/4cqzGXC6kPvqLVgfaQSaVA', 'id': '4cqzGXC6kPvqLVgfaQSaVA', 'is_local': False, 'name': 'Communism', 'popularity': 26, 'preview_url': 'https://p.scdn.co/mp3-preview/93957710b873581de95115c1749c20ff1e5b2c9c?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 8, 'type': 'track', 'uri': 'spotify:track:4cqzGXC6kPvqLVgfaQSaVA'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/0JKjuvDUPrnlblAZyB1Aje'}, 'href': 'https://api.spotify.com/v1/albums/0JKjuvDUPrnlblAZyB1Aje', 'id': '0JKjuvDUPrnlblAZyB1Aje', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7eb54b812d73e184dd13796d6e9550a1d0711f1e', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bc027f5e14d6f1b8af0dc4aea3aa43202b77b57d', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/8717d429f132da4b6f49be97bb0b860797bf7026', 'width': 64}], 'name': 'Resurrection', 'release_date': '1994-10-25', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:0JKjuvDUPrnlblAZyB1Aje'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 294133, 'explicit': True, 'external_ids': {'isrc': 'USRE49800120'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0QSA86C2JAfG2Rx5EGt1pA'}, 'href': 'https://api.spotify.com/v1/tracks/0QSA86C2JAfG2Rx5EGt1pA', 'id': '0QSA86C2JAfG2Rx5EGt1pA', 'is_local': False, 'name': 'Thisisme', 'popularity': 26, 'preview_url': 'https://p.scdn.co/mp3-preview/03dea6acacfd38059cfc9563f6ad5f4b94928960?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 10, 'type': 'track', 'uri': 'spotify:track:0QSA86C2JAfG2Rx5EGt1pA'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/0JKjuvDUPrnlblAZyB1Aje'}, 'href': 'https://api.spotify.com/v1/albums/0JKjuvDUPrnlblAZyB1Aje', 'id': '0JKjuvDUPrnlblAZyB1Aje', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7eb54b812d73e184dd13796d6e9550a1d0711f1e', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bc027f5e14d6f1b8af0dc4aea3aa43202b77b57d', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/8717d429f132da4b6f49be97bb0b860797bf7026', 'width': 64}], 'name': 'Resurrection', 'release_date': '1994-10-25', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:0JKjuvDUPrnlblAZyB1Aje'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 212573, 'explicit': False, 'external_ids': {'isrc': 'USRE49800115'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/10b4DrseyFKe0mEyObUzZU'}, 'href': 'https://api.spotify.com/v1/tracks/10b4DrseyFKe0mEyObUzZU', 'id': '10b4DrseyFKe0mEyObUzZU', 'is_local': False, 'name': 'In My Own World (Check The Method)', 'popularity': 25, 'preview_url': 'https://p.scdn.co/mp3-preview/ad647e202ac23aa5112c2b4823995710e8e67a0b?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 5, 'type': 'track', 'uri': 'spotify:track:10b4DrseyFKe0mEyObUzZU'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/0JKjuvDUPrnlblAZyB1Aje'}, 'href': 'https://api.spotify.com/v1/albums/0JKjuvDUPrnlblAZyB1Aje', 'id': '0JKjuvDUPrnlblAZyB1Aje', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7eb54b812d73e184dd13796d6e9550a1d0711f1e', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bc027f5e14d6f1b8af0dc4aea3aa43202b77b57d', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/8717d429f132da4b6f49be97bb0b860797bf7026', 'width': 64}], 'name': 'Resurrection', 'release_date': '1994-10-25', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:0JKjuvDUPrnlblAZyB1Aje'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 33960, 'explicit': False, 'external_ids': {'isrc': 'USRE49800119'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0SI7PmZ2H5Gv8GqiU6e04v'}, 'href': 'https://api.spotify.com/v1/tracks/0SI7PmZ2H5Gv8GqiU6e04v', 'id': '0SI7PmZ2H5Gv8GqiU6e04v', 'is_local': False, 'name': 'WMOE', 'popularity': 35, 'preview_url': 'https://p.scdn.co/mp3-preview/308220ae526af4fb713a8acbedb658dcb2bd84fe?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 9, 'type': 'track', 'uri': 'spotify:track:0SI7PmZ2H5Gv8GqiU6e04v'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/0JKjuvDUPrnlblAZyB1Aje'}, 'href': 'https://api.spotify.com/v1/albums/0JKjuvDUPrnlblAZyB1Aje', 'id': '0JKjuvDUPrnlblAZyB1Aje', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7eb54b812d73e184dd13796d6e9550a1d0711f1e', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bc027f5e14d6f1b8af0dc4aea3aa43202b77b57d', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/8717d429f132da4b6f49be97bb0b860797bf7026', 'width': 64}], 'name': 'Resurrection', 'release_date': '1994-10-25', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:0JKjuvDUPrnlblAZyB1Aje'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 207640, 'explicit': False, 'external_ids': {'isrc': 'USRE49800121'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0D23FtqrB6XkY1knTr6z51'}, 'href': 'https://api.spotify.com/v1/tracks/0D23FtqrB6XkY1knTr6z51', 'id': '0D23FtqrB6XkY1knTr6z51', 'is_local': False, 'name': 'Orange Pineapple Juice', 'popularity': 25, 'preview_url': 'https://p.scdn.co/mp3-preview/0f8de3e48fc5322471c053bff52539a1dce40604?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 11, 'type': 'track', 'uri': 'spotify:track:0D23FtqrB6XkY1knTr6z51'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/0JKjuvDUPrnlblAZyB1Aje'}, 'href': 'https://api.spotify.com/v1/albums/0JKjuvDUPrnlblAZyB1Aje', 'id': '0JKjuvDUPrnlblAZyB1Aje', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7eb54b812d73e184dd13796d6e9550a1d0711f1e', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bc027f5e14d6f1b8af0dc4aea3aa43202b77b57d', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/8717d429f132da4b6f49be97bb0b860797bf7026', 'width': 64}], 'name': 'Resurrection', 'release_date': '1994-10-25', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:0JKjuvDUPrnlblAZyB1Aje'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 323160, 'explicit': False, 'external_ids': {'isrc': 'USRE49800122'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/4zx96Ym4om5Enn30Zuul0z'}, 'href': 'https://api.spotify.com/v1/tracks/4zx96Ym4om5Enn30Zuul0z', 'id': '4zx96Ym4om5Enn30Zuul0z', 'is_local': False, 'name': 'Chapter 13 (Rich Man vs. Poor Man)', 'popularity': 24, 'preview_url': 'https://p.scdn.co/mp3-preview/df8fcb49dcbff223b56961763197f2438cb6978d?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 12, 'type': 'track', 'uri': 'spotify:track:4zx96Ym4om5Enn30Zuul0z'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/0JKjuvDUPrnlblAZyB1Aje'}, 'href': 'https://api.spotify.com/v1/albums/0JKjuvDUPrnlblAZyB1Aje', 'id': '0JKjuvDUPrnlblAZyB1Aje', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7eb54b812d73e184dd13796d6e9550a1d0711f1e', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bc027f5e14d6f1b8af0dc4aea3aa43202b77b57d', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/8717d429f132da4b6f49be97bb0b860797bf7026', 'width': 64}], 'name': 'Resurrection', 'release_date': '1994-10-25', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:0JKjuvDUPrnlblAZyB1Aje'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 229493, 'explicit': False, 'external_ids': {'isrc': 'USRE49800123'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5hb2iOas5RP4rtP27AM5R1'}, 'href': 'https://api.spotify.com/v1/tracks/5hb2iOas5RP4rtP27AM5R1', 'id': '5hb2iOas5RP4rtP27AM5R1', 'is_local': False, 'name': 'Maintaining', 'popularity': 23, 'preview_url': 'https://p.scdn.co/mp3-preview/a08d8b4bd63ffa5eee529275ce9a17a3c14941c5?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 13, 'type': 'track', 'uri': 'spotify:track:5hb2iOas5RP4rtP27AM5R1'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/0JKjuvDUPrnlblAZyB1Aje'}, 'href': 'https://api.spotify.com/v1/albums/0JKjuvDUPrnlblAZyB1Aje', 'id': '0JKjuvDUPrnlblAZyB1Aje', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7eb54b812d73e184dd13796d6e9550a1d0711f1e', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bc027f5e14d6f1b8af0dc4aea3aa43202b77b57d', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/8717d429f132da4b6f49be97bb0b860797bf7026', 'width': 64}], 'name': 'Resurrection', 'release_date': '1994-10-25', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:0JKjuvDUPrnlblAZyB1Aje'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 270706, 'explicit': False, 'external_ids': {'isrc': 'USRE49800124'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5tuJ3SNrC94IlpMzPJB4kU'}, 'href': 'https://api.spotify.com/v1/tracks/5tuJ3SNrC94IlpMzPJB4kU', 'id': '5tuJ3SNrC94IlpMzPJB4kU', 'is_local': False, 'name': 'Sum Shit I Wrote', 'popularity': 23, 'preview_url': 'https://p.scdn.co/mp3-preview/366a0fcf5b1d5796ac7424a1c6f706012ac9d5d3?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 14, 'type': 'track', 'uri': 'spotify:track:5tuJ3SNrC94IlpMzPJB4kU'}, {'album': {'album_type': 'compilation', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AU', 'BE', 'BG', 'BH', 'CA', 'CY', 'CZ', 'DK', 'DZ', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'HU', 'IE', 'IL', 'IS', 'IT', 'JO', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'NL', 'NO', 'NZ', 'OM', 'PL', 'PS', 'PT', 'QA', 'RO', 'SA', 'SE', 'SK', 'TN', 'TR', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7bm6g3MaX6KOwME4emy6nl'}, 'href': 'https://api.spotify.com/v1/albums/7bm6g3MaX6KOwME4emy6nl', 'id': '7bm6g3MaX6KOwME4emy6nl', 'images': [{'height': 633, 'url': 'https://i.scdn.co/image/a71a81a9d3b0763a02e2d1234c3e37399def131c', 'width': 640}, {'height': 297, 'url': 'https://i.scdn.co/image/91edc219f983ba95f4f3eebd0d07909cc3d03613', 'width': 300}, {'height': 63, 'url': 'https://i.scdn.co/image/52ab684c943ff410dabcee006440151caf2199b8', 'width': 64}], 'name': 'thisisme then: the best of common', 'release_date': '2007-11-27', 'release_date_precision': 'day', 'total_tracks': 16, 'type': 'album', 'uri': 'spotify:album:7bm6g3MaX6KOwME4emy6nl'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AU', 'BE', 'BG', 'BH', 'CA', 'CY', 'CZ', 'DK', 'DZ', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'HU', 'IE', 'IL', 'IS', 'IT', 'JO', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'NL', 'NO', 'NZ', 'OM', 'PL', 'PS', 'PT', 'QA', 'RO', 'SA', 'SE', 'SK', 'TN', 'TR', 'ZA'], 'disc_number': 1, 'duration_ms': 228386, 'explicit': True, 'external_ids': {'isrc': 'USRE49800111'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5cQJoctCU1D2zLW3eC79aj'}, 'href': 'https://api.spotify.com/v1/tracks/5cQJoctCU1D2zLW3eC79aj', 'id': '5cQJoctCU1D2zLW3eC79aj', 'is_local': False, 'name': 'Resurrection', 'popularity': 3, 'preview_url': 'https://p.scdn.co/mp3-preview/1319da15f9178e783c8941daafed2c1c82cd19ce?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 8, 'type': 'track', 'uri': 'spotify:track:5cQJoctCU1D2zLW3eC79aj'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/0JKjuvDUPrnlblAZyB1Aje'}, 'href': 'https://api.spotify.com/v1/albums/0JKjuvDUPrnlblAZyB1Aje', 'id': '0JKjuvDUPrnlblAZyB1Aje', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7eb54b812d73e184dd13796d6e9550a1d0711f1e', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bc027f5e14d6f1b8af0dc4aea3aa43202b77b57d', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/8717d429f132da4b6f49be97bb0b860797bf7026', 'width': 64}], 'name': 'Resurrection', 'release_date': '1994-10-25', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:0JKjuvDUPrnlblAZyB1Aje'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 202373, 'explicit': False, 'external_ids': {'isrc': 'USRE49800125'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3vsYxac7CLmRZth0179nzM'}, 'href': 'https://api.spotify.com/v1/tracks/3vsYxac7CLmRZth0179nzM', 'id': '3vsYxac7CLmRZth0179nzM', 'is_local': False, 'name': "Pop's Rap", 'popularity': 22, 'preview_url': 'https://p.scdn.co/mp3-preview/302becb280cb41ff672e9a358567605d0ddb1937?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 15, 'type': 'track', 'uri': 'spotify:track:3vsYxac7CLmRZth0179nzM'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/0JKjuvDUPrnlblAZyB1Aje'}, 'href': 'https://api.spotify.com/v1/albums/0JKjuvDUPrnlblAZyB1Aje', 'id': '0JKjuvDUPrnlblAZyB1Aje', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7eb54b812d73e184dd13796d6e9550a1d0711f1e', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bc027f5e14d6f1b8af0dc4aea3aa43202b77b57d', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/8717d429f132da4b6f49be97bb0b860797bf7026', 'width': 64}], 'name': 'Resurrection', 'release_date': '1994-10-25', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:0JKjuvDUPrnlblAZyB1Aje'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 62266, 'explicit': False, 'external_ids': {'isrc': 'USRE49800116'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/7Havw3Drysm3UMmPzxvNLS'}, 'href': 'https://api.spotify.com/v1/tracks/7Havw3Drysm3UMmPzxvNLS', 'id': '7Havw3Drysm3UMmPzxvNLS', 'is_local': False, 'name': 'Another Wasted Night With...', 'popularity': 21, 'preview_url': 'https://p.scdn.co/mp3-preview/81193d9ba1b3b223cc2eecf173ccb8ffc64de316?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 6, 'type': 'track', 'uri': 'spotify:track:7Havw3Drysm3UMmPzxvNLS'}, {'album': {'album_type': 'compilation', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/0LyfQWJT6nXafLPZqxe9Of'}, 'href': 'https://api.spotify.com/v1/artists/0LyfQWJT6nXafLPZqxe9Of', 'id': '0LyfQWJT6nXafLPZqxe9Of', 'name': 'Various Artists', 'type': 'artist', 'uri': 'spotify:artist:0LyfQWJT6nXafLPZqxe9Of'}], 'available_markets': ['AD', 'AE', 'AT', 'AU', 'BE', 'BG', 'BH', 'CH', 'CY', 'CZ', 'DE', 'DK', 'DZ', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'HK', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MY', 'NL', 'NO', 'NZ', 'OM', 'PH', 'PL', 'PS', 'PT', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'TH', 'TN', 'TR', 'TW', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/0QhlXgrbC1uKhuEbtsTtIq'}, 'href': 'https://api.spotify.com/v1/albums/0QhlXgrbC1uKhuEbtsTtIq', 'id': '0QhlXgrbC1uKhuEbtsTtIq', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/ceb64a82b61a1c76f7937d8d8747eda53893da2c', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/15ecc360fffba0c0c2e97b7e8f9ea67eb7153e07', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/b6174d86949254f2bb5567a83b2eed3b5c171273', 'width': 64}], 'name': '1994 Hip-Hop Face A', 'release_date': '1995-04-05', 'release_date_precision': 'day', 'total_tracks': 27, 'type': 'album', 'uri': 'spotify:album:0QhlXgrbC1uKhuEbtsTtIq'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/3Fv3OEOqEETWDF79mzGriM'}, 'href': 'https://api.spotify.com/v1/artists/3Fv3OEOqEETWDF79mzGriM', 'id': '3Fv3OEOqEETWDF79mzGriM', 'name': 'Common Sense', 'type': 'artist', 'uri': 'spotify:artist:3Fv3OEOqEETWDF79mzGriM'}], 'available_markets': ['AD', 'AE', 'AT', 'AU', 'BE', 'BG', 'BH', 'CH', 'CY', 'CZ', 'DE', 'DK', 'DZ', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'HK', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MY', 'NL', 'NO', 'NZ', 'OM', 'PH', 'PL', 'PS', 'PT', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'TH', 'TN', 'TR', 'TW', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 80000, 'explicit': False, 'external_ids': {'isrc': 'FR8GV1839850'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3A1EzNboBaLmPZrE6qzxOo'}, 'href': 'https://api.spotify.com/v1/tracks/3A1EzNboBaLmPZrE6qzxOo', 'id': '3A1EzNboBaLmPZrE6qzxOo', 'is_local': False, 'name': 'Resurrection - (Instrumental)', 'popularity': 2, 'preview_url': 'https://p.scdn.co/mp3-preview/f81f4b0bde04a898d92ebd6a19f93ace51fd73a2?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 24, 'type': 'track', 'uri': 'spotify:track:3A1EzNboBaLmPZrE6qzxOo'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2ozXfPiF36nSXEXnyKeIZF'}, 'href': 'https://api.spotify.com/v1/artists/2ozXfPiF36nSXEXnyKeIZF', 'id': '2ozXfPiF36nSXEXnyKeIZF', 'name': 'Rains Draper', 'type': 'artist', 'uri': 'spotify:artist:2ozXfPiF36nSXEXnyKeIZF'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2WFtCi7qpS6Yc1UVwTp74O'}, 'href': 'https://api.spotify.com/v1/albums/2WFtCi7qpS6Yc1UVwTp74O', 'id': '2WFtCi7qpS6Yc1UVwTp74O', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/ee1f89da8fd98d0c1aad494966f0d6496e57cb94', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/e6e17171ead23e7ca0e70496933a456442a39d5d', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/102cc98d85d750ba71ca349dae14fb9eb85d61e6', 'width': 64}], 'name': 'Common Ground', 'release_date': '2017-07-10', 'release_date_precision': 'day', 'total_tracks': 7, 'type': 'album', 'uri': 'spotify:album:2WFtCi7qpS6Yc1UVwTp74O'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2ozXfPiF36nSXEXnyKeIZF'}, 'href': 'https://api.spotify.com/v1/artists/2ozXfPiF36nSXEXnyKeIZF', 'id': '2ozXfPiF36nSXEXnyKeIZF', 'name': 'Rains Draper', 'type': 'artist', 'uri': 'spotify:artist:2ozXfPiF36nSXEXnyKeIZF'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 223649, 'explicit': False, 'external_ids': {'isrc': 'TCADD1773433'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0BLArqpvscoUZekZC0L2YP'}, 'href': 'https://api.spotify.com/v1/tracks/0BLArqpvscoUZekZC0L2YP', 'id': '0BLArqpvscoUZekZC0L2YP', 'is_local': False, 'name': 'Resurrection', 'popularity': 0, 'preview_url': 'https://p.scdn.co/mp3-preview/a3cbaff9829aed1f69c2cc29ee1964acfb9ce20b?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 4, 'type': 'track', 'uri': 'spotify:track:0BLArqpvscoUZekZC0L2YP'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/36jCBfBczWB0FyUBwnmNlO'}, 'href': 'https://api.spotify.com/v1/artists/36jCBfBczWB0FyUBwnmNlO', 'id': '36jCBfBczWB0FyUBwnmNlO', 'name': 'Don Cossack Choir Serge Jaroff', 'type': 'artist', 'uri': 'spotify:artist:36jCBfBczWB0FyUBwnmNlO'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/0Hb1YeSHr2tiyjC4gJv0Ax'}, 'href': 'https://api.spotify.com/v1/albums/0Hb1YeSHr2tiyjC4gJv0Ax', 'id': '0Hb1YeSHr2tiyjC4gJv0Ax', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/d6ebd74f3ed5db18b0e14a55083933509bf500d1', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/93606725ebdf1d1a72d8d2b482ee0ee11ab27f71', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/04144af7d05f12bcf0c7c935bfd9afcde3224d98', 'width': 64}], 'name': 'Russian Orthodox Easter', 'release_date': '2012-03-27', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:0Hb1YeSHr2tiyjC4gJv0Ax'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/36jCBfBczWB0FyUBwnmNlO'}, 'href': 'https://api.spotify.com/v1/artists/36jCBfBczWB0FyUBwnmNlO', 'id': '36jCBfBczWB0FyUBwnmNlO', 'name': 'Don Cossack Choir Serge Jaroff', 'type': 'artist', 'uri': 'spotify:artist:36jCBfBczWB0FyUBwnmNlO'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 359808, 'explicit': False, 'external_ids': {'isrc': 'NLTA81100025'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/1G4ZwOkINrkafEkt6IlOmp'}, 'href': 'https://api.spotify.com/v1/tracks/1G4ZwOkINrkafEkt6IlOmp', 'id': '1G4ZwOkINrkafEkt6IlOmp', 'is_local': False, 'name': 'Easter Song: Thy Resurrection - O Christ Our Savior: Common chant, Tone 6 / The Paschal Troparion: Christ is Risen...', 'popularity': 0, 'preview_url': 'https://p.scdn.co/mp3-preview/759b86bd076e22759ed7dc86bca3b0bdcf522c6d?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 1, 'type': 'track', 'uri': 'spotify:track:1G4ZwOkINrkafEkt6IlOmp'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5XHsDbAq6bDp3HkLGTMecO'}, 'href': 'https://api.spotify.com/v1/artists/5XHsDbAq6bDp3HkLGTMecO', 'id': '5XHsDbAq6bDp3HkLGTMecO', 'name': 'Cantus Sacred Music Ensemble', 'type': 'artist', 'uri': 'spotify:artist:5XHsDbAq6bDp3HkLGTMecO'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/6HcIOwHBXCdP7CEaNSu6YY'}, 'href': 'https://api.spotify.com/v1/albums/6HcIOwHBXCdP7CEaNSu6YY', 'id': '6HcIOwHBXCdP7CEaNSu6YY', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/4ca2e5d0f59ff215a27288d7cb4405f228248469', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/c4503a6d5e53ca561a11fd5fd7ca655fc80f36cb', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/80974db1857dace510b7c7d063d2175bbcd01272', 'width': 64}], 'name': 'Easter. Highlights of the Easter Service', 'release_date': '2004', 'release_date_precision': 'year', 'total_tracks': 16, 'type': 'album', 'uri': 'spotify:album:6HcIOwHBXCdP7CEaNSu6YY'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5XHsDbAq6bDp3HkLGTMecO'}, 'href': 'https://api.spotify.com/v1/artists/5XHsDbAq6bDp3HkLGTMecO', 'id': '5XHsDbAq6bDp3HkLGTMecO', 'name': 'Cantus Sacred Music Ensemble', 'type': 'artist', 'uri': 'spotify:artist:5XHsDbAq6bDp3HkLGTMecO'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 143746, 'explicit': False, 'external_ids': {'isrc': 'USA370691816'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/23CaJPTc4k2ygzEImYlrbz'}, 'href': 'https://api.spotify.com/v1/tracks/23CaJPTc4k2ygzEImYlrbz', 'id': '23CaJPTc4k2ygzEImYlrbz', 'is_local': False, 'name': 'Thy Resurrection, O Christ, Our Savior (attacca, The Stanza of the 6th Tone), Christ is Risen(Common Chant)', 'popularity': 1, 'preview_url': 'https://p.scdn.co/mp3-preview/19e9c187ec7cf461279037f26118544b7b6af83b?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 1, 'type': 'track', 'uri': 'spotify:track:23CaJPTc4k2ygzEImYlrbz'}], 'limit': 50, 'next': None, 'offset': 0, 'previous': None, 'total': 21}} +{'tracks': {'href': 'https://api.spotify.com/v1/search?query=resurrection+common&type=track&market=GB&offset=0&limit=50', 'items': [{'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/0JKjuvDUPrnlblAZyB1Aje'}, 'href': 'https://api.spotify.com/v1/albums/0JKjuvDUPrnlblAZyB1Aje', 'id': '0JKjuvDUPrnlblAZyB1Aje', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7eb54b812d73e184dd13796d6e9550a1d0711f1e', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bc027f5e14d6f1b8af0dc4aea3aa43202b77b57d', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/8717d429f132da4b6f49be97bb0b860797bf7026', 'width': 64}], 'name': 'Resurrection', 'release_date': '1994-10-25', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:0JKjuvDUPrnlblAZyB1Aje'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 227826, 'explicit': True, 'external_ids': {'isrc': 'USRE49800111'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/4u7hiFNXUeTG3A4dqQrkcd'}, 'href': 'https://api.spotify.com/v1/tracks/4u7hiFNXUeTG3A4dqQrkcd', 'id': '4u7hiFNXUeTG3A4dqQrkcd', 'is_local': False, 'name': 'Resurrection', 'popularity': 56, 'preview_url': 'https://p.scdn.co/mp3-preview/96d4f02b32cefe0ad0601440df55f938866e6e24?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 1, 'type': 'track', 'uri': 'spotify:track:4u7hiFNXUeTG3A4dqQrkcd'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/0JKjuvDUPrnlblAZyB1Aje'}, 'href': 'https://api.spotify.com/v1/albums/0JKjuvDUPrnlblAZyB1Aje', 'id': '0JKjuvDUPrnlblAZyB1Aje', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7eb54b812d73e184dd13796d6e9550a1d0711f1e', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bc027f5e14d6f1b8af0dc4aea3aa43202b77b57d', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/8717d429f132da4b6f49be97bb0b860797bf7026', 'width': 64}], 'name': 'Resurrection', 'release_date': '1994-10-25', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:0JKjuvDUPrnlblAZyB1Aje'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 278706, 'explicit': True, 'external_ids': {'isrc': 'USRE49800112'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/4TboAbE2pCUUB0fk6Q9rUU'}, 'href': 'https://api.spotify.com/v1/tracks/4TboAbE2pCUUB0fk6Q9rUU', 'id': '4TboAbE2pCUUB0fk6Q9rUU', 'is_local': False, 'name': 'I Used to Love H.E.R.', 'popularity': 53, 'preview_url': 'https://p.scdn.co/mp3-preview/a9fabe7b53cb9bd7b82e18628d26debc9d9779ee?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 2, 'type': 'track', 'uri': 'spotify:track:4TboAbE2pCUUB0fk6Q9rUU'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/0JKjuvDUPrnlblAZyB1Aje'}, 'href': 'https://api.spotify.com/v1/albums/0JKjuvDUPrnlblAZyB1Aje', 'id': '0JKjuvDUPrnlblAZyB1Aje', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7eb54b812d73e184dd13796d6e9550a1d0711f1e', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bc027f5e14d6f1b8af0dc4aea3aa43202b77b57d', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/8717d429f132da4b6f49be97bb0b860797bf7026', 'width': 64}], 'name': 'Resurrection', 'release_date': '1994-10-25', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:0JKjuvDUPrnlblAZyB1Aje'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 319266, 'explicit': False, 'external_ids': {'isrc': 'USRE49800117'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/1163itTFxLQc6UCZW5dYuD'}, 'href': 'https://api.spotify.com/v1/tracks/1163itTFxLQc6UCZW5dYuD', 'id': '1163itTFxLQc6UCZW5dYuD', 'is_local': False, 'name': "Nuthin' To Do", 'popularity': 31, 'preview_url': 'https://p.scdn.co/mp3-preview/4f33c51a1c1f661195f9dcd5a32c8da42d842c2e?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 7, 'type': 'track', 'uri': 'spotify:track:1163itTFxLQc6UCZW5dYuD'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/0JKjuvDUPrnlblAZyB1Aje'}, 'href': 'https://api.spotify.com/v1/albums/0JKjuvDUPrnlblAZyB1Aje', 'id': '0JKjuvDUPrnlblAZyB1Aje', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7eb54b812d73e184dd13796d6e9550a1d0711f1e', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bc027f5e14d6f1b8af0dc4aea3aa43202b77b57d', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/8717d429f132da4b6f49be97bb0b860797bf7026', 'width': 64}], 'name': 'Resurrection', 'release_date': '1994-10-25', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:0JKjuvDUPrnlblAZyB1Aje'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 158826, 'explicit': True, 'external_ids': {'isrc': 'USRE49800113'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0cxIP69s3HqZnUisBuglH4'}, 'href': 'https://api.spotify.com/v1/tracks/0cxIP69s3HqZnUisBuglH4', 'id': '0cxIP69s3HqZnUisBuglH4', 'is_local': False, 'name': 'Watermelon', 'popularity': 27, 'preview_url': 'https://p.scdn.co/mp3-preview/dcb823ad8ea7915cca4d4a920ada4e33d8844cb0?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 3, 'type': 'track', 'uri': 'spotify:track:0cxIP69s3HqZnUisBuglH4'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/0JKjuvDUPrnlblAZyB1Aje'}, 'href': 'https://api.spotify.com/v1/albums/0JKjuvDUPrnlblAZyB1Aje', 'id': '0JKjuvDUPrnlblAZyB1Aje', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7eb54b812d73e184dd13796d6e9550a1d0711f1e', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bc027f5e14d6f1b8af0dc4aea3aa43202b77b57d', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/8717d429f132da4b6f49be97bb0b860797bf7026', 'width': 64}], 'name': 'Resurrection', 'release_date': '1994-10-25', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:0JKjuvDUPrnlblAZyB1Aje'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 305933, 'explicit': True, 'external_ids': {'isrc': 'USRE49800114'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0LiKzKhfuDctZr0LqyRDU0'}, 'href': 'https://api.spotify.com/v1/tracks/0LiKzKhfuDctZr0LqyRDU0', 'id': '0LiKzKhfuDctZr0LqyRDU0', 'is_local': False, 'name': 'Book Of Life', 'popularity': 27, 'preview_url': 'https://p.scdn.co/mp3-preview/37b783df0d95209e090b512bf74881ba8a078cc0?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 4, 'type': 'track', 'uri': 'spotify:track:0LiKzKhfuDctZr0LqyRDU0'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/0JKjuvDUPrnlblAZyB1Aje'}, 'href': 'https://api.spotify.com/v1/albums/0JKjuvDUPrnlblAZyB1Aje', 'id': '0JKjuvDUPrnlblAZyB1Aje', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7eb54b812d73e184dd13796d6e9550a1d0711f1e', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bc027f5e14d6f1b8af0dc4aea3aa43202b77b57d', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/8717d429f132da4b6f49be97bb0b860797bf7026', 'width': 64}], 'name': 'Resurrection', 'release_date': '1994-10-25', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:0JKjuvDUPrnlblAZyB1Aje'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 136266, 'explicit': True, 'external_ids': {'isrc': 'USRE49800118'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/4cqzGXC6kPvqLVgfaQSaVA'}, 'href': 'https://api.spotify.com/v1/tracks/4cqzGXC6kPvqLVgfaQSaVA', 'id': '4cqzGXC6kPvqLVgfaQSaVA', 'is_local': False, 'name': 'Communism', 'popularity': 27, 'preview_url': 'https://p.scdn.co/mp3-preview/93957710b873581de95115c1749c20ff1e5b2c9c?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 8, 'type': 'track', 'uri': 'spotify:track:4cqzGXC6kPvqLVgfaQSaVA'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/0JKjuvDUPrnlblAZyB1Aje'}, 'href': 'https://api.spotify.com/v1/albums/0JKjuvDUPrnlblAZyB1Aje', 'id': '0JKjuvDUPrnlblAZyB1Aje', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7eb54b812d73e184dd13796d6e9550a1d0711f1e', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bc027f5e14d6f1b8af0dc4aea3aa43202b77b57d', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/8717d429f132da4b6f49be97bb0b860797bf7026', 'width': 64}], 'name': 'Resurrection', 'release_date': '1994-10-25', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:0JKjuvDUPrnlblAZyB1Aje'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 294133, 'explicit': True, 'external_ids': {'isrc': 'USRE49800120'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0QSA86C2JAfG2Rx5EGt1pA'}, 'href': 'https://api.spotify.com/v1/tracks/0QSA86C2JAfG2Rx5EGt1pA', 'id': '0QSA86C2JAfG2Rx5EGt1pA', 'is_local': False, 'name': 'Thisisme', 'popularity': 26, 'preview_url': 'https://p.scdn.co/mp3-preview/03dea6acacfd38059cfc9563f6ad5f4b94928960?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 10, 'type': 'track', 'uri': 'spotify:track:0QSA86C2JAfG2Rx5EGt1pA'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/0JKjuvDUPrnlblAZyB1Aje'}, 'href': 'https://api.spotify.com/v1/albums/0JKjuvDUPrnlblAZyB1Aje', 'id': '0JKjuvDUPrnlblAZyB1Aje', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7eb54b812d73e184dd13796d6e9550a1d0711f1e', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bc027f5e14d6f1b8af0dc4aea3aa43202b77b57d', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/8717d429f132da4b6f49be97bb0b860797bf7026', 'width': 64}], 'name': 'Resurrection', 'release_date': '1994-10-25', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:0JKjuvDUPrnlblAZyB1Aje'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 212573, 'explicit': False, 'external_ids': {'isrc': 'USRE49800115'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/10b4DrseyFKe0mEyObUzZU'}, 'href': 'https://api.spotify.com/v1/tracks/10b4DrseyFKe0mEyObUzZU', 'id': '10b4DrseyFKe0mEyObUzZU', 'is_local': False, 'name': 'In My Own World (Check The Method)', 'popularity': 26, 'preview_url': 'https://p.scdn.co/mp3-preview/ad647e202ac23aa5112c2b4823995710e8e67a0b?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 5, 'type': 'track', 'uri': 'spotify:track:10b4DrseyFKe0mEyObUzZU'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/0JKjuvDUPrnlblAZyB1Aje'}, 'href': 'https://api.spotify.com/v1/albums/0JKjuvDUPrnlblAZyB1Aje', 'id': '0JKjuvDUPrnlblAZyB1Aje', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7eb54b812d73e184dd13796d6e9550a1d0711f1e', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bc027f5e14d6f1b8af0dc4aea3aa43202b77b57d', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/8717d429f132da4b6f49be97bb0b860797bf7026', 'width': 64}], 'name': 'Resurrection', 'release_date': '1994-10-25', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:0JKjuvDUPrnlblAZyB1Aje'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 207640, 'explicit': False, 'external_ids': {'isrc': 'USRE49800121'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0D23FtqrB6XkY1knTr6z51'}, 'href': 'https://api.spotify.com/v1/tracks/0D23FtqrB6XkY1knTr6z51', 'id': '0D23FtqrB6XkY1knTr6z51', 'is_local': False, 'name': 'Orange Pineapple Juice', 'popularity': 26, 'preview_url': 'https://p.scdn.co/mp3-preview/0f8de3e48fc5322471c053bff52539a1dce40604?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 11, 'type': 'track', 'uri': 'spotify:track:0D23FtqrB6XkY1knTr6z51'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/0JKjuvDUPrnlblAZyB1Aje'}, 'href': 'https://api.spotify.com/v1/albums/0JKjuvDUPrnlblAZyB1Aje', 'id': '0JKjuvDUPrnlblAZyB1Aje', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7eb54b812d73e184dd13796d6e9550a1d0711f1e', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bc027f5e14d6f1b8af0dc4aea3aa43202b77b57d', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/8717d429f132da4b6f49be97bb0b860797bf7026', 'width': 64}], 'name': 'Resurrection', 'release_date': '1994-10-25', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:0JKjuvDUPrnlblAZyB1Aje'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 33960, 'explicit': False, 'external_ids': {'isrc': 'USRE49800119'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0SI7PmZ2H5Gv8GqiU6e04v'}, 'href': 'https://api.spotify.com/v1/tracks/0SI7PmZ2H5Gv8GqiU6e04v', 'id': '0SI7PmZ2H5Gv8GqiU6e04v', 'is_local': False, 'name': 'WMOE', 'popularity': 34, 'preview_url': 'https://p.scdn.co/mp3-preview/308220ae526af4fb713a8acbedb658dcb2bd84fe?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 9, 'type': 'track', 'uri': 'spotify:track:0SI7PmZ2H5Gv8GqiU6e04v'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/0JKjuvDUPrnlblAZyB1Aje'}, 'href': 'https://api.spotify.com/v1/albums/0JKjuvDUPrnlblAZyB1Aje', 'id': '0JKjuvDUPrnlblAZyB1Aje', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7eb54b812d73e184dd13796d6e9550a1d0711f1e', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bc027f5e14d6f1b8af0dc4aea3aa43202b77b57d', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/8717d429f132da4b6f49be97bb0b860797bf7026', 'width': 64}], 'name': 'Resurrection', 'release_date': '1994-10-25', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:0JKjuvDUPrnlblAZyB1Aje'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 323160, 'explicit': False, 'external_ids': {'isrc': 'USRE49800122'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/4zx96Ym4om5Enn30Zuul0z'}, 'href': 'https://api.spotify.com/v1/tracks/4zx96Ym4om5Enn30Zuul0z', 'id': '4zx96Ym4om5Enn30Zuul0z', 'is_local': False, 'name': 'Chapter 13 (Rich Man vs. Poor Man)', 'popularity': 25, 'preview_url': 'https://p.scdn.co/mp3-preview/df8fcb49dcbff223b56961763197f2438cb6978d?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 12, 'type': 'track', 'uri': 'spotify:track:4zx96Ym4om5Enn30Zuul0z'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/0JKjuvDUPrnlblAZyB1Aje'}, 'href': 'https://api.spotify.com/v1/albums/0JKjuvDUPrnlblAZyB1Aje', 'id': '0JKjuvDUPrnlblAZyB1Aje', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7eb54b812d73e184dd13796d6e9550a1d0711f1e', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bc027f5e14d6f1b8af0dc4aea3aa43202b77b57d', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/8717d429f132da4b6f49be97bb0b860797bf7026', 'width': 64}], 'name': 'Resurrection', 'release_date': '1994-10-25', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:0JKjuvDUPrnlblAZyB1Aje'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 229493, 'explicit': False, 'external_ids': {'isrc': 'USRE49800123'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5hb2iOas5RP4rtP27AM5R1'}, 'href': 'https://api.spotify.com/v1/tracks/5hb2iOas5RP4rtP27AM5R1', 'id': '5hb2iOas5RP4rtP27AM5R1', 'is_local': False, 'name': 'Maintaining', 'popularity': 24, 'preview_url': 'https://p.scdn.co/mp3-preview/a08d8b4bd63ffa5eee529275ce9a17a3c14941c5?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 13, 'type': 'track', 'uri': 'spotify:track:5hb2iOas5RP4rtP27AM5R1'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/0JKjuvDUPrnlblAZyB1Aje'}, 'href': 'https://api.spotify.com/v1/albums/0JKjuvDUPrnlblAZyB1Aje', 'id': '0JKjuvDUPrnlblAZyB1Aje', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7eb54b812d73e184dd13796d6e9550a1d0711f1e', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bc027f5e14d6f1b8af0dc4aea3aa43202b77b57d', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/8717d429f132da4b6f49be97bb0b860797bf7026', 'width': 64}], 'name': 'Resurrection', 'release_date': '1994-10-25', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:0JKjuvDUPrnlblAZyB1Aje'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 270706, 'explicit': False, 'external_ids': {'isrc': 'USRE49800124'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5tuJ3SNrC94IlpMzPJB4kU'}, 'href': 'https://api.spotify.com/v1/tracks/5tuJ3SNrC94IlpMzPJB4kU', 'id': '5tuJ3SNrC94IlpMzPJB4kU', 'is_local': False, 'name': 'Sum Shit I Wrote', 'popularity': 24, 'preview_url': 'https://p.scdn.co/mp3-preview/366a0fcf5b1d5796ac7424a1c6f706012ac9d5d3?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 14, 'type': 'track', 'uri': 'spotify:track:5tuJ3SNrC94IlpMzPJB4kU'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/0JKjuvDUPrnlblAZyB1Aje'}, 'href': 'https://api.spotify.com/v1/albums/0JKjuvDUPrnlblAZyB1Aje', 'id': '0JKjuvDUPrnlblAZyB1Aje', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7eb54b812d73e184dd13796d6e9550a1d0711f1e', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bc027f5e14d6f1b8af0dc4aea3aa43202b77b57d', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/8717d429f132da4b6f49be97bb0b860797bf7026', 'width': 64}], 'name': 'Resurrection', 'release_date': '1994-10-25', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:0JKjuvDUPrnlblAZyB1Aje'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 202373, 'explicit': False, 'external_ids': {'isrc': 'USRE49800125'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3vsYxac7CLmRZth0179nzM'}, 'href': 'https://api.spotify.com/v1/tracks/3vsYxac7CLmRZth0179nzM', 'id': '3vsYxac7CLmRZth0179nzM', 'is_local': False, 'name': "Pop's Rap", 'popularity': 23, 'preview_url': 'https://p.scdn.co/mp3-preview/302becb280cb41ff672e9a358567605d0ddb1937?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 15, 'type': 'track', 'uri': 'spotify:track:3vsYxac7CLmRZth0179nzM'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/0JKjuvDUPrnlblAZyB1Aje'}, 'href': 'https://api.spotify.com/v1/albums/0JKjuvDUPrnlblAZyB1Aje', 'id': '0JKjuvDUPrnlblAZyB1Aje', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/7eb54b812d73e184dd13796d6e9550a1d0711f1e', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/bc027f5e14d6f1b8af0dc4aea3aa43202b77b57d', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/8717d429f132da4b6f49be97bb0b860797bf7026', 'width': 64}], 'name': 'Resurrection', 'release_date': '1994-10-25', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:0JKjuvDUPrnlblAZyB1Aje'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 62266, 'explicit': False, 'external_ids': {'isrc': 'USRE49800116'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/7Havw3Drysm3UMmPzxvNLS'}, 'href': 'https://api.spotify.com/v1/tracks/7Havw3Drysm3UMmPzxvNLS', 'id': '7Havw3Drysm3UMmPzxvNLS', 'is_local': False, 'name': 'Another Wasted Night With...', 'popularity': 22, 'preview_url': 'https://p.scdn.co/mp3-preview/81193d9ba1b3b223cc2eecf173ccb8ffc64de316?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 6, 'type': 'track', 'uri': 'spotify:track:7Havw3Drysm3UMmPzxvNLS'}, {'album': {'album_type': 'compilation', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'BE', 'BG', 'BH', 'CA', 'CH', 'CY', 'CZ', 'DE', 'DK', 'DZ', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'HK', 'HU', 'IE', 'IL', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'NL', 'NO', 'NZ', 'OM', 'PL', 'PS', 'PT', 'QA', 'RO', 'SA', 'SE', 'SK', 'TN', 'TR', 'US', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2V2gKEtvQZDSUKHXYQUucj'}, 'href': 'https://api.spotify.com/v1/albums/2V2gKEtvQZDSUKHXYQUucj', 'id': '2V2gKEtvQZDSUKHXYQUucj', 'images': [{'height': 633, 'url': 'https://i.scdn.co/image/a71a81a9d3b0763a02e2d1234c3e37399def131c', 'width': 640}, {'height': 297, 'url': 'https://i.scdn.co/image/91edc219f983ba95f4f3eebd0d07909cc3d03613', 'width': 300}, {'height': 63, 'url': 'https://i.scdn.co/image/52ab684c943ff410dabcee006440151caf2199b8', 'width': 64}], 'name': 'thisisme then: the best of common', 'release_date': '2007-11-27', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:2V2gKEtvQZDSUKHXYQUucj'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'BE', 'BG', 'BH', 'CA', 'CH', 'CY', 'CZ', 'DE', 'DK', 'DZ', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'HK', 'HU', 'IE', 'IL', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'NL', 'NO', 'NZ', 'OM', 'PL', 'PS', 'PT', 'QA', 'RO', 'SA', 'SE', 'SK', 'TN', 'TR', 'US', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 228386, 'explicit': True, 'external_ids': {'isrc': 'USRE49800111'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/2RwD3HKkEk0gEek6WJEgyg'}, 'href': 'https://api.spotify.com/v1/tracks/2RwD3HKkEk0gEek6WJEgyg', 'id': '2RwD3HKkEk0gEek6WJEgyg', 'is_local': False, 'name': 'Resurrection', 'popularity': 13, 'preview_url': 'https://p.scdn.co/mp3-preview/1319da15f9178e783c8941daafed2c1c82cd19ce?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 8, 'type': 'track', 'uri': 'spotify:track:2RwD3HKkEk0gEek6WJEgyg'}, {'album': {'album_type': 'compilation', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AU', 'BE', 'BG', 'BH', 'CA', 'CY', 'CZ', 'DK', 'DZ', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'HU', 'IE', 'IL', 'IS', 'IT', 'JO', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'NL', 'NO', 'NZ', 'OM', 'PL', 'PS', 'PT', 'QA', 'RO', 'SA', 'SE', 'SK', 'TN', 'TR', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7bm6g3MaX6KOwME4emy6nl'}, 'href': 'https://api.spotify.com/v1/albums/7bm6g3MaX6KOwME4emy6nl', 'id': '7bm6g3MaX6KOwME4emy6nl', 'images': [{'height': 633, 'url': 'https://i.scdn.co/image/a71a81a9d3b0763a02e2d1234c3e37399def131c', 'width': 640}, {'height': 297, 'url': 'https://i.scdn.co/image/91edc219f983ba95f4f3eebd0d07909cc3d03613', 'width': 300}, {'height': 63, 'url': 'https://i.scdn.co/image/52ab684c943ff410dabcee006440151caf2199b8', 'width': 64}], 'name': 'thisisme then: the best of common', 'release_date': '2007-11-27', 'release_date_precision': 'day', 'total_tracks': 16, 'type': 'album', 'uri': 'spotify:album:7bm6g3MaX6KOwME4emy6nl'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2GHclqNVjqGuiE5mA7BEoc'}, 'href': 'https://api.spotify.com/v1/artists/2GHclqNVjqGuiE5mA7BEoc', 'id': '2GHclqNVjqGuiE5mA7BEoc', 'name': 'Common', 'type': 'artist', 'uri': 'spotify:artist:2GHclqNVjqGuiE5mA7BEoc'}], 'available_markets': ['AD', 'AE', 'AU', 'BE', 'BG', 'BH', 'CA', 'CY', 'CZ', 'DK', 'DZ', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'HU', 'IE', 'IL', 'IS', 'IT', 'JO', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'NL', 'NO', 'NZ', 'OM', 'PL', 'PS', 'PT', 'QA', 'RO', 'SA', 'SE', 'SK', 'TN', 'TR', 'ZA'], 'disc_number': 1, 'duration_ms': 228386, 'explicit': True, 'external_ids': {'isrc': 'USRE49800111'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5cQJoctCU1D2zLW3eC79aj'}, 'href': 'https://api.spotify.com/v1/tracks/5cQJoctCU1D2zLW3eC79aj', 'id': '5cQJoctCU1D2zLW3eC79aj', 'is_local': False, 'name': 'Resurrection', 'popularity': 4, 'preview_url': 'https://p.scdn.co/mp3-preview/1319da15f9178e783c8941daafed2c1c82cd19ce?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 8, 'type': 'track', 'uri': 'spotify:track:5cQJoctCU1D2zLW3eC79aj'}, {'album': {'album_type': 'compilation', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/0LyfQWJT6nXafLPZqxe9Of'}, 'href': 'https://api.spotify.com/v1/artists/0LyfQWJT6nXafLPZqxe9Of', 'id': '0LyfQWJT6nXafLPZqxe9Of', 'name': 'Various Artists', 'type': 'artist', 'uri': 'spotify:artist:0LyfQWJT6nXafLPZqxe9Of'}], 'available_markets': ['AD', 'AE', 'AT', 'AU', 'BE', 'BG', 'BH', 'CH', 'CY', 'CZ', 'DE', 'DK', 'DZ', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'HK', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MY', 'NL', 'NO', 'NZ', 'OM', 'PH', 'PL', 'PS', 'PT', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'TH', 'TN', 'TR', 'TW', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/0QhlXgrbC1uKhuEbtsTtIq'}, 'href': 'https://api.spotify.com/v1/albums/0QhlXgrbC1uKhuEbtsTtIq', 'id': '0QhlXgrbC1uKhuEbtsTtIq', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/ceb64a82b61a1c76f7937d8d8747eda53893da2c', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/15ecc360fffba0c0c2e97b7e8f9ea67eb7153e07', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/b6174d86949254f2bb5567a83b2eed3b5c171273', 'width': 64}], 'name': '1994 Hip-Hop Face A', 'release_date': '1995-04-05', 'release_date_precision': 'day', 'total_tracks': 27, 'type': 'album', 'uri': 'spotify:album:0QhlXgrbC1uKhuEbtsTtIq'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/3Fv3OEOqEETWDF79mzGriM'}, 'href': 'https://api.spotify.com/v1/artists/3Fv3OEOqEETWDF79mzGriM', 'id': '3Fv3OEOqEETWDF79mzGriM', 'name': 'Common Sense', 'type': 'artist', 'uri': 'spotify:artist:3Fv3OEOqEETWDF79mzGriM'}], 'available_markets': ['AD', 'AE', 'AT', 'AU', 'BE', 'BG', 'BH', 'CH', 'CY', 'CZ', 'DE', 'DK', 'DZ', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'HK', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MY', 'NL', 'NO', 'NZ', 'OM', 'PH', 'PL', 'PS', 'PT', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'TH', 'TN', 'TR', 'TW', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 80000, 'explicit': False, 'external_ids': {'isrc': 'FR8GV1839850'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3A1EzNboBaLmPZrE6qzxOo'}, 'href': 'https://api.spotify.com/v1/tracks/3A1EzNboBaLmPZrE6qzxOo', 'id': '3A1EzNboBaLmPZrE6qzxOo', 'is_local': False, 'name': 'Resurrection - (Instrumental)', 'popularity': 2, 'preview_url': 'https://p.scdn.co/mp3-preview/f81f4b0bde04a898d92ebd6a19f93ace51fd73a2?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 24, 'type': 'track', 'uri': 'spotify:track:3A1EzNboBaLmPZrE6qzxOo'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2ozXfPiF36nSXEXnyKeIZF'}, 'href': 'https://api.spotify.com/v1/artists/2ozXfPiF36nSXEXnyKeIZF', 'id': '2ozXfPiF36nSXEXnyKeIZF', 'name': 'Rains Draper', 'type': 'artist', 'uri': 'spotify:artist:2ozXfPiF36nSXEXnyKeIZF'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2WFtCi7qpS6Yc1UVwTp74O'}, 'href': 'https://api.spotify.com/v1/albums/2WFtCi7qpS6Yc1UVwTp74O', 'id': '2WFtCi7qpS6Yc1UVwTp74O', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/ee1f89da8fd98d0c1aad494966f0d6496e57cb94', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/e6e17171ead23e7ca0e70496933a456442a39d5d', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/102cc98d85d750ba71ca349dae14fb9eb85d61e6', 'width': 64}], 'name': 'Common Ground', 'release_date': '2017-07-10', 'release_date_precision': 'day', 'total_tracks': 7, 'type': 'album', 'uri': 'spotify:album:2WFtCi7qpS6Yc1UVwTp74O'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/2ozXfPiF36nSXEXnyKeIZF'}, 'href': 'https://api.spotify.com/v1/artists/2ozXfPiF36nSXEXnyKeIZF', 'id': '2ozXfPiF36nSXEXnyKeIZF', 'name': 'Rains Draper', 'type': 'artist', 'uri': 'spotify:artist:2ozXfPiF36nSXEXnyKeIZF'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 223649, 'explicit': False, 'external_ids': {'isrc': 'TCADD1773433'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0BLArqpvscoUZekZC0L2YP'}, 'href': 'https://api.spotify.com/v1/tracks/0BLArqpvscoUZekZC0L2YP', 'id': '0BLArqpvscoUZekZC0L2YP', 'is_local': False, 'name': 'Resurrection', 'popularity': 0, 'preview_url': 'https://p.scdn.co/mp3-preview/a3cbaff9829aed1f69c2cc29ee1964acfb9ce20b?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 4, 'type': 'track', 'uri': 'spotify:track:0BLArqpvscoUZekZC0L2YP'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/36jCBfBczWB0FyUBwnmNlO'}, 'href': 'https://api.spotify.com/v1/artists/36jCBfBczWB0FyUBwnmNlO', 'id': '36jCBfBczWB0FyUBwnmNlO', 'name': 'Don Cossack Choir Serge Jaroff', 'type': 'artist', 'uri': 'spotify:artist:36jCBfBczWB0FyUBwnmNlO'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/0Hb1YeSHr2tiyjC4gJv0Ax'}, 'href': 'https://api.spotify.com/v1/albums/0Hb1YeSHr2tiyjC4gJv0Ax', 'id': '0Hb1YeSHr2tiyjC4gJv0Ax', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/d6ebd74f3ed5db18b0e14a55083933509bf500d1', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/93606725ebdf1d1a72d8d2b482ee0ee11ab27f71', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/04144af7d05f12bcf0c7c935bfd9afcde3224d98', 'width': 64}], 'name': 'Russian Orthodox Easter', 'release_date': '2012-03-27', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:0Hb1YeSHr2tiyjC4gJv0Ax'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/36jCBfBczWB0FyUBwnmNlO'}, 'href': 'https://api.spotify.com/v1/artists/36jCBfBczWB0FyUBwnmNlO', 'id': '36jCBfBczWB0FyUBwnmNlO', 'name': 'Don Cossack Choir Serge Jaroff', 'type': 'artist', 'uri': 'spotify:artist:36jCBfBczWB0FyUBwnmNlO'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 359808, 'explicit': False, 'external_ids': {'isrc': 'NLTA81100025'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/1G4ZwOkINrkafEkt6IlOmp'}, 'href': 'https://api.spotify.com/v1/tracks/1G4ZwOkINrkafEkt6IlOmp', 'id': '1G4ZwOkINrkafEkt6IlOmp', 'is_local': False, 'name': 'Easter Song: Thy Resurrection - O Christ Our Savior: Common chant, Tone 6 / The Paschal Troparion: Christ is Risen...', 'popularity': 0, 'preview_url': 'https://p.scdn.co/mp3-preview/759b86bd076e22759ed7dc86bca3b0bdcf522c6d?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 1, 'type': 'track', 'uri': 'spotify:track:1G4ZwOkINrkafEkt6IlOmp'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5XHsDbAq6bDp3HkLGTMecO'}, 'href': 'https://api.spotify.com/v1/artists/5XHsDbAq6bDp3HkLGTMecO', 'id': '5XHsDbAq6bDp3HkLGTMecO', 'name': 'Cantus Sacred Music Ensemble', 'type': 'artist', 'uri': 'spotify:artist:5XHsDbAq6bDp3HkLGTMecO'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/6HcIOwHBXCdP7CEaNSu6YY'}, 'href': 'https://api.spotify.com/v1/albums/6HcIOwHBXCdP7CEaNSu6YY', 'id': '6HcIOwHBXCdP7CEaNSu6YY', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/4ca2e5d0f59ff215a27288d7cb4405f228248469', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/c4503a6d5e53ca561a11fd5fd7ca655fc80f36cb', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/80974db1857dace510b7c7d063d2175bbcd01272', 'width': 64}], 'name': 'Easter. Highlights of the Easter Service', 'release_date': '2004', 'release_date_precision': 'year', 'total_tracks': 16, 'type': 'album', 'uri': 'spotify:album:6HcIOwHBXCdP7CEaNSu6YY'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/5XHsDbAq6bDp3HkLGTMecO'}, 'href': 'https://api.spotify.com/v1/artists/5XHsDbAq6bDp3HkLGTMecO', 'id': '5XHsDbAq6bDp3HkLGTMecO', 'name': 'Cantus Sacred Music Ensemble', 'type': 'artist', 'uri': 'spotify:artist:5XHsDbAq6bDp3HkLGTMecO'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 143746, 'explicit': False, 'external_ids': {'isrc': 'USA370691816'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/23CaJPTc4k2ygzEImYlrbz'}, 'href': 'https://api.spotify.com/v1/tracks/23CaJPTc4k2ygzEImYlrbz', 'id': '23CaJPTc4k2ygzEImYlrbz', 'is_local': False, 'name': 'Thy Resurrection, O Christ, Our Savior (attacca, The Stanza of the 6th Tone), Christ is Risen(Common Chant)', 'popularity': 1, 'preview_url': 'https://p.scdn.co/mp3-preview/19e9c187ec7cf461279037f26118544b7b6af83b?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 1, 'type': 'track', 'uri': 'spotify:track:23CaJPTc4k2ygzEImYlrbz'}], 'limit': 50, 'next': None, 'offset': 0, 'previous': None, 'total': 21}} verbosity 3 Message: Scraping for source_playlist Function: get_whosampled_playlist @@ -23,7 +23,7 @@ Message: Getting page: https://whosampled.com/Common/Resurrection/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Resurrection by Common - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Resurrection - Common\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Resurrection

\n
by

Common

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Resurrection

\n

Relativity

\n\n \n
Producer:\n

\n \n No I.D.\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n \n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 4 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tAhmad Jamal Trio\'s Dolphin Dance\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDolphin Dance\n\t\t\tby Ahmad Jamal Trio (1970)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tPower of Zeus\'s The Sorcerer of Isis (The Ritual of the Mole)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Sorcerer of Isis (The Ritual of the Mole)\n\t\t\tby Power of Zeus (1970)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tNice & Smooth\'s No Delayin'\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tNo Delayin'\n\t\t\tby Nice & Smooth (1989)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tSpecial Ed\'s I Got It Made\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tI Got It Made\n\t\t\tby Special Ed (1989)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 5 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tSonny Fodera\'s Resurrection\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tElectronic / Dance\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tResurrection\n\t\t\tby Sonny Fodera (2009)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tDanger Mouse and Jemini\'s Live on Both Sides\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tLive on Both Sides\n\t\t\tby Danger Mouse and Jemini (2002)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tJazz Liberatorz\'s Clin D'Oeil\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tClin D'Oeil\n\t\t\tby Jazz Liberatorz (2008)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tOl' Burger Beats\'s Resurrection\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tResurrection\n\t\t\tby Ol' Burger Beats (2017)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tSoul Supreme and Statik Selektah\'s Resurrection\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tResurrection\n\t\t\tby Soul Supreme and Statik Selektah (2005)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas covered in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tDJ Cam Quartet\'s Rebirth of Cool\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tJazz / Blues\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tRebirth of Cool\n\t\t\tby DJ Cam Quartet (2008)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas remixed in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tCommon\'s Resurrection '95\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tResurrection '95\n\t\t\tby No I.D. (1995)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Resurrection by Common - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Resurrection - Common\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Resurrection

\n
by

Common

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Resurrection

\n

Relativity

\n\n \n
Producer:\n

\n \n No I.D.\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n \n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 4 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tAhmad Jamal Trio\'s Dolphin Dance\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDolphin Dance\n\t\t\tby Ahmad Jamal Trio (1970)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tPower of Zeus\'s The Sorcerer of Isis (The Ritual of the Mole)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Sorcerer of Isis (The Ritual of the Mole)\n\t\t\tby Power of Zeus (1970)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tNice & Smooth\'s No Delayin'\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tNo Delayin'\n\t\t\tby Nice & Smooth (1989)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tSpecial Ed\'s I Got It Made\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tI Got It Made\n\t\t\tby Special Ed (1989)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 5 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tSonny Fodera\'s Resurrection\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tElectronic / Dance\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tResurrection\n\t\t\tby Sonny Fodera (2009)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tDanger Mouse and Jemini\'s Live on Both Sides\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tLive on Both Sides\n\t\t\tby Danger Mouse and Jemini (2002)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tJazz Liberatorz\'s Clin D'Oeil\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tClin D'Oeil\n\t\t\tby Jazz Liberatorz (2008)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tOl' Burger Beats\'s Resurrection\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tResurrection\n\t\t\tby Ol' Burger Beats (2017)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tSoul Supreme and Statik Selektah\'s Resurrection\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tResurrection\n\t\t\tby Soul Supreme and Statik Selektah (2005)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas covered in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tDJ Cam Quartet\'s Rebirth of Cool\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tJazz / Blues\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tRebirth of Cool\n\t\t\tby DJ Cam Quartet (2008)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas remixed in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tCommon\'s Resurrection '95\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tResurrection '95\n\t\t\tby No I.D. (1995)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Common/Resurrection/ Function: parse_sample_items @@ -35,7 +35,7 @@ Message: Getting page: https://whosampled.com/Common/I-Used-to-Love-H.E.R./ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n I Used to Love H.E.R. by Common - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n I Used to Love H.E.R. - Common\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

I Used to Love H.E.R.

\n
by

Common

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Resurrection

\n

Relativity

\n\n \n
Producer:\n

\n \n No I.D.\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n \n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 4 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGeorge Benson\'s The Changing World\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Changing World\n\t\t\tby George Benson (1974)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJungle Brothers\'s I'm Gonna Do You\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tI'm Gonna Do You\n\t\t\tby Jungle Brothers (1988)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tEazy-E\'s Still Talkin'\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tStill Talkin'\n\t\t\tby Eazy-E (1988)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tIf\'s Fly, Fly, the Route, Shoot\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tRock / Pop\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tFly, Fly, the Route, Shoot\n\t\t\tby If (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 86 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tKanye West feat. John Legend\'s Home\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tHome\n\t\t\tby Kanye West feat. John Legend (2005)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tD'Angelo feat. Redman\'s Me and Those Dreamin' Eyes of Mine (Def Squad Remix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tMe and Those Dreamin' Eyes of Mine (Def Squad Remix)\n\t\t\tby D'Angelo feat. Redman (1996)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tJedi Mind Tricks\'s Last Straw\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tLast Straw\n\t\t\tby Jedi Mind Tricks (1997)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tMood\'s Millennium\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tMillennium\n\t\t\tby Mood (1997)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tQuasimoto feat. Wildchild\'s Discipline 99 Pt.1\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDiscipline 99 Pt.1\n\t\t\tby Quasimoto feat. Wildchild (2000)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas covered in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tMURS and 9th Wonder\'s I Used to Luv Her (Again)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tI Used to Luv Her (Again)\n\t\t\tby MURS and 9th Wonder (2010)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas remixed in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\t9th Wonder\'s I Used to Love H.E.R.\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tI Used to Love H.E.R.\n\t\t\tby 9th Wonder (2008)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n I Used to Love H.E.R. by Common - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n I Used to Love H.E.R. - Common\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

I Used to Love H.E.R.

\n
by

Common

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Resurrection

\n

Relativity

\n\n \n
Producer:\n

\n \n No I.D.\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n \n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 4 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGeorge Benson\'s The Changing World\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Changing World\n\t\t\tby George Benson (1974)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJungle Brothers\'s I'm Gonna Do You\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tI'm Gonna Do You\n\t\t\tby Jungle Brothers (1988)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tEazy-E\'s Still Talkin'\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tStill Talkin'\n\t\t\tby Eazy-E (1988)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tIf\'s Fly, Fly, the Route, Shoot\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tRock / Pop\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tFly, Fly, the Route, Shoot\n\t\t\tby If (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 86 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tKanye West feat. John Legend\'s Home\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tHome\n\t\t\tby Kanye West feat. John Legend (2005)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tD'Angelo feat. Redman\'s Me and Those Dreamin' Eyes of Mine (Def Squad Remix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tMe and Those Dreamin' Eyes of Mine (Def Squad Remix)\n\t\t\tby D'Angelo feat. Redman (1996)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tJedi Mind Tricks\'s Last Straw\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tLast Straw\n\t\t\tby Jedi Mind Tricks (1997)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tMood\'s Millennium\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tMillennium\n\t\t\tby Mood (1997)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tQuasimoto feat. Wildchild\'s Discipline 99 Pt.1\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDiscipline 99 Pt.1\n\t\t\tby Quasimoto feat. Wildchild (2000)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas covered in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tMURS and 9th Wonder\'s I Used to Luv Her (Again)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tI Used to Luv Her (Again)\n\t\t\tby MURS and 9th Wonder (2010)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas remixed in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\t9th Wonder\'s I Used to Love H.E.R.\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tI Used to Love H.E.R.\n\t\t\tby 9th Wonder (2008)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Common/I-Used-to-Love-H.E.R./ Function: parse_sample_items @@ -47,13 +47,13 @@ Message: Getting page: https://whosampled.com/Common/Watermelon/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Watermelon by Common - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Watermelon - Common\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Watermelon

\n
by

Common

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Resurrection

\n

Relativity

\n\n \n
Producer:\n

\n \n No I.D.\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 7 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tKing Curtis\'s Sweet Inspiration\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tBass
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSweet Inspiration\n\t\t\tby King Curtis (1968)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe New Apocalypse\'s Get Outta My Life Woman\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tGet Outta My Life Woman\n\t\t\tby The New Apocalypse (1969)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJohnnie Taylor\'s Watermelon Man\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWatermelon Man\n\t\t\tby Johnnie Taylor (1967)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGang Starr\'s Just to Get a Rep\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tJust to Get a Rep\n\t\t\tby Gang Starr (1990)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tCutty Ranks\'s A Who Seh Me Dun\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tReggae\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tA Who Seh Me Dun\n\t\t\tby Cutty Ranks (1992)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Watermelon by Common - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Watermelon - Common\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Watermelon

\n
by

Common

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Resurrection

\n

Relativity

\n\n \n
Producer:\n

\n \n No I.D.\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 7 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tKing Curtis\'s Sweet Inspiration\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tBass
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSweet Inspiration\n\t\t\tby King Curtis (1968)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe New Apocalypse\'s Get Outta My Life Woman\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tGet Outta My Life Woman\n\t\t\tby The New Apocalypse (1969)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJohnnie Taylor\'s Watermelon Man\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWatermelon Man\n\t\t\tby Johnnie Taylor (1967)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGang Starr\'s Just to Get a Rep\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tJust to Get a Rep\n\t\t\tby Gang Starr (1990)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tCutty Ranks\'s A Who Seh Me Dun\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tReggae\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tA Who Seh Me Dun\n\t\t\tby Cutty Ranks (1992)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Getting page: https://whosampled.com/Common/Watermelon/samples/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Tracks Sampled in Watermelon by Common | WhoSampled\n \n \n \n \n \n\t\n\n \n\t\n\n\t\n\n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n\n\n\n\n\n\n\n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n\t\n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n\t\n\n\n\n \n\n\n\n\t
\n\t\t
\n\t\t\t\n\t\t\t\tCommon\'s Watermelon\n\t\t\t\n\t\t
\n\t\t
\n\t\t\t
\n\tBuy this Track\n\n\t\n
\n\n\n\t\t\t

Watermelon

\n\t\t\t
\n\t\t\t\tby

Common

\n\t\t\t
\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t
\n\t\t\t\t

Resurrection

\n\t\t\t\t

Relativity 1994

\n\n\t\t\t\t\n\t\t\t\t\t
Producer:\n\t\t\t\t\t\t

\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tNo I.D.\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t

\n\t\t\t\t\t
\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t
\n\t\t
\n\t
\n\n\t
\n\t\t
\n
Sort:
\n
\n \n
\n
\n\n\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 7 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tKing Curtis\'s Sweet Inspiration\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tBass
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSweet Inspiration\n\t\t\tby King Curtis (1968)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe New Apocalypse\'s Get Outta My Life Woman\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tGet Outta My Life Woman\n\t\t\tby The New Apocalypse (1969)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJohnnie Taylor\'s Watermelon Man\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWatermelon Man\n\t\t\tby Johnnie Taylor (1967)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGang Starr\'s Just to Get a Rep\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tJust to Get a Rep\n\t\t\tby Gang Starr (1990)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tCutty Ranks\'s A Who Seh Me Dun\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tReggae\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tA Who Seh Me Dun\n\t\t\tby Cutty Ranks (1992)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tRun-DMC\'s Sucker M.C.'s (Krush Groove 1)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSucker M.C.'s (Krush Groove 1)\n\t\t\tby Run-DMC (1983)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBig Daddy Kane feat. Biz Markie\'s Just Rhymin' With Biz\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tJust Rhymin' With Biz\n\t\t\tby Big Daddy Kane feat. Biz Markie (1987)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t
\n\n\t\n\n\n\t\n\n
\n\n\n\n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Tracks Sampled in Watermelon by Common | WhoSampled\n \n \n \n \n \n\t\n\n \n\t\n\n\t\n\n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n\n\n\n\n\n\n\n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n\t\n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n\t\n\n\n\n \n\n\n\n\t
\n\t\t
\n\t\t\t\n\t\t\t\tCommon\'s Watermelon\n\t\t\t\n\t\t
\n\t\t
\n\t\t\t
\n\tBuy this Track\n\n\t\n
\n\n\n\t\t\t

Watermelon

\n\t\t\t
\n\t\t\t\tby

Common

\n\t\t\t
\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t
\n\t\t\t\t

Resurrection

\n\t\t\t\t

Relativity 1994

\n\n\t\t\t\t\n\t\t\t\t\t
Producer:\n\t\t\t\t\t\t

\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tNo I.D.\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t

\n\t\t\t\t\t
\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t
\n\t\t
\n\t
\n\n\t
\n\t\t
\n
Sort:
\n
\n \n
\n
\n\n\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 7 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tKing Curtis\'s Sweet Inspiration\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tBass
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSweet Inspiration\n\t\t\tby King Curtis (1968)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe New Apocalypse\'s Get Outta My Life Woman\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tGet Outta My Life Woman\n\t\t\tby The New Apocalypse (1969)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJohnnie Taylor\'s Watermelon Man\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWatermelon Man\n\t\t\tby Johnnie Taylor (1967)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGang Starr\'s Just to Get a Rep\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tJust to Get a Rep\n\t\t\tby Gang Starr (1990)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tCutty Ranks\'s A Who Seh Me Dun\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tReggae\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tA Who Seh Me Dun\n\t\t\tby Cutty Ranks (1992)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tRun-DMC\'s Sucker M.C.'s (Krush Groove 1)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSucker M.C.'s (Krush Groove 1)\n\t\t\tby Run-DMC (1983)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBig Daddy Kane feat. Biz Markie\'s Just Rhymin' With Biz\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tJust Rhymin' With Biz\n\t\t\tby Big Daddy Kane feat. Biz Markie (1987)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t
\n\n\t\n\n\n\t\n\n
\n\n\n\n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Common/Watermelon/samples/ Function: parse_sample_items @@ -71,13 +71,13 @@ Message: Getting page: https://whosampled.com/Common/Book-of-Life/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Book of Life by Common - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Book of Life - Common\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Book of Life

\n
by

Common

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Resurrection

\n

Relativity

\n\n \n
Producer:\n

\n \n No I.D.\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 5 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tRoy Ayers Ubiquity\'s Everybody Loves the Sunshine\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tEverybody Loves the Sunshine\n\t\t\tby Roy Ayers Ubiquity (1976)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBob Marley and The Wailers\'s Get Up, Stand Up\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tReggae\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tGet Up, Stand Up\n\t\t\tby Bob Marley and The Wailers (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tWild Style - Stoop Rap scene\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDialogue
\n\t\t\tDocumentary\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tStoop Rap\n\t\t\tfrom Wild Style (1983)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGrandmaster Flash and The Furious Five feat. Grandmaster Melle Mel and Duke Bootee\'s The Message\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Message\n\t\t\tby Grandmaster Flash and The Furious Five feat. Grandmaster Melle Mel and Duke Bootee (1982)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tPublic Enemy\'s Welcome to the Terrordome\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWelcome to the Terrordome\n\t\t\tby Public Enemy (1989)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 3 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tGoldie\'s I Think of You\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tElectronic / Dance\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tI Think of You\n\t\t\tby Goldie (2017)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tATK\'s Tricher\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tTricher\n\t\t\tby ATK (1998)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tHydro\'s Tha' Bomb Shit\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tElectronic / Dance\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tTha' Bomb Shit\n\t\t\tby Hydro (1996)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Book of Life by Common - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Book of Life - Common\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Book of Life

\n
by

Common

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Resurrection

\n

Relativity

\n\n \n
Producer:\n

\n \n No I.D.\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 5 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tRoy Ayers Ubiquity\'s Everybody Loves the Sunshine\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tEverybody Loves the Sunshine\n\t\t\tby Roy Ayers Ubiquity (1976)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBob Marley and The Wailers\'s Get Up, Stand Up\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tReggae\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tGet Up, Stand Up\n\t\t\tby Bob Marley and The Wailers (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tWild Style - Stoop Rap scene\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDialogue
\n\t\t\tDocumentary\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tStoop Rap\n\t\t\tfrom Wild Style (1983)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGrandmaster Flash and The Furious Five feat. Grandmaster Melle Mel and Duke Bootee\'s The Message\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Message\n\t\t\tby Grandmaster Flash and The Furious Five feat. Grandmaster Melle Mel and Duke Bootee (1982)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tPublic Enemy\'s Welcome to the Terrordome\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWelcome to the Terrordome\n\t\t\tby Public Enemy (1989)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 3 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tGoldie\'s I Think of You\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tElectronic / Dance\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tI Think of You\n\t\t\tby Goldie (2017)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tATK\'s Tricher\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tTricher\n\t\t\tby ATK (1998)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tHydro\'s Tha' Bomb Shit\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tElectronic / Dance\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tTha' Bomb Shit\n\t\t\tby Hydro (1996)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Getting page: https://whosampled.com/Common/Book-of-Life/samples/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Tracks Sampled in Book of Life by Common | WhoSampled\n \n \n \n \n \n\t\n\n \n\t\n\n\t\n\n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n\n\n\n\n\n\n\n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n\t\n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n\t\n\n\n\n \n\n\n\n\t
\n\t\t
\n\t\t\t\n\t\t\t\tCommon\'s Book of Life\n\t\t\t\n\t\t
\n\t\t
\n\t\t\t
\n\tBuy this Track\n\n\t\n
\n\n\n\t\t\t

Book of Life

\n\t\t\t
\n\t\t\t\tby

Common

\n\t\t\t
\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t
\n\t\t\t\t

Resurrection

\n\t\t\t\t

Relativity 1994

\n\n\t\t\t\t\n\t\t\t\t\t
Producer:\n\t\t\t\t\t\t

\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tNo I.D.\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t

\n\t\t\t\t\t
\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t
\n\t\t
\n\t
\n\n\t
\n\t\t
\n
Sort:
\n
\n \n
\n
\n\n\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 5 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tRoy Ayers Ubiquity\'s Everybody Loves the Sunshine\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tEverybody Loves the Sunshine\n\t\t\tby Roy Ayers Ubiquity (1976)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBob Marley and The Wailers\'s Get Up, Stand Up\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tReggae\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tGet Up, Stand Up\n\t\t\tby Bob Marley and The Wailers (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tWild Style - Stoop Rap scene\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDialogue
\n\t\t\tDocumentary\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tStoop Rap\n\t\t\tfrom Wild Style (1983)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGrandmaster Flash and The Furious Five feat. Grandmaster Melle Mel and Duke Bootee\'s The Message\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Message\n\t\t\tby Grandmaster Flash and The Furious Five feat. Grandmaster Melle Mel and Duke Bootee (1982)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tPublic Enemy\'s Welcome to the Terrordome\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWelcome to the Terrordome\n\t\t\tby Public Enemy (1989)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t
\n\n\t\n\n\n\t\n\n
\n\n\n\n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Tracks Sampled in Book of Life by Common | WhoSampled\n \n \n \n \n \n\t\n\n \n\t\n\n\t\n\n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n\n\n\n\n\n\n\n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n\t\n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n\t\n\n\n\n \n\n\n\n\t
\n\t\t
\n\t\t\t\n\t\t\t\tCommon\'s Book of Life\n\t\t\t\n\t\t
\n\t\t
\n\t\t\t
\n\tBuy this Track\n\n\t\n
\n\n\n\t\t\t

Book of Life

\n\t\t\t
\n\t\t\t\tby

Common

\n\t\t\t
\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t
\n\t\t\t\t

Resurrection

\n\t\t\t\t

Relativity 1994

\n\n\t\t\t\t\n\t\t\t\t\t
Producer:\n\t\t\t\t\t\t

\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tNo I.D.\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t

\n\t\t\t\t\t
\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t
\n\t\t
\n\t
\n\n\t
\n\t\t
\n
Sort:
\n
\n \n
\n
\n\n\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 5 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tRoy Ayers Ubiquity\'s Everybody Loves the Sunshine\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tEverybody Loves the Sunshine\n\t\t\tby Roy Ayers Ubiquity (1976)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBob Marley and The Wailers\'s Get Up, Stand Up\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tReggae\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tGet Up, Stand Up\n\t\t\tby Bob Marley and The Wailers (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tWild Style - Stoop Rap scene\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDialogue
\n\t\t\tDocumentary\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tStoop Rap\n\t\t\tfrom Wild Style (1983)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGrandmaster Flash and The Furious Five feat. Grandmaster Melle Mel and Duke Bootee\'s The Message\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Message\n\t\t\tby Grandmaster Flash and The Furious Five feat. Grandmaster Melle Mel and Duke Bootee (1982)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tPublic Enemy\'s Welcome to the Terrordome\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWelcome to the Terrordome\n\t\t\tby Public Enemy (1989)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t
\n\n\t\n\n\n\t\n\n
\n\n\n\n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Common/Book-of-Life/samples/ Function: parse_sample_items @@ -95,7 +95,7 @@ Message: Getting page: https://whosampled.com/Common/In-My-Own-World-(Check-the- Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n In My Own World (Check the Method) by Common - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n In My Own World (Check the Method) - Common\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

In My Own World (Check the Method)

\n
by

Common

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Resurrection

\n

Relativity

\n\n \n
Producer:\n

\n \n No I.D.\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 4 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGary Burton\'s Las Vegas Tango\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tLas Vegas Tango\n\t\t\tby Gary Burton (1971)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Modern Jazz Quartet\'s But Not for Me\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBut Not for Me\n\t\t\tby The Modern Jazz Quartet (1956)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tClyde McPhatter\'s The Mixed Up Cup\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Mixed Up Cup\n\t\t\tby Clyde McPhatter (1970)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tA Tribe Called Quest feat. Large Professor\'s Keep It Rollin'\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tKeep It Rollin'\n\t\t\tby A Tribe Called Quest feat. Large Professor (1993)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tNovel feat. Muggsy Malone\'s Red Wine & Ambien\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tRed Wine & Ambien\n\t\t\tby Novel feat. Muggsy Malone (2012)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditBeta\n
\n
\n
\n Vocals: No I.D.\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n In My Own World (Check the Method) by Common - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n In My Own World (Check the Method) - Common\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

In My Own World (Check the Method)

\n
by

Common

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Resurrection

\n

Relativity

\n\n \n
Producer:\n

\n \n No I.D.\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 4 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGary Burton\'s Las Vegas Tango\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tLas Vegas Tango\n\t\t\tby Gary Burton (1971)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Modern Jazz Quartet\'s But Not for Me\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBut Not for Me\n\t\t\tby The Modern Jazz Quartet (1956)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tClyde McPhatter\'s The Mixed Up Cup\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Mixed Up Cup\n\t\t\tby Clyde McPhatter (1970)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tA Tribe Called Quest feat. Large Professor\'s Keep It Rollin'\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tKeep It Rollin'\n\t\t\tby A Tribe Called Quest feat. Large Professor (1993)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tNovel feat. Muggsy Malone\'s Red Wine & Ambien\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tRed Wine & Ambien\n\t\t\tby Novel feat. Muggsy Malone (2012)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditBeta\n
\n
\n
\n Vocals: No I.D.\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Common/In-My-Own-World-(Check-the-Method)/ Function: parse_sample_items @@ -111,7 +111,7 @@ Message: Getting page: https://whosampled.com/Common/Nuthin%27-to-Do/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Nuthin' to Do by Common - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Nuthin' to Do - Common\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Nuthin' to Do

\n
by

Common

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Resurrection

\n

Relativity

\n\n \n
Producer:\n

\n \n No I.D.\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 4 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tLiving Jazz\'s Walk on By\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWalk on By\n\t\t\tby Living Jazz (1970)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGary Burton\'s Leroy the Magician\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tLeroy the Magician\n\t\t\tby Gary Burton (1971)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tWu-Tang Clan\'s Protect Ya Neck\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tProtect Ya Neck\n\t\t\tby Wu-Tang Clan (1993)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tCommon\'s Heidi Hoe\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tHeidi Hoe\n\t\t\tby Common (1992)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tTypical Cats\'s Thin Red Line\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThin Red Line\n\t\t\tby Typical Cats (2001)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Nuthin' to Do by Common - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Nuthin' to Do - Common\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Nuthin' to Do

\n
by

Common

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Resurrection

\n

Relativity

\n\n \n
Producer:\n

\n \n No I.D.\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 4 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tLiving Jazz\'s Walk on By\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWalk on By\n\t\t\tby Living Jazz (1970)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGary Burton\'s Leroy the Magician\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tLeroy the Magician\n\t\t\tby Gary Burton (1971)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tWu-Tang Clan\'s Protect Ya Neck\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tProtect Ya Neck\n\t\t\tby Wu-Tang Clan (1993)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tCommon\'s Heidi Hoe\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tHeidi Hoe\n\t\t\tby Common (1992)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tTypical Cats\'s Thin Red Line\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThin Red Line\n\t\t\tby Typical Cats (2001)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Common/Nuthin%27-to-Do/ Function: parse_sample_items @@ -123,7 +123,7 @@ Message: Getting page: https://whosampled.com/Common/Communism/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Communism by Common - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Communism - Common\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Communism

\n
by

Common

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Resurrection

\n

Relativity

\n\n \n
Producer:\n

\n \n No I.D.\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n \n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 3 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tFreddie Hubbard\'s The Surest Things Can Change\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Surest Things Can Change\n\t\t\tby Freddie Hubbard (1978)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJames Taylor and The Flying Machine\'s Knocking 'Round the Zoo (1971 Version)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tRock / Pop\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tPete Jolly\'s Leaves\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tLeaves\n\t\t\tby Pete Jolly (1970)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 4 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tLupe Fiasco feat. Common\'s Untitled\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tUntitled\n\t\t\tby Lupe Fiasco feat. Common (2012)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tAction Bronson and Statik Selektah\'s The Stick-up\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Stick-up\n\t\t\tby Action Bronson and Statik Selektah (2011)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tBun\'s Mooogdaamm!\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tMooogdaamm!\n\t\t\tby Bun (2006)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tHydro\'s Tha' Bomb Shit\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tElectronic / Dance\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tTha' Bomb Shit\n\t\t\tby Hydro (1996)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Communism by Common - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Communism - Common\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Communism

\n
by

Common

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Resurrection

\n

Relativity

\n\n \n
Producer:\n

\n \n No I.D.\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n \n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 3 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tFreddie Hubbard\'s The Surest Things Can Change\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Surest Things Can Change\n\t\t\tby Freddie Hubbard (1978)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJames Taylor and The Flying Machine\'s Knocking 'Round the Zoo (1971 Version)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tRock / Pop\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tPete Jolly\'s Leaves\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tLeaves\n\t\t\tby Pete Jolly (1970)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 4 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tLupe Fiasco feat. Common\'s Untitled\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tUntitled\n\t\t\tby Lupe Fiasco feat. Common (2012)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tAction Bronson and Statik Selektah\'s The Stick-up\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Stick-up\n\t\t\tby Action Bronson and Statik Selektah (2011)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tBun\'s Mooogdaamm!\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tMooogdaamm!\n\t\t\tby Bun (2006)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tHydro\'s Tha' Bomb Shit\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tElectronic / Dance\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tTha' Bomb Shit\n\t\t\tby Hydro (1996)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Common/Communism/ Function: parse_sample_items @@ -135,7 +135,7 @@ Message: Getting page: https://whosampled.com/Common/WMOE/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n WMOE by Common - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n WMOE - Common\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

WMOE

\n
by

Common

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Resurrection

\n

Relativity

\n\n \n
Producer:\n

\n \n No I.D.\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Cannonball Adderley Quintet\'s Capricorn\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tCapricorn\n\t\t\tby The Cannonball Adderley Quintet (1976)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n WMOE by Common - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n WMOE - Common\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

WMOE

\n
by

Common

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Resurrection

\n

Relativity

\n\n \n
Producer:\n

\n \n No I.D.\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Cannonball Adderley Quintet\'s Capricorn\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tCapricorn\n\t\t\tby The Cannonball Adderley Quintet (1976)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Common/WMOE/ Function: parse_sample_items @@ -147,13 +147,13 @@ Message: Getting page: https://whosampled.com/Common/Thisisme/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Thisisme by Common - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Thisisme - Common\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Thisisme

\n
by

Common

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Resurrection

\n

Relativity

\n\n \n
Producer:\n

\n \n No I.D.\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 5 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tEtta James\'s Something's Got a Hold on Me\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSomething's Got a Hold on Me\n\t\t\tby Etta James (1962)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tAlton McClain & Destiny\'s The Power of Love\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Power of Love\n\t\t\tby Alton McClain & Destiny (1979)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tPaul McCartney\'s Momma Miss America\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tRock / Pop\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tMomma Miss America\n\t\t\tby Paul McCartney (1970)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBoogie Down Productions\'s Build and Destroy\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBuild and Destroy\n\t\t\tby Boogie Down Productions (1992)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tSy Sperling\'s I'm Also a Client Commercial\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSpoken Word\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tI'm Also a Client Commercial\n\t\t\tby Sy Sperling (1986)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tCommon feat. Lonnie "Pops" Lynn\'s Pop's Rap\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tPop's Rap\n\t\t\tby Common feat. Lonnie "Pops" Lynn (1994)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tCommon\'s Orange Pineapple Juice\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tOrange Pineapple Juice\n\t\t\tby Common (1994)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Thisisme by Common - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Thisisme - Common\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Thisisme

\n
by

Common

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Resurrection

\n

Relativity

\n\n \n
Producer:\n

\n \n No I.D.\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 5 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tEtta James\'s Something's Got a Hold on Me\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSomething's Got a Hold on Me\n\t\t\tby Etta James (1962)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tAlton McClain & Destiny\'s The Power of Love\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Power of Love\n\t\t\tby Alton McClain & Destiny (1979)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tPaul McCartney\'s Momma Miss America\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tRock / Pop\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tMomma Miss America\n\t\t\tby Paul McCartney (1970)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBoogie Down Productions\'s Build and Destroy\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBuild and Destroy\n\t\t\tby Boogie Down Productions (1992)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tSy Sperling\'s I'm Also a Client Commercial\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSpoken Word\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tI'm Also a Client Commercial\n\t\t\tby Sy Sperling (1986)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tCommon feat. Lonnie "Pops" Lynn\'s Pop's Rap\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tPop's Rap\n\t\t\tby Common feat. Lonnie "Pops" Lynn (1994)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tCommon\'s Orange Pineapple Juice\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tOrange Pineapple Juice\n\t\t\tby Common (1994)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Getting page: https://whosampled.com/Common/Thisisme/samples/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Tracks Sampled in Thisisme by Common | WhoSampled\n \n \n \n \n \n\t\n\n \n\t\n\n\t\n\n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n\n\n\n\n\n\n\n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n\t\n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n\t\n\n\n\n \n\n\n\n\t
\n\t\t
\n\t\t\t\n\t\t\t\tCommon\'s Thisisme\n\t\t\t\n\t\t
\n\t\t
\n\t\t\t
\n\tBuy this Track\n\n\t\n
\n\n\n\t\t\t

Thisisme

\n\t\t\t
\n\t\t\t\tby

Common

\n\t\t\t
\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t
\n\t\t\t\t

Resurrection

\n\t\t\t\t

Relativity 1994

\n\n\t\t\t\t\n\t\t\t\t\t
Producer:\n\t\t\t\t\t\t

\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tNo I.D.\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t

\n\t\t\t\t\t
\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t
\n\t\t
\n\t
\n\n\t
\n\t\t
\n
Sort:
\n
\n \n
\n
\n\n\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 5 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tEtta James\'s Something's Got a Hold on Me\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSomething's Got a Hold on Me\n\t\t\tby Etta James (1962)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tAlton McClain & Destiny\'s The Power of Love\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Power of Love\n\t\t\tby Alton McClain & Destiny (1979)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tPaul McCartney\'s Momma Miss America\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tRock / Pop\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tMomma Miss America\n\t\t\tby Paul McCartney (1970)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBoogie Down Productions\'s Build and Destroy\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBuild and Destroy\n\t\t\tby Boogie Down Productions (1992)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tSy Sperling\'s I'm Also a Client Commercial\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSpoken Word\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tI'm Also a Client Commercial\n\t\t\tby Sy Sperling (1986)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t
\n\n\t\n\n\n\t\n\n
\n\n\n\n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Tracks Sampled in Thisisme by Common | WhoSampled\n \n \n \n \n \n\t\n\n \n\t\n\n\t\n\n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n\n\n\n\n\n\n\n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n\t\n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n\t\n\n\n\n \n\n\n\n\t
\n\t\t
\n\t\t\t\n\t\t\t\tCommon\'s Thisisme\n\t\t\t\n\t\t
\n\t\t
\n\t\t\t
\n\tBuy this Track\n\n\t\n
\n\n\n\t\t\t

Thisisme

\n\t\t\t
\n\t\t\t\tby

Common

\n\t\t\t
\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t
\n\t\t\t\t

Resurrection

\n\t\t\t\t

Relativity 1994

\n\n\t\t\t\t\n\t\t\t\t\t
Producer:\n\t\t\t\t\t\t

\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tNo I.D.\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t

\n\t\t\t\t\t
\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t
\n\t\t
\n\t
\n\n\t
\n\t\t
\n
Sort:
\n
\n \n
\n
\n\n\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 5 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tEtta James\'s Something's Got a Hold on Me\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSomething's Got a Hold on Me\n\t\t\tby Etta James (1962)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tAlton McClain & Destiny\'s The Power of Love\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Power of Love\n\t\t\tby Alton McClain & Destiny (1979)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tPaul McCartney\'s Momma Miss America\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tRock / Pop\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tMomma Miss America\n\t\t\tby Paul McCartney (1970)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBoogie Down Productions\'s Build and Destroy\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBuild and Destroy\n\t\t\tby Boogie Down Productions (1992)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tSy Sperling\'s I'm Also a Client Commercial\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSpoken Word\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tI'm Also a Client Commercial\n\t\t\tby Sy Sperling (1986)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t
\n\n\t\n\n\n\t\n\n
\n\n\n\n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Common/Thisisme/samples/ Function: parse_sample_items @@ -171,13 +171,13 @@ Message: Getting page: https://whosampled.com/Common/Orange-Pineapple-Juice/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Orange Pineapple Juice by Common - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Orange Pineapple Juice - Common\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Orange Pineapple Juice

\n
by

Common

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Resurrection

\n

Relativity

\n\n \n
Producer:\n

\n \n No I.D.\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 6 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGrover Washington, Jr.\'s Hydra\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tHydra\n\t\t\tby Grover Washington, Jr. (1975)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGrant Green\'s Maybe Tomorrow\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tMaybe Tomorrow\n\t\t\tby Grant Green (1971)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tErick Sermon feat. Keith Murray\'s Hostile\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tHostile\n\t\t\tby Erick Sermon feat. Keith Murray (1993)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tCommon\'s Thisisme\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThisisme\n\t\t\tby Common (1994)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tLL Cool J\'s Going Back to Cali\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tGoing Back to Cali\n\t\t\tby LL Cool J (1987)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Orange Pineapple Juice by Common - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Orange Pineapple Juice - Common\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Orange Pineapple Juice

\n
by

Common

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Resurrection

\n

Relativity

\n\n \n
Producer:\n

\n \n No I.D.\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 6 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGrover Washington, Jr.\'s Hydra\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tHydra\n\t\t\tby Grover Washington, Jr. (1975)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGrant Green\'s Maybe Tomorrow\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tMaybe Tomorrow\n\t\t\tby Grant Green (1971)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tErick Sermon feat. Keith Murray\'s Hostile\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tHostile\n\t\t\tby Erick Sermon feat. Keith Murray (1993)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tCommon\'s Thisisme\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThisisme\n\t\t\tby Common (1994)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tLL Cool J\'s Going Back to Cali\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tGoing Back to Cali\n\t\t\tby LL Cool J (1987)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Getting page: https://whosampled.com/Common/Orange-Pineapple-Juice/samples/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Tracks Sampled in Orange Pineapple Juice by Common | WhoSampled\n \n \n \n \n \n\t\n\n \n\t\n\n\t\n\n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n\n\n\n\n\n\n\n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n\t\n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n\t\n\n\n\n \n\n\n\n\t
\n\t\t
\n\t\t\t\n\t\t\t\tCommon\'s Orange Pineapple Juice\n\t\t\t\n\t\t
\n\t\t
\n\t\t\t
\n\tBuy this Track\n\n\t\n
\n\n\n\t\t\t

Orange Pineapple Juice

\n\t\t\t
\n\t\t\t\tby

Common

\n\t\t\t
\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t
\n\t\t\t\t

Resurrection

\n\t\t\t\t

Relativity 1994

\n\n\t\t\t\t\n\t\t\t\t\t
Producer:\n\t\t\t\t\t\t

\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tNo I.D.\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t

\n\t\t\t\t\t
\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t
\n\t\t
\n\t
\n\n\t
\n\t\t
\n
Sort:
\n
\n \n
\n
\n\n\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 6 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGrover Washington, Jr.\'s Hydra\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tHydra\n\t\t\tby Grover Washington, Jr. (1975)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGrant Green\'s Maybe Tomorrow\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tMaybe Tomorrow\n\t\t\tby Grant Green (1971)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tErick Sermon feat. Keith Murray\'s Hostile\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tHostile\n\t\t\tby Erick Sermon feat. Keith Murray (1993)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tCommon\'s Thisisme\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThisisme\n\t\t\tby Common (1994)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tLL Cool J\'s Going Back to Cali\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tGoing Back to Cali\n\t\t\tby LL Cool J (1987)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tMC Lyte\'s Shut the Eff Up! (Hoe)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tShut the Eff Up! (Hoe)\n\t\t\tby MC Lyte (1989)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t
\n\n\t\n\n\n\t\n\n
\n\n\n\n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Tracks Sampled in Orange Pineapple Juice by Common | WhoSampled\n \n \n \n \n \n\t\n\n \n\t\n\n\t\n\n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n\n\n\n\n\n\n\n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n\t\n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n\t\n\n\n\n \n\n\n\n\t
\n\t\t
\n\t\t\t\n\t\t\t\tCommon\'s Orange Pineapple Juice\n\t\t\t\n\t\t
\n\t\t
\n\t\t\t
\n\tBuy this Track\n\n\t\n
\n\n\n\t\t\t

Orange Pineapple Juice

\n\t\t\t
\n\t\t\t\tby

Common

\n\t\t\t
\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t
\n\t\t\t\t

Resurrection

\n\t\t\t\t

Relativity 1994

\n\n\t\t\t\t\n\t\t\t\t\t
Producer:\n\t\t\t\t\t\t

\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tNo I.D.\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t

\n\t\t\t\t\t
\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t
\n\t\t
\n\t
\n\n\t
\n\t\t
\n
Sort:
\n
\n \n
\n
\n\n\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 6 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGrover Washington, Jr.\'s Hydra\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tHydra\n\t\t\tby Grover Washington, Jr. (1975)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGrant Green\'s Maybe Tomorrow\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tMaybe Tomorrow\n\t\t\tby Grant Green (1971)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tErick Sermon feat. Keith Murray\'s Hostile\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tHostile\n\t\t\tby Erick Sermon feat. Keith Murray (1993)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tCommon\'s Thisisme\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThisisme\n\t\t\tby Common (1994)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tLL Cool J\'s Going Back to Cali\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tGoing Back to Cali\n\t\t\tby LL Cool J (1987)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tMC Lyte\'s Shut the Eff Up! (Hoe)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tShut the Eff Up! (Hoe)\n\t\t\tby MC Lyte (1989)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t
\n\n\t\n\n\n\t\n\n
\n\n\n\n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Common/Orange-Pineapple-Juice/samples/ Function: parse_sample_items @@ -195,13 +195,13 @@ Message: Getting page: https://whosampled.com/Common/Chapter-13-(Rich-Man-vs.-Po Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Chapter 13 (Rich Man vs. Poor Man) by Common - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Chapter 13 (Rich Man vs. Poor Man) - Common\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Chapter 13 (Rich Man vs. Poor Man)

\n
by

Common

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Resurrection

\n

Relativity

\n\n \n
Producer:\n

\n \n Ynot\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 6 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tArchie Whitewater\'s Cross Country\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tCross Country\n\t\t\tby Archie Whitewater (1970)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tDetroit Emeralds\'s You're Getting a Little Too Smart\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tYou're Getting a Little Too Smart\n\t\t\tby Detroit Emeralds (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tA Tribe Called Quest\'s Buggin Out\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBuggin Out\n\t\t\tby A Tribe Called Quest (1991)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGrandmaster Flash and The Furious Five feat. Grandmaster Melle Mel and Duke Bootee\'s The Message\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Message\n\t\t\tby Grandmaster Flash and The Furious Five feat. Grandmaster Melle Mel and Duke Bootee (1982)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tEric B. & Rakim\'s I Know You Got Soul\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tI Know You Got Soul\n\t\t\tby Eric B. & Rakim (1987)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditBeta\n
\n
\n
\n Vocals: Ynot\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Chapter 13 (Rich Man vs. Poor Man) by Common - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Chapter 13 (Rich Man vs. Poor Man) - Common\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Chapter 13 (Rich Man vs. Poor Man)

\n
by

Common

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Resurrection

\n

Relativity

\n\n \n
Producer:\n

\n \n Ynot\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 6 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tArchie Whitewater\'s Cross Country\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tCross Country\n\t\t\tby Archie Whitewater (1970)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tDetroit Emeralds\'s You're Getting a Little Too Smart\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tYou're Getting a Little Too Smart\n\t\t\tby Detroit Emeralds (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tA Tribe Called Quest\'s Buggin Out\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBuggin Out\n\t\t\tby A Tribe Called Quest (1991)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGrandmaster Flash and The Furious Five feat. Grandmaster Melle Mel and Duke Bootee\'s The Message\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Message\n\t\t\tby Grandmaster Flash and The Furious Five feat. Grandmaster Melle Mel and Duke Bootee (1982)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tEric B. & Rakim\'s I Know You Got Soul\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tI Know You Got Soul\n\t\t\tby Eric B. & Rakim (1987)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditBeta\n
\n
\n
\n Vocals: Ynot\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Getting page: https://whosampled.com/Common/Chapter-13-(Rich-Man-vs.-Poor-Man)/samples/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Tracks Sampled in Chapter 13 (Rich Man vs. Poor Man) by Common | WhoSampled\n \n \n \n \n \n\t\n\n \n\t\n\n\t\n\n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n\n\n\n\n\n\n\n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n\t\n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n\t\n\n\n\n \n\n\n\n\t
\n\t\t
\n\t\t\t\n\t\t\t\tCommon\'s Chapter 13 (Rich Man vs. Poor Man)\n\t\t\t\n\t\t
\n\t\t
\n\t\t\t
\n\tBuy this Track\n\n\t\n
\n\n\n\t\t\t

Chapter 13 (Rich Man vs. Poor Man)

\n\t\t\t
\n\t\t\t\tby

Common

\n\t\t\t
\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t
\n\t\t\t\t

Resurrection

\n\t\t\t\t

Relativity 1994

\n\n\t\t\t\t\n\t\t\t\t\t
Producer:\n\t\t\t\t\t\t

\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tYnot\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t

\n\t\t\t\t\t
\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t
\n\t\t
\n\t
\n\n\t
\n\t\t
\n
Sort:
\n
\n \n
\n
\n\n\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 6 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tArchie Whitewater\'s Cross Country\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tCross Country\n\t\t\tby Archie Whitewater (1970)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tDetroit Emeralds\'s You're Getting a Little Too Smart\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tYou're Getting a Little Too Smart\n\t\t\tby Detroit Emeralds (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tA Tribe Called Quest\'s Buggin Out\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBuggin Out\n\t\t\tby A Tribe Called Quest (1991)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGrandmaster Flash and The Furious Five feat. Grandmaster Melle Mel and Duke Bootee\'s The Message\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Message\n\t\t\tby Grandmaster Flash and The Furious Five feat. Grandmaster Melle Mel and Duke Bootee (1982)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tEric B. & Rakim\'s I Know You Got Soul\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tI Know You Got Soul\n\t\t\tby Eric B. & Rakim (1987)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tSchoolly D\'s Gucci Time\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tGucci Time\n\t\t\tby Schoolly D (1985)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t
\n\n\t\n\n\n\t\n\n
\n\n\n\n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Tracks Sampled in Chapter 13 (Rich Man vs. Poor Man) by Common | WhoSampled\n \n \n \n \n \n\t\n\n \n\t\n\n\t\n\n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n\n\n\n\n\n\n\n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n\t\n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n\t\n\n\n\n \n\n\n\n\t
\n\t\t
\n\t\t\t\n\t\t\t\tCommon\'s Chapter 13 (Rich Man vs. Poor Man)\n\t\t\t\n\t\t
\n\t\t
\n\t\t\t
\n\tBuy this Track\n\n\t\n
\n\n\n\t\t\t

Chapter 13 (Rich Man vs. Poor Man)

\n\t\t\t
\n\t\t\t\tby

Common

\n\t\t\t
\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t
\n\t\t\t\t

Resurrection

\n\t\t\t\t

Relativity 1994

\n\n\t\t\t\t\n\t\t\t\t\t
Producer:\n\t\t\t\t\t\t

\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tYnot\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t

\n\t\t\t\t\t
\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t
\n\t\t
\n\t
\n\n\t
\n\t\t
\n
Sort:
\n
\n \n
\n
\n\n\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 6 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tArchie Whitewater\'s Cross Country\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tCross Country\n\t\t\tby Archie Whitewater (1970)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tDetroit Emeralds\'s You're Getting a Little Too Smart\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tYou're Getting a Little Too Smart\n\t\t\tby Detroit Emeralds (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tA Tribe Called Quest\'s Buggin Out\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBuggin Out\n\t\t\tby A Tribe Called Quest (1991)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGrandmaster Flash and The Furious Five feat. Grandmaster Melle Mel and Duke Bootee\'s The Message\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Message\n\t\t\tby Grandmaster Flash and The Furious Five feat. Grandmaster Melle Mel and Duke Bootee (1982)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tEric B. & Rakim\'s I Know You Got Soul\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tI Know You Got Soul\n\t\t\tby Eric B. & Rakim (1987)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tSchoolly D\'s Gucci Time\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tGucci Time\n\t\t\tby Schoolly D (1985)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t
\n\n\t\n\n\n\t\n\n
\n\n\n\n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Common/Chapter-13-(Rich-Man-vs.-Poor-Man)/samples/ Function: parse_sample_items @@ -219,7 +219,7 @@ Message: Getting page: https://whosampled.com/Common/Maintaining/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Maintaining by Common - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Maintaining - Common\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Maintaining

\n
by

Common

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Resurrection

\n

Relativity

\n\n \n
Producer:\n

\n \n No I.D.\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 3 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Modern Jazz Quartet\'s But Not for Me\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBut Not for Me\n\t\t\tby The Modern Jazz Quartet (1956)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Whatnauts\'s Why Can't People Be Colors Too?\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWhy Can't People Be Colors Too?\n\t\t\tby The Whatnauts (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tA Tribe Called Quest feat. Leaders of the New School and Kid Hood\'s Scenario (Remix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tScenario (Remix)\n\t\t\tby A Tribe Called Quest feat. Leaders of the New School and Kid Hood (1992)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Maintaining by Common - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Maintaining - Common\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Maintaining

\n
by

Common

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Resurrection

\n

Relativity

\n\n \n
Producer:\n

\n \n No I.D.\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 3 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Modern Jazz Quartet\'s But Not for Me\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBut Not for Me\n\t\t\tby The Modern Jazz Quartet (1956)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Whatnauts\'s Why Can't People Be Colors Too?\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWhy Can't People Be Colors Too?\n\t\t\tby The Whatnauts (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tA Tribe Called Quest feat. Leaders of the New School and Kid Hood\'s Scenario (Remix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tScenario (Remix)\n\t\t\tby A Tribe Called Quest feat. Leaders of the New School and Kid Hood (1992)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Common/Maintaining/ Function: parse_sample_items @@ -231,7 +231,7 @@ Message: Getting page: https://whosampled.com/Common/Sum-Shit-I-Wrote/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Sum Shit I Wrote by Common - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Sum Shit I Wrote - Common\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Sum Shit I Wrote

\n
by

Common

\n \n \n
\n\n \n\n \n\n
\n
\n

Resurrection

\n

Relativity

\n\n \n
Producer:\n

\n \n Ynot\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n \n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 4 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBrethren\'s Outside Love\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tOutside Love\n\t\t\tby Brethren (1970)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tLL Cool J\'s I Need Love\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tI Need Love\n\t\t\tby LL Cool J (1987)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Jonah Jones Quartet\'s Lisbon Antigua\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tLisbon Antigua\n\t\t\tby The Jonah Jones Quartet (1961)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tMarley Marl, Heavy D and Biz Markie\'s We Write the Songs\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWe Write the Songs\n\t\t\tby Marley Marl, Heavy D and Biz Markie (1988)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Sum Shit I Wrote by Common - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Sum Shit I Wrote - Common\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Sum Shit I Wrote

\n
by

Common

\n \n \n
\n\n \n\n \n\n
\n
\n

Resurrection

\n

Relativity

\n\n \n
Producer:\n

\n \n Ynot\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n \n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 4 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBrethren\'s Outside Love\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tOutside Love\n\t\t\tby Brethren (1970)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tLL Cool J\'s I Need Love\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tI Need Love\n\t\t\tby LL Cool J (1987)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Jonah Jones Quartet\'s Lisbon Antigua\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tLisbon Antigua\n\t\t\tby The Jonah Jones Quartet (1961)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tMarley Marl, Heavy D and Biz Markie\'s We Write the Songs\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWe Write the Songs\n\t\t\tby Marley Marl, Heavy D and Biz Markie (1988)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Common/Sum-Shit-I-Wrote/ Function: parse_sample_items @@ -243,7 +243,7 @@ Message: Getting page: https://whosampled.com/Common/Pops-Rap-III...-All-My-Chil Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Pops Rap III... All My Children by Common feat. Lonnie "Pops" Lynn - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Pops Rap III... All My Children - Common feat. Lonnie "Pops" Lynn\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Pops Rap III... All My Children

\n
by

Common feat. Lonnie "Pops" Lynn

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Like Water for Chocolate

\n

MCA

\n\n \n
Producer:\n

\n \n Karriem Riggins\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tFela Kuti\'s Water No Get Enemy\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tWorld\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWater No Get Enemy\n\t\t\tby Fela Kuti (1975)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tErykah Badu\'s Next Lifetime\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tNext Lifetime\n\t\t\tby Erykah Badu (1997)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Writers: Karriem RigginsA. ScottErykah BaduLonnie "Pops" Lynn
Lead Vocals: Lonnie "Pops" Lynn
Bass Guitar: Richie Goods
Drums: Karriem Riggins
Vibraphone: Stephon Harris
Trumpet: Dwight Adams
Trombone: John Paxton
Keyboard: Orrin Evans
Recorder: John Seymour
Mixer: Bob Power
Assistant Mixer: Mike Tocci\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Pops Rap III... All My Children by Common feat. Lonnie "Pops" Lynn - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Pops Rap III... All My Children - Common feat. Lonnie "Pops" Lynn\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Pops Rap III... All My Children

\n
by

Common feat. Lonnie "Pops" Lynn

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Like Water for Chocolate

\n

MCA

\n\n \n
Producer:\n

\n \n Karriem Riggins\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tFela Kuti\'s Water No Get Enemy\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tWorld\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWater No Get Enemy\n\t\t\tby Fela Kuti (1975)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tErykah Badu\'s Next Lifetime\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tNext Lifetime\n\t\t\tby Erykah Badu (1997)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Writers: Karriem RigginsA. ScottErykah BaduLonnie "Pops" Lynn
Lead Vocals: Lonnie "Pops" Lynn
Bass Guitar: Richie Goods
Drums: Karriem Riggins
Vibraphone: Stephon Harris
Trumpet: Dwight Adams
Trombone: John Paxton
Keyboard: Orrin Evans
Recorder: John Seymour
Mixer: Bob Power
Assistant Mixer: Mike Tocci\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Common/Pops-Rap-III...-All-My-Children/ Function: parse_sample_items @@ -738,91 +738,119 @@ Sample Info: ( Resurrection )->-[ Contains samples of ]->-( Dolphin Dance, by Ahmad Jamal Trio ) ( Resurrection )->-[ Contains samples of ]->-( No Delayin', by Nice & Smooth ) ( Resurrection )->-[ Contains samples of ]->-( I Got It Made, by Special Ed ) +The originator of sample data ( I Used to Love H.E.R. )->-[ Contains samples of ]->-( The Changing World, by George Benson ) ( I Used to Love H.E.R. )->-[ Contains samples of ]->-( I'm Gonna Do You, by Jungle Brothers ) ( I Used to Love H.E.R. )->-[ Contains samples of ]->-( Still Talkin', by Eazy-E ) ( I Used to Love H.E.R. )->-[ Contains samples of ]->-( Fly, Fly, the Route, Shoot, by If ) +The originator of sample data ( Watermelon )->-[ Contains samples of ]->-( Sweet Inspiration, by King Curtis ) ( Watermelon )->-[ Contains samples of ]->-( Watermelon Man, by Johnnie Taylor ) ( Watermelon )->-[ Contains samples of ]->-( Just to Get a Rep, by Gang Starr ) ( Watermelon )->-[ Contains samples of ]->-( A Who Seh Me Dun, by Cutty Ranks ) +The originator of sample data ( Book Of Life )->-[ Contains samples of ]->-( Everybody Loves the Sunshine, by Roy Ayers Ubiquity ) ( Book Of Life )->-[ Contains samples of ]->-( Get Up, Stand Up, by Bob Marley and The Wailers ) ( Book Of Life )->-[ Contains samples of ]->-( The Message, by Grandmaster Flash and The Furious Five feat. Grandmaster Melle Mel and Duke Bootee ) ( Book Of Life )->-[ Contains samples of ]->-( Welcome to the Terrordome, by Public Enemy ) +The originator of sample data ( In My Own World (Check The Method) )->-[ Contains samples of ]->-( Las Vegas Tango, by Gary Burton ) ( In My Own World (Check The Method) )->-[ Contains samples of ]->-( But Not for Me, by The Modern Jazz Quartet ) +The originator of sample data ( Nuthin' To Do )->-[ Contains samples of ]->-( Leroy the Magician, by Gary Burton ) ( Nuthin' To Do )->-[ Contains samples of ]->-( Protect Ya Neck, by Wu-Tang Clan ) ( Nuthin' To Do )->-[ Contains samples of ]->-( Heidi Hoe, by Common ) +The originator of sample data ( Communism )->-[ Contains samples of ]->-( The Surest Things Can Change, by Freddie Hubbard ) ( Communism )->-[ Contains samples of ]->-( Leaves, by Pete Jolly ) +The originator of sample data ( WMOE )->-[ Contains samples of ]->-( Capricorn, by The Cannonball Adderley Quintet ) +The originator of sample data ( Thisisme )->-[ Contains samples of ]->-( Something's Got a Hold on Me, by Etta James ) ( Thisisme )->-[ Contains samples of ]->-( Momma Miss America, by Paul McCartney ) ( Thisisme )->-[ Contains samples of ]->-( Build and Destroy, by Boogie Down Productions ) +The originator of sample data ( Orange Pineapple Juice )->-[ Contains samples of ]->-( Hydra, by Grover Washington, Jr. ) ( Orange Pineapple Juice )->-[ Contains samples of ]->-( Maybe Tomorrow, by Grant Green ) ( Orange Pineapple Juice )->-[ Contains samples of ]->-( Hostile, by Erick Sermon feat. Keith Murray ) ( Orange Pineapple Juice )->-[ Contains samples of ]->-( Thisisme, by Common ) ( Orange Pineapple Juice )->-[ Contains samples of ]->-( Going Back to Cali, by LL Cool J ) ( Orange Pineapple Juice )->-[ Contains samples of ]->-( Shut the Eff Up! (Hoe), by MC Lyte ) +The originator of sample data ( Chapter 13 (Rich Man vs. Poor Man) )->-[ Contains samples of ]->-( Cross Country, by Archie Whitewater ) ( Chapter 13 (Rich Man vs. Poor Man) )->-[ Contains samples of ]->-( You're Getting a Little Too Smart, by Detroit Emeralds ) ( Chapter 13 (Rich Man vs. Poor Man) )->-[ Contains samples of ]->-( Buggin Out, by A Tribe Called Quest ) ( Chapter 13 (Rich Man vs. Poor Man) )->-[ Contains samples of ]->-( The Message, by Grandmaster Flash and The Furious Five feat. Grandmaster Melle Mel and Duke Bootee ) ( Chapter 13 (Rich Man vs. Poor Man) )->-[ Contains samples of ]->-( I Know You Got Soul, by Eric B. & Rakim ) ( Chapter 13 (Rich Man vs. Poor Man) )->-[ Contains samples of ]->-( Gucci Time, by Schoolly D ) +The originator of sample data ( Maintaining )->-[ Contains samples of ]->-( But Not for Me, by The Modern Jazz Quartet ) ( Maintaining )->-[ Contains samples of ]->-( Why Can't People Be Colors Too?, by The Whatnauts ) +The originator of sample data ( Sum Shit I Wrote )->-[ Contains samples of ]->-( I Need Love, by LL Cool J ) +The originator of sample data ( Pop's Rap )->-[ Contains samples of ]->-( Water No Get Enemy, by Fela Kuti ) ( Pop's Rap )->-[ Contains samples of ]->-( Next Lifetime, by Erykah Badu ) +The originator of sample data ==> search terms: Dolphin Dance ahmad jamal trio No Delayin' nice smooth I Got It Made special ed +n/a The Changing World george benson I'm Gonna Do You jungle brothers Still Talkin' eazy-e Fly, Fly, the Route, Shoot if +n/a Sweet Inspiration king curtis Watermelon Man johnnie taylor Just to Get a Rep gang starr A Who Seh Me Dun cutty ranks +n/a Everybody Loves the Sunshine roy ayers ubiquity Get Up, Stand Up bob marley wailers The Message grandmaster flash furious five grandmaster melle mel duke bootee Welcome to the Terrordome public enemy +n/a Las Vegas Tango gary burton But Not for Me the modern jazz quartet +n/a Leroy the Magician gary burton Protect Ya Neck wu-tang clan Heidi Hoe common +n/a The Surest Things Can Change freddie hubbard Leaves pete jolly +n/a Capricorn the cannonball adderley quintet +n/a Something's Got a Hold on Me etta james Momma Miss America paul mccartney Build and Destroy boogie down productions +n/a Hydra grover washington, jr. Maybe Tomorrow grant green Hostile erick sermon keith murray Thisisme common Going Back to Cali ll cool j Shut the Eff Up! (Hoe) mc lyte +n/a Cross Country archie whitewater You're Getting a Little Too Smart detroit emeralds Buggin Out a tribe called quest The Message grandmaster flash furious five grandmaster melle mel duke bootee I Know You Got Soul eric b. rakim Gucci Time schoolly d +n/a But Not for Me the modern jazz quartet Why Can't People Be Colors Too? the whatnauts +n/a I Need Love ll cool j +n/a Water No Get Enemy fela kuti Next Lifetime erykah badu +n/a verbosity 3 Message: diff --git a/examples/album_the-lp_large-professor b/examples/album_the-lp_large-professor index 78780e8..18bfa40 100644 --- a/examples/album_the-lp_large-professor +++ b/examples/album_the-lp_large-professor @@ -1,17 +1,17 @@ verbosity 3 verbosity == 3 verbosity 3 -log_file == Samplify-1567128884.1616747 +log_file == Samplify-1568054633.1120436 verbosity 3 verbosity == 3 verbosity 3 -log_file == scraper_track.1567128884.1619165 +log_file == scraper_track.1568054633.1123083 verbosity 3 Message: Searched for "the lp large professor" Function: from_search Data: -{'tracks': {'href': 'https://api.spotify.com/v1/search?query=the+lp+large+professor&type=track&market=GB&offset=0&limit=50', 'items': [{'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7hzM3Sa8BoCKrNqrKJqyz1'}, 'href': 'https://api.spotify.com/v1/albums/7hzM3Sa8BoCKrNqrKJqyz1', 'id': '7hzM3Sa8BoCKrNqrKJqyz1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/b806e8d260e3ba9be5aa2553b00d9bc2c02558e3', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/18697442e03c2ac04665e0ab6f5059c429e9cb30', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/c17cee95ff13c778635ea3e883dd060585b1b7c8', 'width': 64}], 'name': 'The LP', 'release_date': '2009-07-01', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:7hzM3Sa8BoCKrNqrKJqyz1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 197066, 'explicit': True, 'external_ids': {'isrc': 'USL5R0800708'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3TGJJERElA998ZlJcfA1Qz'}, 'href': 'https://api.spotify.com/v1/tracks/3TGJJERElA998ZlJcfA1Qz', 'id': '3TGJJERElA998ZlJcfA1Qz', 'is_local': False, 'name': 'The LP', 'popularity': 44, 'preview_url': 'https://p.scdn.co/mp3-preview/05f037daf60b00bf763d6859cb69d7a179b6e028?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 9, 'type': 'track', 'uri': 'spotify:track:3TGJJERElA998ZlJcfA1Qz'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7hzM3Sa8BoCKrNqrKJqyz1'}, 'href': 'https://api.spotify.com/v1/albums/7hzM3Sa8BoCKrNqrKJqyz1', 'id': '7hzM3Sa8BoCKrNqrKJqyz1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/b806e8d260e3ba9be5aa2553b00d9bc2c02558e3', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/18697442e03c2ac04665e0ab6f5059c429e9cb30', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/c17cee95ff13c778635ea3e883dd060585b1b7c8', 'width': 64}], 'name': 'The LP', 'release_date': '2009-07-01', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:7hzM3Sa8BoCKrNqrKJqyz1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 208866, 'explicit': True, 'external_ids': {'isrc': 'USL5R0800703'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3ipzZgH1766XXRamVwk1Iw'}, 'href': 'https://api.spotify.com/v1/tracks/3ipzZgH1766XXRamVwk1Iw', 'id': '3ipzZgH1766XXRamVwk1Iw', 'is_local': False, 'name': 'I Juswanna Chill', 'popularity': 55, 'preview_url': 'https://p.scdn.co/mp3-preview/b509fb6d82b5f34ae00a966dd943ea063e92c59a?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 4, 'type': 'track', 'uri': 'spotify:track:3ipzZgH1766XXRamVwk1Iw'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7hzM3Sa8BoCKrNqrKJqyz1'}, 'href': 'https://api.spotify.com/v1/albums/7hzM3Sa8BoCKrNqrKJqyz1', 'id': '7hzM3Sa8BoCKrNqrKJqyz1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/b806e8d260e3ba9be5aa2553b00d9bc2c02558e3', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/18697442e03c2ac04665e0ab6f5059c429e9cb30', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/c17cee95ff13c778635ea3e883dd060585b1b7c8', 'width': 64}], 'name': 'The LP', 'release_date': '2009-07-01', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:7hzM3Sa8BoCKrNqrKJqyz1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/5Nh7qy3aumpMXJ8uyiyJD4'}, 'href': 'https://api.spotify.com/v1/artists/5Nh7qy3aumpMXJ8uyiyJD4', 'id': '5Nh7qy3aumpMXJ8uyiyJD4', 'name': "LEN X's TEN", 'type': 'artist', 'uri': 'spotify:artist:5Nh7qy3aumpMXJ8uyiyJD4'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 225240, 'explicit': True, 'external_ids': {'isrc': 'USL5R0800709'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5HrgQn7A3F1st6UWiQIYgi'}, 'href': 'https://api.spotify.com/v1/tracks/5HrgQn7A3F1st6UWiQIYgi', 'id': '5HrgQn7A3F1st6UWiQIYgi', 'is_local': False, 'name': "Dancin' Girl", 'popularity': 40, 'preview_url': 'https://p.scdn.co/mp3-preview/38cfe18d1355da4487be3b60b725a2dd290abb92?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 10, 'type': 'track', 'uri': 'spotify:track:5HrgQn7A3F1st6UWiQIYgi'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7hzM3Sa8BoCKrNqrKJqyz1'}, 'href': 'https://api.spotify.com/v1/albums/7hzM3Sa8BoCKrNqrKJqyz1', 'id': '7hzM3Sa8BoCKrNqrKJqyz1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/b806e8d260e3ba9be5aa2553b00d9bc2c02558e3', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/18697442e03c2ac04665e0ab6f5059c429e9cb30', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/c17cee95ff13c778635ea3e883dd060585b1b7c8', 'width': 64}], 'name': 'The LP', 'release_date': '2009-07-01', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:7hzM3Sa8BoCKrNqrKJqyz1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 156826, 'explicit': True, 'external_ids': {'isrc': 'USL5R0800710'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/6r5liQ1OHN74VyTdtCGxWx'}, 'href': 'https://api.spotify.com/v1/tracks/6r5liQ1OHN74VyTdtCGxWx', 'id': '6r5liQ1OHN74VyTdtCGxWx', 'is_local': False, 'name': 'Large Pro:Verbs', 'popularity': 18, 'preview_url': 'https://p.scdn.co/mp3-preview/d4e67cf0e7eaa4f71ce9741e883c3b34b50fb11d?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 11, 'type': 'track', 'uri': 'spotify:track:6r5liQ1OHN74VyTdtCGxWx'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7hzM3Sa8BoCKrNqrKJqyz1'}, 'href': 'https://api.spotify.com/v1/albums/7hzM3Sa8BoCKrNqrKJqyz1', 'id': '7hzM3Sa8BoCKrNqrKJqyz1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/b806e8d260e3ba9be5aa2553b00d9bc2c02558e3', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/18697442e03c2ac04665e0ab6f5059c429e9cb30', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/c17cee95ff13c778635ea3e883dd060585b1b7c8', 'width': 64}], 'name': 'The LP', 'release_date': '2009-07-01', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:7hzM3Sa8BoCKrNqrKJqyz1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 261333, 'explicit': True, 'external_ids': {'isrc': 'USL5R0800705'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5GzKIbJyrV6rUakLyezNwn'}, 'href': 'https://api.spotify.com/v1/tracks/5GzKIbJyrV6rUakLyezNwn', 'id': '5GzKIbJyrV6rUakLyezNwn', 'is_local': False, 'name': 'Mad Scientist', 'popularity': 31, 'preview_url': 'https://p.scdn.co/mp3-preview/aa815095244fde46a4109b470f6ab3595d5a2e80?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 6, 'type': 'track', 'uri': 'spotify:track:5GzKIbJyrV6rUakLyezNwn'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7hzM3Sa8BoCKrNqrKJqyz1'}, 'href': 'https://api.spotify.com/v1/albums/7hzM3Sa8BoCKrNqrKJqyz1', 'id': '7hzM3Sa8BoCKrNqrKJqyz1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/b806e8d260e3ba9be5aa2553b00d9bc2c02558e3', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/18697442e03c2ac04665e0ab6f5059c429e9cb30', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/c17cee95ff13c778635ea3e883dd060585b1b7c8', 'width': 64}], 'name': 'The LP', 'release_date': '2009-07-01', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:7hzM3Sa8BoCKrNqrKJqyz1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/20qISvAhX20dpIbOOzGK3q'}, 'href': 'https://api.spotify.com/v1/artists/20qISvAhX20dpIbOOzGK3q', 'id': '20qISvAhX20dpIbOOzGK3q', 'name': 'Nas', 'type': 'artist', 'uri': 'spotify:artist:20qISvAhX20dpIbOOzGK3q'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 168720, 'explicit': True, 'external_ids': {'isrc': 'USL5R0800707'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/7kDgQd5cqCEbJxWa6iVo18'}, 'href': 'https://api.spotify.com/v1/tracks/7kDgQd5cqCEbJxWa6iVo18', 'id': '7kDgQd5cqCEbJxWa6iVo18', 'is_local': False, 'name': 'One Plus One Featuring NAS', 'popularity': 26, 'preview_url': 'https://p.scdn.co/mp3-preview/b8887e2a403be31f9ea0f2e0299d63fa4c257d71?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 8, 'type': 'track', 'uri': 'spotify:track:7kDgQd5cqCEbJxWa6iVo18'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7hzM3Sa8BoCKrNqrKJqyz1'}, 'href': 'https://api.spotify.com/v1/albums/7hzM3Sa8BoCKrNqrKJqyz1', 'id': '7hzM3Sa8BoCKrNqrKJqyz1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/b806e8d260e3ba9be5aa2553b00d9bc2c02558e3', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/18697442e03c2ac04665e0ab6f5059c429e9cb30', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/c17cee95ff13c778635ea3e883dd060585b1b7c8', 'width': 64}], 'name': 'The LP', 'release_date': '2009-07-01', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:7hzM3Sa8BoCKrNqrKJqyz1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 174160, 'explicit': True, 'external_ids': {'isrc': 'USL5R0800704'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/1b98N40R5IzdGyrVD6IvPl'}, 'href': 'https://api.spotify.com/v1/tracks/1b98N40R5IzdGyrVD6IvPl', 'id': '1b98N40R5IzdGyrVD6IvPl', 'is_local': False, 'name': 'Funky 2 Listen 2', 'popularity': 23, 'preview_url': 'https://p.scdn.co/mp3-preview/7c0706f36e89f51707851f1bdab387870e520314?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 5, 'type': 'track', 'uri': 'spotify:track:1b98N40R5IzdGyrVD6IvPl'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7hzM3Sa8BoCKrNqrKJqyz1'}, 'href': 'https://api.spotify.com/v1/albums/7hzM3Sa8BoCKrNqrKJqyz1', 'id': '7hzM3Sa8BoCKrNqrKJqyz1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/b806e8d260e3ba9be5aa2553b00d9bc2c02558e3', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/18697442e03c2ac04665e0ab6f5059c429e9cb30', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/c17cee95ff13c778635ea3e883dd060585b1b7c8', 'width': 64}], 'name': 'The LP', 'release_date': '2009-07-01', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:7hzM3Sa8BoCKrNqrKJqyz1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 161440, 'explicit': True, 'external_ids': {'isrc': 'USL5R0800702'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3HwSxmAmhpxasB5G3EDZ2N'}, 'href': 'https://api.spotify.com/v1/tracks/3HwSxmAmhpxasB5G3EDZ2N', 'id': '3HwSxmAmhpxasB5G3EDZ2N', 'is_local': False, 'name': 'Hungry', 'popularity': 20, 'preview_url': 'https://p.scdn.co/mp3-preview/7ad6f6a7a937ff22e30ef992d89ca891129c5dbd?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 3, 'type': 'track', 'uri': 'spotify:track:3HwSxmAmhpxasB5G3EDZ2N'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7hzM3Sa8BoCKrNqrKJqyz1'}, 'href': 'https://api.spotify.com/v1/albums/7hzM3Sa8BoCKrNqrKJqyz1', 'id': '7hzM3Sa8BoCKrNqrKJqyz1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/b806e8d260e3ba9be5aa2553b00d9bc2c02558e3', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/18697442e03c2ac04665e0ab6f5059c429e9cb30', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/c17cee95ff13c778635ea3e883dd060585b1b7c8', 'width': 64}], 'name': 'The LP', 'release_date': '2009-07-01', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:7hzM3Sa8BoCKrNqrKJqyz1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 222373, 'explicit': True, 'external_ids': {'isrc': 'USL5R0800701'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/4RtsqgL9gtGFF8fNH3P5Rr'}, 'href': 'https://api.spotify.com/v1/tracks/4RtsqgL9gtGFF8fNH3P5Rr', 'id': '4RtsqgL9gtGFF8fNH3P5Rr', 'is_local': False, 'name': 'That Bullsh*t', 'popularity': 20, 'preview_url': 'https://p.scdn.co/mp3-preview/9195831e5bb079e0925fcf9315c703337af86456?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 2, 'type': 'track', 'uri': 'spotify:track:4RtsqgL9gtGFF8fNH3P5Rr'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7hzM3Sa8BoCKrNqrKJqyz1'}, 'href': 'https://api.spotify.com/v1/albums/7hzM3Sa8BoCKrNqrKJqyz1', 'id': '7hzM3Sa8BoCKrNqrKJqyz1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/b806e8d260e3ba9be5aa2553b00d9bc2c02558e3', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/18697442e03c2ac04665e0ab6f5059c429e9cb30', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/c17cee95ff13c778635ea3e883dd060585b1b7c8', 'width': 64}], 'name': 'The LP', 'release_date': '2009-07-01', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:7hzM3Sa8BoCKrNqrKJqyz1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 218840, 'explicit': True, 'external_ids': {'isrc': 'USL5R0800716'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/4PLDstQDZnUeBQas24M6oM'}, 'href': 'https://api.spotify.com/v1/tracks/4PLDstQDZnUeBQas24M6oM', 'id': '4PLDstQDZnUeBQas24M6oM', 'is_local': False, 'name': 'Big Willie', 'popularity': 19, 'preview_url': 'https://p.scdn.co/mp3-preview/b21d7ee9b8570df689b601bd4f32168f823f2a54?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 17, 'type': 'track', 'uri': 'spotify:track:4PLDstQDZnUeBQas24M6oM'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7hzM3Sa8BoCKrNqrKJqyz1'}, 'href': 'https://api.spotify.com/v1/albums/7hzM3Sa8BoCKrNqrKJqyz1', 'id': '7hzM3Sa8BoCKrNqrKJqyz1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/b806e8d260e3ba9be5aa2553b00d9bc2c02558e3', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/18697442e03c2ac04665e0ab6f5059c429e9cb30', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/c17cee95ff13c778635ea3e883dd060585b1b7c8', 'width': 64}], 'name': 'The LP', 'release_date': '2009-07-01', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:7hzM3Sa8BoCKrNqrKJqyz1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 205800, 'explicit': True, 'external_ids': {'isrc': 'USL5R0800711'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/4PJ5hsJn3rFr88CB16FKTk'}, 'href': 'https://api.spotify.com/v1/tracks/4PJ5hsJn3rFr88CB16FKTk', 'id': '4PJ5hsJn3rFr88CB16FKTk', 'is_local': False, 'name': "Havin' Fun", 'popularity': 16, 'preview_url': 'https://p.scdn.co/mp3-preview/3afb9d7bba7f2700d1b008a6ea45498e32f41e0a?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 12, 'type': 'track', 'uri': 'spotify:track:4PJ5hsJn3rFr88CB16FKTk'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7hzM3Sa8BoCKrNqrKJqyz1'}, 'href': 'https://api.spotify.com/v1/albums/7hzM3Sa8BoCKrNqrKJqyz1', 'id': '7hzM3Sa8BoCKrNqrKJqyz1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/b806e8d260e3ba9be5aa2553b00d9bc2c02558e3', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/18697442e03c2ac04665e0ab6f5059c429e9cb30', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/c17cee95ff13c778635ea3e883dd060585b1b7c8', 'width': 64}], 'name': 'The LP', 'release_date': '2009-07-01', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:7hzM3Sa8BoCKrNqrKJqyz1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 230226, 'explicit': True, 'external_ids': {'isrc': 'USL5R0800706'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/6bO9oQ8j0QtbEY3mmOM25S'}, 'href': 'https://api.spotify.com/v1/tracks/6bO9oQ8j0QtbEY3mmOM25S', 'id': '6bO9oQ8j0QtbEY3mmOM25S', 'is_local': False, 'name': 'Hard', 'popularity': 17, 'preview_url': 'https://p.scdn.co/mp3-preview/c81039a1fb132e515605ef41b0648e57ef8d9e86?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 7, 'type': 'track', 'uri': 'spotify:track:6bO9oQ8j0QtbEY3mmOM25S'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7hzM3Sa8BoCKrNqrKJqyz1'}, 'href': 'https://api.spotify.com/v1/albums/7hzM3Sa8BoCKrNqrKJqyz1', 'id': '7hzM3Sa8BoCKrNqrKJqyz1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/b806e8d260e3ba9be5aa2553b00d9bc2c02558e3', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/18697442e03c2ac04665e0ab6f5059c429e9cb30', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/c17cee95ff13c778635ea3e883dd060585b1b7c8', 'width': 64}], 'name': 'The LP', 'release_date': '2009-07-01', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:7hzM3Sa8BoCKrNqrKJqyz1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 196920, 'explicit': True, 'external_ids': {'isrc': 'USL5R0800714'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3mkwiWtv3IRuZj26lWvOdi'}, 'href': 'https://api.spotify.com/v1/tracks/3mkwiWtv3IRuZj26lWvOdi', 'id': '3mkwiWtv3IRuZj26lWvOdi', 'is_local': False, 'name': 'Queens Lounge', 'popularity': 17, 'preview_url': 'https://p.scdn.co/mp3-preview/0003d58b472bac7109ba82157f6c7e98e727ff29?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 15, 'type': 'track', 'uri': 'spotify:track:3mkwiWtv3IRuZj26lWvOdi'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7hzM3Sa8BoCKrNqrKJqyz1'}, 'href': 'https://api.spotify.com/v1/albums/7hzM3Sa8BoCKrNqrKJqyz1', 'id': '7hzM3Sa8BoCKrNqrKJqyz1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/b806e8d260e3ba9be5aa2553b00d9bc2c02558e3', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/18697442e03c2ac04665e0ab6f5059c429e9cb30', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/c17cee95ff13c778635ea3e883dd060585b1b7c8', 'width': 64}], 'name': 'The LP', 'release_date': '2009-07-01', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:7hzM3Sa8BoCKrNqrKJqyz1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 233013, 'explicit': True, 'external_ids': {'isrc': 'USL5R0800715'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5jk1shmXLMDAcH3okPNVc3'}, 'href': 'https://api.spotify.com/v1/tracks/5jk1shmXLMDAcH3okPNVc3', 'id': '5jk1shmXLMDAcH3okPNVc3', 'is_local': False, 'name': 'Bowne', 'popularity': 18, 'preview_url': 'https://p.scdn.co/mp3-preview/0ee443c7bd5bfa8a73515fe3b762aa71ae7b2ca2?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 16, 'type': 'track', 'uri': 'spotify:track:5jk1shmXLMDAcH3okPNVc3'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7hzM3Sa8BoCKrNqrKJqyz1'}, 'href': 'https://api.spotify.com/v1/albums/7hzM3Sa8BoCKrNqrKJqyz1', 'id': '7hzM3Sa8BoCKrNqrKJqyz1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/b806e8d260e3ba9be5aa2553b00d9bc2c02558e3', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/18697442e03c2ac04665e0ab6f5059c429e9cb30', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/c17cee95ff13c778635ea3e883dd060585b1b7c8', 'width': 64}], 'name': 'The LP', 'release_date': '2009-07-01', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:7hzM3Sa8BoCKrNqrKJqyz1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 179026, 'explicit': True, 'external_ids': {'isrc': 'USL5R0800712'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5MDWl0pSGKO6KrIG3OnNvd'}, 'href': 'https://api.spotify.com/v1/tracks/5MDWl0pSGKO6KrIG3OnNvd', 'id': '5MDWl0pSGKO6KrIG3OnNvd', 'is_local': False, 'name': 'Spacey', 'popularity': 16, 'preview_url': 'https://p.scdn.co/mp3-preview/77fabad26adf761e8a0203cb41ff743fd5cdd78a?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 13, 'type': 'track', 'uri': 'spotify:track:5MDWl0pSGKO6KrIG3OnNvd'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7hzM3Sa8BoCKrNqrKJqyz1'}, 'href': 'https://api.spotify.com/v1/albums/7hzM3Sa8BoCKrNqrKJqyz1', 'id': '7hzM3Sa8BoCKrNqrKJqyz1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/b806e8d260e3ba9be5aa2553b00d9bc2c02558e3', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/18697442e03c2ac04665e0ab6f5059c429e9cb30', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/c17cee95ff13c778635ea3e883dd060585b1b7c8', 'width': 64}], 'name': 'The LP', 'release_date': '2009-07-01', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:7hzM3Sa8BoCKrNqrKJqyz1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 63040, 'explicit': True, 'external_ids': {'isrc': 'USL5R0800700'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/7athA853wZPYpp41HNXwGy'}, 'href': 'https://api.spotify.com/v1/tracks/7athA853wZPYpp41HNXwGy', 'id': '7athA853wZPYpp41HNXwGy', 'is_local': False, 'name': 'Intro', 'popularity': 15, 'preview_url': 'https://p.scdn.co/mp3-preview/5f9733d7a2851d07f0ce4ddba354be2858dee062?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 1, 'type': 'track', 'uri': 'spotify:track:7athA853wZPYpp41HNXwGy'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7hzM3Sa8BoCKrNqrKJqyz1'}, 'href': 'https://api.spotify.com/v1/albums/7hzM3Sa8BoCKrNqrKJqyz1', 'id': '7hzM3Sa8BoCKrNqrKJqyz1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/b806e8d260e3ba9be5aa2553b00d9bc2c02558e3', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/18697442e03c2ac04665e0ab6f5059c429e9cb30', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/c17cee95ff13c778635ea3e883dd060585b1b7c8', 'width': 64}], 'name': 'The LP', 'release_date': '2009-07-01', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:7hzM3Sa8BoCKrNqrKJqyz1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 237786, 'explicit': True, 'external_ids': {'isrc': 'USL5R0800713'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5Mx7HZu5CQ5GjzMMpAveXC'}, 'href': 'https://api.spotify.com/v1/tracks/5Mx7HZu5CQ5GjzMMpAveXC', 'id': '5Mx7HZu5CQ5GjzMMpAveXC', 'is_local': False, 'name': 'Amaman', 'popularity': 15, 'preview_url': 'https://p.scdn.co/mp3-preview/4d2e35a8cf2886e4a27584ab8e06dd1a55778f92?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 14, 'type': 'track', 'uri': 'spotify:track:5Mx7HZu5CQ5GjzMMpAveXC'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7hzM3Sa8BoCKrNqrKJqyz1'}, 'href': 'https://api.spotify.com/v1/albums/7hzM3Sa8BoCKrNqrKJqyz1', 'id': '7hzM3Sa8BoCKrNqrKJqyz1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/b806e8d260e3ba9be5aa2553b00d9bc2c02558e3', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/18697442e03c2ac04665e0ab6f5059c429e9cb30', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/c17cee95ff13c778635ea3e883dd060585b1b7c8', 'width': 64}], 'name': 'The LP', 'release_date': '2009-07-01', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:7hzM3Sa8BoCKrNqrKJqyz1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 106546, 'explicit': True, 'external_ids': {'isrc': 'USL5R0800717'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/7kjRbjnPJRsd7J3xQTQ9fA'}, 'href': 'https://api.spotify.com/v1/tracks/7kjRbjnPJRsd7J3xQTQ9fA', 'id': '7kjRbjnPJRsd7J3xQTQ9fA', 'is_local': False, 'name': 'Outro', 'popularity': 13, 'preview_url': 'https://p.scdn.co/mp3-preview/060708ac7174bb69b301000c2f5b82c72ff575c7?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 18, 'type': 'track', 'uri': 'spotify:track:7kjRbjnPJRsd7J3xQTQ9fA'}], 'limit': 50, 'next': None, 'offset': 0, 'previous': None, 'total': 18}} +{'tracks': {'href': 'https://api.spotify.com/v1/search?query=the+lp+large+professor&type=track&market=GB&offset=0&limit=50', 'items': [{'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7hzM3Sa8BoCKrNqrKJqyz1'}, 'href': 'https://api.spotify.com/v1/albums/7hzM3Sa8BoCKrNqrKJqyz1', 'id': '7hzM3Sa8BoCKrNqrKJqyz1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/b806e8d260e3ba9be5aa2553b00d9bc2c02558e3', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/18697442e03c2ac04665e0ab6f5059c429e9cb30', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/c17cee95ff13c778635ea3e883dd060585b1b7c8', 'width': 64}], 'name': 'The LP', 'release_date': '2009-07-01', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:7hzM3Sa8BoCKrNqrKJqyz1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 208866, 'explicit': True, 'external_ids': {'isrc': 'USL5R0800703'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3ipzZgH1766XXRamVwk1Iw'}, 'href': 'https://api.spotify.com/v1/tracks/3ipzZgH1766XXRamVwk1Iw', 'id': '3ipzZgH1766XXRamVwk1Iw', 'is_local': False, 'name': 'I Juswanna Chill', 'popularity': 56, 'preview_url': 'https://p.scdn.co/mp3-preview/b509fb6d82b5f34ae00a966dd943ea063e92c59a?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 4, 'type': 'track', 'uri': 'spotify:track:3ipzZgH1766XXRamVwk1Iw'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7hzM3Sa8BoCKrNqrKJqyz1'}, 'href': 'https://api.spotify.com/v1/albums/7hzM3Sa8BoCKrNqrKJqyz1', 'id': '7hzM3Sa8BoCKrNqrKJqyz1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/b806e8d260e3ba9be5aa2553b00d9bc2c02558e3', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/18697442e03c2ac04665e0ab6f5059c429e9cb30', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/c17cee95ff13c778635ea3e883dd060585b1b7c8', 'width': 64}], 'name': 'The LP', 'release_date': '2009-07-01', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:7hzM3Sa8BoCKrNqrKJqyz1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 197066, 'explicit': True, 'external_ids': {'isrc': 'USL5R0800708'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3TGJJERElA998ZlJcfA1Qz'}, 'href': 'https://api.spotify.com/v1/tracks/3TGJJERElA998ZlJcfA1Qz', 'id': '3TGJJERElA998ZlJcfA1Qz', 'is_local': False, 'name': 'The LP', 'popularity': 45, 'preview_url': 'https://p.scdn.co/mp3-preview/05f037daf60b00bf763d6859cb69d7a179b6e028?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 9, 'type': 'track', 'uri': 'spotify:track:3TGJJERElA998ZlJcfA1Qz'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7hzM3Sa8BoCKrNqrKJqyz1'}, 'href': 'https://api.spotify.com/v1/albums/7hzM3Sa8BoCKrNqrKJqyz1', 'id': '7hzM3Sa8BoCKrNqrKJqyz1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/b806e8d260e3ba9be5aa2553b00d9bc2c02558e3', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/18697442e03c2ac04665e0ab6f5059c429e9cb30', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/c17cee95ff13c778635ea3e883dd060585b1b7c8', 'width': 64}], 'name': 'The LP', 'release_date': '2009-07-01', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:7hzM3Sa8BoCKrNqrKJqyz1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/5Nh7qy3aumpMXJ8uyiyJD4'}, 'href': 'https://api.spotify.com/v1/artists/5Nh7qy3aumpMXJ8uyiyJD4', 'id': '5Nh7qy3aumpMXJ8uyiyJD4', 'name': "LEN X's TEN", 'type': 'artist', 'uri': 'spotify:artist:5Nh7qy3aumpMXJ8uyiyJD4'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 225240, 'explicit': True, 'external_ids': {'isrc': 'USL5R0800709'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5HrgQn7A3F1st6UWiQIYgi'}, 'href': 'https://api.spotify.com/v1/tracks/5HrgQn7A3F1st6UWiQIYgi', 'id': '5HrgQn7A3F1st6UWiQIYgi', 'is_local': False, 'name': "Dancin' Girl", 'popularity': 41, 'preview_url': 'https://p.scdn.co/mp3-preview/38cfe18d1355da4487be3b60b725a2dd290abb92?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 10, 'type': 'track', 'uri': 'spotify:track:5HrgQn7A3F1st6UWiQIYgi'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7hzM3Sa8BoCKrNqrKJqyz1'}, 'href': 'https://api.spotify.com/v1/albums/7hzM3Sa8BoCKrNqrKJqyz1', 'id': '7hzM3Sa8BoCKrNqrKJqyz1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/b806e8d260e3ba9be5aa2553b00d9bc2c02558e3', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/18697442e03c2ac04665e0ab6f5059c429e9cb30', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/c17cee95ff13c778635ea3e883dd060585b1b7c8', 'width': 64}], 'name': 'The LP', 'release_date': '2009-07-01', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:7hzM3Sa8BoCKrNqrKJqyz1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 261333, 'explicit': True, 'external_ids': {'isrc': 'USL5R0800705'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5GzKIbJyrV6rUakLyezNwn'}, 'href': 'https://api.spotify.com/v1/tracks/5GzKIbJyrV6rUakLyezNwn', 'id': '5GzKIbJyrV6rUakLyezNwn', 'is_local': False, 'name': 'Mad Scientist', 'popularity': 31, 'preview_url': 'https://p.scdn.co/mp3-preview/aa815095244fde46a4109b470f6ab3595d5a2e80?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 6, 'type': 'track', 'uri': 'spotify:track:5GzKIbJyrV6rUakLyezNwn'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7hzM3Sa8BoCKrNqrKJqyz1'}, 'href': 'https://api.spotify.com/v1/albums/7hzM3Sa8BoCKrNqrKJqyz1', 'id': '7hzM3Sa8BoCKrNqrKJqyz1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/b806e8d260e3ba9be5aa2553b00d9bc2c02558e3', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/18697442e03c2ac04665e0ab6f5059c429e9cb30', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/c17cee95ff13c778635ea3e883dd060585b1b7c8', 'width': 64}], 'name': 'The LP', 'release_date': '2009-07-01', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:7hzM3Sa8BoCKrNqrKJqyz1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/20qISvAhX20dpIbOOzGK3q'}, 'href': 'https://api.spotify.com/v1/artists/20qISvAhX20dpIbOOzGK3q', 'id': '20qISvAhX20dpIbOOzGK3q', 'name': 'Nas', 'type': 'artist', 'uri': 'spotify:artist:20qISvAhX20dpIbOOzGK3q'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 168720, 'explicit': True, 'external_ids': {'isrc': 'USL5R0800707'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/7kDgQd5cqCEbJxWa6iVo18'}, 'href': 'https://api.spotify.com/v1/tracks/7kDgQd5cqCEbJxWa6iVo18', 'id': '7kDgQd5cqCEbJxWa6iVo18', 'is_local': False, 'name': 'One Plus One Featuring NAS', 'popularity': 27, 'preview_url': 'https://p.scdn.co/mp3-preview/b8887e2a403be31f9ea0f2e0299d63fa4c257d71?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 8, 'type': 'track', 'uri': 'spotify:track:7kDgQd5cqCEbJxWa6iVo18'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7hzM3Sa8BoCKrNqrKJqyz1'}, 'href': 'https://api.spotify.com/v1/albums/7hzM3Sa8BoCKrNqrKJqyz1', 'id': '7hzM3Sa8BoCKrNqrKJqyz1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/b806e8d260e3ba9be5aa2553b00d9bc2c02558e3', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/18697442e03c2ac04665e0ab6f5059c429e9cb30', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/c17cee95ff13c778635ea3e883dd060585b1b7c8', 'width': 64}], 'name': 'The LP', 'release_date': '2009-07-01', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:7hzM3Sa8BoCKrNqrKJqyz1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 174160, 'explicit': True, 'external_ids': {'isrc': 'USL5R0800704'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/1b98N40R5IzdGyrVD6IvPl'}, 'href': 'https://api.spotify.com/v1/tracks/1b98N40R5IzdGyrVD6IvPl', 'id': '1b98N40R5IzdGyrVD6IvPl', 'is_local': False, 'name': 'Funky 2 Listen 2', 'popularity': 23, 'preview_url': 'https://p.scdn.co/mp3-preview/7c0706f36e89f51707851f1bdab387870e520314?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 5, 'type': 'track', 'uri': 'spotify:track:1b98N40R5IzdGyrVD6IvPl'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7hzM3Sa8BoCKrNqrKJqyz1'}, 'href': 'https://api.spotify.com/v1/albums/7hzM3Sa8BoCKrNqrKJqyz1', 'id': '7hzM3Sa8BoCKrNqrKJqyz1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/b806e8d260e3ba9be5aa2553b00d9bc2c02558e3', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/18697442e03c2ac04665e0ab6f5059c429e9cb30', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/c17cee95ff13c778635ea3e883dd060585b1b7c8', 'width': 64}], 'name': 'The LP', 'release_date': '2009-07-01', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:7hzM3Sa8BoCKrNqrKJqyz1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 161440, 'explicit': True, 'external_ids': {'isrc': 'USL5R0800702'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3HwSxmAmhpxasB5G3EDZ2N'}, 'href': 'https://api.spotify.com/v1/tracks/3HwSxmAmhpxasB5G3EDZ2N', 'id': '3HwSxmAmhpxasB5G3EDZ2N', 'is_local': False, 'name': 'Hungry', 'popularity': 21, 'preview_url': 'https://p.scdn.co/mp3-preview/7ad6f6a7a937ff22e30ef992d89ca891129c5dbd?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 3, 'type': 'track', 'uri': 'spotify:track:3HwSxmAmhpxasB5G3EDZ2N'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7hzM3Sa8BoCKrNqrKJqyz1'}, 'href': 'https://api.spotify.com/v1/albums/7hzM3Sa8BoCKrNqrKJqyz1', 'id': '7hzM3Sa8BoCKrNqrKJqyz1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/b806e8d260e3ba9be5aa2553b00d9bc2c02558e3', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/18697442e03c2ac04665e0ab6f5059c429e9cb30', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/c17cee95ff13c778635ea3e883dd060585b1b7c8', 'width': 64}], 'name': 'The LP', 'release_date': '2009-07-01', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:7hzM3Sa8BoCKrNqrKJqyz1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 222373, 'explicit': True, 'external_ids': {'isrc': 'USL5R0800701'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/4RtsqgL9gtGFF8fNH3P5Rr'}, 'href': 'https://api.spotify.com/v1/tracks/4RtsqgL9gtGFF8fNH3P5Rr', 'id': '4RtsqgL9gtGFF8fNH3P5Rr', 'is_local': False, 'name': 'That Bullsh*t', 'popularity': 21, 'preview_url': 'https://p.scdn.co/mp3-preview/9195831e5bb079e0925fcf9315c703337af86456?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 2, 'type': 'track', 'uri': 'spotify:track:4RtsqgL9gtGFF8fNH3P5Rr'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7hzM3Sa8BoCKrNqrKJqyz1'}, 'href': 'https://api.spotify.com/v1/albums/7hzM3Sa8BoCKrNqrKJqyz1', 'id': '7hzM3Sa8BoCKrNqrKJqyz1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/b806e8d260e3ba9be5aa2553b00d9bc2c02558e3', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/18697442e03c2ac04665e0ab6f5059c429e9cb30', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/c17cee95ff13c778635ea3e883dd060585b1b7c8', 'width': 64}], 'name': 'The LP', 'release_date': '2009-07-01', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:7hzM3Sa8BoCKrNqrKJqyz1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 218840, 'explicit': True, 'external_ids': {'isrc': 'USL5R0800716'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/4PLDstQDZnUeBQas24M6oM'}, 'href': 'https://api.spotify.com/v1/tracks/4PLDstQDZnUeBQas24M6oM', 'id': '4PLDstQDZnUeBQas24M6oM', 'is_local': False, 'name': 'Big Willie', 'popularity': 20, 'preview_url': 'https://p.scdn.co/mp3-preview/b21d7ee9b8570df689b601bd4f32168f823f2a54?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 17, 'type': 'track', 'uri': 'spotify:track:4PLDstQDZnUeBQas24M6oM'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7hzM3Sa8BoCKrNqrKJqyz1'}, 'href': 'https://api.spotify.com/v1/albums/7hzM3Sa8BoCKrNqrKJqyz1', 'id': '7hzM3Sa8BoCKrNqrKJqyz1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/b806e8d260e3ba9be5aa2553b00d9bc2c02558e3', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/18697442e03c2ac04665e0ab6f5059c429e9cb30', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/c17cee95ff13c778635ea3e883dd060585b1b7c8', 'width': 64}], 'name': 'The LP', 'release_date': '2009-07-01', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:7hzM3Sa8BoCKrNqrKJqyz1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 156826, 'explicit': True, 'external_ids': {'isrc': 'USL5R0800710'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/6r5liQ1OHN74VyTdtCGxWx'}, 'href': 'https://api.spotify.com/v1/tracks/6r5liQ1OHN74VyTdtCGxWx', 'id': '6r5liQ1OHN74VyTdtCGxWx', 'is_local': False, 'name': 'Large Pro:Verbs', 'popularity': 19, 'preview_url': 'https://p.scdn.co/mp3-preview/d4e67cf0e7eaa4f71ce9741e883c3b34b50fb11d?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 11, 'type': 'track', 'uri': 'spotify:track:6r5liQ1OHN74VyTdtCGxWx'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7hzM3Sa8BoCKrNqrKJqyz1'}, 'href': 'https://api.spotify.com/v1/albums/7hzM3Sa8BoCKrNqrKJqyz1', 'id': '7hzM3Sa8BoCKrNqrKJqyz1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/b806e8d260e3ba9be5aa2553b00d9bc2c02558e3', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/18697442e03c2ac04665e0ab6f5059c429e9cb30', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/c17cee95ff13c778635ea3e883dd060585b1b7c8', 'width': 64}], 'name': 'The LP', 'release_date': '2009-07-01', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:7hzM3Sa8BoCKrNqrKJqyz1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 205800, 'explicit': True, 'external_ids': {'isrc': 'USL5R0800711'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/4PJ5hsJn3rFr88CB16FKTk'}, 'href': 'https://api.spotify.com/v1/tracks/4PJ5hsJn3rFr88CB16FKTk', 'id': '4PJ5hsJn3rFr88CB16FKTk', 'is_local': False, 'name': "Havin' Fun", 'popularity': 16, 'preview_url': 'https://p.scdn.co/mp3-preview/3afb9d7bba7f2700d1b008a6ea45498e32f41e0a?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 12, 'type': 'track', 'uri': 'spotify:track:4PJ5hsJn3rFr88CB16FKTk'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7hzM3Sa8BoCKrNqrKJqyz1'}, 'href': 'https://api.spotify.com/v1/albums/7hzM3Sa8BoCKrNqrKJqyz1', 'id': '7hzM3Sa8BoCKrNqrKJqyz1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/b806e8d260e3ba9be5aa2553b00d9bc2c02558e3', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/18697442e03c2ac04665e0ab6f5059c429e9cb30', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/c17cee95ff13c778635ea3e883dd060585b1b7c8', 'width': 64}], 'name': 'The LP', 'release_date': '2009-07-01', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:7hzM3Sa8BoCKrNqrKJqyz1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 230226, 'explicit': True, 'external_ids': {'isrc': 'USL5R0800706'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/6bO9oQ8j0QtbEY3mmOM25S'}, 'href': 'https://api.spotify.com/v1/tracks/6bO9oQ8j0QtbEY3mmOM25S', 'id': '6bO9oQ8j0QtbEY3mmOM25S', 'is_local': False, 'name': 'Hard', 'popularity': 18, 'preview_url': 'https://p.scdn.co/mp3-preview/c81039a1fb132e515605ef41b0648e57ef8d9e86?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 7, 'type': 'track', 'uri': 'spotify:track:6bO9oQ8j0QtbEY3mmOM25S'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7hzM3Sa8BoCKrNqrKJqyz1'}, 'href': 'https://api.spotify.com/v1/albums/7hzM3Sa8BoCKrNqrKJqyz1', 'id': '7hzM3Sa8BoCKrNqrKJqyz1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/b806e8d260e3ba9be5aa2553b00d9bc2c02558e3', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/18697442e03c2ac04665e0ab6f5059c429e9cb30', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/c17cee95ff13c778635ea3e883dd060585b1b7c8', 'width': 64}], 'name': 'The LP', 'release_date': '2009-07-01', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:7hzM3Sa8BoCKrNqrKJqyz1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 196920, 'explicit': True, 'external_ids': {'isrc': 'USL5R0800714'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3mkwiWtv3IRuZj26lWvOdi'}, 'href': 'https://api.spotify.com/v1/tracks/3mkwiWtv3IRuZj26lWvOdi', 'id': '3mkwiWtv3IRuZj26lWvOdi', 'is_local': False, 'name': 'Queens Lounge', 'popularity': 18, 'preview_url': 'https://p.scdn.co/mp3-preview/0003d58b472bac7109ba82157f6c7e98e727ff29?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 15, 'type': 'track', 'uri': 'spotify:track:3mkwiWtv3IRuZj26lWvOdi'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7hzM3Sa8BoCKrNqrKJqyz1'}, 'href': 'https://api.spotify.com/v1/albums/7hzM3Sa8BoCKrNqrKJqyz1', 'id': '7hzM3Sa8BoCKrNqrKJqyz1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/b806e8d260e3ba9be5aa2553b00d9bc2c02558e3', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/18697442e03c2ac04665e0ab6f5059c429e9cb30', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/c17cee95ff13c778635ea3e883dd060585b1b7c8', 'width': 64}], 'name': 'The LP', 'release_date': '2009-07-01', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:7hzM3Sa8BoCKrNqrKJqyz1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 233013, 'explicit': True, 'external_ids': {'isrc': 'USL5R0800715'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5jk1shmXLMDAcH3okPNVc3'}, 'href': 'https://api.spotify.com/v1/tracks/5jk1shmXLMDAcH3okPNVc3', 'id': '5jk1shmXLMDAcH3okPNVc3', 'is_local': False, 'name': 'Bowne', 'popularity': 18, 'preview_url': 'https://p.scdn.co/mp3-preview/0ee443c7bd5bfa8a73515fe3b762aa71ae7b2ca2?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 16, 'type': 'track', 'uri': 'spotify:track:5jk1shmXLMDAcH3okPNVc3'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7hzM3Sa8BoCKrNqrKJqyz1'}, 'href': 'https://api.spotify.com/v1/albums/7hzM3Sa8BoCKrNqrKJqyz1', 'id': '7hzM3Sa8BoCKrNqrKJqyz1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/b806e8d260e3ba9be5aa2553b00d9bc2c02558e3', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/18697442e03c2ac04665e0ab6f5059c429e9cb30', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/c17cee95ff13c778635ea3e883dd060585b1b7c8', 'width': 64}], 'name': 'The LP', 'release_date': '2009-07-01', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:7hzM3Sa8BoCKrNqrKJqyz1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 179026, 'explicit': True, 'external_ids': {'isrc': 'USL5R0800712'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5MDWl0pSGKO6KrIG3OnNvd'}, 'href': 'https://api.spotify.com/v1/tracks/5MDWl0pSGKO6KrIG3OnNvd', 'id': '5MDWl0pSGKO6KrIG3OnNvd', 'is_local': False, 'name': 'Spacey', 'popularity': 17, 'preview_url': 'https://p.scdn.co/mp3-preview/77fabad26adf761e8a0203cb41ff743fd5cdd78a?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 13, 'type': 'track', 'uri': 'spotify:track:5MDWl0pSGKO6KrIG3OnNvd'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7hzM3Sa8BoCKrNqrKJqyz1'}, 'href': 'https://api.spotify.com/v1/albums/7hzM3Sa8BoCKrNqrKJqyz1', 'id': '7hzM3Sa8BoCKrNqrKJqyz1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/b806e8d260e3ba9be5aa2553b00d9bc2c02558e3', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/18697442e03c2ac04665e0ab6f5059c429e9cb30', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/c17cee95ff13c778635ea3e883dd060585b1b7c8', 'width': 64}], 'name': 'The LP', 'release_date': '2009-07-01', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:7hzM3Sa8BoCKrNqrKJqyz1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 63040, 'explicit': True, 'external_ids': {'isrc': 'USL5R0800700'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/7athA853wZPYpp41HNXwGy'}, 'href': 'https://api.spotify.com/v1/tracks/7athA853wZPYpp41HNXwGy', 'id': '7athA853wZPYpp41HNXwGy', 'is_local': False, 'name': 'Intro', 'popularity': 16, 'preview_url': 'https://p.scdn.co/mp3-preview/5f9733d7a2851d07f0ce4ddba354be2858dee062?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 1, 'type': 'track', 'uri': 'spotify:track:7athA853wZPYpp41HNXwGy'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7hzM3Sa8BoCKrNqrKJqyz1'}, 'href': 'https://api.spotify.com/v1/albums/7hzM3Sa8BoCKrNqrKJqyz1', 'id': '7hzM3Sa8BoCKrNqrKJqyz1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/b806e8d260e3ba9be5aa2553b00d9bc2c02558e3', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/18697442e03c2ac04665e0ab6f5059c429e9cb30', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/c17cee95ff13c778635ea3e883dd060585b1b7c8', 'width': 64}], 'name': 'The LP', 'release_date': '2009-07-01', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:7hzM3Sa8BoCKrNqrKJqyz1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 237786, 'explicit': True, 'external_ids': {'isrc': 'USL5R0800713'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5Mx7HZu5CQ5GjzMMpAveXC'}, 'href': 'https://api.spotify.com/v1/tracks/5Mx7HZu5CQ5GjzMMpAveXC', 'id': '5Mx7HZu5CQ5GjzMMpAveXC', 'is_local': False, 'name': 'Amaman', 'popularity': 16, 'preview_url': 'https://p.scdn.co/mp3-preview/4d2e35a8cf2886e4a27584ab8e06dd1a55778f92?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 14, 'type': 'track', 'uri': 'spotify:track:5Mx7HZu5CQ5GjzMMpAveXC'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/7hzM3Sa8BoCKrNqrKJqyz1'}, 'href': 'https://api.spotify.com/v1/albums/7hzM3Sa8BoCKrNqrKJqyz1', 'id': '7hzM3Sa8BoCKrNqrKJqyz1', 'images': [{'height': 640, 'url': 'https://i.scdn.co/image/b806e8d260e3ba9be5aa2553b00d9bc2c02558e3', 'width': 640}, {'height': 300, 'url': 'https://i.scdn.co/image/18697442e03c2ac04665e0ab6f5059c429e9cb30', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/c17cee95ff13c778635ea3e883dd060585b1b7c8', 'width': 64}], 'name': 'The LP', 'release_date': '2009-07-01', 'release_date_precision': 'day', 'total_tracks': 18, 'type': 'album', 'uri': 'spotify:album:7hzM3Sa8BoCKrNqrKJqyz1'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/01nVIuD8YZsnFH6x6Cc9rX'}, 'href': 'https://api.spotify.com/v1/artists/01nVIuD8YZsnFH6x6Cc9rX', 'id': '01nVIuD8YZsnFH6x6Cc9rX', 'name': 'Large Professor', 'type': 'artist', 'uri': 'spotify:artist:01nVIuD8YZsnFH6x6Cc9rX'}], 'available_markets': ['AD', 'AE', 'AR', 'AT', 'AU', 'BE', 'BG', 'BH', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LI', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PL', 'PS', 'PT', 'PY', 'QA', 'RO', 'SA', 'SE', 'SG', 'SK', 'SV', 'TH', 'TN', 'TR', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 106546, 'explicit': True, 'external_ids': {'isrc': 'USL5R0800717'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/7kjRbjnPJRsd7J3xQTQ9fA'}, 'href': 'https://api.spotify.com/v1/tracks/7kjRbjnPJRsd7J3xQTQ9fA', 'id': '7kjRbjnPJRsd7J3xQTQ9fA', 'is_local': False, 'name': 'Outro', 'popularity': 14, 'preview_url': 'https://p.scdn.co/mp3-preview/060708ac7174bb69b301000c2f5b82c72ff575c7?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 18, 'type': 'track', 'uri': 'spotify:track:7kjRbjnPJRsd7J3xQTQ9fA'}], 'limit': 50, 'next': None, 'offset': 0, 'previous': None, 'total': 18}} verbosity 3 Message: Scraping for source_playlist Function: get_whosampled_playlist @@ -27,7 +27,7 @@ Message: Getting page: https://whosampled.com/Large-Professor/That-Bullshit/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n That Bullshit by Large Professor - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n That Bullshit - Large Professor\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

That Bullshit

\n
by

Large Professor

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

The LP

\n

Geffen

\n\n \n
Producer:\n

\n \n Large Professor\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tNat Adderley\'s Make Your Own Temple\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tBass
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tMake Your Own Temple\n\t\t\tby Nat Adderley (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n That Bullshit by Large Professor - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n That Bullshit - Large Professor\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

That Bullshit

\n
by

Large Professor

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

The LP

\n

Geffen

\n\n \n
Producer:\n

\n \n Large Professor\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tNat Adderley\'s Make Your Own Temple\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tBass
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tMake Your Own Temple\n\t\t\tby Nat Adderley (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Large-Professor/That-Bullshit/ Function: parse_sample_items @@ -39,7 +39,7 @@ Message: Getting page: https://whosampled.com/Large-Professor/Hungry/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Hungry by Large Professor - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Hungry - Large Professor\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Hungry

\n
by

Large Professor

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

The LP

\n

Geffen

\n\n \n
Producer:\n

\n \n Large Professor\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBayet\xc3\xa9\'s Eurus (The Southwest Wind)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tEurus (The Southwest Wind)\n\t\t\tby Bayet\xc3\xa9 (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tDaly-Wilson Big Band\'s Dirty Feet\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDirty Feet\n\t\t\tby Daly-Wilson Big Band (1975)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Hungry by Large Professor - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Hungry - Large Professor\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Hungry

\n
by

Large Professor

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

The LP

\n

Geffen

\n\n \n
Producer:\n

\n \n Large Professor\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBayet\xc3\xa9\'s Eurus (The Southwest Wind)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tEurus (The Southwest Wind)\n\t\t\tby Bayet\xc3\xa9 (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tDaly-Wilson Big Band\'s Dirty Feet\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDirty Feet\n\t\t\tby Daly-Wilson Big Band (1975)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Large-Professor/Hungry/ Function: parse_sample_items @@ -55,7 +55,7 @@ Message: Getting page: https://whosampled.com/Large-Professor/Funky-2-Listen-2/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Funky 2 Listen 2 by Large Professor - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Funky 2 Listen 2 - Large Professor\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Funky 2 Listen 2

\n
by

Large Professor

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

The LP

\n

Geffen

\n\n \n
Producer:\n

\n \n Large Professor\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 4 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Main Ingredient\'s Magic Shoes\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tMagic Shoes\n\t\t\tby The Main Ingredient (1971)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tMichael Jackson feat. Vincent Price\'s Thriller\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tRock / Pop\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThriller\n\t\t\tby Michael Jackson feat. Vincent Price (1982)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBig Daddy Kane feat. Biz Markie\'s Just Rhymin' With Biz\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tJust Rhymin' With Biz\n\t\t\tby Big Daddy Kane feat. Biz Markie (1987)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tRun-DMC\'s Here We Go (Live at the Funhouse)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tHere We Go (Live at the Funhouse)\n\t\t\tby Run-DMC (1985)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tPete Rock\'s Something Funky\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSomething Funky\n\t\t\tby Pete Rock (2001)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Funky 2 Listen 2 by Large Professor - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Funky 2 Listen 2 - Large Professor\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Funky 2 Listen 2

\n
by

Large Professor

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

The LP

\n

Geffen

\n\n \n
Producer:\n

\n \n Large Professor\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 4 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Main Ingredient\'s Magic Shoes\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tMagic Shoes\n\t\t\tby The Main Ingredient (1971)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tMichael Jackson feat. Vincent Price\'s Thriller\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tRock / Pop\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThriller\n\t\t\tby Michael Jackson feat. Vincent Price (1982)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBig Daddy Kane feat. Biz Markie\'s Just Rhymin' With Biz\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tJust Rhymin' With Biz\n\t\t\tby Big Daddy Kane feat. Biz Markie (1987)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tRun-DMC\'s Here We Go (Live at the Funhouse)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tHere We Go (Live at the Funhouse)\n\t\t\tby Run-DMC (1985)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tPete Rock\'s Something Funky\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSomething Funky\n\t\t\tby Pete Rock (2001)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Large-Professor/Funky-2-Listen-2/ Function: parse_sample_items @@ -67,13 +67,13 @@ Message: Getting page: https://whosampled.com/Large-Professor/The-Mad-Scientist/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n The Mad Scientist by Large Professor - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n The Mad Scientist - Large Professor\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

The Mad Scientist

\n
by

Large Professor

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

The LP

\n

Geffen

\n\n \n
Producer:\n

\n \n Large Professor\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 5 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tDavid Matthews\'s Dune Part II: Sandworms\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tBass
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDune Part II: Sandworms\n\t\t\tby David Matthews (1977)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tHamilton Bohannon\'s Save Their Souls\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSave Their Souls\n\t\t\tby Hamilton Bohannon (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tMichael Jackson feat. Vincent Price\'s Thriller\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tRock / Pop\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThriller\n\t\t\tby Michael Jackson feat. Vincent Price (1982)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tMain Source\'s Think\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThink\n\t\t\tby Main Source (1989)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBeside\'s Change the Beat (Female Version)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tChange the Beat (Female Version)\n\t\t\tby Beside (1982)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 8 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tDilated Peoples\'s Pay Attention\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tPay Attention\n\t\t\tby Dilated Peoples (2001)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tPorn Theatre Ushers\'s Me & Him\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tMe & Him\n\t\t\tby Porn Theatre Ushers (1999)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tBlame One\'s Hip Hop Hell\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tHip Hop Hell\n\t\t\tby Blame One (2004)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tLootpack and Quasimoto\'s Loop Digga\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tLoop Digga\n\t\t\tby Lootpack and Quasimoto (2000)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tArmy of the Pharaohs\'s Time to Rock\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tTime to Rock\n\t\t\tby Army of the Pharaohs (2007)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas remixed in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tLarge Professor\'s The Mad Scientist (Remix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Mad Scientist (Remix)\n\t\t\tby Large Professor (2009)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n The Mad Scientist by Large Professor - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n The Mad Scientist - Large Professor\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

The Mad Scientist

\n
by

Large Professor

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

The LP

\n

Geffen

\n\n \n
Producer:\n

\n \n Large Professor\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 5 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tDavid Matthews\'s Dune Part II: Sandworms\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tBass
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDune Part II: Sandworms\n\t\t\tby David Matthews (1977)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tHamilton Bohannon\'s Save Their Souls\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSave Their Souls\n\t\t\tby Hamilton Bohannon (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tMichael Jackson feat. Vincent Price\'s Thriller\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tRock / Pop\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThriller\n\t\t\tby Michael Jackson feat. Vincent Price (1982)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tMain Source\'s Think\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThink\n\t\t\tby Main Source (1989)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBeside\'s Change the Beat (Female Version)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tChange the Beat (Female Version)\n\t\t\tby Beside (1982)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 8 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tDilated Peoples\'s Pay Attention\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tPay Attention\n\t\t\tby Dilated Peoples (2001)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tPorn Theatre Ushers\'s Me & Him\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tMe & Him\n\t\t\tby Porn Theatre Ushers (1999)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tBlame One\'s Hip Hop Hell\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tHip Hop Hell\n\t\t\tby Blame One (2004)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tLootpack and Quasimoto\'s Loop Digga\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tLoop Digga\n\t\t\tby Lootpack and Quasimoto (2000)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tArmy of the Pharaohs\'s Time to Rock\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tTime to Rock\n\t\t\tby Army of the Pharaohs (2007)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas remixed in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tLarge Professor\'s The Mad Scientist (Remix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Mad Scientist (Remix)\n\t\t\tby Large Professor (2009)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Getting page: https://whosampled.com/Large-Professor/The-Mad-Scientist/samples/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Tracks Sampled in The Mad Scientist by Large Professor | WhoSampled\n \n \n \n \n \n\t\n\n \n\t\n\n\t\n\n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n\n\n\n\n\n\n\n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n\t\n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n\t\n\n\n\n \n\n\n\n\t
\n\t\t
\n\t\t\t\n\t\t\t\tLarge Professor\'s The Mad Scientist\n\t\t\t\n\t\t
\n\t\t
\n\t\t\t
\n\tBuy this Track\n\n\t\n
\n\n\n\t\t\t

The Mad Scientist

\n\t\t\t
\n\t\t\t\tby

Large Professor

\n\t\t\t
\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t
\n\t\t\t\t

The LP

\n\t\t\t\t

Geffen 1996

\n\n\t\t\t\t\n\t\t\t\t\t
Producer:\n\t\t\t\t\t\t

\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tLarge Professor\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t

\n\t\t\t\t\t
\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t
\n\t\t
\n\t
\n\n\t
\n\t\t
\n
Sort:
\n
\n \n
\n
\n\n\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 5 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tDavid Matthews\'s Dune Part II: Sandworms\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tBass
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDune Part II: Sandworms\n\t\t\tby David Matthews (1977)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tHamilton Bohannon\'s Save Their Souls\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSave Their Souls\n\t\t\tby Hamilton Bohannon (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tMichael Jackson feat. Vincent Price\'s Thriller\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tRock / Pop\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThriller\n\t\t\tby Michael Jackson feat. Vincent Price (1982)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tMain Source\'s Think\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThink\n\t\t\tby Main Source (1989)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBeside\'s Change the Beat (Female Version)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tChange the Beat (Female Version)\n\t\t\tby Beside (1982)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t
\n\n\t\n\n\n\t\n\n
\n\n\n\n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Tracks Sampled in The Mad Scientist by Large Professor | WhoSampled\n \n \n \n \n \n\t\n\n \n\t\n\n\t\n\n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n\n\n\n\n\n\n\n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n\t\n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n\t\n\n\n\n \n\n\n\n\t
\n\t\t
\n\t\t\t\n\t\t\t\tLarge Professor\'s The Mad Scientist\n\t\t\t\n\t\t
\n\t\t
\n\t\t\t
\n\tBuy this Track\n\n\t\n
\n\n\n\t\t\t

The Mad Scientist

\n\t\t\t
\n\t\t\t\tby

Large Professor

\n\t\t\t
\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t
\n\t\t\t\t

The LP

\n\t\t\t\t

Geffen 1996

\n\n\t\t\t\t\n\t\t\t\t\t
Producer:\n\t\t\t\t\t\t

\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tLarge Professor\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t

\n\t\t\t\t\t
\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t
\n\t\t
\n\t
\n\n\t
\n\t\t
\n
Sort:
\n
\n \n
\n
\n\n\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 5 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tDavid Matthews\'s Dune Part II: Sandworms\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tBass
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDune Part II: Sandworms\n\t\t\tby David Matthews (1977)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tHamilton Bohannon\'s Save Their Souls\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSave Their Souls\n\t\t\tby Hamilton Bohannon (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tMichael Jackson feat. Vincent Price\'s Thriller\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tRock / Pop\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThriller\n\t\t\tby Michael Jackson feat. Vincent Price (1982)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tMain Source\'s Think\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThink\n\t\t\tby Main Source (1989)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBeside\'s Change the Beat (Female Version)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tChange the Beat (Female Version)\n\t\t\tby Beside (1982)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t
\n\n\t\n\n\n\t\n\n
\n\n\n\n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Large-Professor/The-Mad-Scientist/samples/ Function: parse_sample_items @@ -91,7 +91,7 @@ Message: Getting page: https://whosampled.com/Large-Professor/Hard/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Hard by Large Professor - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Hard - Large Professor\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Hard

\n
by

Large Professor

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

The LP

\n

Geffen

\n\n \n
Producer:\n

\n \n Large Professor\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 3 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tSun Ra\'s Space Is the Place\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tSound Effect / Other
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSpace Is the Place\n\t\t\tby Sun Ra (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tRicky Williams\'s Discotheque Soul Pt 2\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDiscotheque Soul Pt 2\n\t\t\tby Ricky Williams (1971)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Whatnauts\'s Why Can't People Be Colors Too?\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWhy Can't People Be Colors Too?\n\t\t\tby The Whatnauts (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Hard by Large Professor - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Hard - Large Professor\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Hard

\n
by

Large Professor

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

The LP

\n

Geffen

\n\n \n
Producer:\n

\n \n Large Professor\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 3 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tSun Ra\'s Space Is the Place\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tSound Effect / Other
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSpace Is the Place\n\t\t\tby Sun Ra (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tRicky Williams\'s Discotheque Soul Pt 2\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDiscotheque Soul Pt 2\n\t\t\tby Ricky Williams (1971)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Whatnauts\'s Why Can't People Be Colors Too?\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWhy Can't People Be Colors Too?\n\t\t\tby The Whatnauts (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Large-Professor/Hard/ Function: parse_sample_items @@ -107,13 +107,13 @@ Message: Getting page: https://whosampled.com/Large-Professor/The-LP-(For-My-Peo Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n The LP (For My People) by Large Professor - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n The LP (For My People) - Large Professor\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

The LP (For My People)

\n
by

Large Professor

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

The LP

\n

Geffen

\n\n \n
Producer:\n

\n \n Large Professor\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n \n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 5 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGap Mangione\'s Graduate Medley\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tGraduate Medley\n\t\t\tby Gap Mangione (1968)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tCannonball Adderley\'s Pisces: Allison's Trip\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tPisces: Allison's Trip\n\t\t\tby Cannonball Adderley (1974)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tMichal Urbaniak's Fusion\'s Kama Part 1\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tKama Part 1\n\t\t\tby Michal Urbaniak's Fusion (1974)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tRalph Vargas and Carlos Bess\'s S.C.R.\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tS.C.R.\n\t\t\tby Ralph Vargas and Carlos Bess (1993)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tNice & Smooth\'s How to Flow\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tHow to Flow\n\t\t\tby Nice & Smooth (1991)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\t89 Pu\xc3\xb1aladas\'s A Clavar Los Cuchillos\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tA Clavar Los Cuchillos\n\t\t\tby 89 Pu\xc3\xb1aladas (2012)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n The LP (For My People) by Large Professor - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n The LP (For My People) - Large Professor\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

The LP (For My People)

\n
by

Large Professor

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

The LP

\n

Geffen

\n\n \n
Producer:\n

\n \n Large Professor\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n \n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 5 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGap Mangione\'s Graduate Medley\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tGraduate Medley\n\t\t\tby Gap Mangione (1968)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tCannonball Adderley\'s Pisces: Allison's Trip\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tPisces: Allison's Trip\n\t\t\tby Cannonball Adderley (1974)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tMichal Urbaniak's Fusion\'s Kama Part 1\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tKama Part 1\n\t\t\tby Michal Urbaniak's Fusion (1974)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tRalph Vargas and Carlos Bess\'s S.C.R.\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tS.C.R.\n\t\t\tby Ralph Vargas and Carlos Bess (1993)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tNice & Smooth\'s How to Flow\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tHow to Flow\n\t\t\tby Nice & Smooth (1991)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\t89 Pu\xc3\xb1aladas\'s A Clavar Los Cuchillos\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tA Clavar Los Cuchillos\n\t\t\tby 89 Pu\xc3\xb1aladas (2012)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Getting page: https://whosampled.com/Large-Professor/The-LP-(For-My-People)/samples/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Tracks Sampled in The LP (For My People) by Large Professor | WhoSampled\n \n \n \n \n \n\t\n\n \n\t\n\n\t\n\n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n\n\n\n\n\n\n\n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n\t\n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n\t\n\n\n\n \n\n\n\n\t
\n\t\t
\n\t\t\t\n\t\t\t\tLarge Professor\'s The LP (For My People)\n\t\t\t\n\t\t
\n\t\t
\n\t\t\t
\n\tBuy this Track\n\n\t\n
\n\n\n\t\t\t

The LP (For My People)

\n\t\t\t
\n\t\t\t\tby

Large Professor

\n\t\t\t
\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t
\n\t\t\t\t

The LP

\n\t\t\t\t

Geffen 2009

\n\n\t\t\t\t\n\t\t\t\t\t
Producer:\n\t\t\t\t\t\t

\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tLarge Professor\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t

\n\t\t\t\t\t
\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t
\n\t\t
\n\t
\n\n\t
\n\t\t
\n
Sort:
\n
\n \n
\n
\n\n\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 5 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGap Mangione\'s Graduate Medley\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tGraduate Medley\n\t\t\tby Gap Mangione (1968)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tCannonball Adderley\'s Pisces: Allison's Trip\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tPisces: Allison's Trip\n\t\t\tby Cannonball Adderley (1974)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tMichal Urbaniak's Fusion\'s Kama Part 1\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tKama Part 1\n\t\t\tby Michal Urbaniak's Fusion (1974)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tRalph Vargas and Carlos Bess\'s S.C.R.\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tS.C.R.\n\t\t\tby Ralph Vargas and Carlos Bess (1993)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tNice & Smooth\'s How to Flow\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tHow to Flow\n\t\t\tby Nice & Smooth (1991)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t
\n\n\t\n\n\n\t\n\n
\n\n\n\n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Tracks Sampled in The LP (For My People) by Large Professor | WhoSampled\n \n \n \n \n \n\t\n\n \n\t\n\n\t\n\n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n\n\n\n\n\n\n\n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n\t\n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n\t\n\n\n\n \n\n\n\n\t
\n\t\t
\n\t\t\t\n\t\t\t\tLarge Professor\'s The LP (For My People)\n\t\t\t\n\t\t
\n\t\t
\n\t\t\t
\n\tBuy this Track\n\n\t\n
\n\n\n\t\t\t

The LP (For My People)

\n\t\t\t
\n\t\t\t\tby

Large Professor

\n\t\t\t
\n\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\n\t\t\t
\n\t\t\t\t

The LP

\n\t\t\t\t

Geffen 2009

\n\n\t\t\t\t\n\t\t\t\t\t
Producer:\n\t\t\t\t\t\t

\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\tLarge Professor\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t

\n\t\t\t\t\t
\n\t\t\t\t\n\n\t\t\t\t\n\t\t\t
\n\t\t
\n\t
\n\n\t
\n\t\t
\n
Sort:
\n
\n \n
\n
\n\n\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t\n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 5 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGap Mangione\'s Graduate Medley\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tGraduate Medley\n\t\t\tby Gap Mangione (1968)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tCannonball Adderley\'s Pisces: Allison's Trip\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tPisces: Allison's Trip\n\t\t\tby Cannonball Adderley (1974)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tMichal Urbaniak's Fusion\'s Kama Part 1\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tKama Part 1\n\t\t\tby Michal Urbaniak's Fusion (1974)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tRalph Vargas and Carlos Bess\'s S.C.R.\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tS.C.R.\n\t\t\tby Ralph Vargas and Carlos Bess (1993)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tNice & Smooth\'s How to Flow\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tHow to Flow\n\t\t\tby Nice & Smooth (1991)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n\t\t\t\n\t\t\t\n\t\t\t\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t\t\n\n\t
\n\n\t\n\n\n\t\n\n
\n\n\n\n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Large-Professor/The-LP-(For-My-People)/samples/ Function: parse_sample_items @@ -131,7 +131,7 @@ Message: Getting page: https://whosampled.com/Large-Professor/Dancin%27-Girl/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Dancin' Girl by Large Professor - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Dancin' Girl - Large Professor\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Dancin' Girl

\n
by

Large Professor

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

The LP

\n

Paul Sea

\n\n \n
Producer:\n

\n \n Large Professor\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGeorge Duke\'s Seeing You\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSeeing You\n\t\t\tby George Duke (1976)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Rimshots\'s Dance Girl\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDance Girl\n\t\t\tby The Rimshots (1975)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Dancin' Girl by Large Professor - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Dancin' Girl - Large Professor\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Dancin' Girl

\n
by

Large Professor

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

The LP

\n

Paul Sea

\n\n \n
Producer:\n

\n \n Large Professor\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGeorge Duke\'s Seeing You\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSeeing You\n\t\t\tby George Duke (1976)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Rimshots\'s Dance Girl\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDance Girl\n\t\t\tby The Rimshots (1975)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Large-Professor/Dancin%27-Girl/ Function: parse_sample_items @@ -147,7 +147,7 @@ Message: Getting page: https://whosampled.com/Large-Professor/Havin%27-Fun/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Havin' Fun by Large Professor - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Havin' Fun - Large Professor\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Havin' Fun

\n
by

Large Professor

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

The LP

\n

Geffen

\n\n \n
Producer:\n

\n \n Large Professor\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 4 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tSugarhill Gang\'s Passion Play\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tBass
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tPassion Play\n\t\t\tby Sugarhill Gang (1980)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tNew York Rock Ensemble\'s Goodnight, Irene\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tGoodnight, Irene\n\t\t\tby New York Rock Ensemble (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJames Brown\'s The Boss\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Boss\n\t\t\tby James Brown (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Treacherous Three\'s Feel the Heartbeat\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tFeel the Heartbeat\n\t\t\tby The Treacherous Three (1981)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Havin' Fun by Large Professor - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Havin' Fun - Large Professor\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Havin' Fun

\n
by

Large Professor

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

The LP

\n

Geffen

\n\n \n
Producer:\n

\n \n Large Professor\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 4 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tSugarhill Gang\'s Passion Play\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tBass
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tPassion Play\n\t\t\tby Sugarhill Gang (1980)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tNew York Rock Ensemble\'s Goodnight, Irene\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tGoodnight, Irene\n\t\t\tby New York Rock Ensemble (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJames Brown\'s The Boss\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Boss\n\t\t\tby James Brown (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Treacherous Three\'s Feel the Heartbeat\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tFeel the Heartbeat\n\t\t\tby The Treacherous Three (1981)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Large-Professor/Havin%27-Fun/ Function: parse_sample_items @@ -159,7 +159,7 @@ Message: Getting page: https://whosampled.com/Large-Professor/Spacey/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Spacey by Large Professor feat. Cee Low and Vandemator - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Spacey - Large Professor feat. Cee Low and Vandemator\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Spacey

\n
by

Large Professor feat. Cee Low and Vandemator

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

The LP

\n

Geffen

\n\n \n
Producer:\n

\n \n Toney Rome\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tHubert Laws\'s Modadji\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tModadji\n\t\t\tby Hubert Laws (1975)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Spacey by Large Professor feat. Cee Low and Vandemator - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Spacey - Large Professor feat. Cee Low and Vandemator\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Spacey

\n
by

Large Professor feat. Cee Low and Vandemator

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

The LP

\n

Geffen

\n\n \n
Producer:\n

\n \n Toney Rome\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tHubert Laws\'s Modadji\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tModadji\n\t\t\tby Hubert Laws (1975)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Large-Professor/Spacey/ Function: parse_sample_items @@ -171,7 +171,7 @@ Message: Getting page: https://whosampled.com/Large-Professor/Amaman/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Amaman by Large Professor - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Amaman - Large Professor\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Amaman

\n
by

Large Professor

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

The LP

\n

Geffen

\n\n \n
Producer:\n

\n \n Large Professor\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n \n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 3 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tClarence Carter\'s Devil Woman\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDevil Woman\n\t\t\tby Clarence Carter (1970)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tPlease (Funk Group)\'s Sing a Simple Song\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSing a Simple Song\n\t\t\tby Please (Funk Group) (1975)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tKool & the Gang\'s Jungle Boogie\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tJungle Boogie\n\t\t\tby Kool & the Gang (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Amaman by Large Professor - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Amaman - Large Professor\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Amaman

\n
by

Large Professor

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

The LP

\n

Geffen

\n\n \n
Producer:\n

\n \n Large Professor\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n \n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 3 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tClarence Carter\'s Devil Woman\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDevil Woman\n\t\t\tby Clarence Carter (1970)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tPlease (Funk Group)\'s Sing a Simple Song\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSing a Simple Song\n\t\t\tby Please (Funk Group) (1975)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tKool & the Gang\'s Jungle Boogie\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tJungle Boogie\n\t\t\tby Kool & the Gang (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Large-Professor/Amaman/ Function: parse_sample_items @@ -183,7 +183,7 @@ Message: Getting page: https://whosampled.com/Large-Professor/Queens-Lounge/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Queens Lounge by Large Professor - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Queens Lounge - Large Professor\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Queens Lounge

\n
by

Large Professor

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

The LP

\n

Paul Sea

\n\n \n
Producer:\n

\n \n Large Professor\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Earth Disciples\'s La Bahemia\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tLa Bahemia\n\t\t\tby The Earth Disciples (1969)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tTom Tom Club\'s Genius of Love\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tRock / Pop\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tGenius of Love\n\t\t\tby Tom Tom Club (1981)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Queens Lounge by Large Professor - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Queens Lounge - Large Professor\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Queens Lounge

\n
by

Large Professor

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

The LP

\n

Paul Sea

\n\n \n
Producer:\n

\n \n Large Professor\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Earth Disciples\'s La Bahemia\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tLa Bahemia\n\t\t\tby The Earth Disciples (1969)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tTom Tom Club\'s Genius of Love\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tRock / Pop\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tGenius of Love\n\t\t\tby Tom Tom Club (1981)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Large-Professor/Queens-Lounge/ Function: parse_sample_items @@ -195,7 +195,7 @@ Message: Getting page: https://whosampled.com/Large-Professor/Bowne/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Bowne by Large Professor - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Bowne - Large Professor\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Bowne

\n
by

Large Professor

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

The LP

\n

Paul Sea

\n\n \n
Producer:\n

\n \n Large Professor\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tPonderosa Twins Plus One\'s Bound\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBound\n\t\t\tby Ponderosa Twins Plus One (1971)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Bowne by Large Professor - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Bowne - Large Professor\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Bowne

\n
by

Large Professor

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

The LP

\n

Paul Sea

\n\n \n
Producer:\n

\n \n Large Professor\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tPonderosa Twins Plus One\'s Bound\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBound\n\t\t\tby Ponderosa Twins Plus One (1971)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Large-Professor/Bowne/ Function: parse_sample_items @@ -207,7 +207,7 @@ Message: Getting page: https://whosampled.com/Large-Professor/Big-Willie/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Big Willie by Large Professor - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Big Willie - Large Professor\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Big Willie

\n
by

Large Professor

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

The LP

\n

Paul Sea Productions

\n\n \n
Producer:\n

\n \n Large Professor\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tAhmad Jamal Trio\'s Dolphin Dance\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDolphin Dance\n\t\t\tby Ahmad Jamal Trio (1970)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Big Willie by Large Professor - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Big Willie - Large Professor\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Big Willie

\n
by

Large Professor

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

The LP

\n

Paul Sea Productions

\n\n \n
Producer:\n

\n \n Large Professor\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tAhmad Jamal Trio\'s Dolphin Dance\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDolphin Dance\n\t\t\tby Ahmad Jamal Trio (1970)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Large-Professor/Big-Willie/ Function: parse_sample_items @@ -219,7 +219,7 @@ Message: Getting page: https://whosampled.com/Large-Professor/Outro/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Outro by Large Professor - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Outro - Large Professor\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Outro

\n
by

Large Professor

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

The LP

\n

Paul Sea

\n\n \n
Producer:\n

\n \n Large Professor\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBo Diddley\'s Hit or Miss\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tHit or Miss\n\t\t\tby Bo Diddley (1974)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Outro by Large Professor - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Outro - Large Professor\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Outro

\n
by

Large Professor

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

The LP

\n

Paul Sea

\n\n \n
Producer:\n

\n \n Large Professor\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBo Diddley\'s Hit or Miss\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tHit or Miss\n\t\t\tby Bo Diddley (1974)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Large-Professor/Outro/ Function: parse_sample_items @@ -543,41 +543,69 @@ Sing a Simple Song please Sample Info: ( That Bullsh*t )->-[ Contains samples of ]->-( Make Your Own Temple, by Nat Adderley ) +The originator of sample data +The originator of sample data ( Funky 2 Listen 2 )->-[ Contains samples of ]->-( Magic Shoes, by The Main Ingredient ) ( Funky 2 Listen 2 )->-[ Contains samples of ]->-( Thriller, by Michael Jackson feat. Vincent Price ) +The originator of sample data ( Mad Scientist )->-[ Contains samples of ]->-( Thriller, by Michael Jackson feat. Vincent Price ) +The originator of sample data ( Hard )->-[ Contains samples of ]->-( Space Is the Place, by Sun Ra ) ( Hard )->-[ Contains samples of ]->-( Why Can't People Be Colors Too?, by The Whatnauts ) +The originator of sample data +The originator of sample data ( Dancin' Girl )->-[ Contains samples of ]->-( Seeing You, by George Duke ) +The originator of sample data ( Havin' Fun )->-[ Contains samples of ]->-( Passion Play, by Sugarhill Gang ) ( Havin' Fun )->-[ Contains samples of ]->-( Goodnight, Irene, by New York Rock Ensemble ) ( Havin' Fun )->-[ Contains samples of ]->-( The Boss, by James Brown ) +The originator of sample data ( Spacey )->-[ Contains samples of ]->-( Modadji, by Hubert Laws ) +The originator of sample data ( Amaman )->-[ Contains samples of ]->-( Jungle Boogie, by Kool & the Gang ) +The originator of sample data ( Queens Lounge )->-[ Contains samples of ]->-( La Bahemia, by The Earth Disciples ) ( Queens Lounge )->-[ Contains samples of ]->-( Genius of Love, by Tom Tom Club ) +The originator of sample data ( Bowne )->-[ Contains samples of ]->-( Bound, by Ponderosa Twins Plus One ) +The originator of sample data ( Big Willie )->-[ Contains samples of ]->-( Dolphin Dance, by Ahmad Jamal Trio ) +The originator of sample data ( Outro )->-[ Contains samples of ]->-( Hit or Miss, by Bo Diddley ) +The originator of sample data ==> search terms: Make Your Own Temple nat adderley +n/a +n/a Magic Shoes the main ingredient Thriller michael jackson vincent price +n/a Thriller michael jackson vincent price +n/a Space Is the Place sun ra Why Can't People Be Colors Too? the whatnauts +n/a +n/a Seeing You george duke +n/a Passion Play sugarhill gang Goodnight, Irene new york rock ensemble The Boss james brown +n/a Modadji hubert laws +n/a Jungle Boogie kool gang +n/a La Bahemia the earth disciples Genius of Love tom tom club +n/a Bound ponderosa twins plus one +n/a Dolphin Dance ahmad jamal trio +n/a Hit or Miss bo diddley +n/a verbosity 3 Message: diff --git a/examples/album_train-of-thought_reflection-eternal b/examples/album_train-of-thought_reflection-eternal index d491f40..e707408 100644 --- a/examples/album_train-of-thought_reflection-eternal +++ b/examples/album_train-of-thought_reflection-eternal @@ -1,17 +1,17 @@ verbosity 3 verbosity == 3 verbosity 3 -log_file == Samplify-1567129025.5388618 +log_file == Samplify-1568054982.4679406 verbosity 3 verbosity == 3 verbosity 3 -log_file == scraper_track.1567129025.5391061 +log_file == scraper_track.1568054982.4682803 verbosity 3 Message: Searched for "train of thought reflection eternal" Function: from_search Data: -{'tracks': {'href': 'https://api.spotify.com/v1/search?query=train+of+thought+reflection+eternal&type=track&market=GB&offset=0&limit=50', 'items': [{'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2PbWFmysd3j9MEacjjhozx'}, 'href': 'https://api.spotify.com/v1/albums/2PbWFmysd3j9MEacjjhozx', 'id': '2PbWFmysd3j9MEacjjhozx', 'images': [{'height': 635, 'url': 'https://i.scdn.co/image/3c018a368d62a0e6375aa8585c2f96c974a3f552', 'width': 640}, {'height': 298, 'url': 'https://i.scdn.co/image/91f08f26ffc27cb0970612e84938c17b75db0eba', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/26348c8514f1ba8157eaf29368492f0ee00d767c', 'width': 64}], 'name': 'Train Of Thought', 'release_date': '2000-10-17', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:2PbWFmysd3j9MEacjjhozx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/1vsWTWAvfdqNeFmXq72SlC'}, 'href': 'https://api.spotify.com/v1/artists/1vsWTWAvfdqNeFmXq72SlC', 'id': '1vsWTWAvfdqNeFmXq72SlC', 'name': 'Vinia Mojica', 'type': 'artist', 'uri': 'spotify:artist:1vsWTWAvfdqNeFmXq72SlC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 187026, 'explicit': True, 'external_ids': {'isrc': 'USRW50200034'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/1l7xvA5XajmKQDo1h8Vc3K'}, 'href': 'https://api.spotify.com/v1/tracks/1l7xvA5XajmKQDo1h8Vc3K', 'id': '1l7xvA5XajmKQDo1h8Vc3K', 'is_local': False, 'name': 'Blast', 'popularity': 43, 'preview_url': None, 'track_number': 4, 'type': 'track', 'uri': 'spotify:track:1l7xvA5XajmKQDo1h8Vc3K'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2PbWFmysd3j9MEacjjhozx'}, 'href': 'https://api.spotify.com/v1/albums/2PbWFmysd3j9MEacjjhozx', 'id': '2PbWFmysd3j9MEacjjhozx', 'images': [{'height': 635, 'url': 'https://i.scdn.co/image/3c018a368d62a0e6375aa8585c2f96c974a3f552', 'width': 640}, {'height': 298, 'url': 'https://i.scdn.co/image/91f08f26ffc27cb0970612e84938c17b75db0eba', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/26348c8514f1ba8157eaf29368492f0ee00d767c', 'width': 64}], 'name': 'Train Of Thought', 'release_date': '2000-10-17', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:2PbWFmysd3j9MEacjjhozx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 238573, 'explicit': True, 'external_ids': {'isrc': 'USRW50200037'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0kHIEdWbOvnrvTmRfPtHDN'}, 'href': 'https://api.spotify.com/v1/tracks/0kHIEdWbOvnrvTmRfPtHDN', 'id': '0kHIEdWbOvnrvTmRfPtHDN', 'is_local': False, 'name': 'Memories Live', 'popularity': 42, 'preview_url': None, 'track_number': 7, 'type': 'track', 'uri': 'spotify:track:0kHIEdWbOvnrvTmRfPtHDN'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2PbWFmysd3j9MEacjjhozx'}, 'href': 'https://api.spotify.com/v1/albums/2PbWFmysd3j9MEacjjhozx', 'id': '2PbWFmysd3j9MEacjjhozx', 'images': [{'height': 635, 'url': 'https://i.scdn.co/image/3c018a368d62a0e6375aa8585c2f96c974a3f552', 'width': 640}, {'height': 298, 'url': 'https://i.scdn.co/image/91f08f26ffc27cb0970612e84938c17b75db0eba', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/26348c8514f1ba8157eaf29368492f0ee00d767c', 'width': 64}], 'name': 'Train Of Thought', 'release_date': '2000-10-17', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:2PbWFmysd3j9MEacjjhozx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 194706, 'explicit': True, 'external_ids': {'isrc': 'USRW50200033'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5JUyalk6H6ZxKyeuY4qSU9'}, 'href': 'https://api.spotify.com/v1/tracks/5JUyalk6H6ZxKyeuY4qSU9', 'id': '5JUyalk6H6ZxKyeuY4qSU9', 'is_local': False, 'name': 'Some Kind Of Wonderful', 'popularity': 24, 'preview_url': None, 'track_number': 3, 'type': 'track', 'uri': 'spotify:track:5JUyalk6H6ZxKyeuY4qSU9'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2PbWFmysd3j9MEacjjhozx'}, 'href': 'https://api.spotify.com/v1/albums/2PbWFmysd3j9MEacjjhozx', 'id': '2PbWFmysd3j9MEacjjhozx', 'images': [{'height': 635, 'url': 'https://i.scdn.co/image/3c018a368d62a0e6375aa8585c2f96c974a3f552', 'width': 640}, {'height': 298, 'url': 'https://i.scdn.co/image/91f08f26ffc27cb0970612e84938c17b75db0eba', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/26348c8514f1ba8157eaf29368492f0ee00d767c', 'width': 64}], 'name': 'Train Of Thought', 'release_date': '2000-10-17', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:2PbWFmysd3j9MEacjjhozx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 188000, 'explicit': True, 'external_ids': {'isrc': 'USRW50200032'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/435swMJOzHgaXrzA4IUFN4'}, 'href': 'https://api.spotify.com/v1/tracks/435swMJOzHgaXrzA4IUFN4', 'id': '435swMJOzHgaXrzA4IUFN4', 'is_local': False, 'name': "Move Somethin'", 'popularity': 33, 'preview_url': None, 'track_number': 2, 'type': 'track', 'uri': 'spotify:track:435swMJOzHgaXrzA4IUFN4'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2PbWFmysd3j9MEacjjhozx'}, 'href': 'https://api.spotify.com/v1/albums/2PbWFmysd3j9MEacjjhozx', 'id': '2PbWFmysd3j9MEacjjhozx', 'images': [{'height': 635, 'url': 'https://i.scdn.co/image/3c018a368d62a0e6375aa8585c2f96c974a3f552', 'width': 640}, {'height': 298, 'url': 'https://i.scdn.co/image/91f08f26ffc27cb0970612e84938c17b75db0eba', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/26348c8514f1ba8157eaf29368492f0ee00d767c', 'width': 64}], 'name': 'Train Of Thought', 'release_date': '2000-10-17', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:2PbWFmysd3j9MEacjjhozx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 110666, 'explicit': True, 'external_ids': {'isrc': 'USRW50200040'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3FC8uyLLJwIGu95xN33CcU'}, 'href': 'https://api.spotify.com/v1/tracks/3FC8uyLLJwIGu95xN33CcU', 'id': '3FC8uyLLJwIGu95xN33CcU', 'is_local': False, 'name': 'Name Of The Game', 'popularity': 22, 'preview_url': None, 'track_number': 10, 'type': 'track', 'uri': 'spotify:track:3FC8uyLLJwIGu95xN33CcU'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2PbWFmysd3j9MEacjjhozx'}, 'href': 'https://api.spotify.com/v1/albums/2PbWFmysd3j9MEacjjhozx', 'id': '2PbWFmysd3j9MEacjjhozx', 'images': [{'height': 635, 'url': 'https://i.scdn.co/image/3c018a368d62a0e6375aa8585c2f96c974a3f552', 'width': 640}, {'height': 298, 'url': 'https://i.scdn.co/image/91f08f26ffc27cb0970612e84938c17b75db0eba', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/26348c8514f1ba8157eaf29368492f0ee00d767c', 'width': 64}], 'name': 'Train Of Thought', 'release_date': '2000-10-17', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:2PbWFmysd3j9MEacjjhozx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/55PeYSS1g71a1BZLeIr0Sd'}, 'href': 'https://api.spotify.com/v1/artists/55PeYSS1g71a1BZLeIr0Sd', 'id': '55PeYSS1g71a1BZLeIr0Sd', 'name': 'Les Nubians', 'type': 'artist', 'uri': 'spotify:artist:55PeYSS1g71a1BZLeIr0Sd'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 302733, 'explicit': True, 'external_ids': {'isrc': 'USRW50200043'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/66Gsjj79HqMqZbUGi3xyBY'}, 'href': 'https://api.spotify.com/v1/tracks/66Gsjj79HqMqZbUGi3xyBY', 'id': '66Gsjj79HqMqZbUGi3xyBY', 'is_local': False, 'name': 'Love Language', 'popularity': 28, 'preview_url': None, 'track_number': 13, 'type': 'track', 'uri': 'spotify:track:66Gsjj79HqMqZbUGi3xyBY'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2PbWFmysd3j9MEacjjhozx'}, 'href': 'https://api.spotify.com/v1/albums/2PbWFmysd3j9MEacjjhozx', 'id': '2PbWFmysd3j9MEacjjhozx', 'images': [{'height': 635, 'url': 'https://i.scdn.co/image/3c018a368d62a0e6375aa8585c2f96c974a3f552', 'width': 640}, {'height': 298, 'url': 'https://i.scdn.co/image/91f08f26ffc27cb0970612e84938c17b75db0eba', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/26348c8514f1ba8157eaf29368492f0ee00d767c', 'width': 64}], 'name': 'Train Of Thought', 'release_date': '2000-10-17', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:2PbWFmysd3j9MEacjjhozx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/56YiNz2C704YPpRtPvMBg7'}, 'href': 'https://api.spotify.com/v1/artists/56YiNz2C704YPpRtPvMBg7', 'id': '56YiNz2C704YPpRtPvMBg7', 'name': 'Res', 'type': 'artist', 'uri': 'spotify:artist:56YiNz2C704YPpRtPvMBg7'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 205960, 'explicit': True, 'external_ids': {'isrc': 'USRW50200036'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/52eg5klFsy0lgiUuQNaZA7'}, 'href': 'https://api.spotify.com/v1/tracks/52eg5klFsy0lgiUuQNaZA7', 'id': '52eg5klFsy0lgiUuQNaZA7', 'is_local': False, 'name': 'Too Late', 'popularity': 30, 'preview_url': None, 'track_number': 6, 'type': 'track', 'uri': 'spotify:track:52eg5klFsy0lgiUuQNaZA7'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2PbWFmysd3j9MEacjjhozx'}, 'href': 'https://api.spotify.com/v1/albums/2PbWFmysd3j9MEacjjhozx', 'id': '2PbWFmysd3j9MEacjjhozx', 'images': [{'height': 635, 'url': 'https://i.scdn.co/image/3c018a368d62a0e6375aa8585c2f96c974a3f552', 'width': 640}, {'height': 298, 'url': 'https://i.scdn.co/image/91f08f26ffc27cb0970612e84938c17b75db0eba', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/26348c8514f1ba8157eaf29368492f0ee00d767c', 'width': 64}], 'name': 'Train Of Thought', 'release_date': '2000-10-17', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:2PbWFmysd3j9MEacjjhozx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/0Mz5XE0kb1GBnbLQm2VbcO'}, 'href': 'https://api.spotify.com/v1/artists/0Mz5XE0kb1GBnbLQm2VbcO', 'id': '0Mz5XE0kb1GBnbLQm2VbcO', 'name': 'Mos Def', 'type': 'artist', 'uri': 'spotify:artist:0Mz5XE0kb1GBnbLQm2VbcO'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 252373, 'explicit': True, 'external_ids': {'isrc': 'USRW50200035'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/23QOOlr3qphVsucvoXN5h5'}, 'href': 'https://api.spotify.com/v1/tracks/23QOOlr3qphVsucvoXN5h5', 'id': '23QOOlr3qphVsucvoXN5h5', 'is_local': False, 'name': 'This Means You', 'popularity': 29, 'preview_url': None, 'track_number': 5, 'type': 'track', 'uri': 'spotify:track:23QOOlr3qphVsucvoXN5h5'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2PbWFmysd3j9MEacjjhozx'}, 'href': 'https://api.spotify.com/v1/albums/2PbWFmysd3j9MEacjjhozx', 'id': '2PbWFmysd3j9MEacjjhozx', 'images': [{'height': 635, 'url': 'https://i.scdn.co/image/3c018a368d62a0e6375aa8585c2f96c974a3f552', 'width': 640}, {'height': 298, 'url': 'https://i.scdn.co/image/91f08f26ffc27cb0970612e84938c17b75db0eba', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/26348c8514f1ba8157eaf29368492f0ee00d767c', 'width': 64}], 'name': 'Train Of Thought', 'release_date': '2000-10-17', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:2PbWFmysd3j9MEacjjhozx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 249466, 'explicit': True, 'external_ids': {'isrc': 'USRW50200038'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/602eqxDxgVjfVD9Oiuj8wi'}, 'href': 'https://api.spotify.com/v1/tracks/602eqxDxgVjfVD9Oiuj8wi', 'id': '602eqxDxgVjfVD9Oiuj8wi', 'is_local': False, 'name': 'Africa Dream', 'popularity': 27, 'preview_url': None, 'track_number': 8, 'type': 'track', 'uri': 'spotify:track:602eqxDxgVjfVD9Oiuj8wi'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2PbWFmysd3j9MEacjjhozx'}, 'href': 'https://api.spotify.com/v1/albums/2PbWFmysd3j9MEacjjhozx', 'id': '2PbWFmysd3j9MEacjjhozx', 'images': [{'height': 635, 'url': 'https://i.scdn.co/image/3c018a368d62a0e6375aa8585c2f96c974a3f552', 'width': 640}, {'height': 298, 'url': 'https://i.scdn.co/image/91f08f26ffc27cb0970612e84938c17b75db0eba', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/26348c8514f1ba8157eaf29368492f0ee00d767c', 'width': 64}], 'name': 'Train Of Thought', 'release_date': '2000-10-17', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:2PbWFmysd3j9MEacjjhozx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/1Z8ODXyhEBi3WynYw0Rya6'}, 'href': 'https://api.spotify.com/v1/artists/1Z8ODXyhEBi3WynYw0Rya6', 'id': '1Z8ODXyhEBi3WynYw0Rya6', 'name': 'De La Soul', 'type': 'artist', 'uri': 'spotify:artist:1Z8ODXyhEBi3WynYw0Rya6'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 242893, 'explicit': True, 'external_ids': {'isrc': 'USRW50200045'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/46JRNb3jYKtw2ykBhVgx6W'}, 'href': 'https://api.spotify.com/v1/tracks/46JRNb3jYKtw2ykBhVgx6W', 'id': '46JRNb3jYKtw2ykBhVgx6W', 'is_local': False, 'name': 'Soul Rebels', 'popularity': 26, 'preview_url': None, 'track_number': 15, 'type': 'track', 'uri': 'spotify:track:46JRNb3jYKtw2ykBhVgx6W'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2PbWFmysd3j9MEacjjhozx'}, 'href': 'https://api.spotify.com/v1/albums/2PbWFmysd3j9MEacjjhozx', 'id': '2PbWFmysd3j9MEacjjhozx', 'images': [{'height': 635, 'url': 'https://i.scdn.co/image/3c018a368d62a0e6375aa8585c2f96c974a3f552', 'width': 640}, {'height': 298, 'url': 'https://i.scdn.co/image/91f08f26ffc27cb0970612e84938c17b75db0eba', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/26348c8514f1ba8157eaf29368492f0ee00d767c', 'width': 64}], 'name': 'Train Of Thought', 'release_date': '2000-10-17', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:2PbWFmysd3j9MEacjjhozx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 98466, 'explicit': True, 'external_ids': {'isrc': 'USRW50200044'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/6eXpxFGhRMssC5XnaxEhMu'}, 'href': 'https://api.spotify.com/v1/tracks/6eXpxFGhRMssC5XnaxEhMu', 'id': '6eXpxFGhRMssC5XnaxEhMu', 'is_local': False, 'name': 'Love Speakeasy', 'popularity': 27, 'preview_url': None, 'track_number': 14, 'type': 'track', 'uri': 'spotify:track:6eXpxFGhRMssC5XnaxEhMu'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2PbWFmysd3j9MEacjjhozx'}, 'href': 'https://api.spotify.com/v1/albums/2PbWFmysd3j9MEacjjhozx', 'id': '2PbWFmysd3j9MEacjjhozx', 'images': [{'height': 635, 'url': 'https://i.scdn.co/image/3c018a368d62a0e6375aa8585c2f96c974a3f552', 'width': 640}, {'height': 298, 'url': 'https://i.scdn.co/image/91f08f26ffc27cb0970612e84938c17b75db0eba', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/26348c8514f1ba8157eaf29368492f0ee00d767c', 'width': 64}], 'name': 'Train Of Thought', 'release_date': '2000-10-17', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:2PbWFmysd3j9MEacjjhozx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 69386, 'explicit': True, 'external_ids': {'isrc': 'USRW50200042'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5fvTsJmhtY6cWjXzWKNFFj'}, 'href': 'https://api.spotify.com/v1/tracks/5fvTsJmhtY6cWjXzWKNFFj', 'id': '5fvTsJmhtY6cWjXzWKNFFj', 'is_local': False, 'name': 'On My Way', 'popularity': 30, 'preview_url': None, 'track_number': 12, 'type': 'track', 'uri': 'spotify:track:5fvTsJmhtY6cWjXzWKNFFj'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2PbWFmysd3j9MEacjjhozx'}, 'href': 'https://api.spotify.com/v1/albums/2PbWFmysd3j9MEacjjhozx', 'id': '2PbWFmysd3j9MEacjjhozx', 'images': [{'height': 635, 'url': 'https://i.scdn.co/image/3c018a368d62a0e6375aa8585c2f96c974a3f552', 'width': 640}, {'height': 298, 'url': 'https://i.scdn.co/image/91f08f26ffc27cb0970612e84938c17b75db0eba', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/26348c8514f1ba8157eaf29368492f0ee00d767c', 'width': 64}], 'name': 'Train Of Thought', 'release_date': '2000-10-17', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:2PbWFmysd3j9MEacjjhozx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 214066, 'explicit': True, 'external_ids': {'isrc': 'USRW50200049'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/6cWPz408v5jMZjgTiiqbLh'}, 'href': 'https://api.spotify.com/v1/tracks/6cWPz408v5jMZjgTiiqbLh', 'id': '6cWPz408v5jMZjgTiiqbLh', 'is_local': False, 'name': 'Good Mourning', 'popularity': 25, 'preview_url': None, 'track_number': 19, 'type': 'track', 'uri': 'spotify:track:6cWPz408v5jMZjgTiiqbLh'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2PbWFmysd3j9MEacjjhozx'}, 'href': 'https://api.spotify.com/v1/albums/2PbWFmysd3j9MEacjjhozx', 'id': '2PbWFmysd3j9MEacjjhozx', 'images': [{'height': 635, 'url': 'https://i.scdn.co/image/3c018a368d62a0e6375aa8585c2f96c974a3f552', 'width': 640}, {'height': 298, 'url': 'https://i.scdn.co/image/91f08f26ffc27cb0970612e84938c17b75db0eba', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/26348c8514f1ba8157eaf29368492f0ee00d767c', 'width': 64}], 'name': 'Train Of Thought', 'release_date': '2000-10-17', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:2PbWFmysd3j9MEacjjhozx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/1uT0jnwsq3AifrLorG4UDt'}, 'href': 'https://api.spotify.com/v1/artists/1uT0jnwsq3AifrLorG4UDt', 'id': '1uT0jnwsq3AifrLorG4UDt', 'name': 'Rah Digga', 'type': 'artist', 'uri': 'spotify:artist:1uT0jnwsq3AifrLorG4UDt'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/4tujQJicOnuZRLiBFdp3Ou'}, 'href': 'https://api.spotify.com/v1/artists/4tujQJicOnuZRLiBFdp3Ou', 'id': '4tujQJicOnuZRLiBFdp3Ou', 'name': 'Xzibit', 'type': 'artist', 'uri': 'spotify:artist:4tujQJicOnuZRLiBFdp3Ou'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 231893, 'explicit': True, 'external_ids': {'isrc': 'USRW50200039'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/40cDKc48VgVBEEXpPZjGCa'}, 'href': 'https://api.spotify.com/v1/tracks/40cDKc48VgVBEEXpPZjGCa', 'id': '40cDKc48VgVBEEXpPZjGCa', 'is_local': False, 'name': 'Down For The Count', 'popularity': 26, 'preview_url': None, 'track_number': 9, 'type': 'track', 'uri': 'spotify:track:40cDKc48VgVBEEXpPZjGCa'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2PbWFmysd3j9MEacjjhozx'}, 'href': 'https://api.spotify.com/v1/albums/2PbWFmysd3j9MEacjjhozx', 'id': '2PbWFmysd3j9MEacjjhozx', 'images': [{'height': 635, 'url': 'https://i.scdn.co/image/3c018a368d62a0e6375aa8585c2f96c974a3f552', 'width': 640}, {'height': 298, 'url': 'https://i.scdn.co/image/91f08f26ffc27cb0970612e84938c17b75db0eba', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/26348c8514f1ba8157eaf29368492f0ee00d767c', 'width': 64}], 'name': 'Train Of Thought', 'release_date': '2000-10-17', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:2PbWFmysd3j9MEacjjhozx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 238400, 'explicit': True, 'external_ids': {'isrc': 'USRW50200046'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0nRh8rvL9nx8KP0MT1vXIj'}, 'href': 'https://api.spotify.com/v1/tracks/0nRh8rvL9nx8KP0MT1vXIj', 'id': '0nRh8rvL9nx8KP0MT1vXIj', 'is_local': False, 'name': 'Eternalists', 'popularity': 24, 'preview_url': None, 'track_number': 16, 'type': 'track', 'uri': 'spotify:track:0nRh8rvL9nx8KP0MT1vXIj'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2PbWFmysd3j9MEacjjhozx'}, 'href': 'https://api.spotify.com/v1/albums/2PbWFmysd3j9MEacjjhozx', 'id': '2PbWFmysd3j9MEacjjhozx', 'images': [{'height': 635, 'url': 'https://i.scdn.co/image/3c018a368d62a0e6375aa8585c2f96c974a3f552', 'width': 640}, {'height': 298, 'url': 'https://i.scdn.co/image/91f08f26ffc27cb0970612e84938c17b75db0eba', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/26348c8514f1ba8157eaf29368492f0ee00d767c', 'width': 64}], 'name': 'Train Of Thought', 'release_date': '2000-10-17', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:2PbWFmysd3j9MEacjjhozx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 143400, 'explicit': True, 'external_ids': {'isrc': 'USRW50200031'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/41KmLBPwqBTAyfeUN2YffS'}, 'href': 'https://api.spotify.com/v1/tracks/41KmLBPwqBTAyfeUN2YffS', 'id': '41KmLBPwqBTAyfeUN2YffS', 'is_local': False, 'name': 'Experience Dedication', 'popularity': 23, 'preview_url': None, 'track_number': 1, 'type': 'track', 'uri': 'spotify:track:41KmLBPwqBTAyfeUN2YffS'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2PbWFmysd3j9MEacjjhozx'}, 'href': 'https://api.spotify.com/v1/albums/2PbWFmysd3j9MEacjjhozx', 'id': '2PbWFmysd3j9MEacjjhozx', 'images': [{'height': 635, 'url': 'https://i.scdn.co/image/3c018a368d62a0e6375aa8585c2f96c974a3f552', 'width': 640}, {'height': 298, 'url': 'https://i.scdn.co/image/91f08f26ffc27cb0970612e84938c17b75db0eba', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/26348c8514f1ba8157eaf29368492f0ee00d767c', 'width': 64}], 'name': 'Train Of Thought', 'release_date': '2000-10-17', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:2PbWFmysd3j9MEacjjhozx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 479066, 'explicit': True, 'external_ids': {'isrc': 'USRW50200050'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/1Meqn4dxzDIq7DccSrnseE'}, 'href': 'https://api.spotify.com/v1/tracks/1Meqn4dxzDIq7DccSrnseE', 'id': '1Meqn4dxzDIq7DccSrnseE', 'is_local': False, 'name': 'Expansion Outro', 'popularity': 22, 'preview_url': None, 'track_number': 20, 'type': 'track', 'uri': 'spotify:track:1Meqn4dxzDIq7DccSrnseE'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2PbWFmysd3j9MEacjjhozx'}, 'href': 'https://api.spotify.com/v1/albums/2PbWFmysd3j9MEacjjhozx', 'id': '2PbWFmysd3j9MEacjjhozx', 'images': [{'height': 635, 'url': 'https://i.scdn.co/image/3c018a368d62a0e6375aa8585c2f96c974a3f552', 'width': 640}, {'height': 298, 'url': 'https://i.scdn.co/image/91f08f26ffc27cb0970612e84938c17b75db0eba', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/26348c8514f1ba8157eaf29368492f0ee00d767c', 'width': 64}], 'name': 'Train Of Thought', 'release_date': '2000-10-17', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:2PbWFmysd3j9MEacjjhozx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/099tLNCZZvtjC7myKD0mFp'}, 'href': 'https://api.spotify.com/v1/artists/099tLNCZZvtjC7myKD0mFp', 'id': '099tLNCZZvtjC7myKD0mFp', 'name': 'Kool G Rap', 'type': 'artist', 'uri': 'spotify:artist:099tLNCZZvtjC7myKD0mFp'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 178986, 'explicit': True, 'external_ids': {'isrc': 'USRW50200041'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0rTGFpIVFTJ84PgDHOS3Aw'}, 'href': 'https://api.spotify.com/v1/tracks/0rTGFpIVFTJ84PgDHOS3Aw', 'id': '0rTGFpIVFTJ84PgDHOS3Aw', 'is_local': False, 'name': 'Ghetto Afterlife', 'popularity': 22, 'preview_url': None, 'track_number': 11, 'type': 'track', 'uri': 'spotify:track:0rTGFpIVFTJ84PgDHOS3Aw'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2PbWFmysd3j9MEacjjhozx'}, 'href': 'https://api.spotify.com/v1/albums/2PbWFmysd3j9MEacjjhozx', 'id': '2PbWFmysd3j9MEacjjhozx', 'images': [{'height': 635, 'url': 'https://i.scdn.co/image/3c018a368d62a0e6375aa8585c2f96c974a3f552', 'width': 640}, {'height': 298, 'url': 'https://i.scdn.co/image/91f08f26ffc27cb0970612e84938c17b75db0eba', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/26348c8514f1ba8157eaf29368492f0ee00d767c', 'width': 64}], 'name': 'Train Of Thought', 'release_date': '2000-10-17', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:2PbWFmysd3j9MEacjjhozx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/4e3EUnExnNp2DOpFjyS1Qx'}, 'href': 'https://api.spotify.com/v1/artists/4e3EUnExnNp2DOpFjyS1Qx', 'id': '4e3EUnExnNp2DOpFjyS1Qx', 'name': 'Piakhan', 'type': 'artist', 'uri': 'spotify:artist:4e3EUnExnNp2DOpFjyS1Qx'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/47jJdFPmE1xT5IiHQ4gxHF'}, 'href': 'https://api.spotify.com/v1/artists/47jJdFPmE1xT5IiHQ4gxHF', 'id': '47jJdFPmE1xT5IiHQ4gxHF', 'name': 'Supa Dav West', 'type': 'artist', 'uri': 'spotify:artist:47jJdFPmE1xT5IiHQ4gxHF'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 281333, 'explicit': True, 'external_ids': {'isrc': 'USRW50200048'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/6gkmMpZkjngnkkgR0HS2Ns'}, 'href': 'https://api.spotify.com/v1/tracks/6gkmMpZkjngnkkgR0HS2Ns', 'id': '6gkmMpZkjngnkkgR0HS2Ns', 'is_local': False, 'name': 'Touch You', 'popularity': 21, 'preview_url': None, 'track_number': 18, 'type': 'track', 'uri': 'spotify:track:6gkmMpZkjngnkkgR0HS2Ns'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2PbWFmysd3j9MEacjjhozx'}, 'href': 'https://api.spotify.com/v1/albums/2PbWFmysd3j9MEacjjhozx', 'id': '2PbWFmysd3j9MEacjjhozx', 'images': [{'height': 635, 'url': 'https://i.scdn.co/image/3c018a368d62a0e6375aa8585c2f96c974a3f552', 'width': 640}, {'height': 298, 'url': 'https://i.scdn.co/image/91f08f26ffc27cb0970612e84938c17b75db0eba', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/26348c8514f1ba8157eaf29368492f0ee00d767c', 'width': 64}], 'name': 'Train Of Thought', 'release_date': '2000-10-17', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:2PbWFmysd3j9MEacjjhozx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 75373, 'explicit': True, 'external_ids': {'isrc': 'USRW50200047'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/1AHk54FiqDAikjiYqvwmAm'}, 'href': 'https://api.spotify.com/v1/tracks/1AHk54FiqDAikjiYqvwmAm', 'id': '1AHk54FiqDAikjiYqvwmAm', 'is_local': False, 'name': 'Big Nel From Da Natti', 'popularity': 20, 'preview_url': None, 'track_number': 17, 'type': 'track', 'uri': 'spotify:track:1AHk54FiqDAikjiYqvwmAm'}], 'limit': 50, 'next': None, 'offset': 0, 'previous': None, 'total': 20}} +{'tracks': {'href': 'https://api.spotify.com/v1/search?query=train+of+thought+reflection+eternal&type=track&market=GB&offset=0&limit=50', 'items': [{'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2PbWFmysd3j9MEacjjhozx'}, 'href': 'https://api.spotify.com/v1/albums/2PbWFmysd3j9MEacjjhozx', 'id': '2PbWFmysd3j9MEacjjhozx', 'images': [{'height': 635, 'url': 'https://i.scdn.co/image/3c018a368d62a0e6375aa8585c2f96c974a3f552', 'width': 640}, {'height': 298, 'url': 'https://i.scdn.co/image/91f08f26ffc27cb0970612e84938c17b75db0eba', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/26348c8514f1ba8157eaf29368492f0ee00d767c', 'width': 64}], 'name': 'Train Of Thought', 'release_date': '2000-10-17', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:2PbWFmysd3j9MEacjjhozx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/1vsWTWAvfdqNeFmXq72SlC'}, 'href': 'https://api.spotify.com/v1/artists/1vsWTWAvfdqNeFmXq72SlC', 'id': '1vsWTWAvfdqNeFmXq72SlC', 'name': 'Vinia Mojica', 'type': 'artist', 'uri': 'spotify:artist:1vsWTWAvfdqNeFmXq72SlC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 187026, 'explicit': True, 'external_ids': {'isrc': 'USRW50200034'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/1l7xvA5XajmKQDo1h8Vc3K'}, 'href': 'https://api.spotify.com/v1/tracks/1l7xvA5XajmKQDo1h8Vc3K', 'id': '1l7xvA5XajmKQDo1h8Vc3K', 'is_local': False, 'name': 'Blast', 'popularity': 44, 'preview_url': None, 'track_number': 4, 'type': 'track', 'uri': 'spotify:track:1l7xvA5XajmKQDo1h8Vc3K'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2PbWFmysd3j9MEacjjhozx'}, 'href': 'https://api.spotify.com/v1/albums/2PbWFmysd3j9MEacjjhozx', 'id': '2PbWFmysd3j9MEacjjhozx', 'images': [{'height': 635, 'url': 'https://i.scdn.co/image/3c018a368d62a0e6375aa8585c2f96c974a3f552', 'width': 640}, {'height': 298, 'url': 'https://i.scdn.co/image/91f08f26ffc27cb0970612e84938c17b75db0eba', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/26348c8514f1ba8157eaf29368492f0ee00d767c', 'width': 64}], 'name': 'Train Of Thought', 'release_date': '2000-10-17', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:2PbWFmysd3j9MEacjjhozx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 238573, 'explicit': True, 'external_ids': {'isrc': 'USRW50200037'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0kHIEdWbOvnrvTmRfPtHDN'}, 'href': 'https://api.spotify.com/v1/tracks/0kHIEdWbOvnrvTmRfPtHDN', 'id': '0kHIEdWbOvnrvTmRfPtHDN', 'is_local': False, 'name': 'Memories Live', 'popularity': 43, 'preview_url': None, 'track_number': 7, 'type': 'track', 'uri': 'spotify:track:0kHIEdWbOvnrvTmRfPtHDN'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2PbWFmysd3j9MEacjjhozx'}, 'href': 'https://api.spotify.com/v1/albums/2PbWFmysd3j9MEacjjhozx', 'id': '2PbWFmysd3j9MEacjjhozx', 'images': [{'height': 635, 'url': 'https://i.scdn.co/image/3c018a368d62a0e6375aa8585c2f96c974a3f552', 'width': 640}, {'height': 298, 'url': 'https://i.scdn.co/image/91f08f26ffc27cb0970612e84938c17b75db0eba', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/26348c8514f1ba8157eaf29368492f0ee00d767c', 'width': 64}], 'name': 'Train Of Thought', 'release_date': '2000-10-17', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:2PbWFmysd3j9MEacjjhozx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 188000, 'explicit': True, 'external_ids': {'isrc': 'USRW50200032'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/435swMJOzHgaXrzA4IUFN4'}, 'href': 'https://api.spotify.com/v1/tracks/435swMJOzHgaXrzA4IUFN4', 'id': '435swMJOzHgaXrzA4IUFN4', 'is_local': False, 'name': "Move Somethin'", 'popularity': 33, 'preview_url': None, 'track_number': 2, 'type': 'track', 'uri': 'spotify:track:435swMJOzHgaXrzA4IUFN4'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2PbWFmysd3j9MEacjjhozx'}, 'href': 'https://api.spotify.com/v1/albums/2PbWFmysd3j9MEacjjhozx', 'id': '2PbWFmysd3j9MEacjjhozx', 'images': [{'height': 635, 'url': 'https://i.scdn.co/image/3c018a368d62a0e6375aa8585c2f96c974a3f552', 'width': 640}, {'height': 298, 'url': 'https://i.scdn.co/image/91f08f26ffc27cb0970612e84938c17b75db0eba', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/26348c8514f1ba8157eaf29368492f0ee00d767c', 'width': 64}], 'name': 'Train Of Thought', 'release_date': '2000-10-17', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:2PbWFmysd3j9MEacjjhozx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/56YiNz2C704YPpRtPvMBg7'}, 'href': 'https://api.spotify.com/v1/artists/56YiNz2C704YPpRtPvMBg7', 'id': '56YiNz2C704YPpRtPvMBg7', 'name': 'Res', 'type': 'artist', 'uri': 'spotify:artist:56YiNz2C704YPpRtPvMBg7'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 205960, 'explicit': True, 'external_ids': {'isrc': 'USRW50200036'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/52eg5klFsy0lgiUuQNaZA7'}, 'href': 'https://api.spotify.com/v1/tracks/52eg5klFsy0lgiUuQNaZA7', 'id': '52eg5klFsy0lgiUuQNaZA7', 'is_local': False, 'name': 'Too Late', 'popularity': 31, 'preview_url': None, 'track_number': 6, 'type': 'track', 'uri': 'spotify:track:52eg5klFsy0lgiUuQNaZA7'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2PbWFmysd3j9MEacjjhozx'}, 'href': 'https://api.spotify.com/v1/albums/2PbWFmysd3j9MEacjjhozx', 'id': '2PbWFmysd3j9MEacjjhozx', 'images': [{'height': 635, 'url': 'https://i.scdn.co/image/3c018a368d62a0e6375aa8585c2f96c974a3f552', 'width': 640}, {'height': 298, 'url': 'https://i.scdn.co/image/91f08f26ffc27cb0970612e84938c17b75db0eba', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/26348c8514f1ba8157eaf29368492f0ee00d767c', 'width': 64}], 'name': 'Train Of Thought', 'release_date': '2000-10-17', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:2PbWFmysd3j9MEacjjhozx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/55PeYSS1g71a1BZLeIr0Sd'}, 'href': 'https://api.spotify.com/v1/artists/55PeYSS1g71a1BZLeIr0Sd', 'id': '55PeYSS1g71a1BZLeIr0Sd', 'name': 'Les Nubians', 'type': 'artist', 'uri': 'spotify:artist:55PeYSS1g71a1BZLeIr0Sd'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 302733, 'explicit': True, 'external_ids': {'isrc': 'USRW50200043'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/66Gsjj79HqMqZbUGi3xyBY'}, 'href': 'https://api.spotify.com/v1/tracks/66Gsjj79HqMqZbUGi3xyBY', 'id': '66Gsjj79HqMqZbUGi3xyBY', 'is_local': False, 'name': 'Love Language', 'popularity': 29, 'preview_url': None, 'track_number': 13, 'type': 'track', 'uri': 'spotify:track:66Gsjj79HqMqZbUGi3xyBY'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2PbWFmysd3j9MEacjjhozx'}, 'href': 'https://api.spotify.com/v1/albums/2PbWFmysd3j9MEacjjhozx', 'id': '2PbWFmysd3j9MEacjjhozx', 'images': [{'height': 635, 'url': 'https://i.scdn.co/image/3c018a368d62a0e6375aa8585c2f96c974a3f552', 'width': 640}, {'height': 298, 'url': 'https://i.scdn.co/image/91f08f26ffc27cb0970612e84938c17b75db0eba', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/26348c8514f1ba8157eaf29368492f0ee00d767c', 'width': 64}], 'name': 'Train Of Thought', 'release_date': '2000-10-17', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:2PbWFmysd3j9MEacjjhozx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/0Mz5XE0kb1GBnbLQm2VbcO'}, 'href': 'https://api.spotify.com/v1/artists/0Mz5XE0kb1GBnbLQm2VbcO', 'id': '0Mz5XE0kb1GBnbLQm2VbcO', 'name': 'Mos Def', 'type': 'artist', 'uri': 'spotify:artist:0Mz5XE0kb1GBnbLQm2VbcO'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 252373, 'explicit': True, 'external_ids': {'isrc': 'USRW50200035'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/23QOOlr3qphVsucvoXN5h5'}, 'href': 'https://api.spotify.com/v1/tracks/23QOOlr3qphVsucvoXN5h5', 'id': '23QOOlr3qphVsucvoXN5h5', 'is_local': False, 'name': 'This Means You', 'popularity': 29, 'preview_url': None, 'track_number': 5, 'type': 'track', 'uri': 'spotify:track:23QOOlr3qphVsucvoXN5h5'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2PbWFmysd3j9MEacjjhozx'}, 'href': 'https://api.spotify.com/v1/albums/2PbWFmysd3j9MEacjjhozx', 'id': '2PbWFmysd3j9MEacjjhozx', 'images': [{'height': 635, 'url': 'https://i.scdn.co/image/3c018a368d62a0e6375aa8585c2f96c974a3f552', 'width': 640}, {'height': 298, 'url': 'https://i.scdn.co/image/91f08f26ffc27cb0970612e84938c17b75db0eba', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/26348c8514f1ba8157eaf29368492f0ee00d767c', 'width': 64}], 'name': 'Train Of Thought', 'release_date': '2000-10-17', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:2PbWFmysd3j9MEacjjhozx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/1Z8ODXyhEBi3WynYw0Rya6'}, 'href': 'https://api.spotify.com/v1/artists/1Z8ODXyhEBi3WynYw0Rya6', 'id': '1Z8ODXyhEBi3WynYw0Rya6', 'name': 'De La Soul', 'type': 'artist', 'uri': 'spotify:artist:1Z8ODXyhEBi3WynYw0Rya6'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 242893, 'explicit': True, 'external_ids': {'isrc': 'USRW50200045'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/46JRNb3jYKtw2ykBhVgx6W'}, 'href': 'https://api.spotify.com/v1/tracks/46JRNb3jYKtw2ykBhVgx6W', 'id': '46JRNb3jYKtw2ykBhVgx6W', 'is_local': False, 'name': 'Soul Rebels', 'popularity': 27, 'preview_url': None, 'track_number': 15, 'type': 'track', 'uri': 'spotify:track:46JRNb3jYKtw2ykBhVgx6W'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2PbWFmysd3j9MEacjjhozx'}, 'href': 'https://api.spotify.com/v1/albums/2PbWFmysd3j9MEacjjhozx', 'id': '2PbWFmysd3j9MEacjjhozx', 'images': [{'height': 635, 'url': 'https://i.scdn.co/image/3c018a368d62a0e6375aa8585c2f96c974a3f552', 'width': 640}, {'height': 298, 'url': 'https://i.scdn.co/image/91f08f26ffc27cb0970612e84938c17b75db0eba', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/26348c8514f1ba8157eaf29368492f0ee00d767c', 'width': 64}], 'name': 'Train Of Thought', 'release_date': '2000-10-17', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:2PbWFmysd3j9MEacjjhozx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 249466, 'explicit': True, 'external_ids': {'isrc': 'USRW50200038'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/602eqxDxgVjfVD9Oiuj8wi'}, 'href': 'https://api.spotify.com/v1/tracks/602eqxDxgVjfVD9Oiuj8wi', 'id': '602eqxDxgVjfVD9Oiuj8wi', 'is_local': False, 'name': 'Africa Dream', 'popularity': 27, 'preview_url': None, 'track_number': 8, 'type': 'track', 'uri': 'spotify:track:602eqxDxgVjfVD9Oiuj8wi'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2PbWFmysd3j9MEacjjhozx'}, 'href': 'https://api.spotify.com/v1/albums/2PbWFmysd3j9MEacjjhozx', 'id': '2PbWFmysd3j9MEacjjhozx', 'images': [{'height': 635, 'url': 'https://i.scdn.co/image/3c018a368d62a0e6375aa8585c2f96c974a3f552', 'width': 640}, {'height': 298, 'url': 'https://i.scdn.co/image/91f08f26ffc27cb0970612e84938c17b75db0eba', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/26348c8514f1ba8157eaf29368492f0ee00d767c', 'width': 64}], 'name': 'Train Of Thought', 'release_date': '2000-10-17', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:2PbWFmysd3j9MEacjjhozx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 98466, 'explicit': True, 'external_ids': {'isrc': 'USRW50200044'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/6eXpxFGhRMssC5XnaxEhMu'}, 'href': 'https://api.spotify.com/v1/tracks/6eXpxFGhRMssC5XnaxEhMu', 'id': '6eXpxFGhRMssC5XnaxEhMu', 'is_local': False, 'name': 'Love Speakeasy', 'popularity': 28, 'preview_url': None, 'track_number': 14, 'type': 'track', 'uri': 'spotify:track:6eXpxFGhRMssC5XnaxEhMu'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2PbWFmysd3j9MEacjjhozx'}, 'href': 'https://api.spotify.com/v1/albums/2PbWFmysd3j9MEacjjhozx', 'id': '2PbWFmysd3j9MEacjjhozx', 'images': [{'height': 635, 'url': 'https://i.scdn.co/image/3c018a368d62a0e6375aa8585c2f96c974a3f552', 'width': 640}, {'height': 298, 'url': 'https://i.scdn.co/image/91f08f26ffc27cb0970612e84938c17b75db0eba', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/26348c8514f1ba8157eaf29368492f0ee00d767c', 'width': 64}], 'name': 'Train Of Thought', 'release_date': '2000-10-17', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:2PbWFmysd3j9MEacjjhozx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 214066, 'explicit': True, 'external_ids': {'isrc': 'USRW50200049'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/6cWPz408v5jMZjgTiiqbLh'}, 'href': 'https://api.spotify.com/v1/tracks/6cWPz408v5jMZjgTiiqbLh', 'id': '6cWPz408v5jMZjgTiiqbLh', 'is_local': False, 'name': 'Good Mourning', 'popularity': 26, 'preview_url': None, 'track_number': 19, 'type': 'track', 'uri': 'spotify:track:6cWPz408v5jMZjgTiiqbLh'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2PbWFmysd3j9MEacjjhozx'}, 'href': 'https://api.spotify.com/v1/albums/2PbWFmysd3j9MEacjjhozx', 'id': '2PbWFmysd3j9MEacjjhozx', 'images': [{'height': 635, 'url': 'https://i.scdn.co/image/3c018a368d62a0e6375aa8585c2f96c974a3f552', 'width': 640}, {'height': 298, 'url': 'https://i.scdn.co/image/91f08f26ffc27cb0970612e84938c17b75db0eba', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/26348c8514f1ba8157eaf29368492f0ee00d767c', 'width': 64}], 'name': 'Train Of Thought', 'release_date': '2000-10-17', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:2PbWFmysd3j9MEacjjhozx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 69386, 'explicit': True, 'external_ids': {'isrc': 'USRW50200042'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5fvTsJmhtY6cWjXzWKNFFj'}, 'href': 'https://api.spotify.com/v1/tracks/5fvTsJmhtY6cWjXzWKNFFj', 'id': '5fvTsJmhtY6cWjXzWKNFFj', 'is_local': False, 'name': 'On My Way', 'popularity': 30, 'preview_url': None, 'track_number': 12, 'type': 'track', 'uri': 'spotify:track:5fvTsJmhtY6cWjXzWKNFFj'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2PbWFmysd3j9MEacjjhozx'}, 'href': 'https://api.spotify.com/v1/albums/2PbWFmysd3j9MEacjjhozx', 'id': '2PbWFmysd3j9MEacjjhozx', 'images': [{'height': 635, 'url': 'https://i.scdn.co/image/3c018a368d62a0e6375aa8585c2f96c974a3f552', 'width': 640}, {'height': 298, 'url': 'https://i.scdn.co/image/91f08f26ffc27cb0970612e84938c17b75db0eba', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/26348c8514f1ba8157eaf29368492f0ee00d767c', 'width': 64}], 'name': 'Train Of Thought', 'release_date': '2000-10-17', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:2PbWFmysd3j9MEacjjhozx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/1uT0jnwsq3AifrLorG4UDt'}, 'href': 'https://api.spotify.com/v1/artists/1uT0jnwsq3AifrLorG4UDt', 'id': '1uT0jnwsq3AifrLorG4UDt', 'name': 'Rah Digga', 'type': 'artist', 'uri': 'spotify:artist:1uT0jnwsq3AifrLorG4UDt'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/4tujQJicOnuZRLiBFdp3Ou'}, 'href': 'https://api.spotify.com/v1/artists/4tujQJicOnuZRLiBFdp3Ou', 'id': '4tujQJicOnuZRLiBFdp3Ou', 'name': 'Xzibit', 'type': 'artist', 'uri': 'spotify:artist:4tujQJicOnuZRLiBFdp3Ou'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 231893, 'explicit': True, 'external_ids': {'isrc': 'USRW50200039'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/40cDKc48VgVBEEXpPZjGCa'}, 'href': 'https://api.spotify.com/v1/tracks/40cDKc48VgVBEEXpPZjGCa', 'id': '40cDKc48VgVBEEXpPZjGCa', 'is_local': False, 'name': 'Down For The Count', 'popularity': 26, 'preview_url': None, 'track_number': 9, 'type': 'track', 'uri': 'spotify:track:40cDKc48VgVBEEXpPZjGCa'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2PbWFmysd3j9MEacjjhozx'}, 'href': 'https://api.spotify.com/v1/albums/2PbWFmysd3j9MEacjjhozx', 'id': '2PbWFmysd3j9MEacjjhozx', 'images': [{'height': 635, 'url': 'https://i.scdn.co/image/3c018a368d62a0e6375aa8585c2f96c974a3f552', 'width': 640}, {'height': 298, 'url': 'https://i.scdn.co/image/91f08f26ffc27cb0970612e84938c17b75db0eba', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/26348c8514f1ba8157eaf29368492f0ee00d767c', 'width': 64}], 'name': 'Train Of Thought', 'release_date': '2000-10-17', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:2PbWFmysd3j9MEacjjhozx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 194706, 'explicit': True, 'external_ids': {'isrc': 'USRW50200033'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5JUyalk6H6ZxKyeuY4qSU9'}, 'href': 'https://api.spotify.com/v1/tracks/5JUyalk6H6ZxKyeuY4qSU9', 'id': '5JUyalk6H6ZxKyeuY4qSU9', 'is_local': False, 'name': 'Some Kind Of Wonderful', 'popularity': 25, 'preview_url': None, 'track_number': 3, 'type': 'track', 'uri': 'spotify:track:5JUyalk6H6ZxKyeuY4qSU9'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2PbWFmysd3j9MEacjjhozx'}, 'href': 'https://api.spotify.com/v1/albums/2PbWFmysd3j9MEacjjhozx', 'id': '2PbWFmysd3j9MEacjjhozx', 'images': [{'height': 635, 'url': 'https://i.scdn.co/image/3c018a368d62a0e6375aa8585c2f96c974a3f552', 'width': 640}, {'height': 298, 'url': 'https://i.scdn.co/image/91f08f26ffc27cb0970612e84938c17b75db0eba', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/26348c8514f1ba8157eaf29368492f0ee00d767c', 'width': 64}], 'name': 'Train Of Thought', 'release_date': '2000-10-17', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:2PbWFmysd3j9MEacjjhozx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 238400, 'explicit': True, 'external_ids': {'isrc': 'USRW50200046'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0nRh8rvL9nx8KP0MT1vXIj'}, 'href': 'https://api.spotify.com/v1/tracks/0nRh8rvL9nx8KP0MT1vXIj', 'id': '0nRh8rvL9nx8KP0MT1vXIj', 'is_local': False, 'name': 'Eternalists', 'popularity': 25, 'preview_url': None, 'track_number': 16, 'type': 'track', 'uri': 'spotify:track:0nRh8rvL9nx8KP0MT1vXIj'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2PbWFmysd3j9MEacjjhozx'}, 'href': 'https://api.spotify.com/v1/albums/2PbWFmysd3j9MEacjjhozx', 'id': '2PbWFmysd3j9MEacjjhozx', 'images': [{'height': 635, 'url': 'https://i.scdn.co/image/3c018a368d62a0e6375aa8585c2f96c974a3f552', 'width': 640}, {'height': 298, 'url': 'https://i.scdn.co/image/91f08f26ffc27cb0970612e84938c17b75db0eba', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/26348c8514f1ba8157eaf29368492f0ee00d767c', 'width': 64}], 'name': 'Train Of Thought', 'release_date': '2000-10-17', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:2PbWFmysd3j9MEacjjhozx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 143400, 'explicit': True, 'external_ids': {'isrc': 'USRW50200031'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/41KmLBPwqBTAyfeUN2YffS'}, 'href': 'https://api.spotify.com/v1/tracks/41KmLBPwqBTAyfeUN2YffS', 'id': '41KmLBPwqBTAyfeUN2YffS', 'is_local': False, 'name': 'Experience Dedication', 'popularity': 23, 'preview_url': None, 'track_number': 1, 'type': 'track', 'uri': 'spotify:track:41KmLBPwqBTAyfeUN2YffS'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2PbWFmysd3j9MEacjjhozx'}, 'href': 'https://api.spotify.com/v1/albums/2PbWFmysd3j9MEacjjhozx', 'id': '2PbWFmysd3j9MEacjjhozx', 'images': [{'height': 635, 'url': 'https://i.scdn.co/image/3c018a368d62a0e6375aa8585c2f96c974a3f552', 'width': 640}, {'height': 298, 'url': 'https://i.scdn.co/image/91f08f26ffc27cb0970612e84938c17b75db0eba', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/26348c8514f1ba8157eaf29368492f0ee00d767c', 'width': 64}], 'name': 'Train Of Thought', 'release_date': '2000-10-17', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:2PbWFmysd3j9MEacjjhozx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 479066, 'explicit': True, 'external_ids': {'isrc': 'USRW50200050'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/1Meqn4dxzDIq7DccSrnseE'}, 'href': 'https://api.spotify.com/v1/tracks/1Meqn4dxzDIq7DccSrnseE', 'id': '1Meqn4dxzDIq7DccSrnseE', 'is_local': False, 'name': 'Expansion Outro', 'popularity': 23, 'preview_url': None, 'track_number': 20, 'type': 'track', 'uri': 'spotify:track:1Meqn4dxzDIq7DccSrnseE'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2PbWFmysd3j9MEacjjhozx'}, 'href': 'https://api.spotify.com/v1/albums/2PbWFmysd3j9MEacjjhozx', 'id': '2PbWFmysd3j9MEacjjhozx', 'images': [{'height': 635, 'url': 'https://i.scdn.co/image/3c018a368d62a0e6375aa8585c2f96c974a3f552', 'width': 640}, {'height': 298, 'url': 'https://i.scdn.co/image/91f08f26ffc27cb0970612e84938c17b75db0eba', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/26348c8514f1ba8157eaf29368492f0ee00d767c', 'width': 64}], 'name': 'Train Of Thought', 'release_date': '2000-10-17', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:2PbWFmysd3j9MEacjjhozx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 110666, 'explicit': True, 'external_ids': {'isrc': 'USRW50200040'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3FC8uyLLJwIGu95xN33CcU'}, 'href': 'https://api.spotify.com/v1/tracks/3FC8uyLLJwIGu95xN33CcU', 'id': '3FC8uyLLJwIGu95xN33CcU', 'is_local': False, 'name': 'Name Of The Game', 'popularity': 23, 'preview_url': None, 'track_number': 10, 'type': 'track', 'uri': 'spotify:track:3FC8uyLLJwIGu95xN33CcU'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2PbWFmysd3j9MEacjjhozx'}, 'href': 'https://api.spotify.com/v1/albums/2PbWFmysd3j9MEacjjhozx', 'id': '2PbWFmysd3j9MEacjjhozx', 'images': [{'height': 635, 'url': 'https://i.scdn.co/image/3c018a368d62a0e6375aa8585c2f96c974a3f552', 'width': 640}, {'height': 298, 'url': 'https://i.scdn.co/image/91f08f26ffc27cb0970612e84938c17b75db0eba', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/26348c8514f1ba8157eaf29368492f0ee00d767c', 'width': 64}], 'name': 'Train Of Thought', 'release_date': '2000-10-17', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:2PbWFmysd3j9MEacjjhozx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/099tLNCZZvtjC7myKD0mFp'}, 'href': 'https://api.spotify.com/v1/artists/099tLNCZZvtjC7myKD0mFp', 'id': '099tLNCZZvtjC7myKD0mFp', 'name': 'Kool G Rap', 'type': 'artist', 'uri': 'spotify:artist:099tLNCZZvtjC7myKD0mFp'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 178986, 'explicit': True, 'external_ids': {'isrc': 'USRW50200041'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0rTGFpIVFTJ84PgDHOS3Aw'}, 'href': 'https://api.spotify.com/v1/tracks/0rTGFpIVFTJ84PgDHOS3Aw', 'id': '0rTGFpIVFTJ84PgDHOS3Aw', 'is_local': False, 'name': 'Ghetto Afterlife', 'popularity': 22, 'preview_url': None, 'track_number': 11, 'type': 'track', 'uri': 'spotify:track:0rTGFpIVFTJ84PgDHOS3Aw'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2PbWFmysd3j9MEacjjhozx'}, 'href': 'https://api.spotify.com/v1/albums/2PbWFmysd3j9MEacjjhozx', 'id': '2PbWFmysd3j9MEacjjhozx', 'images': [{'height': 635, 'url': 'https://i.scdn.co/image/3c018a368d62a0e6375aa8585c2f96c974a3f552', 'width': 640}, {'height': 298, 'url': 'https://i.scdn.co/image/91f08f26ffc27cb0970612e84938c17b75db0eba', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/26348c8514f1ba8157eaf29368492f0ee00d767c', 'width': 64}], 'name': 'Train Of Thought', 'release_date': '2000-10-17', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:2PbWFmysd3j9MEacjjhozx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/4e3EUnExnNp2DOpFjyS1Qx'}, 'href': 'https://api.spotify.com/v1/artists/4e3EUnExnNp2DOpFjyS1Qx', 'id': '4e3EUnExnNp2DOpFjyS1Qx', 'name': 'Piakhan', 'type': 'artist', 'uri': 'spotify:artist:4e3EUnExnNp2DOpFjyS1Qx'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/47jJdFPmE1xT5IiHQ4gxHF'}, 'href': 'https://api.spotify.com/v1/artists/47jJdFPmE1xT5IiHQ4gxHF', 'id': '47jJdFPmE1xT5IiHQ4gxHF', 'name': 'Supa Dav West', 'type': 'artist', 'uri': 'spotify:artist:47jJdFPmE1xT5IiHQ4gxHF'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 281333, 'explicit': True, 'external_ids': {'isrc': 'USRW50200048'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/6gkmMpZkjngnkkgR0HS2Ns'}, 'href': 'https://api.spotify.com/v1/tracks/6gkmMpZkjngnkkgR0HS2Ns', 'id': '6gkmMpZkjngnkkgR0HS2Ns', 'is_local': False, 'name': 'Touch You', 'popularity': 22, 'preview_url': None, 'track_number': 18, 'type': 'track', 'uri': 'spotify:track:6gkmMpZkjngnkkgR0HS2Ns'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/2PbWFmysd3j9MEacjjhozx'}, 'href': 'https://api.spotify.com/v1/albums/2PbWFmysd3j9MEacjjhozx', 'id': '2PbWFmysd3j9MEacjjhozx', 'images': [{'height': 635, 'url': 'https://i.scdn.co/image/3c018a368d62a0e6375aa8585c2f96c974a3f552', 'width': 640}, {'height': 298, 'url': 'https://i.scdn.co/image/91f08f26ffc27cb0970612e84938c17b75db0eba', 'width': 300}, {'height': 64, 'url': 'https://i.scdn.co/image/26348c8514f1ba8157eaf29368492f0ee00d767c', 'width': 64}], 'name': 'Train Of Thought', 'release_date': '2000-10-17', 'release_date_precision': 'day', 'total_tracks': 20, 'type': 'album', 'uri': 'spotify:album:2PbWFmysd3j9MEacjjhozx'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/6vwJ3e6KaQAhLEpBPxCMBC'}, 'href': 'https://api.spotify.com/v1/artists/6vwJ3e6KaQAhLEpBPxCMBC', 'id': '6vwJ3e6KaQAhLEpBPxCMBC', 'name': 'Reflection Eternal', 'type': 'artist', 'uri': 'spotify:artist:6vwJ3e6KaQAhLEpBPxCMBC'}], 'available_markets': ['AD', 'AR', 'AT', 'AU', 'BE', 'BG', 'BO', 'BR', 'CA', 'CH', 'CL', 'CO', 'CR', 'CY', 'CZ', 'DE', 'DK', 'DO', 'EC', 'EE', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'HU', 'ID', 'IE', 'IL', 'IN', 'IS', 'IT', 'JP', 'LI', 'LT', 'LU', 'LV', 'MC', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'PA', 'PE', 'PH', 'PT', 'PY', 'RO', 'SE', 'SG', 'SK', 'SV', 'TH', 'TR', 'TW', 'US', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 75373, 'explicit': True, 'external_ids': {'isrc': 'USRW50200047'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/1AHk54FiqDAikjiYqvwmAm'}, 'href': 'https://api.spotify.com/v1/tracks/1AHk54FiqDAikjiYqvwmAm', 'id': '1AHk54FiqDAikjiYqvwmAm', 'is_local': False, 'name': 'Big Nel From Da Natti', 'popularity': 21, 'preview_url': None, 'track_number': 17, 'type': 'track', 'uri': 'spotify:track:1AHk54FiqDAikjiYqvwmAm'}], 'limit': 50, 'next': None, 'offset': 0, 'previous': None, 'total': 20}} verbosity 3 Message: Scraping for source_playlist Function: get_whosampled_playlist @@ -27,7 +27,7 @@ Message: Getting page: https://whosampled.com/Reflection-Eternal/Move-Somethin%2 Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Move Somethin' by Reflection Eternal - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Move Somethin' - Reflection Eternal\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Move Somethin'

\n
by

Reflection Eternal

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Train of Thought

\n

Rawkus

\n\n \n
Producer:\n

\n \n Hi-Tek\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n Tags: Hip-Hop, US Rap #1 Hit \n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tSoul Dog\'s Can't Stop Loving You\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tCan't Stop Loving You\n\t\t\tby Soul Dog (1976)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tCharlie Whitehead\'s Shaft's Mama\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tShaft's Mama\n\t\t\tby Charlie Whitehead (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 10 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tO.S.T.R.\'s Pole 19\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tPole 19\n\t\t\tby O.S.T.R. (2011)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tBuckshot and 9th Wonder\'s Food for Thought\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tFood for Thought\n\t\t\tby Buckshot and 9th Wonder (2005)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tBlack Star\'s Born & Raised\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBorn & Raised\n\t\t\tby Black Star (2006)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tSalvaje Decibel\'s Wena Wachos\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWena Wachos\n\t\t\tby Salvaje Decibel (2007)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tDJ Shocca and Esa feat. Rivalcapone\'s The Industry Don't Understand\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Industry Don't Understand\n\t\t\tby DJ Shocca and Esa feat. Rivalcapone (2004)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Composers: Hi-TekTalib Kweli\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Move Somethin' by Reflection Eternal - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Move Somethin' - Reflection Eternal\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Move Somethin'

\n
by

Reflection Eternal

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Train of Thought

\n

Rawkus

\n\n \n
Producer:\n

\n \n Hi-Tek\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n Tags: Hip-Hop, US Rap #1 Hit \n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tSoul Dog\'s Can't Stop Loving You\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tCan't Stop Loving You\n\t\t\tby Soul Dog (1976)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tCharlie Whitehead\'s Shaft's Mama\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tShaft's Mama\n\t\t\tby Charlie Whitehead (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 10 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tO.S.T.R.\'s Pole 19\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tPole 19\n\t\t\tby O.S.T.R. (2011)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tBuckshot and 9th Wonder\'s Food for Thought\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tFood for Thought\n\t\t\tby Buckshot and 9th Wonder (2005)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tBlack Star\'s Born & Raised\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBorn & Raised\n\t\t\tby Black Star (2006)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tSalvaje Decibel\'s Wena Wachos\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWena Wachos\n\t\t\tby Salvaje Decibel (2007)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tDJ Shocca and Esa feat. Rivalcapone\'s The Industry Don't Understand\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Industry Don't Understand\n\t\t\tby DJ Shocca and Esa feat. Rivalcapone (2004)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Composers: Hi-TekTalib Kweli\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Reflection-Eternal/Move-Somethin%27/ Function: parse_sample_items @@ -43,7 +43,7 @@ Message: Getting page: https://whosampled.com/Reflection-Eternal/The-Blast/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n The Blast by Reflection Eternal - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n The Blast - Reflection Eternal\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

The Blast

\n
by

Reflection Eternal

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Train of Thought

\n

Rawkus

\n\n \n
Producer:\n

\n \n Hi-Tek\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tHeatwave\'s Boogie Nights\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBoogie Nights\n\t\t\tby Heatwave (1976)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tDestiny's Child\'s Say My Name\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSay My Name\n\t\t\tby Destiny's Child (1999)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 4 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tGoapele\'s Got It\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tGot It\n\t\t\tby Goapele (2004)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\t50 Cent and G-Unit\'s E.M.S.\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tE.M.S.\n\t\t\tby 50 Cent and G-Unit (2002)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tShuko and F. of Audiotreats\'s Beautiful\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBeautiful\n\t\t\tby Shuko and F. of Audiotreats (2012)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tK-Dot\'s A Song 4 Buffy\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tA Song 4 Buffy\n\t\t\tby K-Dot (2005)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas remixed in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tReflection Eternal feat. Erykah Badu\'s The Blast (Remix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Blast (Remix)\n\t\t\tby Hi-Tek (2001)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Composers: Hi-TekTalib Kweli\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n The Blast by Reflection Eternal - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n The Blast - Reflection Eternal\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

The Blast

\n
by

Reflection Eternal

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Train of Thought

\n

Rawkus

\n\n \n
Producer:\n

\n \n Hi-Tek\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tHeatwave\'s Boogie Nights\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBoogie Nights\n\t\t\tby Heatwave (1976)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tDestiny's Child\'s Say My Name\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSay My Name\n\t\t\tby Destiny's Child (1999)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 4 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tGoapele\'s Got It\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tGot It\n\t\t\tby Goapele (2004)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\t50 Cent and G-Unit\'s E.M.S.\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tE.M.S.\n\t\t\tby 50 Cent and G-Unit (2002)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tShuko and F. of Audiotreats\'s Beautiful\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBeautiful\n\t\t\tby Shuko and F. of Audiotreats (2012)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tK-Dot\'s A Song 4 Buffy\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tA Song 4 Buffy\n\t\t\tby K-Dot (2005)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas remixed in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tReflection Eternal feat. Erykah Badu\'s The Blast (Remix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Blast (Remix)\n\t\t\tby Hi-Tek (2001)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Composers: Hi-TekTalib Kweli\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Reflection-Eternal/The-Blast/ Function: parse_sample_items @@ -55,7 +55,7 @@ Message: Getting page: https://whosampled.com/Reflection-Eternal/This-Means-You/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n This Means You by Reflection Eternal feat. Mos Def - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n This Means You - Reflection Eternal feat. Mos Def\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

This Means You

\n
by

Reflection Eternal feat. Mos Def

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Train of Thought

\n

Rawkus

\n\n \n
Producer:\n

\n \n Hi-Tek\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tRedbone\'s Clouds in My Sunshine\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tRock / Pop\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tClouds in My Sunshine\n\t\t\tby Redbone (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Fatback Band\'s Let the Drums Speak\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tLet the Drums Speak\n\t\t\tby The Fatback Band (1975)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tAmerigo Gazaway\'s This Means You\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThis Means You\n\t\t\tby Amerigo Gazaway (2014)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Composers: Hi-TekTalib KweliMos Def\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n This Means You by Reflection Eternal feat. Mos Def - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n This Means You - Reflection Eternal feat. Mos Def\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

This Means You

\n
by

Reflection Eternal feat. Mos Def

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Train of Thought

\n

Rawkus

\n\n \n
Producer:\n

\n \n Hi-Tek\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tRedbone\'s Clouds in My Sunshine\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tRock / Pop\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tClouds in My Sunshine\n\t\t\tby Redbone (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Fatback Band\'s Let the Drums Speak\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tLet the Drums Speak\n\t\t\tby The Fatback Band (1975)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tAmerigo Gazaway\'s This Means You\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThis Means You\n\t\t\tby Amerigo Gazaway (2014)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Composers: Hi-TekTalib KweliMos Def\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Reflection-Eternal/This-Means-You/ Function: parse_sample_items @@ -67,7 +67,7 @@ Message: Getting page: https://whosampled.com/Reflection-Eternal/Too-Late/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Too Late by Reflection Eternal feat. Res - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Too Late - Reflection Eternal feat. Res\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Too Late

\n
by

Reflection Eternal feat. Res

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Train of Thought

\n

Rawkus

\n\n \n
Producer:\n

\n \n Hi-Tek\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 3 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tIsao Tomita\'s Passepied (Suite Bergamasque, No. 4)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tElectronic / Dance\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tPassepied (Suite Bergamasque, No. 4)\n\t\t\tby Isao Tomita (1974)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tIsao Tomita\'s Reverie\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tElectronic / Dance\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tReverie\n\t\t\tby Isao Tomita (1974)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tAudio Two\'s Top Billin'\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tTop Billin'\n\t\t\tby Audio Two (1987)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\t702\'s Reality\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tReality\n\t\t\tby 702 (2003)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Composers: Hi-TekTalib Kweli\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Too Late by Reflection Eternal feat. Res - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Too Late - Reflection Eternal feat. Res\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Too Late

\n
by

Reflection Eternal feat. Res

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Train of Thought

\n

Rawkus

\n\n \n
Producer:\n

\n \n Hi-Tek\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 3 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tIsao Tomita\'s Passepied (Suite Bergamasque, No. 4)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tElectronic / Dance\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tPassepied (Suite Bergamasque, No. 4)\n\t\t\tby Isao Tomita (1974)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tIsao Tomita\'s Reverie\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tElectronic / Dance\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tReverie\n\t\t\tby Isao Tomita (1974)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tAudio Two\'s Top Billin'\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tTop Billin'\n\t\t\tby Audio Two (1987)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\t702\'s Reality\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tReality\n\t\t\tby 702 (2003)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Composers: Hi-TekTalib Kweli\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Reflection-Eternal/Too-Late/ Function: parse_sample_items @@ -79,7 +79,7 @@ Message: Getting page: https://whosampled.com/Reflection-Eternal/Memories-Live/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Memories Live by Reflection Eternal - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Memories Live - Reflection Eternal\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Memories Live

\n
by

Reflection Eternal

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Train of Thought

\n

Rawkus

\n\n \n
Producer:\n

\n \n Hi-Tek\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tSoft Machine\'s Carol Ann\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tRock / Pop\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tCarol Ann\n\t\t\tby Soft Machine (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tAnn Peebles\'s I Can't Stand the Rain\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tI Can't Stand the Rain\n\t\t\tby Ann Peebles (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Composers: Hi-TekTalib Kweli\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Memories Live by Reflection Eternal - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Memories Live - Reflection Eternal\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Memories Live

\n
by

Reflection Eternal

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Train of Thought

\n

Rawkus

\n\n \n
Producer:\n

\n \n Hi-Tek\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tSoft Machine\'s Carol Ann\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tRock / Pop\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tCarol Ann\n\t\t\tby Soft Machine (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tAnn Peebles\'s I Can't Stand the Rain\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tI Can't Stand the Rain\n\t\t\tby Ann Peebles (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Composers: Hi-TekTalib Kweli\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Reflection-Eternal/Memories-Live/ Function: parse_sample_items @@ -91,13 +91,13 @@ Message: Getting page: https://whosampled.com/Reflection-Eternal/Africa-Dream/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Africa Dream by Reflection Eternal - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Africa Dream - Reflection Eternal\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Africa Dream

\n
by

Reflection Eternal

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Train of Thought

\n

Rawkus

\n\n \n
Producers:\n

\n \n Weldon Irvine, \n \n Hi-Tek, \n \n Talib Kweli\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tSlowy and 12Vince\'s Die Nassrasur Des Dreiecks\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDie Nassrasur Des Dreiecks\n\t\t\tby Slowy and 12Vince (2014)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Composers: Hi-TekTalib KweliWeldon Irvine\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Africa Dream by Reflection Eternal - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Africa Dream - Reflection Eternal\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Africa Dream

\n
by

Reflection Eternal

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Train of Thought

\n

Rawkus

\n\n \n
Producers:\n

\n \n Weldon Irvine, \n \n Hi-Tek, \n \n Talib Kweli\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tSlowy and 12Vince\'s Die Nassrasur Des Dreiecks\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDie Nassrasur Des Dreiecks\n\t\t\tby Slowy and 12Vince (2014)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Composers: Hi-TekTalib KweliWeldon Irvine\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Getting page: https://whosampled.com/Reflection-Eternal/Down-for-the-Count/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Down for the Count by Reflection Eternal feat. Rah Digga and Xzibit - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Down for the Count - Reflection Eternal feat. Rah Digga and Xzibit\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Down for the Count

\n
by

Reflection Eternal feat. Rah Digga and Xzibit

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Train of Thought

\n

Rawkus

\n\n \n
Producer:\n

\n \n Hi-Tek\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tDelores Hall\'s Your Arms Too Short to Box With God\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tGospel\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tYour Arms Too Short to Box With God\n\t\t\tby Delores Hall (1977)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tEminem and Dr. Dre feat. Nate Dogg, Snoop Dogg and Xzibit\'s Bitch Please II\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBitch Please II\n\t\t\tby Eminem and Dr. Dre feat. Nate Dogg, Snoop Dogg and Xzibit (2000)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Composers: XzibitHi-TekTalib KweliRah Digga\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Down for the Count by Reflection Eternal feat. Rah Digga and Xzibit - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Down for the Count - Reflection Eternal feat. Rah Digga and Xzibit\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Down for the Count

\n
by

Reflection Eternal feat. Rah Digga and Xzibit

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Train of Thought

\n

Rawkus

\n\n \n
Producer:\n

\n \n Hi-Tek\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tDelores Hall\'s Your Arms Too Short to Box With God\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tGospel\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tYour Arms Too Short to Box With God\n\t\t\tby Delores Hall (1977)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tEminem and Dr. Dre feat. Nate Dogg, Snoop Dogg and Xzibit\'s Bitch Please II\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBitch Please II\n\t\t\tby Eminem and Dr. Dre feat. Nate Dogg, Snoop Dogg and Xzibit (2000)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Composers: XzibitHi-TekTalib KweliRah Digga\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Reflection-Eternal/Down-for-the-Count/ Function: parse_sample_items @@ -113,7 +113,7 @@ Message: Getting page: https://whosampled.com/Reflection-Eternal/Ghetto-Afterlif Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Ghetto Afterlife by Reflection Eternal - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Ghetto Afterlife - Reflection Eternal\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Ghetto Afterlife

\n
by

Reflection Eternal

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Train of Thought

\n

Rawkus

\n\n \n
Producer:\n

\n \n Hi-Tek\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGene Chandler\'s Tomorrow I May Not Feel the Same\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tTomorrow I May Not Feel the Same\n\t\t\tby Gene Chandler (1978)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGang Starr feat. K-Ci & JoJo\'s Royalty\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tRoyalty\n\t\t\tby Gang Starr feat. K-Ci & JoJo (1998)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tDC the MIDI Alien feat. OuterSpace\'s Ain't Shit Changed\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tAin't Shit Changed\n\t\t\tby DC the MIDI Alien feat. OuterSpace (2011)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Composers: Kool G RapHi-TekTalib Kweli\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Ghetto Afterlife by Reflection Eternal - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Ghetto Afterlife - Reflection Eternal\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Ghetto Afterlife

\n
by

Reflection Eternal

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Train of Thought

\n

Rawkus

\n\n \n
Producer:\n

\n \n Hi-Tek\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGene Chandler\'s Tomorrow I May Not Feel the Same\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tTomorrow I May Not Feel the Same\n\t\t\tby Gene Chandler (1978)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tGang Starr feat. K-Ci & JoJo\'s Royalty\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tRoyalty\n\t\t\tby Gang Starr feat. K-Ci & JoJo (1998)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tDC the MIDI Alien feat. OuterSpace\'s Ain't Shit Changed\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tAin't Shit Changed\n\t\t\tby DC the MIDI Alien feat. OuterSpace (2011)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Composers: Kool G RapHi-TekTalib Kweli\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Reflection-Eternal/Ghetto-Afterlife/ Function: parse_sample_items @@ -129,7 +129,7 @@ Message: Getting page: https://whosampled.com/Reflection-Eternal/Love-Language/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Love Language by Reflection Eternal and Les Nubians - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Love Language - Reflection Eternal and Les Nubians\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Love Language

\n \n\n \n\n \n \n \n\n
\n
\n

Train of Thought

\n

Rawkus

\n\n \n
Producer:\n

\n \n Hi-Tek\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tL.T.D.\'s Love to the World Prayer\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tLove to the World Prayer\n\t\t\tby L.T.D. (1976)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Composers: Hi-TekTalib KweliH\xc3\xa9l\xc3\xa8ne FaussartC\xc3\xa9lia Faussart\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Love Language by Reflection Eternal and Les Nubians - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Love Language - Reflection Eternal and Les Nubians\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Love Language

\n \n\n \n\n \n \n \n\n
\n
\n

Train of Thought

\n

Rawkus

\n\n \n
Producer:\n

\n \n Hi-Tek\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tL.T.D.\'s Love to the World Prayer\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tLove to the World Prayer\n\t\t\tby L.T.D. (1976)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Composers: Hi-TekTalib KweliH\xc3\xa9l\xc3\xa8ne FaussartC\xc3\xa9lia Faussart\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Reflection-Eternal/Love-Language/ Function: parse_sample_items @@ -141,13 +141,13 @@ Message: Getting page: https://whosampled.com/Reflection-Eternal/Love-Speakeasy/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Love Speakeasy by Reflection Eternal - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Love Speakeasy - Reflection Eternal\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Love Speakeasy

\n
by

Reflection Eternal

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Train of Thought

\n

Rawkus

\n\n \n
Producer:\n

\n \n Hi-Tek\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tRap Sensation feat. Diego Miranda\'s Chega De Guerra\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tChega De Guerra\n\t\t\tby Rap Sensation feat. Diego Miranda (2004)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Composers: Hi-TekTalib Kweli\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Love Speakeasy by Reflection Eternal - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Love Speakeasy - Reflection Eternal\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Love Speakeasy

\n
by

Reflection Eternal

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Train of Thought

\n

Rawkus

\n\n \n
Producer:\n

\n \n Hi-Tek\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tRap Sensation feat. Diego Miranda\'s Chega De Guerra\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tChega De Guerra\n\t\t\tby Rap Sensation feat. Diego Miranda (2004)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Composers: Hi-TekTalib Kweli\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Getting page: https://whosampled.com/Reflection-Eternal/Soul-Rebels/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Soul Rebels by Reflection Eternal feat. De La Soul - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Soul Rebels - Reflection Eternal feat. De La Soul\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Soul Rebels

\n
by

Reflection Eternal feat. De La Soul

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Train of Thought

\n

Rawkus

\n\n \n
Producer:\n

\n \n Hi-Tek\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tPatti LaBelle\'s Funky Music\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tFunky Music\n\t\t\tby Patti LaBelle (1977)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Soul Rebels by Reflection Eternal feat. De La Soul - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Soul Rebels - Reflection Eternal feat. De La Soul\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Soul Rebels

\n
by

Reflection Eternal feat. De La Soul

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Train of Thought

\n

Rawkus

\n\n \n
Producer:\n

\n \n Hi-Tek\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tPatti LaBelle\'s Funky Music\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tFunky Music\n\t\t\tby Patti LaBelle (1977)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Reflection-Eternal/Soul-Rebels/ Function: parse_sample_items @@ -159,7 +159,7 @@ Message: Getting page: https://whosampled.com/Reflection-Eternal/Eternalists/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Eternalists by Reflection Eternal - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Eternalists - Reflection Eternal\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Eternalists

\n
by

Reflection Eternal

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Train of Thought

\n

Rawkus

\n\n \n
Producer:\n

\n \n Hi-Tek\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tDick Hyman\'s Fly Me to the Moon\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tFly Me to the Moon\n\t\t\tby Dick Hyman (1963)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tEric B. & Rakim\'s Follow the Leader\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tFollow the Leader\n\t\t\tby Eric B. & Rakim (1988)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Composers: Hi-TekTalib Kweli\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Eternalists by Reflection Eternal - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Eternalists - Reflection Eternal\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Eternalists

\n
by

Reflection Eternal

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Train of Thought

\n

Rawkus

\n\n \n
Producer:\n

\n \n Hi-Tek\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tDick Hyman\'s Fly Me to the Moon\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tFly Me to the Moon\n\t\t\tby Dick Hyman (1963)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tEric B. & Rakim\'s Follow the Leader\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tFollow the Leader\n\t\t\tby Eric B. & Rakim (1988)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Composers: Hi-TekTalib Kweli\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Reflection-Eternal/Eternalists/ Function: parse_sample_items @@ -179,7 +179,7 @@ Message: Getting page: https://whosampled.com/Reflection-Eternal/Good-Mourning/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Good Mourning by Reflection Eternal - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Good Mourning - Reflection Eternal\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Good Mourning

\n
by

Reflection Eternal

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Train of Thought

\n

Rakwus

\n\n \n
Producer:\n

\n \n Hi-Tek\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n \n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 3 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tHugo Montenegro\'s Dizzy\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tSound Effect / Other
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDizzy\n\t\t\tby Hugo Montenegro (1969)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tWu-Tang Clan\'s C.R.E.A.M.\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tC.R.E.A.M.\n\t\t\tby Wu-Tang Clan (1993)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBoogie Down Productions\'s My Philosophy\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tMy Philosophy\n\t\t\tby Boogie Down Productions (1988)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 4 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tFreddie Joachim\'s Good Mourning (Freddie Joachim Remix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tGood Mourning (Freddie Joachim Remix)\n\t\t\tby Freddie Joachim (2005)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tDeph Joe\'s Bestands-Aufnahme\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBestands-Aufnahme\n\t\t\tby Deph Joe (2003)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tDC the MIDI Alien feat. East Coast Avengers\'s National Threat\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tNational Threat\n\t\t\tby DC the MIDI Alien feat. East Coast Avengers (2011)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tMax Tannone\'s Mourning Unknown\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tMourning Unknown\n\t\t\tby Max Tannone (2010)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Composers: Hi-TekTalib Kweli\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Good Mourning by Reflection Eternal - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Good Mourning - Reflection Eternal\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Good Mourning

\n
by

Reflection Eternal

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Train of Thought

\n

Rakwus

\n\n \n
Producer:\n

\n \n Hi-Tek\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n \n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 3 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tHugo Montenegro\'s Dizzy\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tSound Effect / Other
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDizzy\n\t\t\tby Hugo Montenegro (1969)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tWu-Tang Clan\'s C.R.E.A.M.\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tC.R.E.A.M.\n\t\t\tby Wu-Tang Clan (1993)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tBoogie Down Productions\'s My Philosophy\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tMy Philosophy\n\t\t\tby Boogie Down Productions (1988)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 4 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tFreddie Joachim\'s Good Mourning (Freddie Joachim Remix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tGood Mourning (Freddie Joachim Remix)\n\t\t\tby Freddie Joachim (2005)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tDeph Joe\'s Bestands-Aufnahme\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tBestands-Aufnahme\n\t\t\tby Deph Joe (2003)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tDC the MIDI Alien feat. East Coast Avengers\'s National Threat\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tNational Threat\n\t\t\tby DC the MIDI Alien feat. East Coast Avengers (2011)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tMax Tannone\'s Mourning Unknown\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tMourning Unknown\n\t\t\tby Max Tannone (2010)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Composers: Hi-TekTalib Kweli\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Reflection-Eternal/Good-Mourning/ Function: parse_sample_items @@ -191,7 +191,7 @@ Message: Getting page: https://whosampled.com/Reflection-Eternal/Expansion-Outro Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Expansion Outro / for Women by Reflection Eternal - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Expansion Outro / for Women - Reflection Eternal\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Expansion Outro / for Women

\n
by

Reflection Eternal

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Train of Thought

\n

Rawkus

\n\n \n
Producer:\n

\n \n Hi-Tek\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tSlick Rick\'s Teenage Love\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tTeenage Love\n\t\t\tby Slick Rick (1988)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Composers: Hi-TekTalib Kweli
Co-Producer: Talib Kweli\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Expansion Outro / for Women by Reflection Eternal - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Expansion Outro / for Women - Reflection Eternal\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Expansion Outro / for Women

\n
by

Reflection Eternal

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Train of Thought

\n

Rawkus

\n\n \n
Producer:\n

\n \n Hi-Tek\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tSlick Rick\'s Teenage Love\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tTeenage Love\n\t\t\tby Slick Rick (1988)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Composers: Hi-TekTalib Kweli
Co-Producer: Talib Kweli\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Reflection-Eternal/Expansion-Outro-for-Women/ Function: parse_sample_items @@ -394,46 +394,74 @@ Love to the World Prayer l.t.d. Sample Info: ( Move Somethin' )->-[ Contains samples of ]->-( Can't Stop Loving You, by Soul Dog ) ( Move Somethin' )->-[ Contains samples of ]->-( Shaft's Mama, by Charlie Whitehead ) +The originator of sample data ( Blast )->-[ Contains samples of ]->-( Boogie Nights, by Heatwave ) ( Blast )->-[ Contains samples of ]->-( Say My Name, by Destiny's Child ) +The originator of sample data ( This Means You )->-[ Contains samples of ]->-( Clouds in My Sunshine, by Redbone ) ( This Means You )->-[ Contains samples of ]->-( Let the Drums Speak, by The Fatback Band ) +The originator of sample data ( Too Late )->-[ Contains samples of ]->-( Passepied (Suite Bergamasque, No. 4), by Isao Tomita ) ( Too Late )->-[ Contains samples of ]->-( Reverie, by Isao Tomita ) ( Too Late )->-[ Contains samples of ]->-( Top Billin', by Audio Two ) +The originator of sample data ( Memories Live )->-[ Contains samples of ]->-( Carol Ann, by Soft Machine ) ( Memories Live )->-[ Contains samples of ]->-( I Can't Stand the Rain, by Ann Peebles ) +The originator of sample data +The originator of sample data ( Down For The Count )->-[ Contains samples of ]->-( Bitch Please II, by Eminem and Dr. Dre feat. Nate Dogg, Snoop Dogg and Xzibit ) +The originator of sample data ( Ghetto Afterlife )->-[ Contains samples of ]->-( Royalty, by Gang Starr feat. K-Ci & JoJo ) +The originator of sample data +The originator of sample data +The originator of sample data ( Soul Rebels )->-[ Contains samples of ]->-( Funky Music, by Patti LaBelle ) +The originator of sample data ( Eternalists )->-[ Contains samples of ]->-( Fly Me to the Moon, by Dick Hyman ) ( Eternalists )->-[ Contains samples of ]->-( Follow the Leader, by Eric B. & Rakim ) +The originator of sample data ( Good Mourning )->-[ Contains samples of ]->-( Dizzy, by Hugo Montenegro ) ( Good Mourning )->-[ Contains samples of ]->-( C.R.E.A.M., by Wu-Tang Clan ) ( Good Mourning )->-[ Contains samples of ]->-( My Philosophy, by Boogie Down Productions ) +The originator of sample data ( Expansion Outro )->-[ Contains samples of ]->-( Teenage Love, by Slick Rick ) +The originator of sample data ==> search terms: Can't Stop Loving You soul dog Shaft's Mama charlie whitehead +n/a Boogie Nights heatwave Say My Name destiny's child +n/a Clouds in My Sunshine redbone Let the Drums Speak the fatback band +n/a Passepied (Suite Bergamasque, No. 4) isao tomita Reverie isao tomita Top Billin' audio two +n/a Carol Ann soft machine I Can't Stand the Rain ann peebles +n/a +n/a Bitch Please II eminem dr. dre nate dogg, snoop dogg xzibit +n/a Royalty gang starr k-ci jojo +n/a +n/a +n/a Funky Music patti labelle +n/a Fly Me to the Moon dick hyman Follow the Leader eric b. rakim +n/a Dizzy hugo montenegro C.R.E.A.M. wu-tang clan My Philosophy boogie down productions +n/a Teenage Love slick rick +n/a verbosity 3 Message: diff --git a/examples/album_uptown-saturday-night_camp-lo b/examples/album_uptown-saturday-night_camp-lo index 13ec287..f9386fc 100644 --- a/examples/album_uptown-saturday-night_camp-lo +++ b/examples/album_uptown-saturday-night_camp-lo @@ -1,17 +1,17 @@ verbosity 3 verbosity == 3 verbosity 3 -log_file == Samplify-1567128958.214365 +log_file == Samplify-1568054842.1805272 verbosity 3 verbosity == 3 verbosity 3 -log_file == scraper_track.1567128958.2145877 +log_file == scraper_track.1568054842.1807413 verbosity 3 Message: Searched for "uptown saturday night camp lo" Function: from_search Data: -{'tracks': {'href': 'https://api.spotify.com/v1/search?query=uptown+saturday+night+camp+lo&type=track&market=GB&offset=0&limit=50', 'items': [{'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/21EglTSwzUorpiXpMBNW2E'}, 'href': 'https://api.spotify.com/v1/albums/21EglTSwzUorpiXpMBNW2E', 'id': '21EglTSwzUorpiXpMBNW2E', 'images': [{'height': 633, 'url': 'https://i.scdn.co/image/c2ebe1454cadfcbc8c200338e3b2fd426318005c', 'width': 640}, {'height': 297, 'url': 'https://i.scdn.co/image/8538b969e5600723eede1864d8cd5457c8a16919', 'width': 300}, {'height': 63, 'url': 'https://i.scdn.co/image/02e482bbfab1aefe2b4d6e9df037b433dc1a73ea', 'width': 64}], 'name': 'Uptown Saturday Night', 'release_date': '1997-01-28', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:21EglTSwzUorpiXpMBNW2E'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 240093, 'explicit': False, 'external_ids': {'isrc': 'USAR19700492'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/20DcrlNK0NcRknbX4wcEO4'}, 'href': 'https://api.spotify.com/v1/tracks/20DcrlNK0NcRknbX4wcEO4', 'id': '20DcrlNK0NcRknbX4wcEO4', 'is_local': False, 'name': 'Luchini AKA This Is It', 'popularity': 56, 'preview_url': 'https://p.scdn.co/mp3-preview/1cfb0cb176d4459860bd7c84b1a39d9c36a0b771?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 2, 'type': 'track', 'uri': 'spotify:track:20DcrlNK0NcRknbX4wcEO4'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/21EglTSwzUorpiXpMBNW2E'}, 'href': 'https://api.spotify.com/v1/albums/21EglTSwzUorpiXpMBNW2E', 'id': '21EglTSwzUorpiXpMBNW2E', 'images': [{'height': 633, 'url': 'https://i.scdn.co/image/c2ebe1454cadfcbc8c200338e3b2fd426318005c', 'width': 640}, {'height': 297, 'url': 'https://i.scdn.co/image/8538b969e5600723eede1864d8cd5457c8a16919', 'width': 300}, {'height': 63, 'url': 'https://i.scdn.co/image/02e482bbfab1aefe2b4d6e9df037b433dc1a73ea', 'width': 64}], 'name': 'Uptown Saturday Night', 'release_date': '1997-01-28', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:21EglTSwzUorpiXpMBNW2E'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 241133, 'explicit': True, 'external_ids': {'isrc': 'USAR19700504'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/6yZAdQyPJtXjATvAT8ERQg'}, 'href': 'https://api.spotify.com/v1/tracks/6yZAdQyPJtXjATvAT8ERQg', 'id': '6yZAdQyPJtXjATvAT8ERQg', 'is_local': False, 'name': 'Coolie High', 'popularity': 54, 'preview_url': 'https://p.scdn.co/mp3-preview/2f3a588b1d02a4742bbd34b95dcf3b9f4eb071a2?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 14, 'type': 'track', 'uri': 'spotify:track:6yZAdQyPJtXjATvAT8ERQg'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/21EglTSwzUorpiXpMBNW2E'}, 'href': 'https://api.spotify.com/v1/albums/21EglTSwzUorpiXpMBNW2E', 'id': '21EglTSwzUorpiXpMBNW2E', 'images': [{'height': 633, 'url': 'https://i.scdn.co/image/c2ebe1454cadfcbc8c200338e3b2fd426318005c', 'width': 640}, {'height': 297, 'url': 'https://i.scdn.co/image/8538b969e5600723eede1864d8cd5457c8a16919', 'width': 300}, {'height': 63, 'url': 'https://i.scdn.co/image/02e482bbfab1aefe2b4d6e9df037b433dc1a73ea', 'width': 64}], 'name': 'Uptown Saturday Night', 'release_date': '1997-01-28', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:21EglTSwzUorpiXpMBNW2E'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 251960, 'explicit': False, 'external_ids': {'isrc': 'USAR19700503'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5ETM3aBrDf45TWg9AgnWQD'}, 'href': 'https://api.spotify.com/v1/tracks/5ETM3aBrDf45TWg9AgnWQD', 'id': '5ETM3aBrDf45TWg9AgnWQD', 'is_local': False, 'name': 'Black Nostaljack AKA Come On', 'popularity': 37, 'preview_url': 'https://p.scdn.co/mp3-preview/971023075c7432bad0ff70bd7b3801fc56861cf6?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 13, 'type': 'track', 'uri': 'spotify:track:5ETM3aBrDf45TWg9AgnWQD'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/21EglTSwzUorpiXpMBNW2E'}, 'href': 'https://api.spotify.com/v1/albums/21EglTSwzUorpiXpMBNW2E', 'id': '21EglTSwzUorpiXpMBNW2E', 'images': [{'height': 633, 'url': 'https://i.scdn.co/image/c2ebe1454cadfcbc8c200338e3b2fd426318005c', 'width': 640}, {'height': 297, 'url': 'https://i.scdn.co/image/8538b969e5600723eede1864d8cd5457c8a16919', 'width': 300}, {'height': 63, 'url': 'https://i.scdn.co/image/02e482bbfab1aefe2b4d6e9df037b433dc1a73ea', 'width': 64}], 'name': 'Uptown Saturday Night', 'release_date': '1997-01-28', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:21EglTSwzUorpiXpMBNW2E'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 203800, 'explicit': False, 'external_ids': {'isrc': 'USAR19901559'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/7FOI4MX6j3rGJ6OUFNXqjr'}, 'href': 'https://api.spotify.com/v1/tracks/7FOI4MX6j3rGJ6OUFNXqjr', 'id': '7FOI4MX6j3rGJ6OUFNXqjr', 'is_local': False, 'name': 'Krystal Karrington', 'popularity': 34, 'preview_url': 'https://p.scdn.co/mp3-preview/22336b7ddf0b6e001e485c08ec46c63fdd0fc923?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 1, 'type': 'track', 'uri': 'spotify:track:7FOI4MX6j3rGJ6OUFNXqjr'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/21EglTSwzUorpiXpMBNW2E'}, 'href': 'https://api.spotify.com/v1/albums/21EglTSwzUorpiXpMBNW2E', 'id': '21EglTSwzUorpiXpMBNW2E', 'images': [{'height': 633, 'url': 'https://i.scdn.co/image/c2ebe1454cadfcbc8c200338e3b2fd426318005c', 'width': 640}, {'height': 297, 'url': 'https://i.scdn.co/image/8538b969e5600723eede1864d8cd5457c8a16919', 'width': 300}, {'height': 63, 'url': 'https://i.scdn.co/image/02e482bbfab1aefe2b4d6e9df037b433dc1a73ea', 'width': 64}], 'name': 'Uptown Saturday Night', 'release_date': '1997-01-28', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:21EglTSwzUorpiXpMBNW2E'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 218693, 'explicit': False, 'external_ids': {'isrc': 'USAR19700496'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/2z3yusFTUqBSSmxRPk9Bzn'}, 'href': 'https://api.spotify.com/v1/tracks/2z3yusFTUqBSSmxRPk9Bzn', 'id': '2z3yusFTUqBSSmxRPk9Bzn', 'is_local': False, 'name': 'Sparkle', 'popularity': 35, 'preview_url': 'https://p.scdn.co/mp3-preview/57ef4c1ec99940c0e3b04c556739061a078b063f?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 6, 'type': 'track', 'uri': 'spotify:track:2z3yusFTUqBSSmxRPk9Bzn'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/21EglTSwzUorpiXpMBNW2E'}, 'href': 'https://api.spotify.com/v1/albums/21EglTSwzUorpiXpMBNW2E', 'id': '21EglTSwzUorpiXpMBNW2E', 'images': [{'height': 633, 'url': 'https://i.scdn.co/image/c2ebe1454cadfcbc8c200338e3b2fd426318005c', 'width': 640}, {'height': 297, 'url': 'https://i.scdn.co/image/8538b969e5600723eede1864d8cd5457c8a16919', 'width': 300}, {'height': 63, 'url': 'https://i.scdn.co/image/02e482bbfab1aefe2b4d6e9df037b433dc1a73ea', 'width': 64}], 'name': 'Uptown Saturday Night', 'release_date': '1997-01-28', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:21EglTSwzUorpiXpMBNW2E'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 247133, 'explicit': False, 'external_ids': {'isrc': 'USAR19700497'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/6AakzlXIJkSzKCIllG4gdf'}, 'href': 'https://api.spotify.com/v1/tracks/6AakzlXIJkSzKCIllG4gdf', 'id': '6AakzlXIJkSzKCIllG4gdf', 'is_local': False, 'name': 'Black Connection', 'popularity': 34, 'preview_url': 'https://p.scdn.co/mp3-preview/800baf831775385d169b61a71b4a48b2c596e32c?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 7, 'type': 'track', 'uri': 'spotify:track:6AakzlXIJkSzKCIllG4gdf'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/21EglTSwzUorpiXpMBNW2E'}, 'href': 'https://api.spotify.com/v1/albums/21EglTSwzUorpiXpMBNW2E', 'id': '21EglTSwzUorpiXpMBNW2E', 'images': [{'height': 633, 'url': 'https://i.scdn.co/image/c2ebe1454cadfcbc8c200338e3b2fd426318005c', 'width': 640}, {'height': 297, 'url': 'https://i.scdn.co/image/8538b969e5600723eede1864d8cd5457c8a16919', 'width': 300}, {'height': 63, 'url': 'https://i.scdn.co/image/02e482bbfab1aefe2b4d6e9df037b433dc1a73ea', 'width': 64}], 'name': 'Uptown Saturday Night', 'release_date': '1997-01-28', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:21EglTSwzUorpiXpMBNW2E'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 170866, 'explicit': False, 'external_ids': {'isrc': 'USAR19700498'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/52zFdgyz4XD6C1XStFtPOP'}, 'href': 'https://api.spotify.com/v1/tracks/52zFdgyz4XD6C1XStFtPOP', 'id': '52zFdgyz4XD6C1XStFtPOP', 'is_local': False, 'name': 'Swing', 'popularity': 30, 'preview_url': 'https://p.scdn.co/mp3-preview/5a289300ce583894f21948ac02a93be9b359c052?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 8, 'type': 'track', 'uri': 'spotify:track:52zFdgyz4XD6C1XStFtPOP'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/21EglTSwzUorpiXpMBNW2E'}, 'href': 'https://api.spotify.com/v1/albums/21EglTSwzUorpiXpMBNW2E', 'id': '21EglTSwzUorpiXpMBNW2E', 'images': [{'height': 633, 'url': 'https://i.scdn.co/image/c2ebe1454cadfcbc8c200338e3b2fd426318005c', 'width': 640}, {'height': 297, 'url': 'https://i.scdn.co/image/8538b969e5600723eede1864d8cd5457c8a16919', 'width': 300}, {'height': 63, 'url': 'https://i.scdn.co/image/02e482bbfab1aefe2b4d6e9df037b433dc1a73ea', 'width': 64}], 'name': 'Uptown Saturday Night', 'release_date': '1997-01-28', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:21EglTSwzUorpiXpMBNW2E'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 223906, 'explicit': False, 'external_ids': {'isrc': 'USAR19700495'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/2PfE9UuI7PLkfiuNHIltmb'}, 'href': 'https://api.spotify.com/v1/tracks/2PfE9UuI7PLkfiuNHIltmb', 'id': '2PfE9UuI7PLkfiuNHIltmb', 'is_local': False, 'name': "Killin' Em Softly", 'popularity': 26, 'preview_url': 'https://p.scdn.co/mp3-preview/3e0ca860f841770b16acc437d5a48062ef12949e?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 5, 'type': 'track', 'uri': 'spotify:track:2PfE9UuI7PLkfiuNHIltmb'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/21EglTSwzUorpiXpMBNW2E'}, 'href': 'https://api.spotify.com/v1/albums/21EglTSwzUorpiXpMBNW2E', 'id': '21EglTSwzUorpiXpMBNW2E', 'images': [{'height': 633, 'url': 'https://i.scdn.co/image/c2ebe1454cadfcbc8c200338e3b2fd426318005c', 'width': 640}, {'height': 297, 'url': 'https://i.scdn.co/image/8538b969e5600723eede1864d8cd5457c8a16919', 'width': 300}, {'height': 63, 'url': 'https://i.scdn.co/image/02e482bbfab1aefe2b4d6e9df037b433dc1a73ea', 'width': 64}], 'name': 'Uptown Saturday Night', 'release_date': '1997-01-28', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:21EglTSwzUorpiXpMBNW2E'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 207840, 'explicit': False, 'external_ids': {'isrc': 'USAR19700493'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0LeHoHfTGskXR1ttb9wdYj'}, 'href': 'https://api.spotify.com/v1/tracks/0LeHoHfTGskXR1ttb9wdYj', 'id': '0LeHoHfTGskXR1ttb9wdYj', 'is_local': False, 'name': 'Park Joint', 'popularity': 26, 'preview_url': 'https://p.scdn.co/mp3-preview/2fcbf3fdd9e12f41510b4b7b3ff71c3b582d6d9b?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 3, 'type': 'track', 'uri': 'spotify:track:0LeHoHfTGskXR1ttb9wdYj'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/21EglTSwzUorpiXpMBNW2E'}, 'href': 'https://api.spotify.com/v1/albums/21EglTSwzUorpiXpMBNW2E', 'id': '21EglTSwzUorpiXpMBNW2E', 'images': [{'height': 633, 'url': 'https://i.scdn.co/image/c2ebe1454cadfcbc8c200338e3b2fd426318005c', 'width': 640}, {'height': 297, 'url': 'https://i.scdn.co/image/8538b969e5600723eede1864d8cd5457c8a16919', 'width': 300}, {'height': 63, 'url': 'https://i.scdn.co/image/02e482bbfab1aefe2b4d6e9df037b433dc1a73ea', 'width': 64}], 'name': 'Uptown Saturday Night', 'release_date': '1997-01-28', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:21EglTSwzUorpiXpMBNW2E'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 225693, 'explicit': False, 'external_ids': {'isrc': 'USAR19700494'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3dIdG3ujDYlNweZFANd32c'}, 'href': 'https://api.spotify.com/v1/tracks/3dIdG3ujDYlNweZFANd32c', 'id': '3dIdG3ujDYlNweZFANd32c', 'is_local': False, 'name': 'B-Side To Hollywood - featuring Trugoy the Dove of De La Soul', 'popularity': 24, 'preview_url': 'https://p.scdn.co/mp3-preview/6d27c141778eaff670aaafc7074564565c470ba3?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 4, 'type': 'track', 'uri': 'spotify:track:3dIdG3ujDYlNweZFANd32c'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/21EglTSwzUorpiXpMBNW2E'}, 'href': 'https://api.spotify.com/v1/albums/21EglTSwzUorpiXpMBNW2E', 'id': '21EglTSwzUorpiXpMBNW2E', 'images': [{'height': 633, 'url': 'https://i.scdn.co/image/c2ebe1454cadfcbc8c200338e3b2fd426318005c', 'width': 640}, {'height': 297, 'url': 'https://i.scdn.co/image/8538b969e5600723eede1864d8cd5457c8a16919', 'width': 300}, {'height': 63, 'url': 'https://i.scdn.co/image/02e482bbfab1aefe2b4d6e9df037b433dc1a73ea', 'width': 64}], 'name': 'Uptown Saturday Night', 'release_date': '1997-01-28', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:21EglTSwzUorpiXpMBNW2E'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 216440, 'explicit': False, 'external_ids': {'isrc': 'USAR19700499'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3efXNwMTiAEkPzFgO68xKD'}, 'href': 'https://api.spotify.com/v1/tracks/3efXNwMTiAEkPzFgO68xKD', 'id': '3efXNwMTiAEkPzFgO68xKD', 'is_local': False, 'name': "Rockin' It AKA Spanish Harlem", 'popularity': 25, 'preview_url': 'https://p.scdn.co/mp3-preview/649b0bf40097fc3b7bc22b58899b2c7ae57b5e77?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 9, 'type': 'track', 'uri': 'spotify:track:3efXNwMTiAEkPzFgO68xKD'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/21EglTSwzUorpiXpMBNW2E'}, 'href': 'https://api.spotify.com/v1/albums/21EglTSwzUorpiXpMBNW2E', 'id': '21EglTSwzUorpiXpMBNW2E', 'images': [{'height': 633, 'url': 'https://i.scdn.co/image/c2ebe1454cadfcbc8c200338e3b2fd426318005c', 'width': 640}, {'height': 297, 'url': 'https://i.scdn.co/image/8538b969e5600723eede1864d8cd5457c8a16919', 'width': 300}, {'height': 63, 'url': 'https://i.scdn.co/image/02e482bbfab1aefe2b4d6e9df037b433dc1a73ea', 'width': 64}], 'name': 'Uptown Saturday Night', 'release_date': '1997-01-28', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:21EglTSwzUorpiXpMBNW2E'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/6bhnsbtlnSzYIRPkHrKe3I'}, 'href': 'https://api.spotify.com/v1/artists/6bhnsbtlnSzYIRPkHrKe3I', 'id': '6bhnsbtlnSzYIRPkHrKe3I', 'name': 'Jungle Brown', 'type': 'artist', 'uri': 'spotify:artist:6bhnsbtlnSzYIRPkHrKe3I'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 193933, 'explicit': False, 'external_ids': {'isrc': 'USAR19700500'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/7LVNvzdtp4lkGUeKxP1sOn'}, 'href': 'https://api.spotify.com/v1/tracks/7LVNvzdtp4lkGUeKxP1sOn', 'id': '7LVNvzdtp4lkGUeKxP1sOn', 'is_local': False, 'name': 'Say Word (feat. Jungle Brown)', 'popularity': 24, 'preview_url': 'https://p.scdn.co/mp3-preview/9f64f9ec5e05f84f29ef516c90bfe85bf7864a56?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 10, 'type': 'track', 'uri': 'spotify:track:7LVNvzdtp4lkGUeKxP1sOn'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/21EglTSwzUorpiXpMBNW2E'}, 'href': 'https://api.spotify.com/v1/albums/21EglTSwzUorpiXpMBNW2E', 'id': '21EglTSwzUorpiXpMBNW2E', 'images': [{'height': 633, 'url': 'https://i.scdn.co/image/c2ebe1454cadfcbc8c200338e3b2fd426318005c', 'width': 640}, {'height': 297, 'url': 'https://i.scdn.co/image/8538b969e5600723eede1864d8cd5457c8a16919', 'width': 300}, {'height': 63, 'url': 'https://i.scdn.co/image/02e482bbfab1aefe2b4d6e9df037b433dc1a73ea', 'width': 64}], 'name': 'Uptown Saturday Night', 'release_date': '1997-01-28', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:21EglTSwzUorpiXpMBNW2E'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/7qUnx2B8Lf6QROKUCKLsOQ'}, 'href': 'https://api.spotify.com/v1/artists/7qUnx2B8Lf6QROKUCKLsOQ', 'id': '7qUnx2B8Lf6QROKUCKLsOQ', 'name': 'Bones', 'type': 'artist', 'uri': 'spotify:artist:7qUnx2B8Lf6QROKUCKLsOQ'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/52YzlOuMoiUbXNwxqmC0E8'}, 'href': 'https://api.spotify.com/v1/artists/52YzlOuMoiUbXNwxqmC0E8', 'id': '52YzlOuMoiUbXNwxqmC0E8', 'name': 'Karachi R.A.W.', 'type': 'artist', 'uri': 'spotify:artist:52YzlOuMoiUbXNwxqmC0E8'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 203160, 'explicit': False, 'external_ids': {'isrc': 'USAR19700501'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/6dK9xKAU8XOGsZ9yXxKGkM'}, 'href': 'https://api.spotify.com/v1/tracks/6dK9xKAU8XOGsZ9yXxKGkM', 'id': '6dK9xKAU8XOGsZ9yXxKGkM', 'is_local': False, 'name': 'Negro League (feat. Bones & Karachi R.A.W.)', 'popularity': 21, 'preview_url': 'https://p.scdn.co/mp3-preview/14ecaa18ad80743a13509d6135b331b6415e51de?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 11, 'type': 'track', 'uri': 'spotify:track:6dK9xKAU8XOGsZ9yXxKGkM'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/21EglTSwzUorpiXpMBNW2E'}, 'href': 'https://api.spotify.com/v1/albums/21EglTSwzUorpiXpMBNW2E', 'id': '21EglTSwzUorpiXpMBNW2E', 'images': [{'height': 633, 'url': 'https://i.scdn.co/image/c2ebe1454cadfcbc8c200338e3b2fd426318005c', 'width': 640}, {'height': 297, 'url': 'https://i.scdn.co/image/8538b969e5600723eede1864d8cd5457c8a16919', 'width': 300}, {'height': 63, 'url': 'https://i.scdn.co/image/02e482bbfab1aefe2b4d6e9df037b433dc1a73ea', 'width': 64}], 'name': 'Uptown Saturday Night', 'release_date': '1997-01-28', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:21EglTSwzUorpiXpMBNW2E'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 227653, 'explicit': False, 'external_ids': {'isrc': 'USAR19700505'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/7bzuOPDpIeeOdizvpgURVi'}, 'href': 'https://api.spotify.com/v1/tracks/7bzuOPDpIeeOdizvpgURVi', 'id': '7bzuOPDpIeeOdizvpgURVi', 'is_local': False, 'name': 'Sparkle - Mr. Midnight Mix', 'popularity': 22, 'preview_url': 'https://p.scdn.co/mp3-preview/0b224b7c24d1695f2d097d98c4486bbdfc198c45?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 15, 'type': 'track', 'uri': 'spotify:track:7bzuOPDpIeeOdizvpgURVi'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/21EglTSwzUorpiXpMBNW2E'}, 'href': 'https://api.spotify.com/v1/albums/21EglTSwzUorpiXpMBNW2E', 'id': '21EglTSwzUorpiXpMBNW2E', 'images': [{'height': 633, 'url': 'https://i.scdn.co/image/c2ebe1454cadfcbc8c200338e3b2fd426318005c', 'width': 640}, {'height': 297, 'url': 'https://i.scdn.co/image/8538b969e5600723eede1864d8cd5457c8a16919', 'width': 300}, {'height': 63, 'url': 'https://i.scdn.co/image/02e482bbfab1aefe2b4d6e9df037b433dc1a73ea', 'width': 64}], 'name': 'Uptown Saturday Night', 'release_date': '1997-01-28', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:21EglTSwzUorpiXpMBNW2E'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/6bhnsbtlnSzYIRPkHrKe3I'}, 'href': 'https://api.spotify.com/v1/artists/6bhnsbtlnSzYIRPkHrKe3I', 'id': '6bhnsbtlnSzYIRPkHrKe3I', 'name': 'Jungle Brown', 'type': 'artist', 'uri': 'spotify:artist:6bhnsbtlnSzYIRPkHrKe3I'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 193440, 'explicit': False, 'external_ids': {'isrc': 'USAR19700502'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/1uWMiF7v1q5nPwpTmMf3ET'}, 'href': 'https://api.spotify.com/v1/tracks/1uWMiF7v1q5nPwpTmMf3ET', 'id': '1uWMiF7v1q5nPwpTmMf3ET', 'is_local': False, 'name': "Nicky Barnes AKA It's Alright (feat. Jungle Brown)", 'popularity': 21, 'preview_url': 'https://p.scdn.co/mp3-preview/ec69c1968f80e3b3cdaca5f12617b2d34963fb0b?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 12, 'type': 'track', 'uri': 'spotify:track:1uWMiF7v1q5nPwpTmMf3ET'}], 'limit': 50, 'next': None, 'offset': 0, 'previous': None, 'total': 15}} +{'tracks': {'href': 'https://api.spotify.com/v1/search?query=uptown+saturday+night+camp+lo&type=track&market=GB&offset=0&limit=50', 'items': [{'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/21EglTSwzUorpiXpMBNW2E'}, 'href': 'https://api.spotify.com/v1/albums/21EglTSwzUorpiXpMBNW2E', 'id': '21EglTSwzUorpiXpMBNW2E', 'images': [{'height': 633, 'url': 'https://i.scdn.co/image/c2ebe1454cadfcbc8c200338e3b2fd426318005c', 'width': 640}, {'height': 297, 'url': 'https://i.scdn.co/image/8538b969e5600723eede1864d8cd5457c8a16919', 'width': 300}, {'height': 63, 'url': 'https://i.scdn.co/image/02e482bbfab1aefe2b4d6e9df037b433dc1a73ea', 'width': 64}], 'name': 'Uptown Saturday Night', 'release_date': '1997-01-28', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:21EglTSwzUorpiXpMBNW2E'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 240093, 'explicit': False, 'external_ids': {'isrc': 'USAR19700492'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/20DcrlNK0NcRknbX4wcEO4'}, 'href': 'https://api.spotify.com/v1/tracks/20DcrlNK0NcRknbX4wcEO4', 'id': '20DcrlNK0NcRknbX4wcEO4', 'is_local': False, 'name': 'Luchini AKA This Is It', 'popularity': 57, 'preview_url': 'https://p.scdn.co/mp3-preview/1cfb0cb176d4459860bd7c84b1a39d9c36a0b771?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 2, 'type': 'track', 'uri': 'spotify:track:20DcrlNK0NcRknbX4wcEO4'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/21EglTSwzUorpiXpMBNW2E'}, 'href': 'https://api.spotify.com/v1/albums/21EglTSwzUorpiXpMBNW2E', 'id': '21EglTSwzUorpiXpMBNW2E', 'images': [{'height': 633, 'url': 'https://i.scdn.co/image/c2ebe1454cadfcbc8c200338e3b2fd426318005c', 'width': 640}, {'height': 297, 'url': 'https://i.scdn.co/image/8538b969e5600723eede1864d8cd5457c8a16919', 'width': 300}, {'height': 63, 'url': 'https://i.scdn.co/image/02e482bbfab1aefe2b4d6e9df037b433dc1a73ea', 'width': 64}], 'name': 'Uptown Saturday Night', 'release_date': '1997-01-28', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:21EglTSwzUorpiXpMBNW2E'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 241133, 'explicit': True, 'external_ids': {'isrc': 'USAR19700504'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/6yZAdQyPJtXjATvAT8ERQg'}, 'href': 'https://api.spotify.com/v1/tracks/6yZAdQyPJtXjATvAT8ERQg', 'id': '6yZAdQyPJtXjATvAT8ERQg', 'is_local': False, 'name': 'Coolie High', 'popularity': 55, 'preview_url': 'https://p.scdn.co/mp3-preview/2f3a588b1d02a4742bbd34b95dcf3b9f4eb071a2?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 14, 'type': 'track', 'uri': 'spotify:track:6yZAdQyPJtXjATvAT8ERQg'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/21EglTSwzUorpiXpMBNW2E'}, 'href': 'https://api.spotify.com/v1/albums/21EglTSwzUorpiXpMBNW2E', 'id': '21EglTSwzUorpiXpMBNW2E', 'images': [{'height': 633, 'url': 'https://i.scdn.co/image/c2ebe1454cadfcbc8c200338e3b2fd426318005c', 'width': 640}, {'height': 297, 'url': 'https://i.scdn.co/image/8538b969e5600723eede1864d8cd5457c8a16919', 'width': 300}, {'height': 63, 'url': 'https://i.scdn.co/image/02e482bbfab1aefe2b4d6e9df037b433dc1a73ea', 'width': 64}], 'name': 'Uptown Saturday Night', 'release_date': '1997-01-28', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:21EglTSwzUorpiXpMBNW2E'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 251960, 'explicit': False, 'external_ids': {'isrc': 'USAR19700503'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/5ETM3aBrDf45TWg9AgnWQD'}, 'href': 'https://api.spotify.com/v1/tracks/5ETM3aBrDf45TWg9AgnWQD', 'id': '5ETM3aBrDf45TWg9AgnWQD', 'is_local': False, 'name': 'Black Nostaljack AKA Come On', 'popularity': 37, 'preview_url': 'https://p.scdn.co/mp3-preview/971023075c7432bad0ff70bd7b3801fc56861cf6?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 13, 'type': 'track', 'uri': 'spotify:track:5ETM3aBrDf45TWg9AgnWQD'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/21EglTSwzUorpiXpMBNW2E'}, 'href': 'https://api.spotify.com/v1/albums/21EglTSwzUorpiXpMBNW2E', 'id': '21EglTSwzUorpiXpMBNW2E', 'images': [{'height': 633, 'url': 'https://i.scdn.co/image/c2ebe1454cadfcbc8c200338e3b2fd426318005c', 'width': 640}, {'height': 297, 'url': 'https://i.scdn.co/image/8538b969e5600723eede1864d8cd5457c8a16919', 'width': 300}, {'height': 63, 'url': 'https://i.scdn.co/image/02e482bbfab1aefe2b4d6e9df037b433dc1a73ea', 'width': 64}], 'name': 'Uptown Saturday Night', 'release_date': '1997-01-28', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:21EglTSwzUorpiXpMBNW2E'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 203800, 'explicit': False, 'external_ids': {'isrc': 'USAR19901559'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/7FOI4MX6j3rGJ6OUFNXqjr'}, 'href': 'https://api.spotify.com/v1/tracks/7FOI4MX6j3rGJ6OUFNXqjr', 'id': '7FOI4MX6j3rGJ6OUFNXqjr', 'is_local': False, 'name': 'Krystal Karrington', 'popularity': 34, 'preview_url': 'https://p.scdn.co/mp3-preview/22336b7ddf0b6e001e485c08ec46c63fdd0fc923?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 1, 'type': 'track', 'uri': 'spotify:track:7FOI4MX6j3rGJ6OUFNXqjr'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/21EglTSwzUorpiXpMBNW2E'}, 'href': 'https://api.spotify.com/v1/albums/21EglTSwzUorpiXpMBNW2E', 'id': '21EglTSwzUorpiXpMBNW2E', 'images': [{'height': 633, 'url': 'https://i.scdn.co/image/c2ebe1454cadfcbc8c200338e3b2fd426318005c', 'width': 640}, {'height': 297, 'url': 'https://i.scdn.co/image/8538b969e5600723eede1864d8cd5457c8a16919', 'width': 300}, {'height': 63, 'url': 'https://i.scdn.co/image/02e482bbfab1aefe2b4d6e9df037b433dc1a73ea', 'width': 64}], 'name': 'Uptown Saturday Night', 'release_date': '1997-01-28', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:21EglTSwzUorpiXpMBNW2E'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 218693, 'explicit': False, 'external_ids': {'isrc': 'USAR19700496'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/2z3yusFTUqBSSmxRPk9Bzn'}, 'href': 'https://api.spotify.com/v1/tracks/2z3yusFTUqBSSmxRPk9Bzn', 'id': '2z3yusFTUqBSSmxRPk9Bzn', 'is_local': False, 'name': 'Sparkle', 'popularity': 35, 'preview_url': 'https://p.scdn.co/mp3-preview/57ef4c1ec99940c0e3b04c556739061a078b063f?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 6, 'type': 'track', 'uri': 'spotify:track:2z3yusFTUqBSSmxRPk9Bzn'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/21EglTSwzUorpiXpMBNW2E'}, 'href': 'https://api.spotify.com/v1/albums/21EglTSwzUorpiXpMBNW2E', 'id': '21EglTSwzUorpiXpMBNW2E', 'images': [{'height': 633, 'url': 'https://i.scdn.co/image/c2ebe1454cadfcbc8c200338e3b2fd426318005c', 'width': 640}, {'height': 297, 'url': 'https://i.scdn.co/image/8538b969e5600723eede1864d8cd5457c8a16919', 'width': 300}, {'height': 63, 'url': 'https://i.scdn.co/image/02e482bbfab1aefe2b4d6e9df037b433dc1a73ea', 'width': 64}], 'name': 'Uptown Saturday Night', 'release_date': '1997-01-28', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:21EglTSwzUorpiXpMBNW2E'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 247133, 'explicit': False, 'external_ids': {'isrc': 'USAR19700497'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/6AakzlXIJkSzKCIllG4gdf'}, 'href': 'https://api.spotify.com/v1/tracks/6AakzlXIJkSzKCIllG4gdf', 'id': '6AakzlXIJkSzKCIllG4gdf', 'is_local': False, 'name': 'Black Connection', 'popularity': 34, 'preview_url': 'https://p.scdn.co/mp3-preview/800baf831775385d169b61a71b4a48b2c596e32c?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 7, 'type': 'track', 'uri': 'spotify:track:6AakzlXIJkSzKCIllG4gdf'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/21EglTSwzUorpiXpMBNW2E'}, 'href': 'https://api.spotify.com/v1/albums/21EglTSwzUorpiXpMBNW2E', 'id': '21EglTSwzUorpiXpMBNW2E', 'images': [{'height': 633, 'url': 'https://i.scdn.co/image/c2ebe1454cadfcbc8c200338e3b2fd426318005c', 'width': 640}, {'height': 297, 'url': 'https://i.scdn.co/image/8538b969e5600723eede1864d8cd5457c8a16919', 'width': 300}, {'height': 63, 'url': 'https://i.scdn.co/image/02e482bbfab1aefe2b4d6e9df037b433dc1a73ea', 'width': 64}], 'name': 'Uptown Saturday Night', 'release_date': '1997-01-28', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:21EglTSwzUorpiXpMBNW2E'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 170866, 'explicit': False, 'external_ids': {'isrc': 'USAR19700498'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/52zFdgyz4XD6C1XStFtPOP'}, 'href': 'https://api.spotify.com/v1/tracks/52zFdgyz4XD6C1XStFtPOP', 'id': '52zFdgyz4XD6C1XStFtPOP', 'is_local': False, 'name': 'Swing', 'popularity': 30, 'preview_url': 'https://p.scdn.co/mp3-preview/5a289300ce583894f21948ac02a93be9b359c052?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 8, 'type': 'track', 'uri': 'spotify:track:52zFdgyz4XD6C1XStFtPOP'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/21EglTSwzUorpiXpMBNW2E'}, 'href': 'https://api.spotify.com/v1/albums/21EglTSwzUorpiXpMBNW2E', 'id': '21EglTSwzUorpiXpMBNW2E', 'images': [{'height': 633, 'url': 'https://i.scdn.co/image/c2ebe1454cadfcbc8c200338e3b2fd426318005c', 'width': 640}, {'height': 297, 'url': 'https://i.scdn.co/image/8538b969e5600723eede1864d8cd5457c8a16919', 'width': 300}, {'height': 63, 'url': 'https://i.scdn.co/image/02e482bbfab1aefe2b4d6e9df037b433dc1a73ea', 'width': 64}], 'name': 'Uptown Saturday Night', 'release_date': '1997-01-28', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:21EglTSwzUorpiXpMBNW2E'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 223906, 'explicit': False, 'external_ids': {'isrc': 'USAR19700495'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/2PfE9UuI7PLkfiuNHIltmb'}, 'href': 'https://api.spotify.com/v1/tracks/2PfE9UuI7PLkfiuNHIltmb', 'id': '2PfE9UuI7PLkfiuNHIltmb', 'is_local': False, 'name': "Killin' Em Softly", 'popularity': 27, 'preview_url': 'https://p.scdn.co/mp3-preview/3e0ca860f841770b16acc437d5a48062ef12949e?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 5, 'type': 'track', 'uri': 'spotify:track:2PfE9UuI7PLkfiuNHIltmb'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/21EglTSwzUorpiXpMBNW2E'}, 'href': 'https://api.spotify.com/v1/albums/21EglTSwzUorpiXpMBNW2E', 'id': '21EglTSwzUorpiXpMBNW2E', 'images': [{'height': 633, 'url': 'https://i.scdn.co/image/c2ebe1454cadfcbc8c200338e3b2fd426318005c', 'width': 640}, {'height': 297, 'url': 'https://i.scdn.co/image/8538b969e5600723eede1864d8cd5457c8a16919', 'width': 300}, {'height': 63, 'url': 'https://i.scdn.co/image/02e482bbfab1aefe2b4d6e9df037b433dc1a73ea', 'width': 64}], 'name': 'Uptown Saturday Night', 'release_date': '1997-01-28', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:21EglTSwzUorpiXpMBNW2E'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 207840, 'explicit': False, 'external_ids': {'isrc': 'USAR19700493'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/0LeHoHfTGskXR1ttb9wdYj'}, 'href': 'https://api.spotify.com/v1/tracks/0LeHoHfTGskXR1ttb9wdYj', 'id': '0LeHoHfTGskXR1ttb9wdYj', 'is_local': False, 'name': 'Park Joint', 'popularity': 26, 'preview_url': 'https://p.scdn.co/mp3-preview/2fcbf3fdd9e12f41510b4b7b3ff71c3b582d6d9b?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 3, 'type': 'track', 'uri': 'spotify:track:0LeHoHfTGskXR1ttb9wdYj'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/21EglTSwzUorpiXpMBNW2E'}, 'href': 'https://api.spotify.com/v1/albums/21EglTSwzUorpiXpMBNW2E', 'id': '21EglTSwzUorpiXpMBNW2E', 'images': [{'height': 633, 'url': 'https://i.scdn.co/image/c2ebe1454cadfcbc8c200338e3b2fd426318005c', 'width': 640}, {'height': 297, 'url': 'https://i.scdn.co/image/8538b969e5600723eede1864d8cd5457c8a16919', 'width': 300}, {'height': 63, 'url': 'https://i.scdn.co/image/02e482bbfab1aefe2b4d6e9df037b433dc1a73ea', 'width': 64}], 'name': 'Uptown Saturday Night', 'release_date': '1997-01-28', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:21EglTSwzUorpiXpMBNW2E'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 225693, 'explicit': False, 'external_ids': {'isrc': 'USAR19700494'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3dIdG3ujDYlNweZFANd32c'}, 'href': 'https://api.spotify.com/v1/tracks/3dIdG3ujDYlNweZFANd32c', 'id': '3dIdG3ujDYlNweZFANd32c', 'is_local': False, 'name': 'B-Side To Hollywood - featuring Trugoy the Dove of De La Soul', 'popularity': 25, 'preview_url': 'https://p.scdn.co/mp3-preview/6d27c141778eaff670aaafc7074564565c470ba3?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 4, 'type': 'track', 'uri': 'spotify:track:3dIdG3ujDYlNweZFANd32c'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/21EglTSwzUorpiXpMBNW2E'}, 'href': 'https://api.spotify.com/v1/albums/21EglTSwzUorpiXpMBNW2E', 'id': '21EglTSwzUorpiXpMBNW2E', 'images': [{'height': 633, 'url': 'https://i.scdn.co/image/c2ebe1454cadfcbc8c200338e3b2fd426318005c', 'width': 640}, {'height': 297, 'url': 'https://i.scdn.co/image/8538b969e5600723eede1864d8cd5457c8a16919', 'width': 300}, {'height': 63, 'url': 'https://i.scdn.co/image/02e482bbfab1aefe2b4d6e9df037b433dc1a73ea', 'width': 64}], 'name': 'Uptown Saturday Night', 'release_date': '1997-01-28', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:21EglTSwzUorpiXpMBNW2E'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 216440, 'explicit': False, 'external_ids': {'isrc': 'USAR19700499'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/3efXNwMTiAEkPzFgO68xKD'}, 'href': 'https://api.spotify.com/v1/tracks/3efXNwMTiAEkPzFgO68xKD', 'id': '3efXNwMTiAEkPzFgO68xKD', 'is_local': False, 'name': "Rockin' It AKA Spanish Harlem", 'popularity': 25, 'preview_url': 'https://p.scdn.co/mp3-preview/649b0bf40097fc3b7bc22b58899b2c7ae57b5e77?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 9, 'type': 'track', 'uri': 'spotify:track:3efXNwMTiAEkPzFgO68xKD'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/21EglTSwzUorpiXpMBNW2E'}, 'href': 'https://api.spotify.com/v1/albums/21EglTSwzUorpiXpMBNW2E', 'id': '21EglTSwzUorpiXpMBNW2E', 'images': [{'height': 633, 'url': 'https://i.scdn.co/image/c2ebe1454cadfcbc8c200338e3b2fd426318005c', 'width': 640}, {'height': 297, 'url': 'https://i.scdn.co/image/8538b969e5600723eede1864d8cd5457c8a16919', 'width': 300}, {'height': 63, 'url': 'https://i.scdn.co/image/02e482bbfab1aefe2b4d6e9df037b433dc1a73ea', 'width': 64}], 'name': 'Uptown Saturday Night', 'release_date': '1997-01-28', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:21EglTSwzUorpiXpMBNW2E'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/6bhnsbtlnSzYIRPkHrKe3I'}, 'href': 'https://api.spotify.com/v1/artists/6bhnsbtlnSzYIRPkHrKe3I', 'id': '6bhnsbtlnSzYIRPkHrKe3I', 'name': 'Jungle Brown', 'type': 'artist', 'uri': 'spotify:artist:6bhnsbtlnSzYIRPkHrKe3I'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 193933, 'explicit': False, 'external_ids': {'isrc': 'USAR19700500'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/7LVNvzdtp4lkGUeKxP1sOn'}, 'href': 'https://api.spotify.com/v1/tracks/7LVNvzdtp4lkGUeKxP1sOn', 'id': '7LVNvzdtp4lkGUeKxP1sOn', 'is_local': False, 'name': 'Say Word (feat. Jungle Brown)', 'popularity': 24, 'preview_url': 'https://p.scdn.co/mp3-preview/9f64f9ec5e05f84f29ef516c90bfe85bf7864a56?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 10, 'type': 'track', 'uri': 'spotify:track:7LVNvzdtp4lkGUeKxP1sOn'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/21EglTSwzUorpiXpMBNW2E'}, 'href': 'https://api.spotify.com/v1/albums/21EglTSwzUorpiXpMBNW2E', 'id': '21EglTSwzUorpiXpMBNW2E', 'images': [{'height': 633, 'url': 'https://i.scdn.co/image/c2ebe1454cadfcbc8c200338e3b2fd426318005c', 'width': 640}, {'height': 297, 'url': 'https://i.scdn.co/image/8538b969e5600723eede1864d8cd5457c8a16919', 'width': 300}, {'height': 63, 'url': 'https://i.scdn.co/image/02e482bbfab1aefe2b4d6e9df037b433dc1a73ea', 'width': 64}], 'name': 'Uptown Saturday Night', 'release_date': '1997-01-28', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:21EglTSwzUorpiXpMBNW2E'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 227653, 'explicit': False, 'external_ids': {'isrc': 'USAR19700505'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/7bzuOPDpIeeOdizvpgURVi'}, 'href': 'https://api.spotify.com/v1/tracks/7bzuOPDpIeeOdizvpgURVi', 'id': '7bzuOPDpIeeOdizvpgURVi', 'is_local': False, 'name': 'Sparkle - Mr. Midnight Mix', 'popularity': 22, 'preview_url': 'https://p.scdn.co/mp3-preview/0b224b7c24d1695f2d097d98c4486bbdfc198c45?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 15, 'type': 'track', 'uri': 'spotify:track:7bzuOPDpIeeOdizvpgURVi'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/21EglTSwzUorpiXpMBNW2E'}, 'href': 'https://api.spotify.com/v1/albums/21EglTSwzUorpiXpMBNW2E', 'id': '21EglTSwzUorpiXpMBNW2E', 'images': [{'height': 633, 'url': 'https://i.scdn.co/image/c2ebe1454cadfcbc8c200338e3b2fd426318005c', 'width': 640}, {'height': 297, 'url': 'https://i.scdn.co/image/8538b969e5600723eede1864d8cd5457c8a16919', 'width': 300}, {'height': 63, 'url': 'https://i.scdn.co/image/02e482bbfab1aefe2b4d6e9df037b433dc1a73ea', 'width': 64}], 'name': 'Uptown Saturday Night', 'release_date': '1997-01-28', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:21EglTSwzUorpiXpMBNW2E'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/7qUnx2B8Lf6QROKUCKLsOQ'}, 'href': 'https://api.spotify.com/v1/artists/7qUnx2B8Lf6QROKUCKLsOQ', 'id': '7qUnx2B8Lf6QROKUCKLsOQ', 'name': 'Bones', 'type': 'artist', 'uri': 'spotify:artist:7qUnx2B8Lf6QROKUCKLsOQ'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/52YzlOuMoiUbXNwxqmC0E8'}, 'href': 'https://api.spotify.com/v1/artists/52YzlOuMoiUbXNwxqmC0E8', 'id': '52YzlOuMoiUbXNwxqmC0E8', 'name': 'Karachi R.A.W.', 'type': 'artist', 'uri': 'spotify:artist:52YzlOuMoiUbXNwxqmC0E8'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 203160, 'explicit': False, 'external_ids': {'isrc': 'USAR19700501'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/6dK9xKAU8XOGsZ9yXxKGkM'}, 'href': 'https://api.spotify.com/v1/tracks/6dK9xKAU8XOGsZ9yXxKGkM', 'id': '6dK9xKAU8XOGsZ9yXxKGkM', 'is_local': False, 'name': 'Negro League (feat. Bones & Karachi R.A.W.)', 'popularity': 22, 'preview_url': 'https://p.scdn.co/mp3-preview/14ecaa18ad80743a13509d6135b331b6415e51de?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 11, 'type': 'track', 'uri': 'spotify:track:6dK9xKAU8XOGsZ9yXxKGkM'}, {'album': {'album_type': 'album', 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'external_urls': {'spotify': 'https://open.spotify.com/album/21EglTSwzUorpiXpMBNW2E'}, 'href': 'https://api.spotify.com/v1/albums/21EglTSwzUorpiXpMBNW2E', 'id': '21EglTSwzUorpiXpMBNW2E', 'images': [{'height': 633, 'url': 'https://i.scdn.co/image/c2ebe1454cadfcbc8c200338e3b2fd426318005c', 'width': 640}, {'height': 297, 'url': 'https://i.scdn.co/image/8538b969e5600723eede1864d8cd5457c8a16919', 'width': 300}, {'height': 63, 'url': 'https://i.scdn.co/image/02e482bbfab1aefe2b4d6e9df037b433dc1a73ea', 'width': 64}], 'name': 'Uptown Saturday Night', 'release_date': '1997-01-28', 'release_date_precision': 'day', 'total_tracks': 15, 'type': 'album', 'uri': 'spotify:album:21EglTSwzUorpiXpMBNW2E'}, 'artists': [{'external_urls': {'spotify': 'https://open.spotify.com/artist/4oLZx5FplbgfM8DEe9U8LB'}, 'href': 'https://api.spotify.com/v1/artists/4oLZx5FplbgfM8DEe9U8LB', 'id': '4oLZx5FplbgfM8DEe9U8LB', 'name': 'Camp Lo', 'type': 'artist', 'uri': 'spotify:artist:4oLZx5FplbgfM8DEe9U8LB'}, {'external_urls': {'spotify': 'https://open.spotify.com/artist/6bhnsbtlnSzYIRPkHrKe3I'}, 'href': 'https://api.spotify.com/v1/artists/6bhnsbtlnSzYIRPkHrKe3I', 'id': '6bhnsbtlnSzYIRPkHrKe3I', 'name': 'Jungle Brown', 'type': 'artist', 'uri': 'spotify:artist:6bhnsbtlnSzYIRPkHrKe3I'}], 'available_markets': ['AD', 'AE', 'AR', 'AU', 'BE', 'BH', 'BO', 'BR', 'CA', 'CL', 'CO', 'CR', 'CY', 'DE', 'DK', 'DO', 'DZ', 'EC', 'EE', 'EG', 'ES', 'FI', 'FR', 'GB', 'GR', 'GT', 'HK', 'HN', 'ID', 'IE', 'IN', 'IS', 'IT', 'JO', 'JP', 'KW', 'LB', 'LT', 'LU', 'LV', 'MA', 'MC', 'MT', 'MX', 'MY', 'NI', 'NL', 'NO', 'NZ', 'OM', 'PA', 'PE', 'PH', 'PS', 'PT', 'PY', 'QA', 'SA', 'SE', 'SG', 'SV', 'TH', 'TN', 'TW', 'US', 'UY', 'VN', 'ZA'], 'disc_number': 1, 'duration_ms': 193440, 'explicit': False, 'external_ids': {'isrc': 'USAR19700502'}, 'external_urls': {'spotify': 'https://open.spotify.com/track/1uWMiF7v1q5nPwpTmMf3ET'}, 'href': 'https://api.spotify.com/v1/tracks/1uWMiF7v1q5nPwpTmMf3ET', 'id': '1uWMiF7v1q5nPwpTmMf3ET', 'is_local': False, 'name': "Nicky Barnes AKA It's Alright (feat. Jungle Brown)", 'popularity': 22, 'preview_url': 'https://p.scdn.co/mp3-preview/ec69c1968f80e3b3cdaca5f12617b2d34963fb0b?cid=3ff314e8b2154114a38a1ded8596e3dd', 'track_number': 12, 'type': 'track', 'uri': 'spotify:track:1uWMiF7v1q5nPwpTmMf3ET'}], 'limit': 50, 'next': None, 'offset': 0, 'previous': None, 'total': 15}} verbosity 3 Message: Scraping for source_playlist Function: get_whosampled_playlist @@ -27,7 +27,7 @@ Message: Getting page: https://whosampled.com/Camp-Lo/Luchini-AKA-This-Is-It/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Luchini AKA This Is It by Camp Lo - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Luchini AKA This Is It - Camp Lo\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Luchini AKA This Is It

\n
by

Camp Lo

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Uptown Saturday Night

\n

Profile

\n\n \n
Producer:\n

\n \n Ski\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n \n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tDynasty\'s Adventures in the Land of Music\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tAdventures in the Land of Music\n\t\t\tby Dynasty (1980)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 21 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tWiz Khalifa\'s Won't Land\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWon't Land\n\t\t\tby Wiz Khalifa (2008)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tWiz Khalifa\'s Airborne\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tAirborne\n\t\t\tby Wiz Khalifa (2009)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tCurren$y\'s Come Up\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tCome Up\n\t\t\tby Curren$y (2008)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tRick Ross feat. French Montana\'s What a Shame\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWhat a Shame\n\t\t\tby Rick Ross feat. French Montana (2014)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tRashad (R&B) feat. Jadakiss and Sheek Louch\'s Sweet Misery (Remix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSweet Misery (Remix)\n\t\t\tby Rashad (R&B) feat. Jadakiss and Sheek Louch (2003)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas remixed in 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tCamp Lo feat. Jungle Brown\'s Luchini (Brinks Remix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tLuchini (Brinks Remix)\n\t\t\tby Jocko (1996)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tCamp Lo\'s Luchini Aka (This Is It) (Lemon D Remix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tElectronic / Dance\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tLuchini Aka (This Is It) (Lemon D Remix)\n\t\t\tby Lemon D (1997)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n
\n \n
\n Chris Read\n\n
\n
Chris Read said 3 years ago:
\n

@Kool Reem - thanks, but it's not listed on this page because that's not correct. The drums on the Angie Stone track are notably different (the reverb on the snare in particular). That aside, all of the members of Dynasty (and none of Camp Lo) are expressly credited as writers of the Angie Stone track in the liner notes: http://www.discogs.com/Angie-Stone-Stone-Love/release/6654986

\n
\n \n
\n\n \n \n
\n Kool Reem\n\n
\n
Kool Reem said 3 years ago:
\n

its not listed on this page for this sample, Angie stone used this sample beat from camp lo who used their sample from Dynasty

\n
\n \n
\n\n \n \n \n\n \n \n
\n Kool Reem\n\n
\n
Kool Reem said 3 years ago:
\n

They also missed angie stone "ghetto love"

\n
\n \n
\n\n \n \n
\n ChubbyCheeks\n\n
\n
ChubbyCheeks said 4 years ago:
\n

You missed Brooke Valentine's "Long As You Come Home".

\n
\n \n
\n\n \n \n
\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Luchini AKA This Is It by Camp Lo - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Luchini AKA This Is It - Camp Lo\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Luchini AKA This Is It

\n
by

Camp Lo

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Uptown Saturday Night

\n

Profile

\n\n \n
Producer:\n

\n \n Ski\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n \n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tDynasty\'s Adventures in the Land of Music\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tAdventures in the Land of Music\n\t\t\tby Dynasty (1980)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 21 songs\n\n\t\t\t\n\t\t\t\tsee all\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tWiz Khalifa\'s Won't Land\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWon't Land\n\t\t\tby Wiz Khalifa (2008)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tWiz Khalifa\'s Airborne\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tAirborne\n\t\t\tby Wiz Khalifa (2009)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tCurren$y\'s Come Up\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tCome Up\n\t\t\tby Curren$y (2008)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tRick Ross feat. French Montana\'s What a Shame\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWhat a Shame\n\t\t\tby Rick Ross feat. French Montana (2014)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tRashad (R&B) feat. Jadakiss and Sheek Louch\'s Sweet Misery (Remix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSweet Misery (Remix)\n\t\t\tby Rashad (R&B) feat. Jadakiss and Sheek Louch (2003)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\t\t
\n\t\t\tsee all\n\t\t
\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas remixed in 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tCamp Lo feat. Jungle Brown\'s Luchini (Brinks Remix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tLuchini (Brinks Remix)\n\t\t\tby Jocko (1996)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tCamp Lo\'s Luchini Aka (This Is It) (Lemon D Remix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tElectronic / Dance\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tLuchini Aka (This Is It) (Lemon D Remix)\n\t\t\tby Lemon D (1997)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n
\n \n
\n Chris Read\n\n
\n
Chris Read said 3 years ago:
\n

@Kool Reem - thanks, but it's not listed on this page because that's not correct. The drums on the Angie Stone track are notably different (the reverb on the snare in particular). That aside, all of the members of Dynasty (and none of Camp Lo) are expressly credited as writers of the Angie Stone track in the liner notes: http://www.discogs.com/Angie-Stone-Stone-Love/release/6654986

\n
\n \n
\n\n \n \n
\n Kool Reem\n\n
\n
Kool Reem said 3 years ago:
\n

its not listed on this page for this sample, Angie stone used this sample beat from camp lo who used their sample from Dynasty

\n
\n \n
\n\n \n \n \n\n \n \n
\n Kool Reem\n\n
\n
Kool Reem said 3 years ago:
\n

They also missed angie stone "ghetto love"

\n
\n \n
\n\n \n \n
\n ChubbyCheeks\n\n
\n
ChubbyCheeks said 4 years ago:
\n

You missed Brooke Valentine's "Long As You Come Home".

\n
\n \n
\n\n \n \n
\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Camp-Lo/Luchini-AKA-This-Is-It/ Function: parse_sample_items @@ -39,7 +39,7 @@ Message: Getting page: https://whosampled.com/Camp-Lo/Park-Joint/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Park Joint by Camp Lo - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Park Joint - Camp Lo\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Park Joint

\n
by

Camp Lo

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Uptown Saturday Night

\n

Arista

\n\n \n
Producer:\n

\n \n Ski\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tDeodato\'s September 13\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tBass
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSeptember 13\n\t\t\tby Deodato (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Park Joint by Camp Lo - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Park Joint - Camp Lo\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Park Joint

\n
by

Camp Lo

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Uptown Saturday Night

\n

Arista

\n\n \n
Producer:\n

\n \n Ski\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tDeodato\'s September 13\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tBass
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSeptember 13\n\t\t\tby Deodato (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Camp-Lo/Park-Joint/ Function: parse_sample_items @@ -59,7 +59,7 @@ Message: Getting page: https://whosampled.com/Camp-Lo/Sparkle/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Sparkle by Camp Lo - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Sparkle - Camp Lo\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Sparkle

\n
by

Camp Lo

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Uptown Saturday Night

\n

Quality

\n\n \n
Producer:\n

\n \n Ski\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tCal Tjader\'s Leyte\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tLeyte\n\t\t\tby Cal Tjader (1965)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tThe Avalanches\'s Diners Only\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tElectronic / Dance\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDiners Only\n\t\t\tby The Avalanches (2000)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tThe Avalanches\'s Close to You\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tElectronic / Dance\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tClose to You\n\t\t\tby The Avalanches (2000)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas remixed in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tCamp Lo\'s Sparkle (Mr. Midnight Mix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSparkle (Mr. Midnight Mix)\n\t\t\tby Ski (1997)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Bass: Joe Quinde
Vibraphone: Bill Ware
Piano: Pete Levin\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Sparkle by Camp Lo - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Sparkle - Camp Lo\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Sparkle

\n
by

Camp Lo

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Uptown Saturday Night

\n

Quality

\n\n \n
Producer:\n

\n \n Ski\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tCal Tjader\'s Leyte\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tLeyte\n\t\t\tby Cal Tjader (1965)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tThe Avalanches\'s Diners Only\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tElectronic / Dance\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tDiners Only\n\t\t\tby The Avalanches (2000)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tThe Avalanches\'s Close to You\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tVocals / Lyrics
\n\t\t\tElectronic / Dance\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tClose to You\n\t\t\tby The Avalanches (2000)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas remixed in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tCamp Lo\'s Sparkle (Mr. Midnight Mix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSparkle (Mr. Midnight Mix)\n\t\t\tby Ski (1997)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n
\n
\n CreditsBeta\n
\n
\n
\n Bass: Joe Quinde
Vibraphone: Bill Ware
Piano: Pete Levin\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Camp-Lo/Sparkle/ Function: parse_sample_items @@ -71,7 +71,7 @@ Message: Getting page: https://whosampled.com/Camp-Lo/Black-Connection/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Black Connection by Camp Lo - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Black Connection - Camp Lo\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Black Connection

\n
by

Camp Lo

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Uptown Saturday Night

\n

Profile

\n\n \n
Producer:\n

\n \n Ski\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n Tags: East Coast Hip-Hop \n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tVan McCoy and The Soul City Symphony\'s Love Is the Answer\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tLove Is the Answer\n\t\t\tby Van McCoy and The Soul City Symphony (1974)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tNick Cannon\'s Whenever You Need Me\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWhenever You Need Me\n\t\t\tby Nick Cannon (2003)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditBeta\n
\n
\n
\n Bass: Joe Quinde\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Black Connection by Camp Lo - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Black Connection - Camp Lo\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Black Connection

\n
by

Camp Lo

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Uptown Saturday Night

\n

Profile

\n\n \n
Producer:\n

\n \n Ski\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n Tags: East Coast Hip-Hop \n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tVan McCoy and The Soul City Symphony\'s Love Is the Answer\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tLove Is the Answer\n\t\t\tby Van McCoy and The Soul City Symphony (1974)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tNick Cannon\'s Whenever You Need Me\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tWhenever You Need Me\n\t\t\tby Nick Cannon (2003)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n
\n
\n CreditBeta\n
\n
\n
\n Bass: Joe Quinde\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Camp-Lo/Black-Connection/ Function: parse_sample_items @@ -87,7 +87,7 @@ Message: Getting page: https://whosampled.com/Camp-Lo/Rockin%27-It-AKA-Spanish-H Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Rockin' It AKA Spanish Harlem by Camp Lo - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Rockin' It AKA Spanish Harlem - Camp Lo\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Rockin' It AKA Spanish Harlem

\n
by

Camp Lo

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Uptown Saturday Night

\n

Profile

\n\n \n
Producer:\n

\n \n Ski\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 3 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tLoose Ends\'s A Little Spice\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tA Little Spice\n\t\t\tby Loose Ends (1984)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Fearless Four\'s Rockin' It\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tRockin' It\n\t\t\tby The Fearless Four (1982)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tMC Shan\'s The Bridge\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tSound Effect / Other
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Bridge\n\t\t\tby MC Shan (1986)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Rockin' It AKA Spanish Harlem by Camp Lo - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Rockin' It AKA Spanish Harlem - Camp Lo\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Rockin' It AKA Spanish Harlem

\n
by

Camp Lo

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Uptown Saturday Night

\n

Profile

\n\n \n
Producer:\n

\n \n Ski\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 3 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tLoose Ends\'s A Little Spice\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tA Little Spice\n\t\t\tby Loose Ends (1984)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tThe Fearless Four\'s Rockin' It\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tRockin' It\n\t\t\tby The Fearless Four (1982)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tMC Shan\'s The Bridge\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tSound Effect / Other
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Bridge\n\t\t\tby MC Shan (1986)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Camp-Lo/Rockin%27-It-AKA-Spanish-Harlem/ Function: parse_sample_items @@ -111,7 +111,7 @@ Message: Getting page: https://whosampled.com/Camp-Lo/Black-Nostaljack-AKA-Come- Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Black Nostaljack AKA Come On by Camp Lo - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Black Nostaljack AKA Come On - Camp Lo\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Black Nostaljack AKA Come On

\n
by

Camp Lo

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Uptown Saturday Night

\n

Profile

\n\n \n
Producers:\n

\n \n Ski, \n \n Ill Will Fulton\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tCurtis Mayfield\'s Tripping Out\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tTripping Out\n\t\t\tby Curtis Mayfield (1980)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas remixed in 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tCamp Lo feat. Kid Capri and Run\'s Black Nostaljack (Aka Come On) (Kid Capri Mix Tape Remix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tCamp Lo\'s Black Nostaljack (Aka Come On) (Breakbeat Science Remix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tElectronic / Dance\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Black Nostaljack AKA Come On by Camp Lo - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Black Nostaljack AKA Come On - Camp Lo\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Black Nostaljack AKA Come On

\n
by

Camp Lo

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Uptown Saturday Night

\n

Profile

\n\n \n
Producers:\n

\n \n Ski, \n \n Ill Will Fulton\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tCurtis Mayfield\'s Tripping Out\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tTripping Out\n\t\t\tby Curtis Mayfield (1980)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas remixed in 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tCamp Lo feat. Kid Capri and Run\'s Black Nostaljack (Aka Come On) (Kid Capri Mix Tape Remix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tCamp Lo\'s Black Nostaljack (Aka Come On) (Breakbeat Science Remix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tElectronic / Dance\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Camp-Lo/Black-Nostaljack-AKA-Come-On/ Function: parse_sample_items @@ -123,7 +123,7 @@ Message: Getting page: https://whosampled.com/Camp-Lo/Coolie-High/ Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Coolie High by Camp Lo - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Coolie High - Camp Lo\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Coolie High

\n
by

Camp Lo

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Music From the Motion Picture: The Great White Hype

\n

Hudlin Bros., Epic

\n\n \n
Producers:\n

\n \n Ski, \n \n Jocko\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJanet Jackson\'s Funny How Time Flies (When You're Having Fun)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tFunny How Time Flies (When You're Having Fun)\n\t\t\tby Janet Jackson (1986)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tSkull Snaps\'s It's a New Day\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tIt's a New Day\n\t\t\tby Skull Snaps (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 4 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tMac Miller\'s The Finer Things\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Finer Things\n\t\t\tby Mac Miller (2009)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tCurren$y feat. Fiend\'s Raps & Hustles\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tRaps & Hustles\n\t\t\tby Curren$y feat. Fiend (2008)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tGQ, Mbeez and R.O. Tudda feat. $Tix\'s You Should Be\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tYou Should Be\n\t\t\tby GQ, Mbeez and R.O. Tudda feat. $Tix (2011)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tVice Vic\'s Coolin' High\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tCoolin' High\n\t\t\tby Vice Vic (2017)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas remixed in 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tCamp Lo\'s Coolie High (Paradise Remix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tCoolie High (Paradise Remix)\n\t\t\tby Ski (1996)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tCamp Lo\'s Coolie High (Red Handed's Tapemaster Remix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tCoolie High (Red Handed's Tapemaster Remix)\n\t\t\tby Red Handed (1996)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n
\n
\n CreditBeta\n
\n
\n
\n Additional Vocals: Tracey Amos\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n
\n \n
\n James Spinks\n\n
\n
James Spinks said 3 years ago:
\n

anyone know the track that samples the lyrics of this tune using an instrumental from summer madness?

\n
\n \n
\n\n \n \n
\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Coolie High by Camp Lo - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Coolie High - Camp Lo\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Coolie High

\n
by

Camp Lo

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Music From the Motion Picture: The Great White Hype

\n

Hudlin Bros., Epic

\n\n \n
Producers:\n

\n \n Ski, \n \n Jocko\n \n

\n
\n \n\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tJanet Jackson\'s Funny How Time Flies (When You're Having Fun)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tFunny How Time Flies (When You're Having Fun)\n\t\t\tby Janet Jackson (1986)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tSkull Snaps\'s It's a New Day\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tDrums
\n\t\t\tSoul / Funk / Disco\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tIt's a New Day\n\t\t\tby Skull Snaps (1973)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas sampled in 4 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tMac Miller\'s The Finer Things\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tThe Finer Things\n\t\t\tby Mac Miller (2009)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tCurren$y feat. Fiend\'s Raps & Hustles\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tHook / Riff
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tRaps & Hustles\n\t\t\tby Curren$y feat. Fiend (2008)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tGQ, Mbeez and R.O. Tudda feat. $Tix\'s You Should Be\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tYou Should Be\n\t\t\tby GQ, Mbeez and R.O. Tudda feat. $Tix (2011)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tVice Vic\'s Coolin' High\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tHip-Hop / Rap / R&B\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tCoolin' High\n\t\t\tby Vice Vic (2017)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tWas remixed in 2 songs\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tCamp Lo\'s Coolie High (Paradise Remix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tCoolie High (Paradise Remix)\n\t\t\tby Ski (1996)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t
\n\tCamp Lo\'s Coolie High (Red Handed's Tapemaster Remix)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tCoolie High (Red Handed's Tapemaster Remix)\n\t\t\tby Red Handed (1996)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n
\n
\n CreditBeta\n
\n
\n
\n Additional Vocals: Tracey Amos\n
\n
\n
\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n
\n \n
\n James Spinks\n\n
\n
James Spinks said 3 years ago:
\n

anyone know the track that samples the lyrics of this tune using an instrumental from summer madness?

\n
\n \n
\n\n \n \n
\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Camp-Lo/Coolie-High/ Function: parse_sample_items @@ -135,7 +135,7 @@ Message: Getting page: https://whosampled.com/Camp-Lo/Sparkle-(Mr.-Midnight-Mix) Function: get_direction_content Data: -b'\n\n\n\n\n\n\n \n \n \n \n Sparkle (Mr. Midnight Mix) by Camp Lo - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n\n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Sparkle (Mr. Midnight Mix) - Camp Lo\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Sparkle (Mr. Midnight Mix)

\n
by

Camp Lo

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Uptown Saturday Night

\n

Profile

\n\n \n
Producer:\n

\n \n Ski\n \n

\n
\n \n\n \n
Remixer:\n

\n \n Ski\n \n

\n
\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tCal Tjader\'s Leyte (Live at the Funky Quarters)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tLeyte (Live at the Funky Quarters)\n\t\t\tby Cal Tjader (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tIs a remix of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tCamp Lo\'s Sparkle\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSparkle\n\t\t\tby Camp Lo (1997)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' +b'\n\n\n\n\n\n\n \n \n \n \n Sparkle (Mr. Midnight Mix) by Camp Lo - Samples, Covers and Remixes | WhoSampled\n \n \n \n \n \n \n\n \n\n \n \n \n\n \n \n \n \n \n\n \n\n\n \n \n\n \n\n \n \n \n\n\n\n \n \n \n\n \n \n\n \n \n \n \n \n \n\n \n \n\n\n \n \n \n \n \n \n\n \n \n \n\n \n\n\n
\n \n \n \n \n \n
\n\n\n \n\n\n\n\n\n
\n \n\n
\n \n\n
\n \n \n \n Get the WhoSampled App\n \n\n\n
\n\n
\n \n \n
\n
\n \n\n\n\n \n\n\n\n
\n
\n Sparkle (Mr. Midnight Mix) - Camp Lo\n \n
\n
\n
\n\tBuy this Track\n\n\t\n
\n\n\n

Sparkle (Mr. Midnight Mix)

\n
by

Camp Lo

\n \n \n
\n\n \n\n \n \n \n\n
\n
\n

Uptown Saturday Night

\n

Profile

\n\n \n
Producer:\n

\n \n Ski\n \n

\n
\n \n\n \n
Remixer:\n

\n \n Ski\n \n

\n
\n \n
\n \n
\n \n
\n\n \n
\n
\n
\n\n \n\n
\n\n
\n
\n Main genre: Hip-Hop / Rap / R&B\n
\n \n
\n\n \n\n\n \n \n \n \n \n \n\n\n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tContains samples of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tCal Tjader\'s Leyte (Live at the Funky Quarters)\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t\tMultiple Elements
\n\t\t\tJazz / Blues\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tLeyte (Live at the Funky Quarters)\n\t\t\tby Cal Tjader (1972)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n \n \n\n\t
\n\t\t
\n\t\t\t\n\n\t\t\tIs a remix of 1 song\n\n\t\t\t\n\t\t
\n\n\t\t
\n\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\tCamp Lo\'s Sparkle\n\n\t
\n\t\t\n\t\t\t\n\t\t\t\n\t\t\t\t
\n\t\t\n\t\t
\n\t\t\tHip-Hop / Rap / R&B\n\t\t
\n\t\t\n
\n\n\t\t\t\n\t\t\t\n\t\t\n\t\t
\n\t\t\tSparkle\n\t\t\tby Camp Lo (1997)\n\t\t\t\n\t\t
\n\t
\n
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\n\t\t\t\t\n\t\t\t\n\t\t
\n\t
\n\n\t\n\n\n\n\n \n \n\n \n \n\n \n \n\n \n\n \n\n \n \n \n
\n \n\n
\n\n \n \n\n
\n Discussion\n\n \n

Be the first to comment on this track!

\n \n\n \n
\n

You must be logged in to comment. Please sign in or sign up.

\n
\n \n\n \n\n
\n\n \n\n \n
\n\n \n
\n\n\n \n
\n
\n\n \n\n
\n\n \n\n \n\n \n\n \n\n \n \n \n \n\n\n \n\n' verbosity 3 Message: Parsing sample data from /Camp-Lo/Sparkle-(Mr.-Midnight-Mix)/ Function: parse_sample_items @@ -251,25 +251,41 @@ Leyte (Live at the Funky Quarters) cal tjader Sample Info: ( Luchini AKA This Is It )->-[ Contains samples of ]->-( Adventures in the Land of Music, by Dynasty ) +The originator of sample data ( Park Joint )->-[ Contains samples of ]->-( September 13, by Deodato ) +The originator of sample data ( Sparkle )->-[ Contains samples of ]->-( Leyte, by Cal Tjader ) +The originator of sample data +The originator of sample data ( Rockin' It AKA Spanish Harlem )->-[ Contains samples of ]->-( A Little Spice, by Loose Ends ) ( Rockin' It AKA Spanish Harlem )->-[ Contains samples of ]->-( Rockin' It, by The Fearless Four ) ( Rockin' It AKA Spanish Harlem )->-[ Contains samples of ]->-( The Bridge, by MC Shan ) +The originator of sample data ( Black Nostaljack AKA Come On )->-[ Contains samples of ]->-( Tripping Out, by Curtis Mayfield ) +The originator of sample data ( Coolie High )->-[ Contains samples of ]->-( Funny How Time Flies (When You're Having Fun), by Janet Jackson ) ( Coolie High )->-[ Contains samples of ]->-( It's a New Day, by Skull Snaps ) +The originator of sample data +The originator of sample data ==> search terms: Adventures in the Land of Music dynasty +n/a September 13 deodato +n/a Leyte cal tjader +n/a +n/a A Little Spice loose ends Rockin' It the fearless four The Bridge mc shan +n/a Tripping Out curtis mayfield +n/a Funny How Time Flies (When You're Having Fun) janet jackson It's a New Day skull snaps +n/a +n/a verbosity 3 Message: diff --git a/notebooks/__init__.py b/notebooks/__init__.py new file mode 100644 index 0000000..e8a0da0 --- /dev/null +++ b/notebooks/__init__.py @@ -0,0 +1,2 @@ +import sys +sys.path.append('../') diff --git a/notebooks/youtube-api.ipynb b/notebooks/youtube-api.ipynb new file mode 100644 index 0000000..9783915 --- /dev/null +++ b/notebooks/youtube-api.ipynb @@ -0,0 +1,281 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Create & Add Videos to youtube playlists\n", + "Original Source code from the [APIs sample](https://developers.google.com/youtube/v3/docs/playlists/insert?apix=true).\n", + "\n" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": { + "autoscroll": false, + "ein.hycell": false, + "ein.tags": "worksheet-0", + "slideshow": { + "slide_type": "-" + } + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Please visit this URL to authorize this application: https://accounts.google.com/o/oauth2/auth?response_type=code&client_id=59398281071-5cneqaa6u3bfbsc9ng7o4lhhe81dv3il.apps.googleusercontent.com&redirect_uri=urn%3Aietf%3Awg%3Aoauth%3A2.0%3Aoob&scope=https%3A%2F%2Fwww.googleapis.com%2Fauth%2Fyoutube.force-ssl&state=X9pgagP0g5mPQdLDg2wPob2h3Wtdru&prompt=consent&access_type=offline&code_challenge=xd0naAq5-x0tq-f33G8sjHm0h65cZ4olqrdrZgj8H18&code_challenge_method=S256\n", + "Enter the authorization code: 4/rQH1OUfLOaEP_m1-WFnlXCB-KQYp537kCtBLq9vDI45TT1W6Habcn-Q\n", + "{'kind': 'youtube#playlist', 'etag': '\"p4VTdlkQv3HQeTEaXgvLePAydmU/eZ1srG8TN2Q2sxSf4FpK-93bDGw\"', 'id': 'PLNHaZx-P2d6yG7UNrc-FdGX75VV8r0UY3', 'snippet': {'publishedAt': '2019-09-25T16:48:19.000Z', 'channelId': 'UCBLGnQObmOM7tpLuhHapZTQ', 'title': 'Sample playlist created via API', 'description': 'This is a sample playlist description.', 'thumbnails': {'default': {'url': 'http://s.ytimg.com/yts/img/no_thumbnail-vfl4t3-4R.jpg', 'width': 120, 'height': 90}, 'medium': {'url': 'http://s.ytimg.com/yts/img/no_thumbnail-vfl4t3-4R.jpg', 'width': 320, 'height': 180}, 'high': {'url': 'http://s.ytimg.com/yts/img/no_thumbnail-vfl4t3-4R.jpg', 'width': 480, 'height': 360}}, 'channelTitle': 'Lloyd Culpepper', 'tags': ['sample playlist', 'API call'], 'defaultLanguage': 'en', 'localized': {'title': 'Sample playlist created via API', 'description': 'This is a sample playlist description.'}}, 'status': {'privacyStatus': 'private'}}\n" + ] + } + ], + "source": [ + "import json\n", + "def jprint(content):\n", + " print(json.dumps(content, indent=2))\n", + "\n", + "# Sample Python code for youtube.playlists.insert\n", + "# See instructions for running these code samples locally:\n", + "# https://developers.google.com/explorer-help/guides/code_samples#python\n", + "\n", + "import os\n", + "\n", + "import google_auth_oauthlib.flow\n", + "import googleapiclient.discovery\n", + "import googleapiclient.errors\n", + "\n", + "scopes = [\"https://www.googleapis.com/auth/youtube.force-ssl\"]\n", + "\n", + "# Disable OAuthlib's HTTPS verification when running locally.\n", + "# *DO NOT* leave this option enabled in production.\n", + "os.environ[\"OAUTHLIB_INSECURE_TRANSPORT\"] = \"1\"\n", + "\n", + "api_service_name = \"youtube\"\n", + "api_version = \"v3\"\n", + "client_secrets_file = \"client.json\"\n", + "\n", + "# Get credentials and create an API client\n", + "flow = google_auth_oauthlib.flow.InstalledAppFlow.from_client_secrets_file(\n", + " client_secrets_file, scopes)\n", + "credentials = flow.run_console()\n", + "youtube = googleapiclient.discovery.build(\n", + " api_service_name, api_version, credentials=credentials)\n", + "\n", + "request = youtube.playlists().insert(\n", + " part=\"snippet,status\",\n", + " body={\n", + " \"snippet\": {\n", + " \"title\": \"Sample playlist created via API\",\n", + " \"description\": \"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\",\n", + " \"tags\": [\n", + " \"sample playlist\",\n", + " \"API call\"\n", + " ],\n", + " \"defaultLanguage\": \"en\"\n", + " },\n", + " \"status\": {\n", + " \"privacyStatus\": \"private\"\n", + " }\n", + " }\n", + ")\n", + "response = request.execute()\n", + "\n", + "print(response)\n", + "\n", + " " + ] + }, + { + "cell_type": "code", + "execution_count": 8, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "{\n", + " \"kind\": \"youtube#playlistItem\",\n", + " \"etag\": \"\\\"p4VTdlkQv3HQeTEaXgvLePAydmU/XJ2SiprNMs6A3ZLRAb2u6-ALnKs\\\"\",\n", + " \"id\": \"UExOSGFaeC1QMmQ2eUc3VU5yYy1GZEdYNzVWVjhyMFVZMy4wMTcyMDhGQUE4NTIzM0Y5\",\n", + " \"snippet\": {\n", + " \"publishedAt\": \"2019-09-25T17:11:04.000Z\",\n", + " \"channelId\": \"UCBLGnQObmOM7tpLuhHapZTQ\",\n", + " \"title\": \"Full Interview: Edward Snowden On Trump, Privacy, And Threats To Democracy | The 11th Hour | MSNBC\",\n", + " \"description\": \"On the eve of his memoir 'Permanent Record' being published, NSA whistleblower Edward Snowden talked at length from Moscow with MSNBC's Brian Williams in an exclusive interview. This is their discussion in its entirety, edited down slightly for clarity. \\nAired on 9/17/2019.\\n\\u00bb Subscribe to MSNBC: http://on.msnbc.com/SubscribeTomsnbc\\n\\nMSNBC delivers breaking news, in-depth analysis of politics headlines, as well as commentary and informed perspectives. Find video clips and segments from The Rachel Maddow Show, Morning Joe, Meet the Press Daily, The Beat with Ari Melber, Deadline: White House with Nicolle Wallace, Hardball, All In, Last Word, 11th Hour, and more.\\n\\nConnect with MSNBC Online\\nVisit msnbc.com: http://on.msnbc.com/Readmsnbc\\nSubscribe to MSNBC Newsletter: http://MSNBC.com/NewslettersYouTube\\nFind MSNBC on Facebook: http://on.msnbc.com/Likemsnbc\\nFollow MSNBC on Twitter: http://on.msnbc.com/Followmsnbc\\nFollow MSNBC on Instagram: http://on.msnbc.com/Instamsnbc\\n\\nFull Interview: Edward Snowden On Trump, Privacy, And Threats To Democracy | The 11th Hour | MSNBC\",\n", + " \"thumbnails\": {\n", + " \"default\": {\n", + " \"url\": \"https://i.ytimg.com/vi/e9yK1QndJSM/default.jpg\",\n", + " \"width\": 120,\n", + " \"height\": 90\n", + " },\n", + " \"medium\": {\n", + " \"url\": \"https://i.ytimg.com/vi/e9yK1QndJSM/mqdefault.jpg\",\n", + " \"width\": 320,\n", + " \"height\": 180\n", + " },\n", + " \"high\": {\n", + " \"url\": \"https://i.ytimg.com/vi/e9yK1QndJSM/hqdefault.jpg\",\n", + " \"width\": 480,\n", + " \"height\": 360\n", + " },\n", + " \"standard\": {\n", + " \"url\": \"https://i.ytimg.com/vi/e9yK1QndJSM/sddefault.jpg\",\n", + " \"width\": 640,\n", + " \"height\": 480\n", + " },\n", + " \"maxres\": {\n", + " \"url\": \"https://i.ytimg.com/vi/e9yK1QndJSM/maxresdefault.jpg\",\n", + " \"width\": 1280,\n", + " \"height\": 720\n", + " }\n", + " },\n", + " \"channelTitle\": \"Lloyd Culpepper\",\n", + " \"playlistId\": \"PLNHaZx-P2d6yG7UNrc-FdGX75VV8r0UY3\",\n", + " \"resourceId\": {\n", + " \"kind\": \"youtube#video\",\n", + " \"videoId\": \"e9yK1QndJSM\"\n", + " }\n", + " }\n", + "}\n" + ] + } + ], + "source": [ + "snowden = 'e9yK1QndJSM'\n", + "example_playlist_id = 'PLNHaZx-P2d6yG7UNrc-FdGX75VV8r0UY3'\n", + "\n", + "def add_video_to_playlist(yt_session, video_id, playlist_id):\n", + " add_request=yt_session.playlistItems().insert(\n", + " part=\"snippet\",\n", + " body={\n", + " 'snippet': {\n", + " 'playlistId': playlist_id, \n", + " 'resourceId': {\n", + " 'kind': 'youtube#video',\n", + " 'videoId': video_id\n", + " }\n", + " }\n", + " }) # end insert\n", + " return add_request.execute()\n", + " \n", + "# using global `youtube` from previous cell\n", + "resp = add_video_to_playlist(\n", + " yt_session=youtube,\n", + " video_id=snowden,\n", + " playlist_id=example_playlist_id\n", + ")\n", + " \n", + "jprint(resp)\n", + " " + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Descriptions\n", + "After investigating the playlist UI on youtube, I found that the char \n", + "limit for a description field is `5000`, and it supports arbitrary whitespace. \n", + "This comes as a relief, as spotify's `char(250)` that strips all formatting is \n", + "just super wack." + ] + }, + { + "cell_type": "code", + "execution_count": 20, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "len: 5000\n", + "safe_trunc has b: False\n" + ] + } + ], + "source": [ + "# 5000 `a` characters, 10 `b` characters at [4999:5009] \n", + "too_long = 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbb'\n", + "\n", + "# for safety, we can truncate a string at 5000\n", + "safe_trunc = too_long[:5000]\n", + "print(f'len: {len(safe_trunc)}')\n", + "print(f'safe_trunc has b: {\"b\" in safe_trunc}')" + ] + }, + { + "cell_type": "code", + "execution_count": 11, + "metadata": {}, + "outputs": [ + { + "ename": "HttpError", + "evalue": "", + "output_type": "error", + "traceback": [ + "\u001b[0;31m---------------------------------------------------------------------------\u001b[0m", + "\u001b[0;31mHttpError\u001b[0m Traceback (most recent call last)", + "\u001b[0;32m\u001b[0m in \u001b[0;36m\u001b[0;34m\u001b[0m\n\u001b[1;32m 16\u001b[0m }\n\u001b[1;32m 17\u001b[0m )\n\u001b[0;32m---> 18\u001b[0;31m \u001b[0mresponse\u001b[0m \u001b[0;34m=\u001b[0m \u001b[0mrequest\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mexecute\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m", + "\u001b[0;32m~/git/spotify-samples/samplify/lib/python3.7/site-packages/googleapiclient/_helpers.py\u001b[0m in \u001b[0;36mpositional_wrapper\u001b[0;34m(*args, **kwargs)\u001b[0m\n\u001b[1;32m 128\u001b[0m \u001b[0;32melif\u001b[0m \u001b[0mpositional_parameters_enforcement\u001b[0m \u001b[0;34m==\u001b[0m \u001b[0mPOSITIONAL_WARNING\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 129\u001b[0m \u001b[0mlogger\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mwarning\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mmessage\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m--> 130\u001b[0;31m \u001b[0;32mreturn\u001b[0m \u001b[0mwrapped\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0;34m*\u001b[0m\u001b[0margs\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0;34m**\u001b[0m\u001b[0mkwargs\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 131\u001b[0m \u001b[0;32mreturn\u001b[0m \u001b[0mpositional_wrapper\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 132\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n", + "\u001b[0;32m~/git/spotify-samples/samplify/lib/python3.7/site-packages/googleapiclient/http.py\u001b[0m in \u001b[0;36mexecute\u001b[0;34m(self, http, num_retries)\u001b[0m\n\u001b[1;32m 854\u001b[0m \u001b[0mcallback\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mresp\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 855\u001b[0m \u001b[0;32mif\u001b[0m \u001b[0mresp\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mstatus\u001b[0m \u001b[0;34m>=\u001b[0m \u001b[0;36m300\u001b[0m\u001b[0;34m:\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0;32m--> 856\u001b[0;31m \u001b[0;32mraise\u001b[0m \u001b[0mHttpError\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mresp\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mcontent\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0muri\u001b[0m\u001b[0;34m=\u001b[0m\u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0muri\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[0m\u001b[1;32m 857\u001b[0m \u001b[0;32mreturn\u001b[0m \u001b[0mself\u001b[0m\u001b[0;34m.\u001b[0m\u001b[0mpostproc\u001b[0m\u001b[0;34m(\u001b[0m\u001b[0mresp\u001b[0m\u001b[0;34m,\u001b[0m \u001b[0mcontent\u001b[0m\u001b[0;34m)\u001b[0m\u001b[0;34m\u001b[0m\u001b[0;34m\u001b[0m\u001b[0m\n\u001b[1;32m 858\u001b[0m \u001b[0;34m\u001b[0m\u001b[0m\n", + "\u001b[0;31mHttpError\u001b[0m: " + ] + } + ], + "source": [ + "\n", + "request = youtube.playlists().insert(\n", + " part=\"snippet,status\",\n", + " body={\n", + " \"snippet\": {\n", + " \"title\": \"Sample playlist created via API\",\n", + " \"description\": \"aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\",\n", + " \"tags\": [\n", + " \"sample playlist\",\n", + " \"API call\"\n", + " ],\n", + " \"defaultLanguage\": \"en\"\n", + " },\n", + " \"status\": {\n", + " \"privacyStatus\": \"private\"\n", + " }\n", + " }\n", + ")\n", + "response = request.execute()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.4" + }, + "name": "youtube-api.ipynb" + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/notebooks/youtube-video-ids.ipynb b/notebooks/youtube-video-ids.ipynb new file mode 100644 index 0000000..c47fe09 --- /dev/null +++ b/notebooks/youtube-video-ids.ipynb @@ -0,0 +1,1167 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Whosampled Scraper; Obtaining video IDs from breakdown pages\n", + "This post is a continuation of the 'live programming' feature developments \n", + "to samplify.\n", + "\n", + "The goal of this notebook is to illustrate the process of investigating the \n", + "retrieval of youtube video IDs from the breakdown pages that detail the \n", + "relationship between two songs. This page usually contains a youtube \n", + "embed, and timings for the occurances of samples in the respective songs.\n", + "\n", + "An example of this breakdown page is [Halftime -\\[ contains_sample_of \\]-> Dead Cast](https://www.whosampled.com/sample/52349/Nas-Halftime-Japanese-Hair-Cast-Dead-End/).\n", + "\n", + "There are, however, exceptions to this rule that need to be considered, such \n", + "as [Halftime, by Can You Flow?](https://www.whosampled.com/cover/602090/Can-You-Flow%3F-Halftime-Nas-Halftime/), which instead embeds a spotify widget.\n", + "\n", + "The track we will be using to build out this functionality is [Halftime, by Nas](https://www.whosampled.com/Nas/Halftime/). \n", + "There is a great range of content to explore on this track, and it hits all the \n", + "direction bases. The end-to-end tests will use the following to run a lifecycle:\n", + "``` python\n", + "result = scraper.get_whosampled_playlist(\n", + " [{\"track\": \"halftime\", \"artist\": [\"nas\"]}],\n", + " direction=direction.all_directions\n", + ")\n", + "```" + ] + }, + { + "cell_type": "code", + "execution_count": 81, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "verbosity 0\n", + "verbosity == 0\n", + "verbosity 0\n", + "log_file == scraper_track.1569761090.317856\n" + ] + } + ], + "source": [ + "import sys\n", + "sys.path.append('..') # make project root code available\n", + "import json\n", + "\n", + "from tools.whosampled import Scraper\n", + "from tools import direction\n", + "\n", + "scraper = Scraper(verbosity=0)\n", + "\n", + "def verify():\n", + " result = scraper.get_whosampled_playlist(\n", + " [{\"track\": \"halftime\", \"artist\": [\"nas\"]}],\n", + " direction=direction.all_directions\n", + " )\n", + "\n", + " print(json.dumps(result, indent=2))\n", + " print(json.dumps(result[0]['samples'][direction.was_sampled_in], indent=2))\n", + " print(len(result[0]['samples'][direction.was_sampled_in]))\n", + " print(json.dumps(result, indent=2))\n", + " " + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# `source` / `dest`; The ol' switcheroo\n", + "In the process of fleshing this functionality out, and browsing breakdown \n", + "pages, it occurred to me that the use of `dest` and `source` in the breakdown \n", + "pages is non-trivial.\n", + "\n", + "In order to refer to the intended targets agnostic of direction, we will \n", + "henceforth call the song originating in `source_playlist`, the `originator`, \n", + "and the discovered songs, `samples`.\n", + "\n", + "The `dest` / `source` naming convention reveals some business logic about the consideration \n", + "of a 'regular' journey to this page:\n", + "- from `contains sample of`, we would see the track *containing* the sample \n", + " as `dest` (Halftime) and the sampled track as `source` (Dead End)\n", + " * e.g [Halftime ->\\( contains_sample_of \\)-> Dead End](https://www.whosampled.com/sample/52349/Nas-Halftime-Japanese-Hair-Cast-Dead-End/)\n", + " \n", + "- from all other directions (`was_sampled_in`, `was_remixed_in`, `was_covered_in`) \n", + " this is reversed, with the `originator` as `source`, and the `sample` as `dest`. \n", + " \n", + "It is well worth normalising this into a consistent format for use in the \n", + "program, so the below function is a simple way to make that happen.\n", + "\n", + "This will later be ported to `tools.direction`, and referenced in the code as `direct.get_originator_from_direction`" + ] + }, + { + "cell_type": "code", + "execution_count": 82, + "metadata": {}, + "outputs": [], + "source": [ + "import tools.direction as direct\n", + "# TODO: Put this func in tools.direction\n", + "\n", + "def get_originator_from_direction(direction, breakdown_ids):\n", + " \"\"\" normalise 'dest' / 'source' relationship as 'originator' / 'sample',\n", + " where the originator is the subject of the initial request\n", + " - this assumes the return from whosampled.get_videos_from_breakdown\n", + " is [DEST, SOURCE]\n", + " \"\"\"\n", + " print('ids')\n", + " print(breakdown_ids)\n", + " \n", + " if direction == direct.contains_sample_of:\n", + " return breakdown_ids[0], breakdown_ids[1] # originator is dest\n", + " \n", + " if direction == direct.was_sampled_in or \\\n", + " direction == direct.was_remixed_in or \\\n", + " direction == direct.was_covered_in:\n", + " return breakdown_ids[1], breakdown_ids[0] # originator is source\n", + " \n", + " raise Exception(f'Invalid direction: {direction}')" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Get videos from Breakdown\n", + "This turned out to be a very simple task. The requests boilerplate is plumbed \n", + "in as we seemingly cannot access `self` from a stubbed function - this is most \n", + "certainly a failing on my part somewhere.\n", + "\n", + "As we can rely on the sorting from `direct.get_originator_from_direction`, we can \n", + "refine the soup to the video containers, then list comp out the properties we need.\n", + "\n", + "Thankfully, each the video ID can be found in the `id` attribute of the iframe, so \n", + "extracting it is as simple as:\n", + "``` python\n", + "IFRAME.get('id')\n", + "```" + ] + }, + { + "cell_type": "code", + "execution_count": 83, + "metadata": {}, + "outputs": [], + "source": [ + "import requests\n", + "from bs4 import BeautifulSoup\n", + "\n", + "def get_videos_from_breakdown(link):\n", + " # S: boilerplate (replace with call to self.req when refactored)\n", + " base_url = 'https://whosampled.com'\n", + " req = requests.Session()\n", + " adapter = requests.adapters.HTTPAdapter(max_retries=10)\n", + " req.mount('https://', adapter)\n", + " req.mount('http://', adapter)\n", + " req.headers = {\n", + " \"User-Agent\":\n", + " \"Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.119 Safari/537.36\"\n", + " }\n", + " # E: boilerplate (replace with call to self.req when refactored)\n", + " \n", + " breakdown = BeautifulSoup(req.get(base_url + link).content)\n", + " ids = [div.iframe.get('id') for div in breakdown.find_all('div', attrs={'class': 'sample-embed'})]\n", + " return ids # subject is normalised above as (originator, sample)" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Extending `parse_sample_items`\n", + "Let us continue by stubbing `parse_sample_items`, and building out the functionality \n", + "we're looking for. This is also a great opportunity to replace the implicit property \n", + "retrieval based on tab / newline delimitation we've been using until now.\n", + "\n", + "We will be piecing this functionality into tools.whosampled, around the existing \n", + "functionality in `parse_sample_items`. Once the video IDs are available for use in \n", + "`sample_finder.py`, it will be time to decouple spotify from the core sorting and \n", + "processing of the application, and add sets of mappings for new platforms (youtube \n", + "being the obvious next step)." + ] + }, + { + "cell_type": "code", + "execution_count": 84, + "metadata": {}, + "outputs": [], + "source": [ + "def stub__parse_sample_items(sample_data, direction, link, recursing_page=False):\n", + " # rip boilerplate\n", + " find_class = lambda s,e,c: s.find(e, attrs={'class': c})\n", + " \n", + " raw_samples = sample_data.findAll('div', attrs={'class': 'sampleEntry'})\n", + " # print(raw_samples)\n", + " parsed_samples = []\n", + " \n", + " for sample in raw_samples:\n", + " track_artist = find_class(sample, 'span','trackArtist')\n", + " track_name = find_class(sample, 'a', 'trackName')\n", + " track_badge = find_class(sample, 'div', 'trackBadge')\n", + " track_type = find_class(track_badge, 'span', 'topItem')\n", + " track_genre = find_class(track_badge, 'span', 'bottomItem')\n", + " breakdown_ref = track_name.get('href')\n", + " print(breakdown_ref)\n", + " ids = get_videos_from_breakdown(breakdown_ref) # remember to selfify this once refactored\n", + " yt_originator, yt_sample = get_originator_from_direction(direction, ids)\n", + " parsed_samples.append({\n", + " 'type': track_type.text if track_type else '',\n", + " 'genre': track_genre.text if track_genre else '',\n", + " 'title': track_name.text,\n", + " 'artist': [a.text for a in track_artist.find_all('a')],\n", + " 'year': track_artist.text[-9:-5],\n", + " 'yt_breakdown': track_name.get('href'),\n", + " 'yt_originator': yt_originator,\n", + " 'yt_sample': yt_sample\n", + " })\n", + " print(parsed_samples)\n", + " return parsed_samples\n", + "\n", + "scraper.parse_sample_items = stub__parse_sample_items" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Verification\n", + "- unit tests\n", + "- all direction groups hit\n", + "- no recursion\n", + "- counts of samples\n", + "\n", + "```json\n", + "verbosity 0\n", + "Message: Scraping for source_playlist\n", + "verbosity 0\n", + "Message: Getting page: https://whosampled.com/Nas/Halftime/\n", + "/sample/52349/Nas-Halftime-Japanese-Hair-Cast-Dead-End/\n", + "ids\n", + "['UG7lhaAo4CM', 'VIjpDv8CySI']\n", + "/sample/976/Nas-Halftime-Average-White-Band-School-Boy-Crush/\n", + "ids\n", + "['UG7lhaAo4CM', '6qnB-O76xv0']\n", + "/sample/17077/Nas-Halftime-Gary-Byrd-Soul-Travelin%27-Pt.-I-(The-G.B.E.)/\n", + "ids\n", + "['UG7lhaAo4CM', 'D4OuBGoZAsA']\n", + "[{'type': 'Bass', 'genre': 'Soundtrack', 'title': 'Dead End', 'artist': ['Japanese Hair Cast'], 'year': '1971', 'yt_breakdown': '/sample/52349/Nas-Halftime-Japanese-Hair-Cast-Dead-End/', 'yt_originator': 'UG7lhaAo4CM', 'yt_sample': 'VIjpDv8CySI'}, {'type': 'Multiple Elements', 'genre': 'Soul / Funk / Disco', 'title': 'School Boy Crush', 'artist': ['Average White Band'], 'year': '1975', 'yt_breakdown': '/sample/976/Nas-Halftime-Average-White-Band-School-Boy-Crush/', 'yt_originator': 'UG7lhaAo4CM', 'yt_sample': '6qnB-O76xv0'}, {'type': 'Hook / Riff', 'genre': 'Soul / Funk / Disco', 'title': \"Soul Travelin' Pt. I (The G.B.E.)\", 'artist': ['Gary Byrd'], 'year': '1973', 'yt_breakdown': '/sample/17077/Nas-Halftime-Gary-Byrd-Soul-Travelin%27-Pt.-I-(The-G.B.E.)/', 'yt_originator': 'UG7lhaAo4CM', 'yt_sample': 'D4OuBGoZAsA'}]\n", + "/sample/22236/Nas-The-Message-Nas-Halftime/\n", + "ids\n", + "['8FlNIcqApLg', 'UG7lhaAo4CM']\n", + "/sample/603307/Black-Eyed-Peas-Nas-BACK-2-HIPHOP-Nas-Halftime/\n", + "ids\n", + "['T3um72hrtrk', 'UG7lhaAo4CM']\n", + "/sample/576718/Pawz-One-Robin-Da-Landlord-It%27s-Like-That-(Remix)-Nas-Halftime/\n", + "ids\n", + "[None, 'UG7lhaAo4CM']\n", + "/sample/16065/Army-of-the-Pharaohs-Strike-Back-Nas-Halftime/\n", + "ids\n", + "['M3Abr_gK3LQ', 'UG7lhaAo4CM']\n", + "/sample/158818/G-EAZY-Reefer-Madness-Nas-Halftime/\n", + "ids\n", + "['AteYGkaws3U', 'UG7lhaAo4CM']\n", + "[{'type': 'Vocals / Lyrics', 'genre': 'Hip-Hop / Rap / R&B', 'title': 'The Message', 'artist': ['Nas'], 'year': '1996', 'yt_breakdown': '/sample/22236/Nas-The-Message-Nas-Halftime/', 'yt_originator': 'UG7lhaAo4CM', 'yt_sample': '8FlNIcqApLg'}, {'type': 'Vocals / Lyrics', 'genre': 'Hip-Hop / Rap / R&B', 'title': 'BACK 2 HIPHOP', 'artist': ['Black Eyed Peas', 'Nas'], 'year': '2018', 'yt_breakdown': '/sample/603307/Black-Eyed-Peas-Nas-BACK-2-HIPHOP-Nas-Halftime/', 'yt_originator': 'UG7lhaAo4CM', 'yt_sample': 'T3um72hrtrk'}, {'type': 'Vocals / Lyrics', 'genre': 'Hip-Hop / Rap / R&B', 'title': \"It's Like That (Remix)\", 'artist': ['Pawz One', 'Robin Da Landlord'], 'year': '2018', 'yt_breakdown': '/sample/576718/Pawz-One-Robin-Da-Landlord-It%27s-Like-That-(Remix)-Nas-Halftime/', 'yt_originator': 'UG7lhaAo4CM', 'yt_sample': None}, {'type': 'Vocals / Lyrics', 'genre': 'Hip-Hop / Rap / R&B', 'title': 'Strike Back', 'artist': ['Army of the Pharaohs'], 'year': '2007', 'yt_breakdown': '/sample/16065/Army-of-the-Pharaohs-Strike-Back-Nas-Halftime/', 'yt_originator': 'UG7lhaAo4CM', 'yt_sample': 'M3Abr_gK3LQ'}, {'type': 'Vocals / Lyrics', 'genre': 'Hip-Hop / Rap / R&B', 'title': 'Reefer Madness', 'artist': ['G-EAZY'], 'year': '2011', 'yt_breakdown': '/sample/158818/G-EAZY-Reefer-Madness-Nas-Halftime/', 'yt_originator': 'UG7lhaAo4CM', 'yt_sample': 'AteYGkaws3U'}]\n", + "/remix/181488/Nas-Halftime-(Butcher-Remix)-Nas-Halftime/\n", + "ids\n", + "['Qbg12RBab9g', 'UG7lhaAo4CM']\n", + "[{'type': 'Hip-Hop / Rap / R&B', 'genre': '', 'title': 'Halftime (Butcher Remix)', 'artist': ['Joe \"The Butcher\" Nicolo'], 'year': '1992', 'yt_breakdown': '/remix/181488/Nas-Halftime-(Butcher-Remix)-Nas-Halftime/', 'yt_originator': 'UG7lhaAo4CM', 'yt_sample': 'Qbg12RBab9g'}]\n", + "/cover/66888/Fashawn-Halftime-Nas-Halftime/\n", + "ids\n", + "['Pzol0Oy5SYU', 'UG7lhaAo4CM']\n", + "/cover/148766/Elzhi-Will-Sessions-Halftime-Nas-Halftime/\n", + "ids\n", + "['vcKzOZ6Yc78', 'UG7lhaAo4CM']\n", + "/cover/602090/Can-You-Flow%3F-Halftime-Nas-Halftime/\n", + "ids\n", + "[None, 'UG7lhaAo4CM']\n", + "[{'type': 'Hip-Hop / Rap / R&B', 'genre': '', 'title': 'Halftime', 'artist': ['Fashawn'], 'year': '2010', 'yt_breakdown': '/cover/66888/Fashawn-Halftime-Nas-Halftime/', 'yt_originator': 'UG7lhaAo4CM', 'yt_sample': 'Pzol0Oy5SYU'}, {'type': 'Hip-Hop / Rap / R&B', 'genre': '', 'title': 'Halftime', 'artist': ['Elzhi', 'Will Sessions'], 'year': '2011', 'yt_breakdown': '/cover/148766/Elzhi-Will-Sessions-Halftime-Nas-Halftime/', 'yt_originator': 'UG7lhaAo4CM', 'yt_sample': 'vcKzOZ6Yc78'}, {'type': 'Hip-Hop / Rap / R&B', 'genre': '', 'title': 'Halftime', 'artist': ['Can You Flow?'], 'year': '2006', 'yt_breakdown': '/cover/602090/Can-You-Flow%3F-Halftime-Nas-Halftime/', 'yt_originator': 'UG7lhaAo4CM', 'yt_sample': None}]\n", + "[\n", + " {\n", + " \"track\": \"halftime\",\n", + " \"artist\": [\n", + " \"nas\"\n", + " ],\n", + " \"samples\": {\n", + " \"Contains samples of\": [\n", + " {\n", + " \"type\": \"Bass\",\n", + " \"genre\": \"Soundtrack\",\n", + " \"title\": \"Dead End\",\n", + " \"artist\": [\n", + " \"Japanese Hair Cast\"\n", + " ],\n", + " \"year\": \"1971\",\n", + " \"yt_breakdown\": \"/sample/52349/Nas-Halftime-Japanese-Hair-Cast-Dead-End/\",\n", + " \"yt_originator\": \"UG7lhaAo4CM\",\n", + " \"yt_sample\": \"VIjpDv8CySI\"\n", + " },\n", + " {\n", + " \"type\": \"Multiple Elements\",\n", + " \"genre\": \"Soul / Funk / Disco\",\n", + " \"title\": \"School Boy Crush\",\n", + " \"artist\": [\n", + " \"Average White Band\"\n", + " ],\n", + " \"year\": \"1975\",\n", + " \"yt_breakdown\": \"/sample/976/Nas-Halftime-Average-White-Band-School-Boy-Crush/\",\n", + " \"yt_originator\": \"UG7lhaAo4CM\",\n", + " \"yt_sample\": \"6qnB-O76xv0\"\n", + " },\n", + " {\n", + " \"type\": \"Hook / Riff\",\n", + " \"genre\": \"Soul / Funk / Disco\",\n", + " \"title\": \"Soul Travelin' Pt. I (The G.B.E.)\",\n", + " \"artist\": [\n", + " \"Gary Byrd\"\n", + " ],\n", + " \"year\": \"1973\",\n", + " \"yt_breakdown\": \"/sample/17077/Nas-Halftime-Gary-Byrd-Soul-Travelin%27-Pt.-I-(The-G.B.E.)/\",\n", + " \"yt_originator\": \"UG7lhaAo4CM\",\n", + " \"yt_sample\": \"D4OuBGoZAsA\"\n", + " }\n", + " ],\n", + " \"Was sampled in\": [\n", + " {\n", + " \"type\": \"Vocals / Lyrics\",\n", + " \"genre\": \"Hip-Hop / Rap / R&B\",\n", + " \"title\": \"The Message\",\n", + " \"artist\": [\n", + " \"Nas\"\n", + " ],\n", + " \"year\": \"1996\",\n", + " \"yt_breakdown\": \"/sample/22236/Nas-The-Message-Nas-Halftime/\",\n", + " \"yt_originator\": \"UG7lhaAo4CM\",\n", + " \"yt_sample\": \"8FlNIcqApLg\"\n", + " },\n", + " {\n", + " \"type\": \"Vocals / Lyrics\",\n", + " \"genre\": \"Hip-Hop / Rap / R&B\",\n", + " \"title\": \"BACK 2 HIPHOP\",\n", + " \"artist\": [\n", + " \"Black Eyed Peas\",\n", + " \"Nas\"\n", + " ],\n", + " \"year\": \"2018\",\n", + " \"yt_breakdown\": \"/sample/603307/Black-Eyed-Peas-Nas-BACK-2-HIPHOP-Nas-Halftime/\",\n", + " \"yt_originator\": \"UG7lhaAo4CM\",\n", + " \"yt_sample\": \"T3um72hrtrk\"\n", + " },\n", + " {\n", + " \"type\": \"Vocals / Lyrics\",\n", + " \"genre\": \"Hip-Hop / Rap / R&B\",\n", + " \"title\": \"It's Like That (Remix)\",\n", + " \"artist\": [\n", + " \"Pawz One\",\n", + " \"Robin Da Landlord\"\n", + " ],\n", + " \"year\": \"2018\",\n", + " \"yt_breakdown\": \"/sample/576718/Pawz-One-Robin-Da-Landlord-It%27s-Like-That-(Remix)-Nas-Halftime/\",\n", + " \"yt_originator\": \"UG7lhaAo4CM\",\n", + " \"yt_sample\": null\n", + " },\n", + " {\n", + " \"type\": \"Vocals / Lyrics\",\n", + " \"genre\": \"Hip-Hop / Rap / R&B\",\n", + " \"title\": \"Strike Back\",\n", + " \"artist\": [\n", + " \"Army of the Pharaohs\"\n", + " ],\n", + " \"year\": \"2007\",\n", + " \"yt_breakdown\": \"/sample/16065/Army-of-the-Pharaohs-Strike-Back-Nas-Halftime/\",\n", + " \"yt_originator\": \"UG7lhaAo4CM\",\n", + " \"yt_sample\": \"M3Abr_gK3LQ\"\n", + " },\n", + " {\n", + " \"type\": \"Vocals / Lyrics\",\n", + " \"genre\": \"Hip-Hop / Rap / R&B\",\n", + " \"title\": \"Reefer Madness\",\n", + " \"artist\": [\n", + " \"G-EAZY\"\n", + " ],\n", + " \"year\": \"2011\",\n", + " \"yt_breakdown\": \"/sample/158818/G-EAZY-Reefer-Madness-Nas-Halftime/\",\n", + " \"yt_originator\": \"UG7lhaAo4CM\",\n", + " \"yt_sample\": \"AteYGkaws3U\"\n", + " }\n", + " ],\n", + " \"Was remixed in\": [\n", + " {\n", + " \"type\": \"Hip-Hop / Rap / R&B\",\n", + " \"genre\": \"\",\n", + " \"title\": \"Halftime (Butcher Remix)\",\n", + " \"artist\": [\n", + " \"Joe \\\"The Butcher\\\" Nicolo\"\n", + " ],\n", + " \"year\": \"1992\",\n", + " \"yt_breakdown\": \"/remix/181488/Nas-Halftime-(Butcher-Remix)-Nas-Halftime/\",\n", + " \"yt_originator\": \"UG7lhaAo4CM\",\n", + " \"yt_sample\": \"Qbg12RBab9g\"\n", + " }\n", + " ],\n", + " \"Was covered in\": [\n", + " {\n", + " \"type\": \"Hip-Hop / Rap / R&B\",\n", + " \"genre\": \"\",\n", + " \"title\": \"Halftime\",\n", + " \"artist\": [\n", + " \"Fashawn\"\n", + " ],\n", + " \"year\": \"2010\",\n", + " \"yt_breakdown\": \"/cover/66888/Fashawn-Halftime-Nas-Halftime/\",\n", + " \"yt_originator\": \"UG7lhaAo4CM\",\n", + " \"yt_sample\": \"Pzol0Oy5SYU\"\n", + " },\n", + " {\n", + " \"type\": \"Hip-Hop / Rap / R&B\",\n", + " \"genre\": \"\",\n", + " \"title\": \"Halftime\",\n", + " \"artist\": [\n", + " \"Elzhi\",\n", + " \"Will Sessions\"\n", + " ],\n", + " \"year\": \"2011\",\n", + " \"yt_breakdown\": \"/cover/148766/Elzhi-Will-Sessions-Halftime-Nas-Halftime/\",\n", + " \"yt_originator\": \"UG7lhaAo4CM\",\n", + " \"yt_sample\": \"vcKzOZ6Yc78\"\n", + " },\n", + " {\n", + " \"type\": \"Hip-Hop / Rap / R&B\",\n", + " \"genre\": \"\",\n", + " \"title\": \"Halftime\",\n", + " \"artist\": [\n", + " \"Can You Flow?\"\n", + " ],\n", + " \"year\": \"2006\",\n", + " \"yt_breakdown\": \"/cover/602090/Can-You-Flow%3F-Halftime-Nas-Halftime/\",\n", + " \"yt_originator\": \"UG7lhaAo4CM\",\n", + " \"yt_sample\": null\n", + " }\n", + " ]\n", + " }\n", + " }\n", + "]\n", + "[\n", + " {\n", + " \"type\": \"Vocals / Lyrics\",\n", + " \"genre\": \"Hip-Hop / Rap / R&B\",\n", + " \"title\": \"The Message\",\n", + " \"artist\": [\n", + " \"Nas\"\n", + " ],\n", + " \"year\": \"1996\",\n", + " \"yt_breakdown\": \"/sample/22236/Nas-The-Message-Nas-Halftime/\",\n", + " \"yt_originator\": \"UG7lhaAo4CM\",\n", + " \"yt_sample\": \"8FlNIcqApLg\"\n", + " },\n", + " {\n", + " \"type\": \"Vocals / Lyrics\",\n", + " \"genre\": \"Hip-Hop / Rap / R&B\",\n", + " \"title\": \"BACK 2 HIPHOP\",\n", + " \"artist\": [\n", + " \"Black Eyed Peas\",\n", + " \"Nas\"\n", + " ],\n", + " \"year\": \"2018\",\n", + " \"yt_breakdown\": \"/sample/603307/Black-Eyed-Peas-Nas-BACK-2-HIPHOP-Nas-Halftime/\",\n", + " \"yt_originator\": \"UG7lhaAo4CM\",\n", + " \"yt_sample\": \"T3um72hrtrk\"\n", + " },\n", + " {\n", + " \"type\": \"Vocals / Lyrics\",\n", + " \"genre\": \"Hip-Hop / Rap / R&B\",\n", + " \"title\": \"It's Like That (Remix)\",\n", + " \"artist\": [\n", + " \"Pawz One\",\n", + " \"Robin Da Landlord\"\n", + " ],\n", + " \"year\": \"2018\",\n", + " \"yt_breakdown\": \"/sample/576718/Pawz-One-Robin-Da-Landlord-It%27s-Like-That-(Remix)-Nas-Halftime/\",\n", + " \"yt_originator\": \"UG7lhaAo4CM\",\n", + " \"yt_sample\": null\n", + " },\n", + " {\n", + " \"type\": \"Vocals / Lyrics\",\n", + " \"genre\": \"Hip-Hop / Rap / R&B\",\n", + " \"title\": \"Strike Back\",\n", + " \"artist\": [\n", + " \"Army of the Pharaohs\"\n", + " ],\n", + " \"year\": \"2007\",\n", + " \"yt_breakdown\": \"/sample/16065/Army-of-the-Pharaohs-Strike-Back-Nas-Halftime/\",\n", + " \"yt_originator\": \"UG7lhaAo4CM\",\n", + " \"yt_sample\": \"M3Abr_gK3LQ\"\n", + " },\n", + " {\n", + " \"type\": \"Vocals / Lyrics\",\n", + " \"genre\": \"Hip-Hop / Rap / R&B\",\n", + " \"title\": \"Reefer Madness\",\n", + " \"artist\": [\n", + " \"G-EAZY\"\n", + " ],\n", + " \"year\": \"2011\",\n", + " \"yt_breakdown\": \"/sample/158818/G-EAZY-Reefer-Madness-Nas-Halftime/\",\n", + " \"yt_originator\": \"UG7lhaAo4CM\",\n", + " \"yt_sample\": \"AteYGkaws3U\"\n", + " }\n", + "]\n", + "5\n", + "[\n", + " {\n", + " \"track\": \"halftime\",\n", + " \"artist\": [\n", + " \"nas\"\n", + " ],\n", + " \"samples\": {\n", + " \"Contains samples of\": [\n", + " {\n", + " \"type\": \"Bass\",\n", + " \"genre\": \"Soundtrack\",\n", + " \"title\": \"Dead End\",\n", + " \"artist\": [\n", + " \"Japanese Hair Cast\"\n", + " ],\n", + " \"year\": \"1971\",\n", + " \"yt_breakdown\": \"/sample/52349/Nas-Halftime-Japanese-Hair-Cast-Dead-End/\",\n", + " \"yt_originator\": \"UG7lhaAo4CM\",\n", + " \"yt_sample\": \"VIjpDv8CySI\"\n", + " },\n", + " {\n", + " \"type\": \"Multiple Elements\",\n", + " \"genre\": \"Soul / Funk / Disco\",\n", + " \"title\": \"School Boy Crush\",\n", + " \"artist\": [\n", + " \"Average White Band\"\n", + " ],\n", + " \"year\": \"1975\",\n", + " \"yt_breakdown\": \"/sample/976/Nas-Halftime-Average-White-Band-School-Boy-Crush/\",\n", + " \"yt_originator\": \"UG7lhaAo4CM\",\n", + " \"yt_sample\": \"6qnB-O76xv0\"\n", + " },\n", + " {\n", + " \"type\": \"Hook / Riff\",\n", + " \"genre\": \"Soul / Funk / Disco\",\n", + " \"title\": \"Soul Travelin' Pt. I (The G.B.E.)\",\n", + " \"artist\": [\n", + " \"Gary Byrd\"\n", + " ],\n", + " \"year\": \"1973\",\n", + " \"yt_breakdown\": \"/sample/17077/Nas-Halftime-Gary-Byrd-Soul-Travelin%27-Pt.-I-(The-G.B.E.)/\",\n", + " \"yt_originator\": \"UG7lhaAo4CM\",\n", + " \"yt_sample\": \"D4OuBGoZAsA\"\n", + " }\n", + " ],\n", + " \"Was sampled in\": [\n", + " {\n", + " \"type\": \"Vocals / Lyrics\",\n", + " \"genre\": \"Hip-Hop / Rap / R&B\",\n", + " \"title\": \"The Message\",\n", + " \"artist\": [\n", + " \"Nas\"\n", + " ],\n", + " \"year\": \"1996\",\n", + " \"yt_breakdown\": \"/sample/22236/Nas-The-Message-Nas-Halftime/\",\n", + " \"yt_originator\": \"UG7lhaAo4CM\",\n", + " \"yt_sample\": \"8FlNIcqApLg\"\n", + " },\n", + " {\n", + " \"type\": \"Vocals / Lyrics\",\n", + " \"genre\": \"Hip-Hop / Rap / R&B\",\n", + " \"title\": \"BACK 2 HIPHOP\",\n", + " \"artist\": [\n", + " \"Black Eyed Peas\",\n", + " \"Nas\"\n", + " ],\n", + " \"year\": \"2018\",\n", + " \"yt_breakdown\": \"/sample/603307/Black-Eyed-Peas-Nas-BACK-2-HIPHOP-Nas-Halftime/\",\n", + " \"yt_originator\": \"UG7lhaAo4CM\",\n", + " \"yt_sample\": \"T3um72hrtrk\"\n", + " },\n", + " {\n", + " \"type\": \"Vocals / Lyrics\",\n", + " \"genre\": \"Hip-Hop / Rap / R&B\",\n", + " \"title\": \"It's Like That (Remix)\",\n", + " \"artist\": [\n", + " \"Pawz One\",\n", + " \"Robin Da Landlord\"\n", + " ],\n", + " \"year\": \"2018\",\n", + " \"yt_breakdown\": \"/sample/576718/Pawz-One-Robin-Da-Landlord-It%27s-Like-That-(Remix)-Nas-Halftime/\",\n", + " \"yt_originator\": \"UG7lhaAo4CM\",\n", + " \"yt_sample\": null\n", + " },\n", + " {\n", + " \"type\": \"Vocals / Lyrics\",\n", + " \"genre\": \"Hip-Hop / Rap / R&B\",\n", + " \"title\": \"Strike Back\",\n", + " \"artist\": [\n", + " \"Army of the Pharaohs\"\n", + " ],\n", + " \"year\": \"2007\",\n", + " \"yt_breakdown\": \"/sample/16065/Army-of-the-Pharaohs-Strike-Back-Nas-Halftime/\",\n", + " \"yt_originator\": \"UG7lhaAo4CM\",\n", + " \"yt_sample\": \"M3Abr_gK3LQ\"\n", + " },\n", + " {\n", + " \"type\": \"Vocals / Lyrics\",\n", + " \"genre\": \"Hip-Hop / Rap / R&B\",\n", + " \"title\": \"Reefer Madness\",\n", + " \"artist\": [\n", + " \"G-EAZY\"\n", + " ],\n", + " \"year\": \"2011\",\n", + " \"yt_breakdown\": \"/sample/158818/G-EAZY-Reefer-Madness-Nas-Halftime/\",\n", + " \"yt_originator\": \"UG7lhaAo4CM\",\n", + " \"yt_sample\": \"AteYGkaws3U\"\n", + " }\n", + " ],\n", + " \"Was remixed in\": [\n", + " {\n", + " \"type\": \"Hip-Hop / Rap / R&B\",\n", + " \"genre\": \"\",\n", + " \"title\": \"Halftime (Butcher Remix)\",\n", + " \"artist\": [\n", + " \"Joe \\\"The Butcher\\\" Nicolo\"\n", + " ],\n", + " \"year\": \"1992\",\n", + " \"yt_breakdown\": \"/remix/181488/Nas-Halftime-(Butcher-Remix)-Nas-Halftime/\",\n", + " \"yt_originator\": \"UG7lhaAo4CM\",\n", + " \"yt_sample\": \"Qbg12RBab9g\"\n", + " }\n", + " ],\n", + " \"Was covered in\": [\n", + " {\n", + " \"type\": \"Hip-Hop / Rap / R&B\",\n", + " \"genre\": \"\",\n", + " \"title\": \"Halftime\",\n", + " \"artist\": [\n", + " \"Fashawn\"\n", + " ],\n", + " \"year\": \"2010\",\n", + " \"yt_breakdown\": \"/cover/66888/Fashawn-Halftime-Nas-Halftime/\",\n", + " \"yt_originator\": \"UG7lhaAo4CM\",\n", + " \"yt_sample\": \"Pzol0Oy5SYU\"\n", + " },\n", + " {\n", + " \"type\": \"Hip-Hop / Rap / R&B\",\n", + " \"genre\": \"\",\n", + " \"title\": \"Halftime\",\n", + " \"artist\": [\n", + " \"Elzhi\",\n", + " \"Will Sessions\"\n", + " ],\n", + " \"year\": \"2011\",\n", + " \"yt_breakdown\": \"/cover/148766/Elzhi-Will-Sessions-Halftime-Nas-Halftime/\",\n", + " \"yt_originator\": \"UG7lhaAo4CM\",\n", + " \"yt_sample\": \"vcKzOZ6Yc78\"\n", + " },\n", + " {\n", + " \"type\": \"Hip-Hop / Rap / R&B\",\n", + " \"genre\": \"\",\n", + " \"title\": \"Halftime\",\n", + " \"artist\": [\n", + " \"Can You Flow?\"\n", + " ],\n", + " \"year\": \"2006\",\n", + " \"yt_breakdown\": \"/cover/602090/Can-You-Flow%3F-Halftime-Nas-Halftime/\",\n", + " \"yt_originator\": \"UG7lhaAo4CM\",\n", + " \"yt_sample\": null\n", + " }\n", + " ]\n", + " }\n", + " }\n", + "]\n", + "```" + ] + }, + { + "cell_type": "code", + "execution_count": 85, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "verbosity 0\n", + "Message: Scraping for source_playlist\n", + "verbosity 0\n", + "Message: Getting page: https://whosampled.com/Nas/Halftime/\n", + "/sample/52349/Nas-Halftime-Japanese-Hair-Cast-Dead-End/\n", + "ids\n", + "['UG7lhaAo4CM', 'VIjpDv8CySI']\n", + "/sample/976/Nas-Halftime-Average-White-Band-School-Boy-Crush/\n", + "ids\n", + "['UG7lhaAo4CM', '6qnB-O76xv0']\n", + "/sample/17077/Nas-Halftime-Gary-Byrd-Soul-Travelin%27-Pt.-I-(The-G.B.E.)/\n", + "ids\n", + "['UG7lhaAo4CM', 'D4OuBGoZAsA']\n", + "[{'type': 'Bass', 'genre': 'Soundtrack', 'title': 'Dead End', 'artist': ['Japanese Hair Cast'], 'year': '1971', 'yt_breakdown': '/sample/52349/Nas-Halftime-Japanese-Hair-Cast-Dead-End/', 'yt_originator': 'UG7lhaAo4CM', 'yt_sample': 'VIjpDv8CySI'}, {'type': 'Multiple Elements', 'genre': 'Soul / Funk / Disco', 'title': 'School Boy Crush', 'artist': ['Average White Band'], 'year': '1975', 'yt_breakdown': '/sample/976/Nas-Halftime-Average-White-Band-School-Boy-Crush/', 'yt_originator': 'UG7lhaAo4CM', 'yt_sample': '6qnB-O76xv0'}, {'type': 'Hook / Riff', 'genre': 'Soul / Funk / Disco', 'title': \"Soul Travelin' Pt. I (The G.B.E.)\", 'artist': ['Gary Byrd'], 'year': '1973', 'yt_breakdown': '/sample/17077/Nas-Halftime-Gary-Byrd-Soul-Travelin%27-Pt.-I-(The-G.B.E.)/', 'yt_originator': 'UG7lhaAo4CM', 'yt_sample': 'D4OuBGoZAsA'}]\n", + "/sample/22236/Nas-The-Message-Nas-Halftime/\n", + "ids\n", + "['8FlNIcqApLg', 'UG7lhaAo4CM']\n", + "/sample/603307/Black-Eyed-Peas-Nas-BACK-2-HIPHOP-Nas-Halftime/\n", + "ids\n", + "['T3um72hrtrk', 'UG7lhaAo4CM']\n", + "/sample/576718/Pawz-One-Robin-Da-Landlord-It%27s-Like-That-(Remix)-Nas-Halftime/\n", + "ids\n", + "[None, 'UG7lhaAo4CM']\n", + "/sample/16065/Army-of-the-Pharaohs-Strike-Back-Nas-Halftime/\n", + "ids\n", + "['M3Abr_gK3LQ', 'UG7lhaAo4CM']\n", + "/sample/158818/G-EAZY-Reefer-Madness-Nas-Halftime/\n", + "ids\n", + "['AteYGkaws3U', 'UG7lhaAo4CM']\n", + "[{'type': 'Vocals / Lyrics', 'genre': 'Hip-Hop / Rap / R&B', 'title': 'The Message', 'artist': ['Nas'], 'year': '1996', 'yt_breakdown': '/sample/22236/Nas-The-Message-Nas-Halftime/', 'yt_originator': 'UG7lhaAo4CM', 'yt_sample': '8FlNIcqApLg'}, {'type': 'Vocals / Lyrics', 'genre': 'Hip-Hop / Rap / R&B', 'title': 'BACK 2 HIPHOP', 'artist': ['Black Eyed Peas', 'Nas'], 'year': '2018', 'yt_breakdown': '/sample/603307/Black-Eyed-Peas-Nas-BACK-2-HIPHOP-Nas-Halftime/', 'yt_originator': 'UG7lhaAo4CM', 'yt_sample': 'T3um72hrtrk'}, {'type': 'Vocals / Lyrics', 'genre': 'Hip-Hop / Rap / R&B', 'title': \"It's Like That (Remix)\", 'artist': ['Pawz One', 'Robin Da Landlord'], 'year': '2018', 'yt_breakdown': '/sample/576718/Pawz-One-Robin-Da-Landlord-It%27s-Like-That-(Remix)-Nas-Halftime/', 'yt_originator': 'UG7lhaAo4CM', 'yt_sample': None}, {'type': 'Vocals / Lyrics', 'genre': 'Hip-Hop / Rap / R&B', 'title': 'Strike Back', 'artist': ['Army of the Pharaohs'], 'year': '2007', 'yt_breakdown': '/sample/16065/Army-of-the-Pharaohs-Strike-Back-Nas-Halftime/', 'yt_originator': 'UG7lhaAo4CM', 'yt_sample': 'M3Abr_gK3LQ'}, {'type': 'Vocals / Lyrics', 'genre': 'Hip-Hop / Rap / R&B', 'title': 'Reefer Madness', 'artist': ['G-EAZY'], 'year': '2011', 'yt_breakdown': '/sample/158818/G-EAZY-Reefer-Madness-Nas-Halftime/', 'yt_originator': 'UG7lhaAo4CM', 'yt_sample': 'AteYGkaws3U'}]\n", + "/remix/181488/Nas-Halftime-(Butcher-Remix)-Nas-Halftime/\n", + "ids\n", + "['Qbg12RBab9g', 'UG7lhaAo4CM']\n", + "[{'type': 'Hip-Hop / Rap / R&B', 'genre': '', 'title': 'Halftime (Butcher Remix)', 'artist': ['Joe \"The Butcher\" Nicolo'], 'year': '1992', 'yt_breakdown': '/remix/181488/Nas-Halftime-(Butcher-Remix)-Nas-Halftime/', 'yt_originator': 'UG7lhaAo4CM', 'yt_sample': 'Qbg12RBab9g'}]\n", + "/cover/66888/Fashawn-Halftime-Nas-Halftime/\n", + "ids\n", + "['Pzol0Oy5SYU', 'UG7lhaAo4CM']\n", + "/cover/148766/Elzhi-Will-Sessions-Halftime-Nas-Halftime/\n", + "ids\n", + "['vcKzOZ6Yc78', 'UG7lhaAo4CM']\n", + "/cover/602090/Can-You-Flow%3F-Halftime-Nas-Halftime/\n", + "ids\n", + "[None, 'UG7lhaAo4CM']\n", + "[{'type': 'Hip-Hop / Rap / R&B', 'genre': '', 'title': 'Halftime', 'artist': ['Fashawn'], 'year': '2010', 'yt_breakdown': '/cover/66888/Fashawn-Halftime-Nas-Halftime/', 'yt_originator': 'UG7lhaAo4CM', 'yt_sample': 'Pzol0Oy5SYU'}, {'type': 'Hip-Hop / Rap / R&B', 'genre': '', 'title': 'Halftime', 'artist': ['Elzhi', 'Will Sessions'], 'year': '2011', 'yt_breakdown': '/cover/148766/Elzhi-Will-Sessions-Halftime-Nas-Halftime/', 'yt_originator': 'UG7lhaAo4CM', 'yt_sample': 'vcKzOZ6Yc78'}, {'type': 'Hip-Hop / Rap / R&B', 'genre': '', 'title': 'Halftime', 'artist': ['Can You Flow?'], 'year': '2006', 'yt_breakdown': '/cover/602090/Can-You-Flow%3F-Halftime-Nas-Halftime/', 'yt_originator': 'UG7lhaAo4CM', 'yt_sample': None}]\n", + "[\n", + " {\n", + " \"track\": \"halftime\",\n", + " \"artist\": [\n", + " \"nas\"\n", + " ],\n", + " \"samples\": {\n", + " \"Contains samples of\": [\n", + " {\n", + " \"type\": \"Bass\",\n", + " \"genre\": \"Soundtrack\",\n", + " \"title\": \"Dead End\",\n", + " \"artist\": [\n", + " \"Japanese Hair Cast\"\n", + " ],\n", + " \"year\": \"1971\",\n", + " \"yt_breakdown\": \"/sample/52349/Nas-Halftime-Japanese-Hair-Cast-Dead-End/\",\n", + " \"yt_originator\": \"UG7lhaAo4CM\",\n", + " \"yt_sample\": \"VIjpDv8CySI\"\n", + " },\n", + " {\n", + " \"type\": \"Multiple Elements\",\n", + " \"genre\": \"Soul / Funk / Disco\",\n", + " \"title\": \"School Boy Crush\",\n", + " \"artist\": [\n", + " \"Average White Band\"\n", + " ],\n", + " \"year\": \"1975\",\n", + " \"yt_breakdown\": \"/sample/976/Nas-Halftime-Average-White-Band-School-Boy-Crush/\",\n", + " \"yt_originator\": \"UG7lhaAo4CM\",\n", + " \"yt_sample\": \"6qnB-O76xv0\"\n", + " },\n", + " {\n", + " \"type\": \"Hook / Riff\",\n", + " \"genre\": \"Soul / Funk / Disco\",\n", + " \"title\": \"Soul Travelin' Pt. I (The G.B.E.)\",\n", + " \"artist\": [\n", + " \"Gary Byrd\"\n", + " ],\n", + " \"year\": \"1973\",\n", + " \"yt_breakdown\": \"/sample/17077/Nas-Halftime-Gary-Byrd-Soul-Travelin%27-Pt.-I-(The-G.B.E.)/\",\n", + " \"yt_originator\": \"UG7lhaAo4CM\",\n", + " \"yt_sample\": \"D4OuBGoZAsA\"\n", + " }\n", + " ],\n", + " \"Was sampled in\": [\n", + " {\n", + " \"type\": \"Vocals / Lyrics\",\n", + " \"genre\": \"Hip-Hop / Rap / R&B\",\n", + " \"title\": \"The Message\",\n", + " \"artist\": [\n", + " \"Nas\"\n", + " ],\n", + " \"year\": \"1996\",\n", + " \"yt_breakdown\": \"/sample/22236/Nas-The-Message-Nas-Halftime/\",\n", + " \"yt_originator\": \"UG7lhaAo4CM\",\n", + " \"yt_sample\": \"8FlNIcqApLg\"\n", + " },\n", + " {\n", + " \"type\": \"Vocals / Lyrics\",\n", + " \"genre\": \"Hip-Hop / Rap / R&B\",\n", + " \"title\": \"BACK 2 HIPHOP\",\n", + " \"artist\": [\n", + " \"Black Eyed Peas\",\n", + " \"Nas\"\n", + " ],\n", + " \"year\": \"2018\",\n", + " \"yt_breakdown\": \"/sample/603307/Black-Eyed-Peas-Nas-BACK-2-HIPHOP-Nas-Halftime/\",\n", + " \"yt_originator\": \"UG7lhaAo4CM\",\n", + " \"yt_sample\": \"T3um72hrtrk\"\n", + " },\n", + " {\n", + " \"type\": \"Vocals / Lyrics\",\n", + " \"genre\": \"Hip-Hop / Rap / R&B\",\n", + " \"title\": \"It's Like That (Remix)\",\n", + " \"artist\": [\n", + " \"Pawz One\",\n", + " \"Robin Da Landlord\"\n", + " ],\n", + " \"year\": \"2018\",\n", + " \"yt_breakdown\": \"/sample/576718/Pawz-One-Robin-Da-Landlord-It%27s-Like-That-(Remix)-Nas-Halftime/\",\n", + " \"yt_originator\": \"UG7lhaAo4CM\",\n", + " \"yt_sample\": null\n", + " },\n", + " {\n", + " \"type\": \"Vocals / Lyrics\",\n", + " \"genre\": \"Hip-Hop / Rap / R&B\",\n", + " \"title\": \"Strike Back\",\n", + " \"artist\": [\n", + " \"Army of the Pharaohs\"\n", + " ],\n", + " \"year\": \"2007\",\n", + " \"yt_breakdown\": \"/sample/16065/Army-of-the-Pharaohs-Strike-Back-Nas-Halftime/\",\n", + " \"yt_originator\": \"UG7lhaAo4CM\",\n", + " \"yt_sample\": \"M3Abr_gK3LQ\"\n", + " },\n", + " {\n", + " \"type\": \"Vocals / Lyrics\",\n", + " \"genre\": \"Hip-Hop / Rap / R&B\",\n", + " \"title\": \"Reefer Madness\",\n", + " \"artist\": [\n", + " \"G-EAZY\"\n", + " ],\n", + " \"year\": \"2011\",\n", + " \"yt_breakdown\": \"/sample/158818/G-EAZY-Reefer-Madness-Nas-Halftime/\",\n", + " \"yt_originator\": \"UG7lhaAo4CM\",\n", + " \"yt_sample\": \"AteYGkaws3U\"\n", + " }\n", + " ],\n", + " \"Was remixed in\": [\n", + " {\n", + " \"type\": \"Hip-Hop / Rap / R&B\",\n", + " \"genre\": \"\",\n", + " \"title\": \"Halftime (Butcher Remix)\",\n", + " \"artist\": [\n", + " \"Joe \\\"The Butcher\\\" Nicolo\"\n", + " ],\n", + " \"year\": \"1992\",\n", + " \"yt_breakdown\": \"/remix/181488/Nas-Halftime-(Butcher-Remix)-Nas-Halftime/\",\n", + " \"yt_originator\": \"UG7lhaAo4CM\",\n", + " \"yt_sample\": \"Qbg12RBab9g\"\n", + " }\n", + " ],\n", + " \"Was covered in\": [\n", + " {\n", + " \"type\": \"Hip-Hop / Rap / R&B\",\n", + " \"genre\": \"\",\n", + " \"title\": \"Halftime\",\n", + " \"artist\": [\n", + " \"Fashawn\"\n", + " ],\n", + " \"year\": \"2010\",\n", + " \"yt_breakdown\": \"/cover/66888/Fashawn-Halftime-Nas-Halftime/\",\n", + " \"yt_originator\": \"UG7lhaAo4CM\",\n", + " \"yt_sample\": \"Pzol0Oy5SYU\"\n", + " },\n", + " {\n", + " \"type\": \"Hip-Hop / Rap / R&B\",\n", + " \"genre\": \"\",\n", + " \"title\": \"Halftime\",\n", + " \"artist\": [\n", + " \"Elzhi\",\n", + " \"Will Sessions\"\n", + " ],\n", + " \"year\": \"2011\",\n", + " \"yt_breakdown\": \"/cover/148766/Elzhi-Will-Sessions-Halftime-Nas-Halftime/\",\n", + " \"yt_originator\": \"UG7lhaAo4CM\",\n", + " \"yt_sample\": \"vcKzOZ6Yc78\"\n", + " },\n", + " {\n", + " \"type\": \"Hip-Hop / Rap / R&B\",\n", + " \"genre\": \"\",\n", + " \"title\": \"Halftime\",\n", + " \"artist\": [\n", + " \"Can You Flow?\"\n", + " ],\n", + " \"year\": \"2006\",\n", + " \"yt_breakdown\": \"/cover/602090/Can-You-Flow%3F-Halftime-Nas-Halftime/\",\n", + " \"yt_originator\": \"UG7lhaAo4CM\",\n", + " \"yt_sample\": null\n", + " }\n", + " ]\n", + " }\n", + " }\n", + "]\n", + "[\n", + " {\n", + " \"type\": \"Vocals / Lyrics\",\n", + " \"genre\": \"Hip-Hop / Rap / R&B\",\n", + " \"title\": \"The Message\",\n", + " \"artist\": [\n", + " \"Nas\"\n", + " ],\n", + " \"year\": \"1996\",\n", + " \"yt_breakdown\": \"/sample/22236/Nas-The-Message-Nas-Halftime/\",\n", + " \"yt_originator\": \"UG7lhaAo4CM\",\n", + " \"yt_sample\": \"8FlNIcqApLg\"\n", + " },\n", + " {\n", + " \"type\": \"Vocals / Lyrics\",\n", + " \"genre\": \"Hip-Hop / Rap / R&B\",\n", + " \"title\": \"BACK 2 HIPHOP\",\n", + " \"artist\": [\n", + " \"Black Eyed Peas\",\n", + " \"Nas\"\n", + " ],\n", + " \"year\": \"2018\",\n", + " \"yt_breakdown\": \"/sample/603307/Black-Eyed-Peas-Nas-BACK-2-HIPHOP-Nas-Halftime/\",\n", + " \"yt_originator\": \"UG7lhaAo4CM\",\n", + " \"yt_sample\": \"T3um72hrtrk\"\n", + " },\n", + " {\n", + " \"type\": \"Vocals / Lyrics\",\n", + " \"genre\": \"Hip-Hop / Rap / R&B\",\n", + " \"title\": \"It's Like That (Remix)\",\n", + " \"artist\": [\n", + " \"Pawz One\",\n", + " \"Robin Da Landlord\"\n", + " ],\n", + " \"year\": \"2018\",\n", + " \"yt_breakdown\": \"/sample/576718/Pawz-One-Robin-Da-Landlord-It%27s-Like-That-(Remix)-Nas-Halftime/\",\n", + " \"yt_originator\": \"UG7lhaAo4CM\",\n", + " \"yt_sample\": null\n", + " },\n", + " {\n", + " \"type\": \"Vocals / Lyrics\",\n", + " \"genre\": \"Hip-Hop / Rap / R&B\",\n", + " \"title\": \"Strike Back\",\n", + " \"artist\": [\n", + " \"Army of the Pharaohs\"\n", + " ],\n", + " \"year\": \"2007\",\n", + " \"yt_breakdown\": \"/sample/16065/Army-of-the-Pharaohs-Strike-Back-Nas-Halftime/\",\n", + " \"yt_originator\": \"UG7lhaAo4CM\",\n", + " \"yt_sample\": \"M3Abr_gK3LQ\"\n", + " },\n", + " {\n", + " \"type\": \"Vocals / Lyrics\",\n", + " \"genre\": \"Hip-Hop / Rap / R&B\",\n", + " \"title\": \"Reefer Madness\",\n", + " \"artist\": [\n", + " \"G-EAZY\"\n", + " ],\n", + " \"year\": \"2011\",\n", + " \"yt_breakdown\": \"/sample/158818/G-EAZY-Reefer-Madness-Nas-Halftime/\",\n", + " \"yt_originator\": \"UG7lhaAo4CM\",\n", + " \"yt_sample\": \"AteYGkaws3U\"\n", + " }\n", + "]\n", + "5\n", + "[\n", + " {\n", + " \"track\": \"halftime\",\n", + " \"artist\": [\n", + " \"nas\"\n", + " ],\n", + " \"samples\": {\n", + " \"Contains samples of\": [\n", + " {\n", + " \"type\": \"Bass\",\n", + " \"genre\": \"Soundtrack\",\n", + " \"title\": \"Dead End\",\n", + " \"artist\": [\n", + " \"Japanese Hair Cast\"\n", + " ],\n", + " \"year\": \"1971\",\n", + " \"yt_breakdown\": \"/sample/52349/Nas-Halftime-Japanese-Hair-Cast-Dead-End/\",\n", + " \"yt_originator\": \"UG7lhaAo4CM\",\n", + " \"yt_sample\": \"VIjpDv8CySI\"\n", + " },\n", + " {\n", + " \"type\": \"Multiple Elements\",\n", + " \"genre\": \"Soul / Funk / Disco\",\n", + " \"title\": \"School Boy Crush\",\n", + " \"artist\": [\n", + " \"Average White Band\"\n", + " ],\n", + " \"year\": \"1975\",\n", + " \"yt_breakdown\": \"/sample/976/Nas-Halftime-Average-White-Band-School-Boy-Crush/\",\n", + " \"yt_originator\": \"UG7lhaAo4CM\",\n", + " \"yt_sample\": \"6qnB-O76xv0\"\n", + " },\n", + " {\n", + " \"type\": \"Hook / Riff\",\n", + " \"genre\": \"Soul / Funk / Disco\",\n", + " \"title\": \"Soul Travelin' Pt. I (The G.B.E.)\",\n", + " \"artist\": [\n", + " \"Gary Byrd\"\n", + " ],\n", + " \"year\": \"1973\",\n", + " \"yt_breakdown\": \"/sample/17077/Nas-Halftime-Gary-Byrd-Soul-Travelin%27-Pt.-I-(The-G.B.E.)/\",\n", + " \"yt_originator\": \"UG7lhaAo4CM\",\n", + " \"yt_sample\": \"D4OuBGoZAsA\"\n", + " }\n", + " ],\n", + " \"Was sampled in\": [\n", + " {\n", + " \"type\": \"Vocals / Lyrics\",\n", + " \"genre\": \"Hip-Hop / Rap / R&B\",\n", + " \"title\": \"The Message\",\n", + " \"artist\": [\n", + " \"Nas\"\n", + " ],\n", + " \"year\": \"1996\",\n", + " \"yt_breakdown\": \"/sample/22236/Nas-The-Message-Nas-Halftime/\",\n", + " \"yt_originator\": \"UG7lhaAo4CM\",\n", + " \"yt_sample\": \"8FlNIcqApLg\"\n", + " },\n", + " {\n", + " \"type\": \"Vocals / Lyrics\",\n", + " \"genre\": \"Hip-Hop / Rap / R&B\",\n", + " \"title\": \"BACK 2 HIPHOP\",\n", + " \"artist\": [\n", + " \"Black Eyed Peas\",\n", + " \"Nas\"\n", + " ],\n", + " \"year\": \"2018\",\n", + " \"yt_breakdown\": \"/sample/603307/Black-Eyed-Peas-Nas-BACK-2-HIPHOP-Nas-Halftime/\",\n", + " \"yt_originator\": \"UG7lhaAo4CM\",\n", + " \"yt_sample\": \"T3um72hrtrk\"\n", + " },\n", + " {\n", + " \"type\": \"Vocals / Lyrics\",\n", + " \"genre\": \"Hip-Hop / Rap / R&B\",\n", + " \"title\": \"It's Like That (Remix)\",\n", + " \"artist\": [\n", + " \"Pawz One\",\n", + " \"Robin Da Landlord\"\n", + " ],\n", + " \"year\": \"2018\",\n", + " \"yt_breakdown\": \"/sample/576718/Pawz-One-Robin-Da-Landlord-It%27s-Like-That-(Remix)-Nas-Halftime/\",\n", + " \"yt_originator\": \"UG7lhaAo4CM\",\n", + " \"yt_sample\": null\n", + " },\n", + " {\n", + " \"type\": \"Vocals / Lyrics\",\n", + " \"genre\": \"Hip-Hop / Rap / R&B\",\n", + " \"title\": \"Strike Back\",\n", + " \"artist\": [\n", + " \"Army of the Pharaohs\"\n", + " ],\n", + " \"year\": \"2007\",\n", + " \"yt_breakdown\": \"/sample/16065/Army-of-the-Pharaohs-Strike-Back-Nas-Halftime/\",\n", + " \"yt_originator\": \"UG7lhaAo4CM\",\n", + " \"yt_sample\": \"M3Abr_gK3LQ\"\n", + " },\n", + " {\n", + " \"type\": \"Vocals / Lyrics\",\n", + " \"genre\": \"Hip-Hop / Rap / R&B\",\n", + " \"title\": \"Reefer Madness\",\n", + " \"artist\": [\n", + " \"G-EAZY\"\n", + " ],\n", + " \"year\": \"2011\",\n", + " \"yt_breakdown\": \"/sample/158818/G-EAZY-Reefer-Madness-Nas-Halftime/\",\n", + " \"yt_originator\": \"UG7lhaAo4CM\",\n", + " \"yt_sample\": \"AteYGkaws3U\"\n", + " }\n", + " ],\n", + " \"Was remixed in\": [\n", + " {\n", + " \"type\": \"Hip-Hop / Rap / R&B\",\n", + " \"genre\": \"\",\n", + " \"title\": \"Halftime (Butcher Remix)\",\n", + " \"artist\": [\n", + " \"Joe \\\"The Butcher\\\" Nicolo\"\n", + " ],\n", + " \"year\": \"1992\",\n", + " \"yt_breakdown\": \"/remix/181488/Nas-Halftime-(Butcher-Remix)-Nas-Halftime/\",\n", + " \"yt_originator\": \"UG7lhaAo4CM\",\n", + " \"yt_sample\": \"Qbg12RBab9g\"\n", + " }\n", + " ],\n", + " \"Was covered in\": [\n", + " {\n", + " \"type\": \"Hip-Hop / Rap / R&B\",\n", + " \"genre\": \"\",\n", + " \"title\": \"Halftime\",\n", + " \"artist\": [\n", + " \"Fashawn\"\n", + " ],\n", + " \"year\": \"2010\",\n", + " \"yt_breakdown\": \"/cover/66888/Fashawn-Halftime-Nas-Halftime/\",\n", + " \"yt_originator\": \"UG7lhaAo4CM\",\n", + " \"yt_sample\": \"Pzol0Oy5SYU\"\n", + " },\n", + " {\n", + " \"type\": \"Hip-Hop / Rap / R&B\",\n", + " \"genre\": \"\",\n", + " \"title\": \"Halftime\",\n", + " \"artist\": [\n", + " \"Elzhi\",\n", + " \"Will Sessions\"\n", + " ],\n", + " \"year\": \"2011\",\n", + " \"yt_breakdown\": \"/cover/148766/Elzhi-Will-Sessions-Halftime-Nas-Halftime/\",\n", + " \"yt_originator\": \"UG7lhaAo4CM\",\n", + " \"yt_sample\": \"vcKzOZ6Yc78\"\n", + " },\n", + " {\n", + " \"type\": \"Hip-Hop / Rap / R&B\",\n", + " \"genre\": \"\",\n", + " \"title\": \"Halftime\",\n", + " \"artist\": [\n", + " \"Can You Flow?\"\n", + " ],\n", + " \"year\": \"2006\",\n", + " \"yt_breakdown\": \"/cover/602090/Can-You-Flow%3F-Halftime-Nas-Halftime/\",\n", + " \"yt_originator\": \"UG7lhaAo4CM\",\n", + " \"yt_sample\": null\n", + " }\n", + " ]\n", + " }\n", + " }\n", + "]\n" + ] + } + ], + "source": [ + "verify()" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 3", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.7.4" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/requirements.txt b/requirements.txt index a921a9a..bdf1d57 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,14 @@ -BeautifulSoup4 -objectpath==0.6.1 -fuzzywuzzy==0.17.0 -python-Levenshtein==0.12.0 -git+https://github.com/qzdl/spotipy.git +beautifulsoup4==4.8.0 +fuzzywuzzy==0.17.0 +google-api-python-client==1.7.11 +google-auth==1.6.3 +google-auth-httplib2==0.0.3 +google-auth-oauthlib==0.4.0 +objectpath==0.6.1 +python-Levenshtein==0.12.0 +requests==2.22.0 +rsa==4.0 +six==1.12.0 +soupsieve==1.9.3 +spotipy==2.4.4 +urllib3==1.25.3 diff --git a/setup.py b/setup.py index 560c083..0f68cc5 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ import setuptools -with open("README.md", "r") as fh: +with open("README.org", "r") as fh: long_description = fh.read() setuptools.setup( @@ -12,13 +12,22 @@ long_description=long_description, long_description_content_type="text/markdown", url="https://github.com/qzdl/samplify", - packages=setuptools.find_packages('src', 'src/tools'), + packages=setuptools.find_packages('src' 'platforms'), package_dir={'': 'src'}, install_requires=[ - "BeautifulSoup4", - "objectpath==0.6.1", + "beautifulsoup4==4.8.0", "fuzzywuzzy==0.17.0", + "google-api-python-client==1.7.11", + "google-auth==1.6.3", + "google-auth-httplib2==0.0.3", + "google-auth-oauthlib==0.4.0", + "objectpath==0.6.1", "python-Levenshtein==0.12.0", + "requests==2.22.0", + "rsa==4.0", + "six==1.12.0", + "soupsieve==1.9.3", + "urllib3==1.25.3", "spotipy @ git+https://github.com/qzdl/spotipy.git", ], # dependency_links=[ diff --git a/src/samplify/platform.py b/src/samplify/platform.py new file mode 100644 index 0000000..3516690 --- /dev/null +++ b/src/samplify/platform.py @@ -0,0 +1,253 @@ +# -*- coding: utf-8 -*- +import os + +import google_auth_oauthlib.flow +import googleapiclient.discovery +import googleapiclient.errors + +import spotipy +from spotipy.oauth2 import SpotifyClientCredentials +from spotipy import util + +from samplify.config import config + +SPOTIFY = 'spotify' +YOUTUBE = 'youtube' +STDOUT = 'stdout' + +def get_platform(name): + if name == SPOTIFY: + return Spotify(0) + if name == YOUTUBE: + return Youtube(0) + raise Exception(f'Invalid platform name: {name}') + +class Platform: + def __init__(self, verbosity=0): + self.description = 'Generated with 💖 by Samplify. https://github.com/qzdl/samplify' + + def filter_nulls(self, tracks): + """ For use with higher rate limits (i.e youtube) + - (default) Behaviour is to just return whatever is passed in + - Checks for invalid search candidates, reducing the set + of tracks required to iterate. + """ + return tracks + + def get_source_tracks(self, options): + pass + + def search(self, query): + pass + + def create_playlist(self, playlist_name, public=True, user=None, + short_description=None, long_description=None): + pass + + def add_item_to_playlist(self, playlist_id, item_id): + pass + + +class Spotify(Platform): + def __init__(self, verbosity=0): + self.name = SPOTIFY + scope = 'playlist-modify-public' + self.spotify = spotipy.Spotify(auth=self.get_token(scope)) + super().__init__(verbosity) + + + def get_token(self, scope): + token = util.prompt_for_user_token( + config.username, + scope, + client_id=config.client, + client_secret=config.secret, + redirect_uri=config.redirect + ) + return token + + + def get_source_tracks(self, options): + """ Retrieves tracks respecting source_type (song|album|playlist) + options: + + Returns: + + """ + results = [] + track_parser = lambda track: track + if options.content_type == options.PLAYLIST: + results = self.spotify.user_playlist(options.username, options.reference) + track_parser = lambda track: track['track'] + + if options.content_type == options.ALBUM: + results = self.spotify.album(options.reference) + + if options.content_type == options.SONG: + results.append(self.spotify.track(options.reference)) + + if options.content_type == options.CURRENT_SONG: + results.append(self.spotify.currently_playing()) + + return self.format_source_result(results, track_parser, options) + + + def search(self, query): + """ Hits the search endpoint of the spotify API + - term_builder is "first artist".lower() + """ + term_builder = lambda entry: entry['artists'][0]['name'].lower() + return term_builder, self.spotify.search(query, limit=10)['tracks']['items'] + + + def create_playlist(self, playlist_name, public=True, user=None, + short_description=None, long_description=None): + short_description = self.description if not short_description else short_description + long_description = self.description if not long_description else long_description + + self.spotify.user_playlist_create( + user=user, + name=playlist_name, + public=True, + description=short_description + ) + + # return playlist_id (gets most recent playlist) + return self.spotify.user_playlists(user)['items'][0]['id'] + + + def add_items_to_playlist(self, playlist_id, track_ids, user, origin_name=None): + self.spotify.user_playlist_add_tracks( + user, playlist_id, track_ids, position=None) + + + def format_source_result(self, results, track_parser, options): + og_tracks = [] + options.parent_name = results['name'] + for entry in results['tracks']['items']: + track = track_parser(entry) + artists = [prop['name'] for prop in track['artists']] + og_tracks.append({ + 'artist': artists, + 'track': track['name'].replace('Instrumental', ''), + 'uri': track['uri'] + }) + return og_tracks + + +class Youtube(Platform): + def __init__(self, verbosity): + """ Youtube intialisation + - define scopes + - load config + - oauth2 flow + - generate session context + """ + self.name = YOUTUBE + self.music_category_id = 10 + # call parent ctor + super().__init__(verbosity) + + scopes = ["https://www.googleapis.com/auth/youtube.force-ssl"] + # Disable OAuthlib's HTTPS verification when running locally. + # *DO NOT* leave this option enabled in production. + os.environ["OAUTHLIB_INSECURE_TRANSPORT"] = "1" + + api_service_name = "youtube" + api_version = "v3" + client_secrets_file = "config/client.json" + + # Get credentials and create an API client + flow = google_auth_oauthlib.flow.InstalledAppFlow.from_client_secrets_file( + client_secrets_file, scopes) + credentials = flow.run_console() + self.yt_session = googleapiclient.discovery.build( + api_service_name, api_version, credentials=credentials) + + + def get_source_tracks(self, options): + pass + + + def search(self, query): + """ Hits the search endpoint + - Restricts by categoryId = music (10) + - term_builder = query + """ + search_response = self.yt_session.search().list( + q=query, + part="id,snippet", + maxResults=10, + type='video' # FIXME: restrict to videos + ).execute() + + # FIXME: I'm sure there's something better we can do here + # for now, just use the OG search term + term_builder = lambda entry: query + + for entry in search_response: + print() + print(f'entry found for {query}') + print(f'title: {search_result["snippet"]["title"]}') + + # TODO: shape this up + return term_builder, [entry for entry in search_response] + + + def create_playlist(self, playlist_name, public=True, user=None, + short_description=None, long_description=None): + short_description = self.description if not short_description else short_description + long_description = self.description if not long_description else long_description + + self.yt_session.playlists().insert( + part="snippet,status", + body={ + "snippet": { + "title": playlist_name, + "description": description, + "tags": [ + "SAMPLIFY", + "samplify", + "hiphopheads", + "QZDL", + "VinRican" + ], + "defaultLanguage": "en" + }, + "status": { + "privacyStatus": "private" + } + } + ) # end insert + return request.execute() + + + def add_items_to_playlist(self, playlist_id, track_ids, origin_name=None): + # TODO: check responses for failures + # TODO: check for existing VinRican video on the album + if origin_name: + rican = self.search(query=f'discover samples in ') + if rican: + track_ids.append(rican) # TODO: extract id + responses = [] + for id in track_ids: + responses.append(self.add_item_to_playlist(playlist_id, item_id)) + + + def add_item_to_playlist(self, playlist_id, item_id): + add_request=self.yt_session.playlistItems().insert( + part="snippet", + body={ + 'snippet': { + 'playlistId': playlist_id, + 'resourceId': { + 'kind': 'youtube#video', + 'videoId': video_id + } + } + }) # end insert + return add_request.execute() # yields body of request + + +class StdOut(Platform): + pass diff --git a/src/samplify/sample_finder.py b/src/samplify/sample_finder.py index a30dd8c..b0e7ffc 100644 --- a/src/samplify/sample_finder.py +++ b/src/samplify/sample_finder.py @@ -1,8 +1,5 @@ import json from time import time -import spotipy -from spotipy.oauth2 import SpotifyClientCredentials -from spotipy.util import prompt_for_user_token from spotipy import util from fuzzywuzzy import fuzz import objectpath @@ -12,46 +9,43 @@ from samplify.tools.logger import Logger from samplify.tools import direction as d +import samplify.platform as platform import samplify.config as cfg # uri => spotify:album:2laBNOqPW85M3js7qCYhKt # http => https://open.spotify.com/album/2laBNOqPW85M3js7qCYhKt?si=QkZUkYZpSpuT1Xir6z7hGw class Samplify(object): - def __init__(self, scope='playlist-modify-public', - prompt_for_token=True, verbosity=0, token=None): + def __init__(self, input_platform, output_platform, verbosity=0): self.verbosity = verbosity self.logger = Logger(verbosity=self.verbosity, log_file=f'Samplify-{time()}') self.scraper = Scraper(verbosity=self.verbosity) - self.tokens = [] - if prompt_for_token: - token = self.get_token(scope) - self.tokens.append((scope, token)) - self.spotify = spotipy.Spotify(auth=token) + self.input_platform = platform.get_platform(input_platform) + self.output_platform = platform.get_platform(output_platform) \ + if input_platform != output_platform \ + else self.input_platform def samplify(self, options): """ The most general endpoint for interacting with samplify """ - source_songs = self.get_source_spotify_tracks(options) - sample_data = self.get_sample_data(source_songs, options.direction) + source_songs = self.input_platform.get_source_tracks(options) + sample_data = self.scraper.get_whosampled_playlist(source_songs, options.direction) - - spotify_dict = self.get_sample_spotify_tracks(sample_data, options) + sample_dict = self.get_sample_tracks(sample_data, options) options.output_name, description = self.populate_output( options=options, - sample_tracks=spotify_dict + sample_tracks=sample_dict ) self.log(message=f'\n{description}') self.log(message=f'Created playlist {options.playlist_name}') - return self.spotify - + return description, self.input_platform, self.output_platform def from_search(self, search_term, content_type, direction=None, output_name=None, output_type=None): options = Options() - result = self.spotify.search(search_term, limit=50) + builder, result = self.input_platform.search(search_term) self.log(message=f'Searched for "{search_term}"', function='from_search', data=result) @@ -61,7 +55,7 @@ def from_search(self, search_term, content_type, # build objectpath query & get first result tree_obj = objectpath.Tree(result) search_mod = '.album' if options.type_is_album(content_type) else '' - query = f'$.tracks.items{search_mod}.(name, uri)' + query = f'${search_mod}.(name, uri)' queried = json.loads(json.dumps(tuple(tree_obj.execute(query))))[0] options.parent_name = queried['name'] @@ -130,122 +124,86 @@ def artist(self, reference): pass - def get_token(self, scope='playlist-modify-public'): - token = util.prompt_for_user_token( - cfg.username, scope, client_id=cfg.client, - client_secret=cfg.secret, redirect_uri=cfg.redirect) - return token - - - def get_source_spotify_tracks(self, options): - """ Retrieves tracks respecting source_type (song|album|playlist) - options: - - Returns: - - """ - results = [] - track_parser = lambda track: track - if options.content_type == options.PLAYLIST: - results = self.spotify.user_playlist(options.username, options.reference) - track_parser = lambda track: track['track'] - - if options.content_type == options.ALBUM: - results = self.spotify.album(options.reference) - - if options.content_type == options.SONG: - results.append(self.spotify.track(options.reference)) - - if options.content_type == options.CURRENT_SONG: - results.append(self.spotify.currently_playing()) - - return self.format_source_result(results, track_parser, options) - - def format_source_result(self, results, track_parser, options): - og_tracks = [] - options.parent_name = results['name'] - for entry in results['tracks']['items']: - track = track_parser(entry) - artists = [prop['name'] for prop in track['artists']] - og_tracks.append({ - 'artist': artists, - 'track': track['name'].replace('Instrumental', ''), - 'uri': track['uri'] - }) - return og_tracks - - def get_sample_spotify_tracks(self, sample_tracks, options): - """ Searches spotify for sample tracks + def get_sample_tracks(self, sample_tracks, options): + """ Searches output_platform for sample tracks if options.include_originator, the originator is placed in found_songs """ - self.log(message='Checking Spotify for Samples', - function='get_sample_spotify_tracks', - data=sample_tracks) found_songs = [] # matches append {'detail': foo, 'search_query': baz, 'id': bar} unfound_list = [] # this is just a one-dimensional list - # track = og track + self.log( + message=f'Checking {self.output_platform.name} for Samples', + function='get_sample_tracks', + data=sample_tracks + ) + total_sample_count = 0 + # iter the originators (fixed as input size) for source_track in sample_tracks: og_title = source_track['track'] - # direction = { 'Was sampled in ': [{}, ...] } originator_used = False + use_originator = lambda s: found_songs.append({ + 'detail': 'The originator of sample data', + 'search_query': 'n/a', + 'id': s['uri'] + }); + + # direction is obj as -> { 'Was sampled in ': [{}, ...] } + # iter directions for each track (1:n) for direction, tracks in source_track['samples'].items(): total_sample_count = total_sample_count + len(tracks) - found_unfound = self.something_parser(tracks, og_title, direction) + found_unfound = self.get_sample_matches_from_platform(tracks, og_title, direction) if not originator_used \ and direction == d.was_sampled_in: originator_used = True - found_songs.append({ - 'detail': 'The originator of sample data', - 'search_query': 'n/a', - 'id': source_track['uri'] - }) + use_originator(source_track) found_songs = found_songs + found_unfound[0] unfound_list = unfound_list + found_unfound[1] if not originator_used: originator_used = True - found_songs.append({ - 'detail': 'The originator of sample data', - 'search_query': 'n/a', - 'id': source_track['uri'] - }) + use_originator(source_track) + find_rate = 1 - len(unfound_list) / total_sample_count return {'found': found_songs, 'unfound': unfound_list, 'rate': find_rate} - def something_parser(self, tracks, og_title, direction): + def get_sample_matches_from_platform(self, tracks, og_title, direction): + """ Get the IDs required to create a playlist on the output platform + + """ found_list = [] unfound_list = [] + + tracks = self.output_platform.filter_nulls(tracks) + # iter each sample in the given direction for track in tracks: sub_list = [] title = track['title'] - artist = track['artist'] - null = lambda s, ss: s.replace(ss, ' ') - s_artist = null(null(null(null(null(artist.lower(), - '&'), ' feat '), ' feat. '), ' the '), ' and ') + artist = track['artist'][0] detail = f'( {og_title} )->-[ {direction} ]->-( {title}, by {artist} )' - search_query = f'{title} {s_artist}' - self.log(message=f'Searching spotify with {search_query}', - function='get_sample_spotify_tracks', + search_query = f'{title} {artist}' + + self.log(message=f'Searching {self.output_platform.name} with {search_query}', + function='get_sample_matches_from_platform', data=f'query: {search_query}\ndetail:{detail}') - result = self.spotify.search(search_query, limit=10)['tracks']['items'] - for entry in result: # iter search results for first artist fuzzy match - search_artist = entry['artists'][0]['name'].lower() - if fuzz.token_set_ratio(search_artist, s_artist) < 90: - self.log( - message=f'no match for s:{search_query}, r:{entry["name"]}', - function='' - ) + term_builder, result = self.output_platform.search(search_query) + # iter search results for first artist fuzzy match + for entry in result: # it's worth noting that we're 4 levels of `for` loops deep here lmao + term = term_builder(entry) + if fuzz.token_set_ratio(term, artist) < 90: + self.log(message=f'no match for s:{search_query}, r:{entry["name"]}', + function='get_matches_from_platform') continue + sub_list.append({ 'detail': detail, 'search_query': search_query, 'id': entry['id'] }) break + if sub_list: # hit found_list.append(sub_list[0]) else: # no hit @@ -254,48 +212,40 @@ def something_parser(self, tracks, og_title, direction): 'search_query': search_query }) return (found_list, unfound_list) - def get_sample_data(self, source_songs, direction): - new_playlist_tracks = self.scraper.get_whosampled_playlist( - source_songs, direction) - return new_playlist_tracks def populate_output(self, options, sample_tracks): - playlist_id = 0 - playlist_name = \ - options.output_name if options.output_name \ - else f'SAMPLIFY: {options.parent_name}' + playlist_name = f'SAMPLIFY: {options.output_name}' \ + if options.output_name \ + else f'SAMPLIFY: {options.parent_name}' options.playlist_name = playlist_name - description, long_description = self.generate_description( + short_description, long_description = self.generate_description( sample_data=sample_tracks, options=options) - if options.output_type == options.APPEND_ONLY or \ - options.output_type == options.APPEND_OR_CREATE: - # search for user playlist where output_name == playlist name - raise NotImplemented("Functionality not supported yet") - - if options.output_type == options.CREATE_ONLY and playlist_id == 0: - # create playlist, then retrieve id - - playlist = self.spotify.user_playlist_create( - user=options.username, name=playlist_name, - public=True) # FIXME: allow private playlists - playlist_id = self.spotify.user_playlists( - options.username)['items'][0]['id'] + # create playlist, then retrieve id + playlist_id = self.output_platform.create_playlist( + playlist_name=playlist_name, + public=True, + user=options.username, + short_description=short_description, + long_description=long_description + ) - ids = [track['id'] for track in sample_tracks['found']] + track_ids = [track['id'] for track in sample_tracks['found']] + self.output_platform.add_items_to_playlist( + playlist_id, + track_ids, + user=options.username, + origin_name=options.parent_name + ) - self.spotify.user_playlist_add_tracks( - options.username, playlist_id, ids, position=None) - self.spotify.user_playlist_change_details( - playlist_id=playlist_id,description=description) - return playlist_name, description + return playlist_name, f'{short_description}\n{long_description}' def generate_description(self, sample_data, options): """ Gives some information on the playlist. - - Descriptions in spotify are 300 chars + - Note that descriptions in spotify are 300 chars """ join = lambda key, sub_key: str.join(''' ''', [track[sub_key] for track in sample_data[key]]) diff --git a/src/samplify/samplify.py b/src/samplify/samplify.py index 80a79a7..b07028c 100644 --- a/src/samplify/samplify.py +++ b/src/samplify/samplify.py @@ -1,51 +1,88 @@ import argparse + +import samplify.platform as platform from samplify.sample_finder import Samplify from samplify.tools.options import Options - """ CLI Frontend to Samplify """ + def main(): options = Options() parser = argparse.ArgumentParser() + + ### input platform, default = platform.SPOTIFY + i_platform_group = parser.add_mutually_exclusive_group(required=False) + i_platform_group.add_argument( + "--input-spotify", + action="store_const", + const=platform.SPOTIFY, + dest="i_platform", + ) + + ### output platform, default = platform.SPOTIFY + o_platform_group = parser.add_mutually_exclusive_group(required=False) + o_platform_group.add_argument( + "--output-spotify", + action="store_const", + const=platform.SPOTIFY, + dest="o_platform", + ) + + o_platform_group.add_argument( + "--output-youtube", + action="store_const", + const=platform.YOUTUBE, + dest="o_platform", + ) + + o_platform_group.add_argument( + "--output-stdout", + action="store_const", + const=platform.STDOUT, + dest="o_platform", + ) + + ### Link or Search reference_group = parser.add_mutually_exclusive_group(required=True) reference_group.add_argument( - '-l', - '--link', - help='Click "Share" > "Copy Link"' + "-l", "--link", help='Click "Share" > "Copy Link"' ) + reference_group.add_argument( - '-s', - '--search', - help='Search as you would in the app' + "-s", "--search", help="Search as you would in the app" ) + ## (OR ALBUM PLAYLIST SONG CURRENT_SONG) content_group = parser.add_mutually_exclusive_group(required=True) content_group.add_argument( - '--album', + "--album", action="store_const", const=options.ALBUM, - dest='content_type' + dest="content_type", ) + content_group.add_argument( - '--playlist', + "--playlist", action="store_const", const=options.PLAYLIST, - dest='content_type' + dest="content_type", ) + content_group.add_argument( - '--song', + "--song", action="store_const", const=options.SONG, - dest='content_type' + dest="content_type", ) + # FIXME: current song can't work with '--search' content_group.add_argument( - '--current-song', + "--current-song", action="store_const", const=options.CURRENT_SONG, - dest='content_type' + dest="content_type", ) parser.add_argument("--direction") @@ -53,72 +90,85 @@ def main(): parser.add_argument("--output-type") parser.add_argument("--username") + ### DEBUG debug_group = parser.add_mutually_exclusive_group(required=False) debug_group.add_argument( - '-v', - help='Include function detail', + "-v", + help="Include function detail", action="store_const", const=1, - dest='verbosity' + dest="verbosity", ) + debug_group.add_argument( - '-vv', - help='Multiline, include limited data', + "-vv", + help="Multiline, include limited data", action="store_const", const=2, - dest='verbosity' + dest="verbosity", ) + debug_group.add_argument( - '-vvv', - help='Multiline, include full data', + "-vvv", + help="Multiline, include full data", action="store_const", const=3, - dest='verbosity' + dest="verbosity", ) + args = parser.parse_args() - samplify = Samplify(verbosity=args.verbosity or 0); - result = None + samplify = Samplify( + verbosity=args.verbosity or 0, + input_platform=args.i_platform or platform.SPOTIFY, + output_platform=args.o_platform or platform.SPOTIFY, + ) + result = None if args.search: result = samplify.from_search( search_term=args.search, direction=args.direction, content_type=args.content_type, output_name=args.output_name, - output_type=args.output_type + output_type=args.output_type, ) + elif options.type_is_playlist(args.content_type): result = samplify.playlist( reference=args.link, direction=args.direction, output_name=args.output_name, output_type=args.output_type, - username=args.username + username=args.username, ) - elif options.type_is_album(args.content_type): + + elif options.type_is_album(args.content_type): result = samplify.album( reference=args.link, direction=args.direction, output_name=args.output_name, - output_type=args.output_type + output_type=args.output_type, ) + elif options.type_is_song(args.content_type): result = samplify.song( reference=args.link, direction=args.direction, output_name=args.output_name, output_type=args.output_type, - username=args.username + username=args.username, ) + elif options.type_is_current_song(args.content_type): result = samplify.current_song( reference=args.link, direction=args.direction, output_name=args.output_name, output_type=args.output_type, - username=args.username + username=args.username, ) -if __name__ == '__main__': + +if __name__ == "__main__": main() diff --git a/src/samplify/tools/direction.py b/src/samplify/tools/direction.py index 5d92994..fce1de8 100644 --- a/src/samplify/tools/direction.py +++ b/src/samplify/tools/direction.py @@ -21,3 +21,19 @@ def get_paged_content_by_direction(direction): return 'sampled' if direction == contains_sample_of: return 'samples' + +def get_originator_from_direction(direction, breakdown_ids): + """ normalise 'dest' / 'source' relationship as 'originator' / 'sample', + where the originator is the subject of the initial request + - this assumes the return from whosampled.get_videos_from_breakdown + is [DEST, SOURCE] + """ + if direction == contains_sample_of: + return breakdown_ids[0], breakdown_ids[1] # originator is dest + + if direction == was_sampled_in or \ + direction == was_remixed_in or \ + direction == was_covered_in: + return breakdown_ids[1], breakdown_ids[0] # originator is source + + raise Exception(f'Invalid direction: {direction}') diff --git a/src/samplify/tools/logger.py b/src/samplify/tools/logger.py index f17edb6..d09066c 100644 --- a/src/samplify/tools/logger.py +++ b/src/samplify/tools/logger.py @@ -3,7 +3,7 @@ class Logger: def __init__(self, verbosity, log_file): self.verbosity = verbosity - self.log_file = log_file + self.log_file = f'{log_file}.log' self.logs = [] self._log(f'verbosity == {verbosity}') self._log(f'log_file == {log_file}') diff --git a/src/samplify/tools/options.py b/src/samplify/tools/options.py index 84414bf..858eaf2 100644 --- a/src/samplify/tools/options.py +++ b/src/samplify/tools/options.py @@ -56,4 +56,4 @@ def generate(self, reference, direction=None, content_type=None, scope=None, self.output_name = output_name self.output_type = output_type if output_type else self.CREATE_ONLY self.scope = scope - self.username = username if username else config.username + self.username = username if username else config.config.username diff --git a/src/samplify/tools/whosampled.py b/src/samplify/tools/whosampled.py index 73903e0..4f265dc 100644 --- a/src/samplify/tools/whosampled.py +++ b/src/samplify/tools/whosampled.py @@ -136,6 +136,24 @@ def get_sample_details(self, link): def get_direction_content(self, direction, link, headings=None, soup=None, recursing_page=False): + """ Gets detail page, and parses out sample data in the corresponding direction + - reused within recursive portions in child functions + + Parameters: + - direction: from tools.direction + + e.g. direction.contains_sample_of + + - link: top-level identifier for a track page + + e.g '/Nas/Halftime' + + - heading: the direction heading before a section of content + + if this is not null, `heading.find_next_sibling` will return the + sample grid + + - soup: the currently working doc soup - skips a request if not null + + - recursing_page: safety against infinite loops when called from children + """ samples = [] if not soup: url = f'{self.base_url}{link}' @@ -177,32 +195,43 @@ def parse_sample_items(self, sample_data, direction, link, recursing_page=False) """ # split entries by newlines, and properties within entries by tabs parsed_samples = [] - raw_samples = [ - i.split('\n') for i in - list(filter(None, sample_data.text.split('\t'))) - ][:-1] + raw_samples = sample_data.findAll('div', attrs={'class': 'sampleEntry'}) + if len(raw_samples) >= 5 and not recursing_page: parsed_samples = self.scrape_paged_content(direction, link) else: + find_class = lambda s,e,c: s.find(e, attrs={'class': c}) for sample in raw_samples: - interim = sample[-2].replace('by ', '', 1).split(' (') - year = interim[1].replace(')', '') - artist = interim[0] + track_artist = find_class(sample, 'span','trackArtist') + track_name = find_class(sample, 'a', 'trackName') + track_badge = find_class(sample, 'div', 'trackBadge') + track_type = find_class(track_badge, 'span', 'topItem') + track_genre = find_class(track_badge, 'span', 'bottomItem') + breakdown_ref = track_name.get('href') + print(breakdown_ref) + ids = self.get_videos_from_breakdown(breakdown_ref) + yt_originator, yt_sample = direct.get_originator_from_direction(direction, ids) parsed_samples.append({ - 'type': sample[-7], - 'genre': sample[-6], - 'title': sample[-3], - 'artist': artist, # TODO: make this an array from each in .trackArtist - 'year': year + 'type': track_type.text if track_type else '', + 'genre': track_genre.text if track_genre else '', + 'title': track_name.text, + 'artist': [a.text for a in track_artist.find_all('a')], + 'year': track_artist.text[-9:-5], + 'yt_breakdown': track_name.get('href'), + 'yt_originator': yt_originator, + 'yt_sample': yt_sample }) - self.log(message=f'Parsing sample data from {link}', function='parse_sample_items', data=parsed_samples) - return parsed_samples # TODO: only use unique samples? note that set() won't be able to hash a dict + return parsed_samples def scrape_paged_content(self, direction, link): - """Heads to scaped""" + """ Accesses top-level paged content where n:samples > 5 + - handles pagination dynamically + - from landing on top-level page to last page + - calls out to `parse_sample_items` for individual rows + """ paged_link= f'{link}{direct.get_paged_content_by_direction(direction=direction)}/' soup, _, samples = self.get_direction_content( direction=direction, @@ -227,7 +256,7 @@ def scrape_paged_content(self, direction, link): for page_number in range(2, max(last_link_num, potential_max_link_num)+1): number_link = f'{paged_link}?cp={page_number}' - self.log(message='Getting paged content for {number_link}') + self.log(message=f'Getting paged content for {number_link}') soup, _, paged_samples = self.get_direction_content( direction=direction, link=number_link, @@ -236,9 +265,22 @@ def scrape_paged_content(self, direction, link): recursing_page=True ) samples = (samples or []) + paged_samples - print('endings paging recursion', samples) + + self.log(message='ending paging recursion', data=samples) return samples + + def get_videos_from_breakdown(self, link): + url = self.base_url + link + breakdown = BeautifulSoup(self.req.get(url).content, 'html.parser') + print(url) + ids = [ + div.iframe.get('id') if div.iframe else None for div in + breakdown.find_all('div', attrs={'class': 'sample-embed'}) + ] + + return ids # subject is normalised above as (originator, sample) + def log(self, **kwargs): self.logger.log(**kwargs) @@ -247,7 +289,6 @@ def log(self, **kwargs): import json s = Scraper(3) - result = s.get_whosampled_playlist( [{"track": "halftime", "artist": ["nas"]}], direction=direct.all_directions @@ -265,6 +306,6 @@ def log(self, **kwargs): # result = s.get_whosampled_playlist( # [{"track": "School Boy Crush", "artist": ["Average White Band"]}], - # direction=[direct.was_sampled_in, direct.contains_sample_of, direct.was_covered_in] + # direction=[direct.was_sampled_in, direct.contains_sample_of, direct.was_ # ) # print(json.dumps(result, indent=2))