Skip to content

Instantly share code, notes, and snippets.

@jasonbyrne
Last active November 27, 2018 20:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasonbyrne/f1eed86a4d12d8c09fe40bb295a1e5dc to your computer and use it in GitHub Desktop.
Save jasonbyrne/f1eed86a4d12d8c09fe40bb295a1e5dc to your computer and use it in GitHub Desktop.
Sample to accompany blog post of testing a REST API with Flagpole automation: https://engineering.flosports.tv/rest-api-testing-with-flagpole-part-2-60abcc03eaf1
const { Flagpole } = require('flagpole');
const suite = Flagpole.Suite('iTunes API Test')
.base('https://itunes.apple.com');
suite.Scenario('Music Videos Search')
.open('/search?term=2pac&entity=musicVideo')
.json()
.assertions(function (response) {
let firstResult = response.select('results').first();
firstResult.property('primaryGenreName').matches(/hip-?hop/i);
firstResult
.label('Track Price should be between $0 and $10')
.property('trackPrice').between(0, 10);
firstResult.property('trackTimeMillis').is('number');
firstResult.property('trackExplicitness').in(['explicit', 'notExplicit']);
firstResult.assert(
Date.parse(firstResult.property('releaseDate')) !== NaN,
'Release Date is a valid date'
);
firstResult.property('artworkUrl30').load('Verify Image')
.image()
.assertions(function (image) {
image.select('type').equals('jpg');
image.select('width').equals(30);
image.select('height').lessThanOrEquals(30);
});
firstResult.property('artistViewUrl').load('Artist Page')
.html()
.assertions(function (page) {
page.select('title').toLowerCase().contains('2pac');
page.select('h1.page-header__title')
.label('Main page heading has artist name')
.similarTo('2pac');
page.select('.we-shelf-songs li').length()
.label('Six items in the top songs list')
.equals(6);
page.select('.we-lockup__title div').first()
.text().similarTo('Me Against the World');
});
});
{
"resultCount": 29,
"results": [
{
"wrapperType": "track",
"kind": "music-video",
"artistId": 105998,
"trackId": 325211236,
"artistName": "2Pac",
"trackName": "2 of Amerikaz Most Wanted",
"trackCensoredName": "2 of Amerikaz Most Wanted",
"artistViewUrl": "https:\/\/itunes.apple.com\/us\/artist\/2pac\/105998?uo=4",
"trackViewUrl": "https:\/\/itunes.apple.com\/us\/music-video\/2-of-amerikaz-most-wanted\/325211236?uo=4",
"previewUrl": "https:\/\/video-ssl.itunes.apple.com\/apple-assets-us-std-000001\/Video118\/v4\/07\/e0\/ed\/07e0ed8a-979f-32b3-5210-467375e17096\/mzvf_4490696657020313042.640x320.h264lc.U.p.m4v",
"artworkUrl30": "https:\/\/is4-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/e1\/d5\/09\/e1d50917-b4ce-5053-7d23-1f6e822e1c8c\/source\/30x30bb.jpg",
"artworkUrl60": "https:\/\/is4-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/e1\/d5\/09\/e1d50917-b4ce-5053-7d23-1f6e822e1c8c\/source\/60x60bb.jpg",
"artworkUrl100": "https:\/\/is4-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/e1\/d5\/09\/e1d50917-b4ce-5053-7d23-1f6e822e1c8c\/source\/100x100bb.jpg",
"collectionPrice": 1.49,
"trackPrice": 1.49,
"releaseDate": "1996-05-10T07:00:00Z",
"collectionExplicitness": "notExplicit",
"trackExplicitness": "notExplicit",
"trackTimeMillis": 335043,
"country": "USA",
"currency": "USD",
"primaryGenreName": "Hip-Hop\/Rap"
},
{
"wrapperType": "track",
"kind": "music-video",
"artistId": 105998,
"trackId": 325210454,
"artistName": "2Pac",
"trackName": "Hail Mary",
"trackCensoredName": "Hail Mary",
"artistViewUrl": "https:\/\/itunes.apple.com\/us\/artist\/2pac\/105998?uo=4",
"trackViewUrl": "https:\/\/itunes.apple.com\/us\/music-video\/hail-mary\/325210454?uo=4",
"previewUrl": "https:\/\/video-ssl.itunes.apple.com\/apple-assets-us-std-000001\/Video115\/v4\/65\/7a\/17\/657a17e4-32be-6b97-5067-f2fcacc6f21c\/mzvf_8369815936699712585.640x320.h264lc.U.p.m4v",
"artworkUrl30": "https:\/\/is2-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/3f\/9f\/22\/3f9f2216-26fd-c495-6489-62781d3e58ae\/source\/30x30bb.jpg",
"artworkUrl60": "https:\/\/is2-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/3f\/9f\/22\/3f9f2216-26fd-c495-6489-62781d3e58ae\/source\/60x60bb.jpg",
"artworkUrl100": "https:\/\/is2-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/3f\/9f\/22\/3f9f2216-26fd-c495-6489-62781d3e58ae\/source\/100x100bb.jpg",
"collectionPrice": 1.49,
"trackPrice": 1.49,
"releaseDate": "1997-03-07T08:00:00Z",
"collectionExplicitness": "notExplicit",
"trackExplicitness": "notExplicit",
"trackTimeMillis": 327160,
"country": "USA",
"currency": "USD",
"primaryGenreName": "Hip-Hop\/Rap"
},
{
"wrapperType": "track",
"kind": "music-video",
"artistId": 105998,
"trackId": 207056905,
"artistName": "2Pac",
"trackName": "Pac's Life",
"trackCensoredName": "Pac's Life",
"artistViewUrl": "https:\/\/itunes.apple.com\/us\/artist\/2pac\/105998?uo=4",
"trackViewUrl": "https:\/\/itunes.apple.com\/us\/music-video\/pacs-life\/207056905?uo=4",
"previewUrl": "https:\/\/video-ssl.itunes.apple.com\/apple-assets-us-std-000001\/Video118\/v4\/e6\/fc\/95\/e6fc958d-410e-50f5-6c63-898d870b9b22\/mzvf_5575106156100443425.640x336.h264lc.U.p.m4v",
"artworkUrl30": "https:\/\/is2-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/0d\/52\/d9\/0d52d9a2-06c3-d308-13e9-874bdc9d22fd\/source\/30x30bb.jpg",
"artworkUrl60": "https:\/\/is2-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/0d\/52\/d9\/0d52d9a2-06c3-d308-13e9-874bdc9d22fd\/source\/60x60bb.jpg",
"artworkUrl100": "https:\/\/is2-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/0d\/52\/d9\/0d52d9a2-06c3-d308-13e9-874bdc9d22fd\/source\/100x100bb.jpg",
"collectionPrice": 1.99,
"trackPrice": 1.99,
"releaseDate": "2006-11-27T08:00:00Z",
"collectionExplicitness": "notExplicit",
"trackExplicitness": "notExplicit",
"trackTimeMillis": 219845,
"country": "USA",
"currency": "USD",
"primaryGenreName": "Hip-Hop\/Rap"
},
{
"wrapperType": "track",
"kind": "music-video",
"artistId": 105998,
"trackId": 446437039,
"artistName": "2Pac",
"trackName": "I Get Around",
"trackCensoredName": "I Get Around",
"artistViewUrl": "https:\/\/itunes.apple.com\/us\/artist\/2pac\/105998?uo=4",
"trackViewUrl": "https:\/\/itunes.apple.com\/us\/music-video\/i-get-around\/446437039?uo=4",
"previewUrl": "https:\/\/video-ssl.itunes.apple.com\/apple-assets-us-std-000001\/Video128\/v4\/12\/92\/9d\/12929de1-61f7-e073-62f1-74e8c516585c\/mzvf_2570287644094473252.640x464.h264lc.U.p.m4v",
"artworkUrl30": "https:\/\/is3-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/e8\/eb\/15\/e8eb1515-fb9b-edfc-6305-4ac15a081e4e\/source\/30x30bb.jpg",
"artworkUrl60": "https:\/\/is3-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/e8\/eb\/15\/e8eb1515-fb9b-edfc-6305-4ac15a081e4e\/source\/60x60bb.jpg",
"artworkUrl100": "https:\/\/is3-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/e8\/eb\/15\/e8eb1515-fb9b-edfc-6305-4ac15a081e4e\/source\/100x100bb.jpg",
"collectionPrice": 1.99,
"trackPrice": 1.99,
"releaseDate": "2011-07-05T07:00:00Z",
"collectionExplicitness": "notExplicit",
"trackExplicitness": "notExplicit",
"trackTimeMillis": 263315,
"country": "USA",
"currency": "USD",
"primaryGenreName": "Hip-Hop\/Rap"
},
{
"wrapperType": "track",
"kind": "music-video",
"artistId": 105998,
"trackId": 325210904,
"artistName": "2Pac",
"trackName": "To Live & Die In L.A.",
"trackCensoredName": "To Live & Die In L.A.",
"artistViewUrl": "https:\/\/itunes.apple.com\/us\/artist\/2pac\/105998?uo=4",
"trackViewUrl": "https:\/\/itunes.apple.com\/us\/music-video\/to-live-die-in-l-a\/325210904?uo=4",
"previewUrl": "https:\/\/video-ssl.itunes.apple.com\/apple-assets-us-std-000001\/Video118\/v4\/b0\/ff\/6d\/b0ff6d3f-b890-117b-6614-b6a3d2be90ed\/mzvf_8818602574826898227.640x480.h264lc.U.p.m4v",
"artworkUrl30": "https:\/\/is2-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/72\/26\/7d\/72267dd3-6d8c-17f6-8734-3bebd9291765\/source\/30x30bb.jpg",
"artworkUrl60": "https:\/\/is2-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/72\/26\/7d\/72267dd3-6d8c-17f6-8734-3bebd9291765\/source\/60x60bb.jpg",
"artworkUrl100": "https:\/\/is2-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/72\/26\/7d\/72267dd3-6d8c-17f6-8734-3bebd9291765\/source\/100x100bb.jpg",
"collectionPrice": 1.49,
"trackPrice": 1.49,
"releaseDate": "1997-03-31T08:00:00Z",
"collectionExplicitness": "notExplicit",
"trackExplicitness": "notExplicit",
"trackTimeMillis": 270145,
"country": "USA",
"currency": "USD",
"primaryGenreName": "Hip-Hop\/Rap"
},
{
"wrapperType": "track",
"kind": "music-video",
"artistId": 105998,
"trackId": 325210828,
"artistName": "2Pac",
"trackName": "All Bout U",
"trackCensoredName": "All Bout U",
"artistViewUrl": "https:\/\/itunes.apple.com\/us\/artist\/2pac\/105998?uo=4",
"trackViewUrl": "https:\/\/itunes.apple.com\/us\/music-video\/all-bout-u\/325210828?uo=4",
"previewUrl": "https:\/\/video-ssl.itunes.apple.com\/apple-assets-us-std-000001\/Video115\/v4\/94\/56\/9d\/94569d64-eb2b-7318-37ce-f01a6956e7ae\/mzvf_4571888792920155858.640x480.h264lc.U.p.m4v",
"artworkUrl30": "https:\/\/is5-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/b3\/2b\/68\/b32b68d1-8e87-3ada-4ce8-86f773476229\/source\/30x30bb.jpg",
"artworkUrl60": "https:\/\/is5-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/b3\/2b\/68\/b32b68d1-8e87-3ada-4ce8-86f773476229\/source\/60x60bb.jpg",
"artworkUrl100": "https:\/\/is5-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/b3\/2b\/68\/b32b68d1-8e87-3ada-4ce8-86f773476229\/source\/100x100bb.jpg",
"collectionPrice": 1.49,
"trackPrice": 1.49,
"releaseDate": "1996-02-13T08:00:00Z",
"collectionExplicitness": "notExplicit",
"trackExplicitness": "notExplicit",
"trackTimeMillis": 315848,
"country": "USA",
"currency": "USD",
"primaryGenreName": "Hip-Hop\/Rap"
},
{
"wrapperType": "track",
"kind": "music-video",
"artistId": 105998,
"trackId": 446930371,
"artistName": "2Pac",
"trackName": "Dear Mama",
"trackCensoredName": "Dear Mama",
"artistViewUrl": "https:\/\/itunes.apple.com\/us\/artist\/2pac\/105998?uo=4",
"trackViewUrl": "https:\/\/itunes.apple.com\/us\/music-video\/dear-mama\/446930371?uo=4",
"previewUrl": "https:\/\/video-ssl.itunes.apple.com\/apple-assets-us-std-000001\/Video118\/v4\/8a\/85\/81\/8a8581f1-8ff1-d2cf-c924-25e89237542a\/mzvf_326090487526343798.640x464.h264lc.U.p.m4v",
"artworkUrl30": "https:\/\/is4-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/f6\/34\/35\/f63435e8-3244-dd4a-0cda-1100a5a866df\/source\/30x30bb.jpg",
"artworkUrl60": "https:\/\/is4-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/f6\/34\/35\/f63435e8-3244-dd4a-0cda-1100a5a866df\/source\/60x60bb.jpg",
"artworkUrl100": "https:\/\/is4-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/f6\/34\/35\/f63435e8-3244-dd4a-0cda-1100a5a866df\/source\/100x100bb.jpg",
"collectionPrice": 1.49,
"trackPrice": 1.49,
"releaseDate": "2011-07-12T07:00:00Z",
"collectionExplicitness": "notExplicit",
"trackExplicitness": "notExplicit",
"trackTimeMillis": 280697,
"country": "USA",
"currency": "USD",
"primaryGenreName": "Hip-Hop\/Rap"
},
{
"wrapperType": "track",
"kind": "music-video",
"artistId": 105998,
"trackId": 446490637,
"artistName": "2Pac & R.L. Hugger",
"trackName": "Until the End of Time",
"trackCensoredName": "Until the End of Time (Letterbox Version)",
"artistViewUrl": "https:\/\/itunes.apple.com\/us\/artist\/2pac\/105998?uo=4",
"trackViewUrl": "https:\/\/itunes.apple.com\/us\/music-video\/until-the-end-of-time-letterbox-version\/446490637?uo=4",
"previewUrl": "https:\/\/video-ssl.itunes.apple.com\/apple-assets-us-std-000001\/Video128\/v4\/89\/47\/da\/8947da80-bdd4-5691-eeac-bcec17c96e5a\/mzvf_7030011314964509348.640x464.h264lc.U.p.m4v",
"artworkUrl30": "https:\/\/is5-ssl.mzstatic.com\/image\/thumb\/Video128\/v4\/d9\/38\/55\/d938553b-d3f4-05ba-8c62-b56918cab850\/source\/30x30bb.jpg",
"artworkUrl60": "https:\/\/is5-ssl.mzstatic.com\/image\/thumb\/Video128\/v4\/d9\/38\/55\/d938553b-d3f4-05ba-8c62-b56918cab850\/source\/60x60bb.jpg",
"artworkUrl100": "https:\/\/is5-ssl.mzstatic.com\/image\/thumb\/Video128\/v4\/d9\/38\/55\/d938553b-d3f4-05ba-8c62-b56918cab850\/source\/100x100bb.jpg",
"collectionPrice": 1.99,
"trackPrice": 1.99,
"releaseDate": "2011-07-05T07:00:00Z",
"collectionExplicitness": "notExplicit",
"trackExplicitness": "notExplicit",
"trackTimeMillis": 278112,
"country": "USA",
"currency": "USD",
"primaryGenreName": "Hip-Hop\/Rap"
},
{
"wrapperType": "track",
"kind": "music-video",
"artistId": 105998,
"trackId": 446437601,
"artistName": "2Pac",
"trackName": "Changes",
"trackCensoredName": "Changes (Edited)",
"artistViewUrl": "https:\/\/itunes.apple.com\/us\/artist\/2pac\/105998?uo=4",
"trackViewUrl": "https:\/\/itunes.apple.com\/us\/music-video\/changes-edited\/446437601?uo=4",
"previewUrl": "https:\/\/video-ssl.itunes.apple.com\/apple-assets-us-std-000001\/Video125\/v4\/cf\/57\/f5\/cf57f526-7047-ccfe-aab9-d40fa909d3a5\/mzvf_5424212395291725221.640x464.h264lc.U.p.m4v",
"artworkUrl30": "https:\/\/is5-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/72\/29\/40\/72294072-9d59-b857-27be-f50b22e13cc8\/source\/30x30bb.jpg",
"artworkUrl60": "https:\/\/is5-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/72\/29\/40\/72294072-9d59-b857-27be-f50b22e13cc8\/source\/60x60bb.jpg",
"artworkUrl100": "https:\/\/is5-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/72\/29\/40\/72294072-9d59-b857-27be-f50b22e13cc8\/source\/100x100bb.jpg",
"collectionPrice": 1.99,
"trackPrice": 1.99,
"releaseDate": "2011-07-05T07:00:00Z",
"collectionExplicitness": "notExplicit",
"trackExplicitness": "cleaned",
"trackTimeMillis": 280280,
"country": "USA",
"currency": "USD",
"primaryGenreName": "Hip-Hop\/Rap",
"contentAdvisoryRating": "Clean"
},
{
"wrapperType": "track",
"kind": "music-video",
"artistId": 105998,
"trackId": 349460357,
"artistName": "2Pac, Snoop Dogg, Tha Dogg Pound, Outlawz, Nate Dogg & K-Ci & JoJo",
"trackName": "2 of Americaz Most Wanted",
"trackCensoredName": "2 of Americaz Most Wanted (Live)",
"artistViewUrl": "https:\/\/itunes.apple.com\/us\/artist\/2pac\/105998?uo=4",
"trackViewUrl": "https:\/\/itunes.apple.com\/us\/music-video\/2-of-americaz-most-wanted-live\/349460357?uo=4",
"previewUrl": "https:\/\/video-ssl.itunes.apple.com\/apple-assets-us-std-000001\/Video125\/v4\/dc\/e5\/38\/dce538c2-021a-6e63-0176-e134b4e540c1\/mzvf_7232878662533955582.640x360.h264lc.U.p.m4v",
"artworkUrl30": "https:\/\/is2-ssl.mzstatic.com\/image\/thumb\/Video128\/v4\/63\/6d\/e8\/636de8c7-a2cc-dd78-beb2-2f1e7e457b6e\/source\/30x30bb.jpg",
"artworkUrl60": "https:\/\/is2-ssl.mzstatic.com\/image\/thumb\/Video128\/v4\/63\/6d\/e8\/636de8c7-a2cc-dd78-beb2-2f1e7e457b6e\/source\/60x60bb.jpg",
"artworkUrl100": "https:\/\/is2-ssl.mzstatic.com\/image\/thumb\/Video128\/v4\/63\/6d\/e8\/636de8c7-a2cc-dd78-beb2-2f1e7e457b6e\/source\/100x100bb.jpg",
"collectionPrice": 1.49,
"trackPrice": 1.49,
"releaseDate": "2005-10-03T07:00:00Z",
"collectionExplicitness": "notExplicit",
"trackExplicitness": "explicit",
"trackTimeMillis": 130160,
"country": "USA",
"currency": "USD",
"primaryGenreName": "Hip-Hop\/Rap",
"contentAdvisoryRating": "Explicit"
},
{
"wrapperType": "track",
"kind": "music-video",
"artistId": 105998,
"trackId": 446438714,
"artistName": "2Pac",
"trackName": "Brenda's Got a Baby",
"trackCensoredName": "Brenda's Got a Baby",
"artistViewUrl": "https:\/\/itunes.apple.com\/us\/artist\/2pac\/105998?uo=4",
"trackViewUrl": "https:\/\/itunes.apple.com\/us\/music-video\/brendas-got-a-baby\/446438714?uo=4",
"previewUrl": "https:\/\/video-ssl.itunes.apple.com\/apple-assets-us-std-000001\/Video128\/v4\/54\/5b\/36\/545b3697-b9b1-0443-b96c-3a96f9ad5940\/mzvf_7735640715101941804.640x464.h264lc.U.p.m4v",
"artworkUrl30": "https:\/\/is5-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/4d\/08\/7b\/4d087b42-3efe-a694-9c76-8b670846f658\/source\/30x30bb.jpg",
"artworkUrl60": "https:\/\/is5-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/4d\/08\/7b\/4d087b42-3efe-a694-9c76-8b670846f658\/source\/60x60bb.jpg",
"artworkUrl100": "https:\/\/is5-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/4d\/08\/7b\/4d087b42-3efe-a694-9c76-8b670846f658\/source\/100x100bb.jpg",
"collectionPrice": 1.99,
"trackPrice": 1.99,
"releaseDate": "2011-07-05T07:00:00Z",
"collectionExplicitness": "notExplicit",
"trackExplicitness": "notExplicit",
"trackTimeMillis": 236320,
"country": "USA",
"currency": "USD",
"primaryGenreName": "Hip-Hop\/Rap"
},
{
"wrapperType": "track",
"kind": "music-video",
"artistId": 105998,
"trackId": 446438248,
"artistName": "2Pac & Outlawz",
"trackName": "Baby Don't Cry (Keep Ya Head Up II)",
"trackCensoredName": "Baby Don't Cry (Keep Ya Head Up II)",
"artistViewUrl": "https:\/\/itunes.apple.com\/us\/artist\/2pac\/105998?uo=4",
"trackViewUrl": "https:\/\/itunes.apple.com\/us\/music-video\/baby-dont-cry-keep-ya-head-up-ii\/446438248?uo=4",
"previewUrl": "https:\/\/video-ssl.itunes.apple.com\/apple-assets-us-std-000001\/Video128\/v4\/d7\/49\/8d\/d7498d98-dfef-d9f0-3b31-15d1f58a92a0\/mzvf_4395597801597211193.640x336.h264lc.U.p.m4v",
"artworkUrl30": "https:\/\/is2-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/7d\/3c\/0e\/7d3c0e22-25c9-b487-369f-df3efda4c064\/source\/30x30bb.jpg",
"artworkUrl60": "https:\/\/is2-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/7d\/3c\/0e\/7d3c0e22-25c9-b487-369f-df3efda4c064\/source\/60x60bb.jpg",
"artworkUrl100": "https:\/\/is2-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/7d\/3c\/0e\/7d3c0e22-25c9-b487-369f-df3efda4c064\/source\/100x100bb.jpg",
"collectionPrice": 1.99,
"trackPrice": 1.99,
"releaseDate": "2005-10-20T07:00:00Z",
"collectionExplicitness": "notExplicit",
"trackExplicitness": "notExplicit",
"trackTimeMillis": 271772,
"country": "USA",
"currency": "USD",
"primaryGenreName": "Hip-Hop\/Rap"
},
{
"wrapperType": "track",
"kind": "music-video",
"artistId": 105998,
"trackId": 1418101221,
"artistName": "2Pac & Dr. Dre",
"trackName": "California Love (feat. Dr. Dre)",
"trackCensoredName": "California Love (feat. Dr. Dre)",
"artistViewUrl": "https:\/\/itunes.apple.com\/us\/artist\/2pac\/105998?uo=4",
"trackViewUrl": "https:\/\/itunes.apple.com\/us\/music-video\/california-love-feat-dr-dre\/1418101221?uo=4",
"previewUrl": "https:\/\/video-ssl.itunes.apple.com\/apple-assets-us-std-000001\/Video128\/v4\/49\/e2\/0f\/49e20f90-8b85-a0ea-455a-bf598bdf6067\/mzvf_4134688213761356425.640x336.h264lc.U.p.m4v",
"artworkUrl30": "https:\/\/is1-ssl.mzstatic.com\/image\/thumb\/Video118\/v4\/3a\/f6\/3d\/3af63d8f-5f93-52cc-ed0e-e4514f71f19b\/source\/30x30bb.jpg",
"artworkUrl60": "https:\/\/is1-ssl.mzstatic.com\/image\/thumb\/Video118\/v4\/3a\/f6\/3d\/3af63d8f-5f93-52cc-ed0e-e4514f71f19b\/source\/60x60bb.jpg",
"artworkUrl100": "https:\/\/is1-ssl.mzstatic.com\/image\/thumb\/Video118\/v4\/3a\/f6\/3d\/3af63d8f-5f93-52cc-ed0e-e4514f71f19b\/source\/100x100bb.jpg",
"collectionPrice": 1.49,
"trackPrice": 1.49,
"releaseDate": "2005-03-08T08:00:00Z",
"collectionExplicitness": "notExplicit",
"trackExplicitness": "explicit",
"trackTimeMillis": 220692,
"country": "USA",
"currency": "USD",
"primaryGenreName": "Rap",
"contentAdvisoryRating": "Explicit"
},
{
"wrapperType": "track",
"kind": "music-video",
"artistId": 105998,
"trackId": 446437952,
"artistName": "2Pac",
"trackName": "Thugz Mansion",
"trackCensoredName": "Thugz Mansion",
"artistViewUrl": "https:\/\/itunes.apple.com\/us\/artist\/2pac\/105998?uo=4",
"trackViewUrl": "https:\/\/itunes.apple.com\/us\/music-video\/thugz-mansion\/446437952?uo=4",
"previewUrl": "https:\/\/video-ssl.itunes.apple.com\/apple-assets-us-std-000001\/Video118\/v4\/5f\/2f\/a3\/5f2fa36d-0e86-c981-46ce-6b9eb6da7705\/mzvf_4246428678469904383.640x336.h264lc.U.p.m4v",
"artworkUrl30": "https:\/\/is1-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/4d\/f7\/d4\/4df7d42e-3323-ac65-f60c-460b672746bc\/source\/30x30bb.jpg",
"artworkUrl60": "https:\/\/is1-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/4d\/f7\/d4\/4df7d42e-3323-ac65-f60c-460b672746bc\/source\/60x60bb.jpg",
"artworkUrl100": "https:\/\/is1-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/4d\/f7\/d4\/4df7d42e-3323-ac65-f60c-460b672746bc\/source\/100x100bb.jpg",
"collectionPrice": 1.99,
"trackPrice": 1.99,
"releaseDate": "2002-01-01T08:00:00Z",
"collectionExplicitness": "notExplicit",
"trackExplicitness": "notExplicit",
"trackTimeMillis": 255005,
"country": "USA",
"currency": "USD",
"primaryGenreName": "Hip-Hop\/Rap"
},
{
"wrapperType": "track",
"kind": "music-video",
"artistId": 105998,
"trackId": 382586539,
"artistName": "2Pac",
"trackName": "Hit 'Em Up (Live) [feat. Outlawz]",
"trackCensoredName": "Hit 'Em Up (Live) [feat. Outlawz]",
"artistViewUrl": "https:\/\/itunes.apple.com\/us\/artist\/2pac\/105998?uo=4",
"trackViewUrl": "https:\/\/itunes.apple.com\/us\/music-video\/hit-em-up-live-feat-outlawz\/382586539?uo=4",
"previewUrl": "https:\/\/video-ssl.itunes.apple.com\/apple-assets-us-std-000001\/Video125\/v4\/90\/dd\/fc\/90ddfc18-c34f-29b5-4e11-fd166bc20e7d\/mzvf_6581817543714989381.640x360.h264lc.U.p.m4v",
"artworkUrl30": "https:\/\/is2-ssl.mzstatic.com\/image\/thumb\/Video128\/v4\/b3\/08\/fe\/b308fe7a-0fc4-3d06-6b65-da5b9464dce3\/source\/30x30bb.jpg",
"artworkUrl60": "https:\/\/is2-ssl.mzstatic.com\/image\/thumb\/Video128\/v4\/b3\/08\/fe\/b308fe7a-0fc4-3d06-6b65-da5b9464dce3\/source\/60x60bb.jpg",
"artworkUrl100": "https:\/\/is2-ssl.mzstatic.com\/image\/thumb\/Video128\/v4\/b3\/08\/fe\/b308fe7a-0fc4-3d06-6b65-da5b9464dce3\/source\/100x100bb.jpg",
"collectionPrice": 1.49,
"trackPrice": 1.49,
"releaseDate": "2005-10-03T07:00:00Z",
"collectionExplicitness": "notExplicit",
"trackExplicitness": "notExplicit",
"trackTimeMillis": 261800,
"country": "USA",
"currency": "USD",
"primaryGenreName": "Hip-Hop\/Rap"
},
{
"wrapperType": "track",
"kind": "music-video",
"artistId": 105998,
"trackId": 382586464,
"artistName": "2Pac",
"trackName": "How Do You Want It (Live) [feat. Outlawz]",
"trackCensoredName": "How Do You Want It (Live) [feat. Outlawz]",
"artistViewUrl": "https:\/\/itunes.apple.com\/us\/artist\/2pac\/105998?uo=4",
"trackViewUrl": "https:\/\/itunes.apple.com\/us\/music-video\/how-do-you-want-it-live-feat-outlawz\/382586464?uo=4",
"previewUrl": "https:\/\/video-ssl.itunes.apple.com\/apple-assets-us-std-000001\/Video115\/v4\/2c\/0b\/42\/2c0b42d6-444f-2087-9eca-a84f0f3d65de\/mzvf_3062138348124715611.640x360.h264lc.U.p.m4v",
"artworkUrl30": "https:\/\/is3-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/f0\/12\/96\/f01296d8-7338-851b-0592-279ee6416c49\/source\/30x30bb.jpg",
"artworkUrl60": "https:\/\/is3-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/f0\/12\/96\/f01296d8-7338-851b-0592-279ee6416c49\/source\/60x60bb.jpg",
"artworkUrl100": "https:\/\/is3-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/f0\/12\/96\/f01296d8-7338-851b-0592-279ee6416c49\/source\/100x100bb.jpg",
"collectionPrice": 1.49,
"trackPrice": 1.49,
"releaseDate": "1996-07-04T07:00:00Z",
"collectionExplicitness": "notExplicit",
"trackExplicitness": "notExplicit",
"trackTimeMillis": 290840,
"country": "USA",
"currency": "USD",
"primaryGenreName": "Hip-Hop\/Rap"
},
{
"wrapperType": "track",
"kind": "music-video",
"artistId": 105998,
"trackId": 446927789,
"artistName": "2Pac",
"trackName": "Holler If Ya Hear Me",
"trackCensoredName": "Holler If Ya Hear Me",
"artistViewUrl": "https:\/\/itunes.apple.com\/us\/artist\/2pac\/105998?uo=4",
"trackViewUrl": "https:\/\/itunes.apple.com\/us\/music-video\/holler-if-ya-hear-me\/446927789?uo=4",
"previewUrl": "https:\/\/video-ssl.itunes.apple.com\/apple-assets-us-std-000001\/Video118\/v4\/55\/14\/6b\/55146bf6-e020-d351-e4f8-7aafd494edbb\/mzvf_9122720892583777042.640x464.h264lc.U.p.m4v",
"artworkUrl30": "https:\/\/is1-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/5f\/2b\/7d\/5f2b7db4-864b-fd5b-262a-484689918902\/source\/30x30bb.jpg",
"artworkUrl60": "https:\/\/is1-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/5f\/2b\/7d\/5f2b7db4-864b-fd5b-262a-484689918902\/source\/60x60bb.jpg",
"artworkUrl100": "https:\/\/is1-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/5f\/2b\/7d\/5f2b7db4-864b-fd5b-262a-484689918902\/source\/100x100bb.jpg",
"collectionPrice": 1.99,
"trackPrice": 1.99,
"releaseDate": "2011-01-01T08:00:00Z",
"collectionExplicitness": "notExplicit",
"trackExplicitness": "explicit",
"trackTimeMillis": 277318,
"country": "USA",
"currency": "USD",
"primaryGenreName": "Hip-Hop\/Rap",
"contentAdvisoryRating": "Explicit"
},
{
"wrapperType": "track",
"kind": "music-video",
"artistId": 105998,
"trackId": 446928438,
"artistName": "2Pac",
"trackName": "I Wonder If Heaven Got a Ghetto",
"trackCensoredName": "I Wonder If Heaven Got a Ghetto",
"artistViewUrl": "https:\/\/itunes.apple.com\/us\/artist\/2pac\/105998?uo=4",
"trackViewUrl": "https:\/\/itunes.apple.com\/us\/music-video\/i-wonder-if-heaven-got-a-ghetto\/446928438?uo=4",
"previewUrl": "https:\/\/video-ssl.itunes.apple.com\/apple-assets-us-std-000001\/Video125\/v4\/27\/0b\/33\/270b3324-c2a4-0786-2df5-57223983917e\/mzvf_6161054036964569672.640x464.h264lc.U.p.m4v",
"artworkUrl30": "https:\/\/is4-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/53\/b8\/2a\/53b82a86-0cad-3ae7-e607-5ec2d223fb6d\/source\/30x30bb.jpg",
"artworkUrl60": "https:\/\/is4-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/53\/b8\/2a\/53b82a86-0cad-3ae7-e607-5ec2d223fb6d\/source\/60x60bb.jpg",
"artworkUrl100": "https:\/\/is4-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/53\/b8\/2a\/53b82a86-0cad-3ae7-e607-5ec2d223fb6d\/source\/100x100bb.jpg",
"collectionPrice": 1.49,
"trackPrice": 1.49,
"releaseDate": "2011-07-12T07:00:00Z",
"collectionExplicitness": "notExplicit",
"trackExplicitness": "notExplicit",
"trackTimeMillis": 292542,
"country": "USA",
"currency": "USD",
"primaryGenreName": "Hip-Hop\/Rap"
},
{
"wrapperType": "track",
"kind": "music-video",
"artistId": 105998,
"trackId": 446928020,
"artistName": "2Pac",
"trackName": "Letter 2 My Unborn",
"trackCensoredName": "Letter 2 My Unborn",
"artistViewUrl": "https:\/\/itunes.apple.com\/us\/artist\/2pac\/105998?uo=4",
"trackViewUrl": "https:\/\/itunes.apple.com\/us\/music-video\/letter-2-my-unborn\/446928020?uo=4",
"previewUrl": "https:\/\/video-ssl.itunes.apple.com\/apple-assets-us-std-000001\/Video128\/v4\/7e\/09\/a8\/7e09a8f8-5b11-9b91-34df-ca26061b3c8e\/mzvf_3823908822953396974.640x336.h264lc.U.p.m4v",
"artworkUrl30": "https:\/\/is3-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/d1\/db\/2f\/d1db2f3f-dd83-e5a3-f429-edfdcac89888\/source\/30x30bb.jpg",
"artworkUrl60": "https:\/\/is3-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/d1\/db\/2f\/d1db2f3f-dd83-e5a3-f429-edfdcac89888\/source\/60x60bb.jpg",
"artworkUrl100": "https:\/\/is3-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/d1\/db\/2f\/d1db2f3f-dd83-e5a3-f429-edfdcac89888\/source\/100x100bb.jpg",
"collectionPrice": 1.99,
"trackPrice": 1.99,
"releaseDate": "2011-07-12T07:00:00Z",
"collectionExplicitness": "notExplicit",
"trackExplicitness": "notExplicit",
"trackTimeMillis": 196997,
"country": "USA",
"currency": "USD",
"primaryGenreName": "Hip-Hop\/Rap"
},
{
"wrapperType": "track",
"kind": "music-video",
"artistId": 105998,
"trackId": 446928819,
"artistName": "2Pac",
"trackName": "If My Homie Calls",
"trackCensoredName": "If My Homie Calls",
"artistViewUrl": "https:\/\/itunes.apple.com\/us\/artist\/2pac\/105998?uo=4",
"trackViewUrl": "https:\/\/itunes.apple.com\/us\/music-video\/if-my-homie-calls\/446928819?uo=4",
"previewUrl": "https:\/\/video-ssl.itunes.apple.com\/apple-assets-us-std-000001\/Video128\/v4\/ec\/03\/6d\/ec036d54-5ed4-59ee-456a-5fd672521eaf\/mzvf_8345345234644506297.640x464.h264lc.U.p.m4v",
"artworkUrl30": "https:\/\/is3-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/68\/40\/f5\/6840f569-b8a6-c062-ff2c-ab758c79908a\/source\/30x30bb.jpg",
"artworkUrl60": "https:\/\/is3-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/68\/40\/f5\/6840f569-b8a6-c062-ff2c-ab758c79908a\/source\/60x60bb.jpg",
"artworkUrl100": "https:\/\/is3-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/68\/40\/f5\/6840f569-b8a6-c062-ff2c-ab758c79908a\/source\/100x100bb.jpg",
"collectionPrice": 1.99,
"trackPrice": 1.99,
"releaseDate": "2011-07-12T07:00:00Z",
"collectionExplicitness": "notExplicit",
"trackExplicitness": "notExplicit",
"trackTimeMillis": 238322,
"country": "USA",
"currency": "USD",
"primaryGenreName": "Hip-Hop\/Rap"
},
{
"wrapperType": "track",
"kind": "music-video",
"artistId": 105998,
"trackId": 446267578,
"artistName": "2Pac",
"trackName": "Ghetto Gospel",
"trackCensoredName": "Ghetto Gospel",
"artistViewUrl": "https:\/\/itunes.apple.com\/us\/artist\/2pac\/105998?uo=4",
"trackViewUrl": "https:\/\/itunes.apple.com\/us\/music-video\/ghetto-gospel\/446267578?uo=4",
"previewUrl": "https:\/\/video-ssl.itunes.apple.com\/apple-assets-us-std-000001\/Video115\/v4\/f2\/9e\/a2\/f29ea24a-073b-edd3-08e2-a11dc1a4ba2e\/mzvf_6330643345686094244.640x464.h264lc.U.p.m4v",
"artworkUrl30": "https:\/\/is5-ssl.mzstatic.com\/image\/thumb\/Video118\/v4\/54\/dc\/cd\/54dccdbd-8eb8-c505-87c2-65fb0c4907df\/source\/30x30bb.jpg",
"artworkUrl60": "https:\/\/is5-ssl.mzstatic.com\/image\/thumb\/Video118\/v4\/54\/dc\/cd\/54dccdbd-8eb8-c505-87c2-65fb0c4907df\/source\/60x60bb.jpg",
"artworkUrl100": "https:\/\/is5-ssl.mzstatic.com\/image\/thumb\/Video118\/v4\/54\/dc\/cd\/54dccdbd-8eb8-c505-87c2-65fb0c4907df\/source\/100x100bb.jpg",
"collectionPrice": 1.99,
"trackPrice": 1.99,
"releaseDate": "2005-01-01T08:00:00Z",
"collectionExplicitness": "notExplicit",
"trackExplicitness": "cleaned",
"trackTimeMillis": 265557,
"country": "USA",
"currency": "USD",
"primaryGenreName": "Hip-Hop\/Rap",
"contentAdvisoryRating": "Clean"
},
{
"wrapperType": "track",
"kind": "music-video",
"artistId": 105998,
"trackId": 382584473,
"artistName": "2Pac",
"trackName": "Troublesome '96 (feat. Outlawz)",
"trackCensoredName": "Troublesome '96 (feat. Outlawz) [Live]",
"artistViewUrl": "https:\/\/itunes.apple.com\/us\/artist\/2pac\/105998?uo=4",
"trackViewUrl": "https:\/\/itunes.apple.com\/us\/music-video\/troublesome-96-feat-outlawz-live\/382584473?uo=4",
"previewUrl": "https:\/\/video-ssl.itunes.apple.com\/apple-assets-us-std-000001\/Video118\/v4\/15\/82\/21\/158221fc-7183-4af6-7833-274b817f16b0\/mzvf_2238520971219090880.640x360.h264lc.U.p.m4v",
"artworkUrl30": "https:\/\/is5-ssl.mzstatic.com\/image\/thumb\/Video118\/v4\/df\/3d\/db\/df3ddbe5-853d-3e33-81d4-fc1c600d4c68\/source\/30x30bb.jpg",
"artworkUrl60": "https:\/\/is5-ssl.mzstatic.com\/image\/thumb\/Video118\/v4\/df\/3d\/db\/df3ddbe5-853d-3e33-81d4-fc1c600d4c68\/source\/60x60bb.jpg",
"artworkUrl100": "https:\/\/is5-ssl.mzstatic.com\/image\/thumb\/Video118\/v4\/df\/3d\/db\/df3ddbe5-853d-3e33-81d4-fc1c600d4c68\/source\/100x100bb.jpg",
"collectionPrice": 1.49,
"trackPrice": 1.49,
"releaseDate": "2008-05-27T07:00:00Z",
"collectionExplicitness": "notExplicit",
"trackExplicitness": "notExplicit",
"trackTimeMillis": 154240,
"country": "USA",
"currency": "USD",
"primaryGenreName": "Hip-Hop\/Rap"
},
{
"wrapperType": "track",
"kind": "music-video",
"artistId": 105998,
"trackId": 382584382,
"artistName": "2Pac",
"trackName": "Never Call U Bitch Again (Live) [feat. Outlawz]",
"trackCensoredName": "Never Call U Bitch Again (Live) [feat. Outlawz]",
"artistViewUrl": "https:\/\/itunes.apple.com\/us\/artist\/2pac\/105998?uo=4",
"trackViewUrl": "https:\/\/itunes.apple.com\/us\/music-video\/never-call-u-bitch-again-live-feat-outlawz\/382584382?uo=4",
"previewUrl": "https:\/\/video-ssl.itunes.apple.com\/apple-assets-us-std-000001\/Video128\/v4\/8e\/51\/7b\/8e517b6b-b592-a80c-fa23-70e4f509b07b\/mzvf_1851272115984132978.640x360.h264lc.U.p.m4v",
"artworkUrl30": "https:\/\/is1-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/9b\/2d\/08\/9b2d0834-8a0f-7a46-20c2-2ac67fe76896\/source\/30x30bb.jpg",
"artworkUrl60": "https:\/\/is1-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/9b\/2d\/08\/9b2d0834-8a0f-7a46-20c2-2ac67fe76896\/source\/60x60bb.jpg",
"artworkUrl100": "https:\/\/is1-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/9b\/2d\/08\/9b2d0834-8a0f-7a46-20c2-2ac67fe76896\/source\/100x100bb.jpg",
"collectionPrice": 1.49,
"trackPrice": 1.49,
"releaseDate": "2008-05-27T07:00:00Z",
"collectionExplicitness": "notExplicit",
"trackExplicitness": "notExplicit",
"trackTimeMillis": 148960,
"country": "USA",
"currency": "USD",
"primaryGenreName": "Hip-Hop\/Rap"
},
{
"wrapperType": "track",
"kind": "music-video",
"artistId": 5305761,
"trackId": 295509704,
"artistName": "Keyshia Cole",
"trackName": "Playa Cardz Right (feat. 2Pac)",
"trackCensoredName": "Playa Cardz Right (feat. 2Pac)",
"artistViewUrl": "https:\/\/itunes.apple.com\/us\/artist\/keyshia-cole\/5305761?uo=4",
"trackViewUrl": "https:\/\/itunes.apple.com\/us\/music-video\/playa-cardz-right-feat-2pac\/295509704?uo=4",
"previewUrl": "https:\/\/video-ssl.itunes.apple.com\/apple-assets-us-std-000001\/Video118\/v4\/4f\/1a\/81\/4f1a81e4-a559-fad2-f6a1-e64a2e83d402\/mzvf_5733586156401936306.640x336.h264lc.U.p.m4v",
"artworkUrl30": "https:\/\/is4-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/7d\/d1\/13\/7dd113ee-e721-26b1-a6ad-b3b92b5c21be\/source\/30x30bb.jpg",
"artworkUrl60": "https:\/\/is4-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/7d\/d1\/13\/7dd113ee-e721-26b1-a6ad-b3b92b5c21be\/source\/60x60bb.jpg",
"artworkUrl100": "https:\/\/is4-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/7d\/d1\/13\/7dd113ee-e721-26b1-a6ad-b3b92b5c21be\/source\/100x100bb.jpg",
"collectionPrice": 1.99,
"trackPrice": 1.99,
"releaseDate": "2008-11-04T08:00:00Z",
"collectionExplicitness": "notExplicit",
"trackExplicitness": "cleaned",
"trackTimeMillis": 237320,
"country": "USA",
"currency": "USD",
"primaryGenreName": "R&B\/Soul",
"contentAdvisoryRating": "Clean"
},
{
"wrapperType": "track",
"kind": "music-video",
"artistId": 105998,
"trackId": 1397352512,
"artistName": "2Pac",
"trackName": "Trapped",
"trackCensoredName": "Trapped",
"artistViewUrl": "https:\/\/itunes.apple.com\/us\/artist\/2pac\/105998?uo=4",
"trackViewUrl": "https:\/\/itunes.apple.com\/us\/music-video\/trapped\/1397352512?uo=4",
"previewUrl": "https:\/\/video-ssl.itunes.apple.com\/apple-assets-us-std-000001\/Video115\/v4\/b2\/d8\/37\/b2d83793-1dbc-2fa2-b685-063ea8ba1140\/mzvf_3076449425398013537.640x330.h264lc.U.p.m4v",
"artworkUrl30": "https:\/\/is4-ssl.mzstatic.com\/image\/thumb\/Video125\/v4\/2c\/cb\/12\/2ccb1277-3ccb-af90-5bb1-e28a68a0034b\/source\/30x30bb.jpg",
"artworkUrl60": "https:\/\/is4-ssl.mzstatic.com\/image\/thumb\/Video125\/v4\/2c\/cb\/12\/2ccb1277-3ccb-af90-5bb1-e28a68a0034b\/source\/60x60bb.jpg",
"artworkUrl100": "https:\/\/is4-ssl.mzstatic.com\/image\/thumb\/Video125\/v4\/2c\/cb\/12\/2ccb1277-3ccb-af90-5bb1-e28a68a0034b\/source\/100x100bb.jpg",
"collectionPrice": 1.99,
"trackPrice": 1.99,
"releaseDate": "1991-01-01T08:00:00Z",
"collectionExplicitness": "notExplicit",
"trackExplicitness": "explicit",
"trackTimeMillis": 318062,
"country": "USA",
"currency": "USD",
"primaryGenreName": "Hip-Hop\/Rap",
"contentAdvisoryRating": "Explicit"
},
{
"wrapperType": "track",
"kind": "music-video",
"artistId": 105998,
"trackId": 349457484,
"artistName": "2Pac",
"trackName": "So Many Tears (feat. Outlawz)",
"trackCensoredName": "So Many Tears (feat. Outlawz) [Live]",
"artistViewUrl": "https:\/\/itunes.apple.com\/us\/artist\/2pac\/105998?uo=4",
"trackViewUrl": "https:\/\/itunes.apple.com\/us\/music-video\/so-many-tears-feat-outlawz-live\/349457484?uo=4",
"previewUrl": "https:\/\/video-ssl.itunes.apple.com\/apple-assets-us-std-000001\/Video128\/v4\/d5\/8e\/11\/d58e1144-c3de-4703-fa59-577e7e533863\/mzvf_2386125995450060658.640x360.h264lc.U.p.m4v",
"artworkUrl30": "https:\/\/is2-ssl.mzstatic.com\/image\/thumb\/Video118\/v4\/7e\/a7\/4c\/7ea74c75-1a71-430d-fdcd-86bbd2f9c889\/source\/30x30bb.jpg",
"artworkUrl60": "https:\/\/is2-ssl.mzstatic.com\/image\/thumb\/Video118\/v4\/7e\/a7\/4c\/7ea74c75-1a71-430d-fdcd-86bbd2f9c889\/source\/60x60bb.jpg",
"artworkUrl100": "https:\/\/is2-ssl.mzstatic.com\/image\/thumb\/Video118\/v4\/7e\/a7\/4c\/7ea74c75-1a71-430d-fdcd-86bbd2f9c889\/source\/100x100bb.jpg",
"collectionPrice": 1.49,
"trackPrice": 1.49,
"releaseDate": "1996-07-04T07:00:00Z",
"collectionExplicitness": "notExplicit",
"trackExplicitness": "explicit",
"trackTimeMillis": 85240,
"country": "USA",
"currency": "USD",
"primaryGenreName": "Hip-Hop\/Rap",
"contentAdvisoryRating": "Explicit"
},
{
"wrapperType": "track",
"kind": "music-video",
"artistId": 105998,
"trackId": 382584076,
"artistName": "2Pac, Nate Dogg & Tha Dogg Pound",
"trackName": "Gin and Juice",
"trackCensoredName": "Gin and Juice (Live)",
"artistViewUrl": "https:\/\/itunes.apple.com\/us\/artist\/2pac\/105998?uo=4",
"trackViewUrl": "https:\/\/itunes.apple.com\/us\/music-video\/gin-and-juice-live\/382584076?uo=4",
"previewUrl": "https:\/\/video-ssl.itunes.apple.com\/apple-assets-us-std-000001\/Video118\/v4\/8e\/8f\/6f\/8e8f6f47-c45e-71f9-4d85-4c558e1dc3f7\/mzvf_2460222276910623860.640x360.h264lc.U.p.m4v",
"artworkUrl30": "https:\/\/is1-ssl.mzstatic.com\/image\/thumb\/Video118\/v4\/82\/70\/1c\/82701cf9-7750-5f2e-78de-cfcfb701fbcc\/source\/30x30bb.jpg",
"artworkUrl60": "https:\/\/is1-ssl.mzstatic.com\/image\/thumb\/Video118\/v4\/82\/70\/1c\/82701cf9-7750-5f2e-78de-cfcfb701fbcc\/source\/60x60bb.jpg",
"artworkUrl100": "https:\/\/is1-ssl.mzstatic.com\/image\/thumb\/Video118\/v4\/82\/70\/1c\/82701cf9-7750-5f2e-78de-cfcfb701fbcc\/source\/100x100bb.jpg",
"collectionPrice": 1.49,
"trackPrice": 1.49,
"releaseDate": "2008-05-27T07:00:00Z",
"collectionExplicitness": "notExplicit",
"trackExplicitness": "notExplicit",
"trackTimeMillis": 220040,
"country": "USA",
"currency": "USD",
"primaryGenreName": "Hip-Hop\/Rap"
},
{
"wrapperType": "track",
"kind": "music-video",
"artistId": 998978,
"trackId": 267970221,
"artistName": "E-40",
"trackName": "Dusted 'N' Disgusted (feat. 2Pac, Mac Mall & Spice 1)",
"trackCensoredName": "Dusted 'N' Disgusted (feat. 2Pac, Mac Mall & Spice 1)",
"artistViewUrl": "https:\/\/itunes.apple.com\/us\/artist\/e-40\/998978?uo=4",
"trackViewUrl": "https:\/\/itunes.apple.com\/us\/music-video\/dusted-n-disgusted-feat-2pac-mac-mall-spice-1\/267970221?uo=4",
"previewUrl": "https:\/\/video-ssl.itunes.apple.com\/apple-assets-us-std-000001\/Video115\/v4\/e5\/82\/34\/e58234bf-a781-f078-551c-208ebe86361c\/mzvf_2938826638576474649.640x392.h264lc.U.p.m4v",
"artworkUrl30": "https:\/\/is5-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/a3\/fa\/cb\/a3facb89-747e-182f-f9df-1a50bf62c2c5\/source\/30x30bb.jpg",
"artworkUrl60": "https:\/\/is5-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/a3\/fa\/cb\/a3facb89-747e-182f-f9df-1a50bf62c2c5\/source\/60x60bb.jpg",
"artworkUrl100": "https:\/\/is5-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/a3\/fa\/cb\/a3facb89-747e-182f-f9df-1a50bf62c2c5\/source\/100x100bb.jpg",
"collectionPrice": 1.99,
"trackPrice": 1.99,
"releaseDate": "2004-01-08T08:00:00Z",
"collectionExplicitness": "notExplicit",
"trackExplicitness": "notExplicit",
"trackTimeMillis": 256390,
"country": "USA",
"currency": "USD",
"primaryGenreName": "Pop"
},
{
"wrapperType": "track",
"kind": "music-video",
"artistId": 998978,
"trackId": 259762921,
"artistName": "E-40 featuring Mac Mall, Spice-1, & 2Pac",
"trackName": "Dusted 'N' Disgusted",
"trackCensoredName": "Dusted 'N' Disgusted",
"artistViewUrl": "https:\/\/itunes.apple.com\/us\/artist\/e-40\/998978?uo=4",
"trackViewUrl": "https:\/\/itunes.apple.com\/us\/music-video\/dusted-n-disgusted\/259762921?uo=4",
"previewUrl": "https:\/\/video-ssl.itunes.apple.com\/apple-assets-us-std-000001\/Video118\/v4\/5c\/fe\/4d\/5cfe4d0f-6e13-3465-ef95-113082ca9d72\/mzvf_5641217570470048483.640x384.h264lc.U.p.m4v",
"artworkUrl30": "https:\/\/is5-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/08\/4b\/c4\/084bc462-a73f-c7a0-5a29-a539fff3787a\/source\/30x30bb.jpg",
"artworkUrl60": "https:\/\/is5-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/08\/4b\/c4\/084bc462-a73f-c7a0-5a29-a539fff3787a\/source\/60x60bb.jpg",
"artworkUrl100": "https:\/\/is5-ssl.mzstatic.com\/image\/thumb\/Video\/v4\/08\/4b\/c4\/084bc462-a73f-c7a0-5a29-a539fff3787a\/source\/100x100bb.jpg",
"collectionPrice": 1.99,
"trackPrice": 1.99,
"releaseDate": "2003-04-28T07:00:00Z",
"collectionExplicitness": "notExplicit",
"trackExplicitness": "notExplicit",
"trackTimeMillis": 256422,
"country": "USA",
"currency": "USD",
"primaryGenreName": "Hip-Hop\/Rap"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment