{
	"info": {
		"_postman_id": "7683344e-abc2-4b95-bd1f-d99c55dbb406",
		"name": "Products API - SMA",
		"schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
	},
	"item": [
		{
			"name": "v2",
			"item": [
				{
					"name": "v2/oauth/token",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									"var jsonData = pm.response.json();",
									"pm.globals.set('delphi-api-token', jsonData.access_token);",
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"auth": {
							"type": "noauth"
						},
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"name": "Content-Type",
								"type": "text",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"client_id\": \"{{client_id}}\",\n    \"client_secret\": \"{{client_secret}}\",\n    \"grant_type\": \"client_credentials\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{proto}}{{hostname}}/v2/oauth/token",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v2",
								"oauth",
								"token"
							]
						},
						"description": "Request Auth Token"
					},
					"response": [
						{
							"name": "/oauth/token",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"name": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"client_id\": \"{{client_id}}\",\n    \"client_secret\": \"{{client_secret}}\",\n    \"grant_type\": \"client_credentials\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{proto}}{{hostname}}/oauth/token",
									"host": [
										"{{proto}}{{hostname}}"
									],
									"path": [
										"oauth",
										"token"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "833"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Server",
									"value": "Werkzeug/0.16.0 Python/3.7.4"
								},
								{
									"key": "Date",
									"value": "Tue, 15 Oct 2019 19:29:34 GMT"
								}
							],
							"cookie": [],
							"body": "{\n    \"access_token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Ik56WXhNa1l5T1RORlJVTTBSVGd3UWtNME5qQTRRamN3TlVFMk1VTXpOMFUwUWtFMU9Ea3lRUSJ9.eyJpc3MiOiJodHRwczovL2Rldi1kZWxwaGkuYXV0aDAuY29tLyIsInN1YiI6IjZoZ1lnS3RzT0dyR2kwR3U1dWlGaTlXMUU2SmNlMWVuQGNsaWVudHMiLCJhdWQiOiJkZXYtZGVscGhpLWFwaSIsImlhdCI6MTU3MTE2Nzc3NCwiZXhwIjoxNTcxMjU0MTc0LCJhenAiOiI2aGdZZ0t0c09HckdpMEd1NXVpRmk5VzFFNkpjZTFlbiIsImd0eSI6ImNsaWVudC1jcmVkZW50aWFscyJ9.G6L4UAdAUGrO27Y2Wf_gjue3H6lf72ccxUodR8F31bJbIe9uYtqSu-6BzK465iBsqT5teCd4odeInJ4vdXjjYobf8RCWgP3uUDlmn-QxSN787Uvc-LexIppgbbix21j2FUyUh6a608_iyxyPl7tb4Bhl4SwX_a1ezpJceiv9DYNXIxqkDDe2o_WSUnzwsNtd9iBR_VFTvS9gs8hedbMTx2JWGkyWBLgUlqPPz7yoZyXz6zv6Nay5JRjOcTPwyR3PnqxnJZGuBdHxvLduJvxX6x8XLf7K400fV01yLVk5LePFCwI-eeyOusyz3yXb8BaOpHgf4SJug4_5qGMpAMC5hw\",\n    \"expires_at\": 1571254174,\n    \"expires_in\": 86400,\n    \"token_type\": \"Bearer\"\n}"
						}
					]
				},
				{
					"name": "v2/amazon/tracks/streams",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Content-Type",
								"name": "Content-Type",
								"type": "text",
								"value": "application/json",
								"disabled": true
							},
							{
								"key": "Accept",
								"type": "text",
								"value": "application/json",
								"disabled": true
							},
							{
								"key": "Authorization",
								"type": "text",
								"value": "Bearer {{token}}",
								"disabled": true
							},
							{
								"key": "Cache-Control",
								"value": "no-cache",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "urlencoded",
							"urlencoded": []
						},
						"url": {
							"raw": "{{proto}}{{hostname}}/v2/amazon/tracks/streams?start_date=2020-07-03&end_date=2020-07-05&limit=10&country_code=worldwide&group_by=date&isrc=USQX91901111",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v2",
								"amazon",
								"tracks",
								"streams"
							],
							"query": [
								{
									"key": "start_date",
									"value": "2020-07-03"
								},
								{
									"key": "end_date",
									"value": "2020-07-05"
								},
								{
									"key": "isrc",
									"value": "USAR18700121",
									"disabled": true
								},
								{
									"key": "isrc",
									"value": "ADA010905307",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "10"
								},
								{
									"key": "country_code",
									"value": "worldwide"
								},
								{
									"key": "group_by",
									"value": "date"
								},
								{
									"key": "offset",
									"value": "10",
									"disabled": true
								},
								{
									"key": "isrc",
									"value": "USQX91901111"
								}
							]
						}
					},
					"response": [
						{
							"name": "v2/amazon/tracks/streams",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Content-Type",
										"name": "Content-Type",
										"type": "text",
										"value": "application/x-www-form-urlencoded"
									},
									{
										"key": "Accept",
										"type": "text",
										"value": "application/json",
										"disabled": true
									},
									{
										"key": "Authorization",
										"type": "text",
										"value": "Bearer {{token}}",
										"disabled": true
									}
								],
								"url": {
									"raw": "{{proto}}{{hostname}}/v2/amazon/tracks/streams?start_date=2019-10-01&end_date=2019-10-24&isrc=CH1261650811&isrc={{isrc1}}&isrc={{isrc4}}&limit=10&country_code=us",
									"host": [
										"{{proto}}{{hostname}}"
									],
									"path": [
										"v2",
										"amazon",
										"tracks",
										"streams"
									],
									"query": [
										{
											"key": "start_date",
											"value": "2019-10-01"
										},
										{
											"key": "end_date",
											"value": "2019-10-24"
										},
										{
											"key": "isrc",
											"value": "CH1261650811"
										},
										{
											"key": "isrc",
											"value": "{{isrc1}}"
										},
										{
											"key": "isrc",
											"value": "{{isrc4}}"
										},
										{
											"key": "isrc",
											"value": "{{isrc2}}",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "10"
										},
										{
											"key": "country_code",
											"value": "us"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Server",
									"value": "gunicorn/19.9.0"
								},
								{
									"key": "Date",
									"value": "Tue, 03 Dec 2019 19:55:38 GMT"
								},
								{
									"key": "Connection",
									"value": "close"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "34042"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"count\": 10,\n    \"items\": [\n        {\n            \"country_code\": \"us\",\n            \"device_type\": {\n                \"cell_phone_app_mobile_web\": \"2380512\",\n                \"connected_home_audio_tether\": \"5334736\",\n                \"connected_home_tv\": \"9958009\",\n                \"desktop\": \"5146088\",\n                \"gaming_system\": \"7341576\",\n                \"in_dash_car_integration\": \"1619837\",\n                \"mobile_to_car_tether\": \"1263651\",\n                \"other\": \"762229\",\n                \"tablet_app\": \"3936154\",\n                \"voice_controlled_device\": \"3318901\"\n            },\n            \"device_type_streams\": \"310480\",\n            \"engagement\": {\n                \"lean_back\": \"9335353\",\n                \"lean_forward\": \"972328\"\n            },\n            \"engagement_streams\": \"5651410\",\n            \"isrc\": \"CH1261650811\",\n            \"operating_system\": {\n                \"alexa\": \"8613696\",\n                \"android\": \"9074428\",\n                \"fire_os\": \"8006635\",\n                \"ios\": \"3398789\",\n                \"mac_osx\": \"1521760\",\n                \"third_party_device_os\": \"44083\",\n                \"unknown\": \"9005852\",\n                \"windows\": \"5233594\"\n            },\n            \"operating_system_streams\": \"2983052\",\n            \"referral_source_type\": {\n                \"not_available\": \"8662917\",\n                \"recommended_content_promotions\": \"5095714\",\n                \"search_result\": \"4912263\",\n                \"sme_paid_promotion\": \"9764854\",\n                \"sme_promotional_marketing_inventory\": \"5088740\",\n                \"websites_or_hyperlinks\": \"444437\"\n            },\n            \"referral_source_type_streams\": \"6314667\",\n            \"royalty_bearing_play_no\": \"4798592\",\n            \"royalty_bearing_play_yes\": \"4937914\",\n            \"selection_source_type\": {\n                \"album\": \"9202017\",\n                \"amf_station\": \"6692332\",\n                \"amf_station_seed\": \"7655593\",\n                \"artist\": \"1615695\",\n                \"auto_playlist\": \"7025180\",\n                \"custom_mix\": \"2284239\",\n                \"error\": \"3929158\",\n                \"genre\": \"5206886\",\n                \"gno_prime_playlist\": \"1634407\",\n                \"gno_unl_playlist\": \"3841616\",\n                \"golden_playlist\": \"9973695\",\n                \"prime_playlist\": \"2303906\",\n                \"prime_station\": \"9549552\",\n                \"prime_station_seed\": \"79144\",\n                \"recently_added\": \"4770412\",\n                \"recently_played\": \"7104438\",\n                \"search\": \"7528344\",\n                \"shared_playlist\": \"8491286\",\n                \"similarity\": \"5611896\",\n                \"similarity_station\": \"8418149\",\n                \"songs\": \"7292592\",\n                \"station\": \"5279231\",\n                \"track\": \"8698031\",\n                \"undefined\": \"3107035\",\n                \"unknown\": \"3413082\",\n                \"unl_station_seed\": \"1276330\",\n                \"unlimited_playlist\": \"2298677\",\n                \"unlimited_station\": \"7661617\",\n                \"unlimited_station_se\": \"4106352\",\n                \"user_playlist\": \"843793\"\n            },\n            \"selection_source_type_streams\": \"3379047\",\n            \"stream_source_type\": {\n                \"all_other_areas\": \"2811276\",\n                \"api_partner\": \"4649835\",\n                \"artist_profile_page\": \"2273270\",\n                \"charts_and_algorithmic\": \"6689802\",\n                \"content_pages\": \"8421092\",\n                \"followed_saved_third_party\": \"846690\",\n                \"promotional\": \"3351795\",\n                \"recent_activity\": \"5905992\",\n                \"search_results_page\": \"993465\",\n                \"semi_interactive_radio_station\": \"9837042\",\n                \"user_created_playlists\": \"9032951\"\n            },\n            \"stream_source_type_streams\": \"672538\",\n            \"streams\": \"3826793\",\n            \"subscription_type\": {\n                \"adsupported\": \"5246546\",\n                \"prime\": \"6741612\",\n                \"subscription\": \"1572652\",\n                \"unlimited\": \"7246266\"\n            }\n        },\n        {\n            \"country_code\": \"us\",\n            \"device_type\": {\n                \"cell_phone_app_mobile_web\": \"9718654\",\n                \"connected_home_audio_tether\": \"3048592\",\n                \"connected_home_tv\": \"6275107\",\n                \"desktop\": \"5366613\",\n                \"gaming_system\": \"374089\",\n                \"in_dash_car_integration\": \"1741642\",\n                \"mobile_to_car_tether\": \"9013786\",\n                \"other\": \"254652\",\n                \"tablet_app\": \"6863330\",\n                \"voice_controlled_device\": \"9496324\"\n            },\n            \"device_type_streams\": \"8958486\",\n            \"engagement\": {\n                \"lean_back\": \"6763587\",\n                \"lean_forward\": \"5017825\"\n            },\n            \"engagement_streams\": \"640349\",\n            \"isrc\": \"QMDA61852569\",\n            \"operating_system\": {\n                \"alexa\": \"439476\",\n                \"android\": \"479694\",\n                \"fire_os\": \"4933521\",\n                \"ios\": \"3395931\",\n                \"mac_osx\": \"252704\",\n                \"third_party_device_os\": \"5614822\",\n                \"unknown\": \"7768390\",\n                \"windows\": \"5048636\"\n            },\n            \"operating_system_streams\": \"9271698\",\n            \"referral_source_type\": {\n                \"not_available\": \"7058786\",\n                \"recommended_content_promotions\": \"8258308\",\n                \"search_result\": \"2509554\",\n                \"sme_paid_promotion\": \"2289413\",\n                \"sme_promotional_marketing_inventory\": \"6534640\",\n                \"websites_or_hyperlinks\": \"5230433\"\n            },\n            \"referral_source_type_streams\": \"85085\",\n            \"royalty_bearing_play_no\": \"9195641\",\n            \"royalty_bearing_play_yes\": \"2778778\",\n            \"selection_source_type\": {\n                \"album\": \"7226993\",\n                \"amf_station\": \"3165265\",\n                \"amf_station_seed\": \"8766153\",\n                \"artist\": \"6495890\",\n                \"auto_playlist\": \"8754211\",\n                \"custom_mix\": \"6555173\",\n                \"error\": \"78344\",\n                \"genre\": \"9525673\",\n                \"gno_prime_playlist\": \"4236995\",\n                \"gno_unl_playlist\": \"6261737\",\n                \"golden_playlist\": \"5593238\",\n                \"prime_playlist\": \"8105882\",\n                \"prime_station\": \"2825099\",\n                \"prime_station_seed\": \"5134927\",\n                \"recently_added\": \"2907429\",\n                \"recently_played\": \"5525851\",\n                \"search\": \"3066923\",\n                \"shared_playlist\": \"7458999\",\n                \"similarity\": \"9904388\",\n                \"similarity_station\": \"5897481\",\n                \"songs\": \"4791101\",\n                \"station\": \"1216282\",\n                \"track\": \"5337876\",\n                \"undefined\": \"5934631\",\n                \"unknown\": \"5459993\",\n                \"unl_station_seed\": \"538628\",\n                \"unlimited_playlist\": \"1450932\",\n                \"unlimited_station\": \"8840658\",\n                \"unlimited_station_se\": \"4790035\",\n                \"user_playlist\": \"8360785\"\n            },\n            \"selection_source_type_streams\": \"7823007\",\n            \"stream_source_type\": {\n                \"all_other_areas\": \"6969386\",\n                \"api_partner\": \"3609787\",\n                \"artist_profile_page\": \"9541046\",\n                \"charts_and_algorithmic\": \"5521892\",\n                \"content_pages\": \"8262424\",\n                \"followed_saved_third_party\": \"4751846\",\n                \"promotional\": \"672862\",\n                \"recent_activity\": \"9369\",\n                \"search_results_page\": \"3660206\",\n                \"semi_interactive_radio_station\": \"1120600\",\n                \"user_created_playlists\": \"2559955\"\n            },\n            \"stream_source_type_streams\": \"4971255\",\n            \"streams\": \"8384161\",\n            \"subscription_type\": {\n                \"adsupported\": \"8438247\",\n                \"prime\": \"6959102\",\n                \"subscription\": \"3276035\",\n                \"unlimited\": \"9199639\"\n            }\n        },\n        {\n            \"country_code\": \"us\",\n            \"device_type\": {\n                \"cell_phone_app_mobile_web\": \"9911755\",\n                \"connected_home_audio_tether\": \"294060\",\n                \"connected_home_tv\": \"5422256\",\n                \"desktop\": \"5677934\",\n                \"gaming_system\": \"5506810\",\n                \"in_dash_car_integration\": \"2612022\",\n                \"mobile_to_car_tether\": \"1234933\",\n                \"other\": \"3924092\",\n                \"tablet_app\": \"8555272\",\n                \"voice_controlled_device\": \"6144856\"\n            },\n            \"device_type_streams\": \"4672563\",\n            \"engagement\": {\n                \"lean_back\": \"9907158\",\n                \"lean_forward\": \"3788851\"\n            },\n            \"engagement_streams\": \"5752626\",\n            \"isrc\": \"QMDA61852569\",\n            \"operating_system\": {\n                \"alexa\": \"2394796\",\n                \"android\": \"360734\",\n                \"fire_os\": \"7511475\",\n                \"ios\": \"5196336\",\n                \"mac_osx\": \"1220120\",\n                \"third_party_device_os\": \"1100827\",\n                \"unknown\": \"8093632\",\n                \"windows\": \"6855843\"\n            },\n            \"operating_system_streams\": \"1218003\",\n            \"referral_source_type\": {\n                \"not_available\": \"967155\",\n                \"recommended_content_promotions\": \"4221891\",\n                \"search_result\": \"4601810\",\n                \"sme_paid_promotion\": \"8241392\",\n                \"sme_promotional_marketing_inventory\": \"9131993\",\n                \"websites_or_hyperlinks\": \"8519451\"\n            },\n            \"referral_source_type_streams\": \"3660873\",\n            \"royalty_bearing_play_no\": \"8519947\",\n            \"royalty_bearing_play_yes\": \"8418005\",\n            \"selection_source_type\": {\n                \"album\": \"636217\",\n                \"amf_station\": \"3806893\",\n                \"amf_station_seed\": \"3087992\",\n                \"artist\": \"6787056\",\n                \"auto_playlist\": \"4354298\",\n                \"custom_mix\": \"7420036\",\n                \"error\": \"6377310\",\n                \"genre\": \"6500514\",\n                \"gno_prime_playlist\": \"3737344\",\n                \"gno_unl_playlist\": \"6467246\",\n                \"golden_playlist\": \"9551761\",\n                \"prime_playlist\": \"4432105\",\n                \"prime_station\": \"9148669\",\n                \"prime_station_seed\": \"5644718\",\n                \"recently_added\": \"6185046\",\n                \"recently_played\": \"8080886\",\n                \"search\": \"7424744\",\n                \"shared_playlist\": \"9606041\",\n                \"similarity\": \"1113726\",\n                \"similarity_station\": \"2016412\",\n                \"songs\": \"23082\",\n                \"station\": \"2417031\",\n                \"track\": \"9892309\",\n                \"undefined\": \"3928677\",\n                \"unknown\": \"6875797\",\n                \"unl_station_seed\": \"4276623\",\n                \"unlimited_playlist\": \"7537182\",\n                \"unlimited_station\": \"846886\",\n                \"unlimited_station_se\": \"9113954\",\n                \"user_playlist\": \"662083\"\n            },\n            \"selection_source_type_streams\": \"2498266\",\n            \"stream_source_type\": {\n                \"all_other_areas\": \"2099485\",\n                \"api_partner\": \"6868430\",\n                \"artist_profile_page\": \"7210537\",\n                \"charts_and_algorithmic\": \"9302367\",\n                \"content_pages\": \"9235596\",\n                \"followed_saved_third_party\": \"7557423\",\n                \"promotional\": \"2401625\",\n                \"recent_activity\": \"9241670\",\n                \"search_results_page\": \"5272559\",\n                \"semi_interactive_radio_station\": \"445381\",\n                \"user_created_playlists\": \"8722268\"\n            },\n            \"stream_source_type_streams\": \"8292586\",\n            \"streams\": \"2245995\",\n            \"subscription_type\": {\n                \"adsupported\": \"8890537\",\n                \"prime\": \"8274674\",\n                \"subscription\": \"9064384\",\n                \"unlimited\": \"5529320\"\n            }\n        },\n        {\n            \"country_code\": \"us\",\n            \"device_type\": {\n                \"cell_phone_app_mobile_web\": \"2777431\",\n                \"connected_home_audio_tether\": \"2524659\",\n                \"connected_home_tv\": \"5055841\",\n                \"desktop\": \"2344259\",\n                \"gaming_system\": \"5199599\",\n                \"in_dash_car_integration\": \"7549565\",\n                \"mobile_to_car_tether\": \"4249539\",\n                \"other\": \"6549339\",\n                \"tablet_app\": \"244770\",\n                \"voice_controlled_device\": \"2023580\"\n            },\n            \"device_type_streams\": \"7492519\",\n            \"engagement\": {\n                \"lean_back\": \"416823\",\n                \"lean_forward\": \"9528309\"\n            },\n            \"engagement_streams\": \"9052186\",\n            \"isrc\": \"ESA011891255\",\n            \"operating_system\": {\n                \"alexa\": \"7511538\",\n                \"android\": \"9680771\",\n                \"fire_os\": \"8960661\",\n                \"ios\": \"2620152\",\n                \"mac_osx\": \"9227763\",\n                \"third_party_device_os\": \"8703913\",\n                \"unknown\": \"1326707\",\n                \"windows\": \"1676246\"\n            },\n            \"operating_system_streams\": \"5896645\",\n            \"referral_source_type\": {\n                \"not_available\": \"8001825\",\n                \"recommended_content_promotions\": \"6789667\",\n                \"search_result\": \"5588478\",\n                \"sme_paid_promotion\": \"9782999\",\n                \"sme_promotional_marketing_inventory\": \"1680171\",\n                \"websites_or_hyperlinks\": \"311678\"\n            },\n            \"referral_source_type_streams\": \"1141551\",\n            \"royalty_bearing_play_no\": \"9304063\",\n            \"royalty_bearing_play_yes\": \"2793341\",\n            \"selection_source_type\": {\n                \"album\": \"8163252\",\n                \"amf_station\": \"662258\",\n                \"amf_station_seed\": \"7356565\",\n                \"artist\": \"6308996\",\n                \"auto_playlist\": \"5829251\",\n                \"custom_mix\": \"2893336\",\n                \"error\": \"6976262\",\n                \"genre\": \"3089524\",\n                \"gno_prime_playlist\": \"4256869\",\n                \"gno_unl_playlist\": \"4968757\",\n                \"golden_playlist\": \"9903494\",\n                \"prime_playlist\": \"8423222\",\n                \"prime_station\": \"691417\",\n                \"prime_station_seed\": \"6690655\",\n                \"recently_added\": \"7727929\",\n                \"recently_played\": \"2564271\",\n                \"search\": \"7307906\",\n                \"shared_playlist\": \"4417714\",\n                \"similarity\": \"9888735\",\n                \"similarity_station\": \"6462294\",\n                \"songs\": \"5995263\",\n                \"station\": \"1710431\",\n                \"track\": \"3807502\",\n                \"undefined\": \"5437428\",\n                \"unknown\": \"1219505\",\n                \"unl_station_seed\": \"8347796\",\n                \"unlimited_playlist\": \"1257361\",\n                \"unlimited_station\": \"9266022\",\n                \"unlimited_station_se\": \"792300\",\n                \"user_playlist\": \"5150736\"\n            },\n            \"selection_source_type_streams\": \"4735079\",\n            \"stream_source_type\": {\n                \"all_other_areas\": \"4353942\",\n                \"api_partner\": \"9357705\",\n                \"artist_profile_page\": \"7213215\",\n                \"charts_and_algorithmic\": \"3057507\",\n                \"content_pages\": \"5032342\",\n                \"followed_saved_third_party\": \"4138647\",\n                \"promotional\": \"2682676\",\n                \"recent_activity\": \"5204239\",\n                \"search_results_page\": \"540982\",\n                \"semi_interactive_radio_station\": \"3313042\",\n                \"user_created_playlists\": \"9133961\"\n            },\n            \"stream_source_type_streams\": \"6763458\",\n            \"streams\": \"3172204\",\n            \"subscription_type\": {\n                \"adsupported\": \"4995031\",\n                \"prime\": \"724664\",\n                \"subscription\": \"8928705\",\n                \"unlimited\": \"4146116\"\n            }\n        },\n        {\n            \"country_code\": \"us\",\n            \"device_type\": {\n                \"cell_phone_app_mobile_web\": \"7748711\",\n                \"connected_home_audio_tether\": \"1839699\",\n                \"connected_home_tv\": \"9965009\",\n                \"desktop\": \"4262013\",\n                \"gaming_system\": \"7034242\",\n                \"in_dash_car_integration\": \"1741507\",\n                \"mobile_to_car_tether\": \"6035968\",\n                \"other\": \"4965849\",\n                \"tablet_app\": \"5097041\",\n                \"voice_controlled_device\": \"4828394\"\n            },\n            \"device_type_streams\": \"9589266\",\n            \"engagement\": {\n                \"lean_back\": \"6658608\",\n                \"lean_forward\": \"8949993\"\n            },\n            \"engagement_streams\": \"5154565\",\n            \"isrc\": \"QMDA61852569\",\n            \"operating_system\": {\n                \"alexa\": \"6423631\",\n                \"android\": \"5316307\",\n                \"fire_os\": \"1887036\",\n                \"ios\": \"3452896\",\n                \"mac_osx\": \"9392202\",\n                \"third_party_device_os\": \"9867053\",\n                \"unknown\": \"704683\",\n                \"windows\": \"2935336\"\n            },\n            \"operating_system_streams\": \"4244228\",\n            \"referral_source_type\": {\n                \"not_available\": \"6463967\",\n                \"recommended_content_promotions\": \"9086122\",\n                \"search_result\": \"7649914\",\n                \"sme_paid_promotion\": \"1029888\",\n                \"sme_promotional_marketing_inventory\": \"8006946\",\n                \"websites_or_hyperlinks\": \"5258115\"\n            },\n            \"referral_source_type_streams\": \"836888\",\n            \"royalty_bearing_play_no\": \"2678469\",\n            \"royalty_bearing_play_yes\": \"8154922\",\n            \"selection_source_type\": {\n                \"album\": \"5837003\",\n                \"amf_station\": \"7451997\",\n                \"amf_station_seed\": \"681668\",\n                \"artist\": \"9015029\",\n                \"auto_playlist\": \"5254604\",\n                \"custom_mix\": \"7479583\",\n                \"error\": \"4225662\",\n                \"genre\": \"8915428\",\n                \"gno_prime_playlist\": \"5437334\",\n                \"gno_unl_playlist\": \"7568672\",\n                \"golden_playlist\": \"7350245\",\n                \"prime_playlist\": \"6251421\",\n                \"prime_station\": \"4341351\",\n                \"prime_station_seed\": \"5397831\",\n                \"recently_added\": \"8141738\",\n                \"recently_played\": \"642980\",\n                \"search\": \"3978821\",\n                \"shared_playlist\": \"7606144\",\n                \"similarity\": \"6894226\",\n                \"similarity_station\": \"7872914\",\n                \"songs\": \"5044105\",\n                \"station\": \"8572921\",\n                \"track\": \"2443792\",\n                \"undefined\": \"975117\",\n                \"unknown\": \"8626864\",\n                \"unl_station_seed\": \"8156667\",\n                \"unlimited_playlist\": \"4628656\",\n                \"unlimited_station\": \"2784586\",\n                \"unlimited_station_se\": \"1627944\",\n                \"user_playlist\": \"6951906\"\n            },\n            \"selection_source_type_streams\": \"8662467\",\n            \"stream_source_type\": {\n                \"all_other_areas\": \"1034806\",\n                \"api_partner\": \"1619583\",\n                \"artist_profile_page\": \"1429617\",\n                \"charts_and_algorithmic\": \"6191389\",\n                \"content_pages\": \"1764587\",\n                \"followed_saved_third_party\": \"4622817\",\n                \"promotional\": \"863282\",\n                \"recent_activity\": \"2318799\",\n                \"search_results_page\": \"2672248\",\n                \"semi_interactive_radio_station\": \"9944669\",\n                \"user_created_playlists\": \"612150\"\n            },\n            \"stream_source_type_streams\": \"9697392\",\n            \"streams\": \"6871439\",\n            \"subscription_type\": {\n                \"adsupported\": \"4929512\",\n                \"prime\": \"757690\",\n                \"subscription\": \"5096349\",\n                \"unlimited\": \"8986852\"\n            }\n        },\n        {\n            \"country_code\": \"us\",\n            \"device_type\": {\n                \"cell_phone_app_mobile_web\": \"5702431\",\n                \"connected_home_audio_tether\": \"6195092\",\n                \"connected_home_tv\": \"8040710\",\n                \"desktop\": \"680455\",\n                \"gaming_system\": \"7575363\",\n                \"in_dash_car_integration\": \"965167\",\n                \"mobile_to_car_tether\": \"1507478\",\n                \"other\": \"2746886\",\n                \"tablet_app\": \"3121375\",\n                \"voice_controlled_device\": \"8812607\"\n            },\n            \"device_type_streams\": \"8709946\",\n            \"engagement\": {\n                \"lean_back\": \"1894541\",\n                \"lean_forward\": \"3927685\"\n            },\n            \"engagement_streams\": \"2596784\",\n            \"isrc\": \"QMDA61852569\",\n            \"operating_system\": {\n                \"alexa\": \"6219716\",\n                \"android\": \"7853447\",\n                \"fire_os\": \"5399941\",\n                \"ios\": \"1289903\",\n                \"mac_osx\": \"5803219\",\n                \"third_party_device_os\": \"2212792\",\n                \"unknown\": \"3110643\",\n                \"windows\": \"1331296\"\n            },\n            \"operating_system_streams\": \"2961619\",\n            \"referral_source_type\": {\n                \"not_available\": \"9922126\",\n                \"recommended_content_promotions\": \"6934426\",\n                \"search_result\": \"1652491\",\n                \"sme_paid_promotion\": \"1317495\",\n                \"sme_promotional_marketing_inventory\": \"3550978\",\n                \"websites_or_hyperlinks\": \"7463956\"\n            },\n            \"referral_source_type_streams\": \"5436739\",\n            \"royalty_bearing_play_no\": \"4625846\",\n            \"royalty_bearing_play_yes\": \"5769575\",\n            \"selection_source_type\": {\n                \"album\": \"8302999\",\n                \"amf_station\": \"32502\",\n                \"amf_station_seed\": \"7912718\",\n                \"artist\": \"3208544\",\n                \"auto_playlist\": \"2960648\",\n                \"custom_mix\": \"7155983\",\n                \"error\": \"4199800\",\n                \"genre\": \"5690488\",\n                \"gno_prime_playlist\": \"9754476\",\n                \"gno_unl_playlist\": \"9796863\",\n                \"golden_playlist\": \"3010564\",\n                \"prime_playlist\": \"1773043\",\n                \"prime_station\": \"881864\",\n                \"prime_station_seed\": \"2573883\",\n                \"recently_added\": \"27382\",\n                \"recently_played\": \"5483259\",\n                \"search\": \"8053\",\n                \"shared_playlist\": \"2646910\",\n                \"similarity\": \"7756568\",\n                \"similarity_station\": \"5207479\",\n                \"songs\": \"6753250\",\n                \"station\": \"6504009\",\n                \"track\": \"644609\",\n                \"undefined\": \"4666551\",\n                \"unknown\": \"8924067\",\n                \"unl_station_seed\": \"322617\",\n                \"unlimited_playlist\": \"9077789\",\n                \"unlimited_station\": \"5993704\",\n                \"unlimited_station_se\": \"1206156\",\n                \"user_playlist\": \"7146941\"\n            },\n            \"selection_source_type_streams\": \"2842282\",\n            \"stream_source_type\": {\n                \"all_other_areas\": \"4462376\",\n                \"api_partner\": \"2068470\",\n                \"artist_profile_page\": \"1242258\",\n                \"charts_and_algorithmic\": \"9227715\",\n                \"content_pages\": \"5794283\",\n                \"followed_saved_third_party\": \"8140305\",\n                \"promotional\": \"8398144\",\n                \"recent_activity\": \"4296985\",\n                \"search_results_page\": \"7413217\",\n                \"semi_interactive_radio_station\": \"3323144\",\n                \"user_created_playlists\": \"3029933\"\n            },\n            \"stream_source_type_streams\": \"5255064\",\n            \"streams\": \"5749749\",\n            \"subscription_type\": {\n                \"adsupported\": \"302491\",\n                \"prime\": \"2112026\",\n                \"subscription\": \"599720\",\n                \"unlimited\": \"4147006\"\n            }\n        },\n        {\n            \"country_code\": \"us\",\n            \"device_type\": {\n                \"cell_phone_app_mobile_web\": \"7785777\",\n                \"connected_home_audio_tether\": \"2760448\",\n                \"connected_home_tv\": \"6612174\",\n                \"desktop\": \"3103492\",\n                \"gaming_system\": \"5696182\",\n                \"in_dash_car_integration\": \"8785400\",\n                \"mobile_to_car_tether\": \"6491959\",\n                \"other\": \"8598988\",\n                \"tablet_app\": \"5752340\",\n                \"voice_controlled_device\": \"1936163\"\n            },\n            \"device_type_streams\": \"7824836\",\n            \"engagement\": {\n                \"lean_back\": \"9184600\",\n                \"lean_forward\": \"9992537\"\n            },\n            \"engagement_streams\": \"4686185\",\n            \"isrc\": \"ESA011891255\",\n            \"operating_system\": {\n                \"alexa\": \"8241121\",\n                \"android\": \"3465871\",\n                \"fire_os\": \"3083798\",\n                \"ios\": \"4342132\",\n                \"mac_osx\": \"4418293\",\n                \"third_party_device_os\": \"5238019\",\n                \"unknown\": \"9983542\",\n                \"windows\": \"2418888\"\n            },\n            \"operating_system_streams\": \"962140\",\n            \"referral_source_type\": {\n                \"not_available\": \"8353847\",\n                \"recommended_content_promotions\": \"407938\",\n                \"search_result\": \"2121676\",\n                \"sme_paid_promotion\": \"6945998\",\n                \"sme_promotional_marketing_inventory\": \"7524154\",\n                \"websites_or_hyperlinks\": \"4570074\"\n            },\n            \"referral_source_type_streams\": \"6050790\",\n            \"royalty_bearing_play_no\": \"5792661\",\n            \"royalty_bearing_play_yes\": \"3042604\",\n            \"selection_source_type\": {\n                \"album\": \"5760054\",\n                \"amf_station\": \"2920709\",\n                \"amf_station_seed\": \"9634890\",\n                \"artist\": \"3763318\",\n                \"auto_playlist\": \"3372121\",\n                \"custom_mix\": \"2752603\",\n                \"error\": \"8812473\",\n                \"genre\": \"7002728\",\n                \"gno_prime_playlist\": \"8389478\",\n                \"gno_unl_playlist\": \"3687423\",\n                \"golden_playlist\": \"5661446\",\n                \"prime_playlist\": \"2869159\",\n                \"prime_station\": \"1229489\",\n                \"prime_station_seed\": \"6545258\",\n                \"recently_added\": \"1422265\",\n                \"recently_played\": \"9017620\",\n                \"search\": \"2131242\",\n                \"shared_playlist\": \"7165897\",\n                \"similarity\": \"3780428\",\n                \"similarity_station\": \"5016166\",\n                \"songs\": \"1526329\",\n                \"station\": \"3712031\",\n                \"track\": \"8603\",\n                \"undefined\": \"2497803\",\n                \"unknown\": \"7067971\",\n                \"unl_station_seed\": \"9357102\",\n                \"unlimited_playlist\": \"3897930\",\n                \"unlimited_station\": \"485350\",\n                \"unlimited_station_se\": \"7299870\",\n                \"user_playlist\": \"9461853\"\n            },\n            \"selection_source_type_streams\": \"8612118\",\n            \"stream_source_type\": {\n                \"all_other_areas\": \"9547783\",\n                \"api_partner\": \"5021471\",\n                \"artist_profile_page\": \"1779630\",\n                \"charts_and_algorithmic\": \"2690688\",\n                \"content_pages\": \"4773000\",\n                \"followed_saved_third_party\": \"7906396\",\n                \"promotional\": \"441285\",\n                \"recent_activity\": \"1679516\",\n                \"search_results_page\": \"4472649\",\n                \"semi_interactive_radio_station\": \"2292536\",\n                \"user_created_playlists\": \"9530086\"\n            },\n            \"stream_source_type_streams\": \"7288747\",\n            \"streams\": \"295880\",\n            \"subscription_type\": {\n                \"adsupported\": \"7643743\",\n                \"prime\": \"6172216\",\n                \"subscription\": \"5636780\",\n                \"unlimited\": \"3805608\"\n            }\n        },\n        {\n            \"country_code\": \"us\",\n            \"device_type\": {\n                \"cell_phone_app_mobile_web\": \"645963\",\n                \"connected_home_audio_tether\": \"9006316\",\n                \"connected_home_tv\": \"5381477\",\n                \"desktop\": \"8940248\",\n                \"gaming_system\": \"6405940\",\n                \"in_dash_car_integration\": \"678612\",\n                \"mobile_to_car_tether\": \"8371818\",\n                \"other\": \"7299110\",\n                \"tablet_app\": \"6381249\",\n                \"voice_controlled_device\": \"7557469\"\n            },\n            \"device_type_streams\": \"3586108\",\n            \"engagement\": {\n                \"lean_back\": \"7293767\",\n                \"lean_forward\": \"3262423\"\n            },\n            \"engagement_streams\": \"7114860\",\n            \"isrc\": \"ESA011891255\",\n            \"operating_system\": {\n                \"alexa\": \"4830203\",\n                \"android\": \"3950587\",\n                \"fire_os\": \"7761588\",\n                \"ios\": \"937738\",\n                \"mac_osx\": \"2867070\",\n                \"third_party_device_os\": \"6988575\",\n                \"unknown\": \"1544768\",\n                \"windows\": \"6519411\"\n            },\n            \"operating_system_streams\": \"8305518\",\n            \"referral_source_type\": {\n                \"not_available\": \"932187\",\n                \"recommended_content_promotions\": \"6430634\",\n                \"search_result\": \"41504\",\n                \"sme_paid_promotion\": \"4689428\",\n                \"sme_promotional_marketing_inventory\": \"7403533\",\n                \"websites_or_hyperlinks\": \"7263942\"\n            },\n            \"referral_source_type_streams\": \"6797934\",\n            \"royalty_bearing_play_no\": \"7924372\",\n            \"royalty_bearing_play_yes\": \"8378582\",\n            \"selection_source_type\": {\n                \"album\": \"4758211\",\n                \"amf_station\": \"2372919\",\n                \"amf_station_seed\": \"5466390\",\n                \"artist\": \"7327735\",\n                \"auto_playlist\": \"5129936\",\n                \"custom_mix\": \"1996980\",\n                \"error\": \"9248662\",\n                \"genre\": \"8107028\",\n                \"gno_prime_playlist\": \"3082730\",\n                \"gno_unl_playlist\": \"1830170\",\n                \"golden_playlist\": \"142495\",\n                \"prime_playlist\": \"2256285\",\n                \"prime_station\": \"9174580\",\n                \"prime_station_seed\": \"5470155\",\n                \"recently_added\": \"3098696\",\n                \"recently_played\": \"9461224\",\n                \"search\": \"2823436\",\n                \"shared_playlist\": \"2201239\",\n                \"similarity\": \"4330713\",\n                \"similarity_station\": \"2392361\",\n                \"songs\": \"5067817\",\n                \"station\": \"3372234\",\n                \"track\": \"4396709\",\n                \"undefined\": \"6394590\",\n                \"unknown\": \"4202604\",\n                \"unl_station_seed\": \"7572694\",\n                \"unlimited_playlist\": \"4579342\",\n                \"unlimited_station\": \"2342409\",\n                \"unlimited_station_se\": \"2170609\",\n                \"user_playlist\": \"338771\"\n            },\n            \"selection_source_type_streams\": \"1332460\",\n            \"stream_source_type\": {\n                \"all_other_areas\": \"4042789\",\n                \"api_partner\": \"3875991\",\n                \"artist_profile_page\": \"4127515\",\n                \"charts_and_algorithmic\": \"251\",\n                \"content_pages\": \"6288614\",\n                \"followed_saved_third_party\": \"7597452\",\n                \"promotional\": \"2290946\",\n                \"recent_activity\": \"8736842\",\n                \"search_results_page\": \"8016929\",\n                \"semi_interactive_radio_station\": \"4150419\",\n                \"user_created_playlists\": \"846076\"\n            },\n            \"stream_source_type_streams\": \"2791779\",\n            \"streams\": \"8501708\",\n            \"subscription_type\": {\n                \"adsupported\": \"2767291\",\n                \"prime\": \"5707420\",\n                \"subscription\": \"5916361\",\n                \"unlimited\": \"7430534\"\n            }\n        },\n        {\n            \"country_code\": \"us\",\n            \"device_type\": {\n                \"cell_phone_app_mobile_web\": \"2820726\",\n                \"connected_home_audio_tether\": \"4275235\",\n                \"connected_home_tv\": \"8259575\",\n                \"desktop\": \"110599\",\n                \"gaming_system\": \"5791873\",\n                \"in_dash_car_integration\": \"1563163\",\n                \"mobile_to_car_tether\": \"4134446\",\n                \"other\": \"2944521\",\n                \"tablet_app\": \"8335725\",\n                \"voice_controlled_device\": \"1711792\"\n            },\n            \"device_type_streams\": \"449866\",\n            \"engagement\": {\n                \"lean_back\": \"8035326\",\n                \"lean_forward\": \"6889617\"\n            },\n            \"engagement_streams\": \"5821276\",\n            \"isrc\": \"QMDA61852569\",\n            \"operating_system\": {\n                \"alexa\": \"2719616\",\n                \"android\": \"1267445\",\n                \"fire_os\": \"3717076\",\n                \"ios\": \"5417574\",\n                \"mac_osx\": \"3572747\",\n                \"third_party_device_os\": \"6102969\",\n                \"unknown\": \"7432076\",\n                \"windows\": \"1108490\"\n            },\n            \"operating_system_streams\": \"6295103\",\n            \"referral_source_type\": {\n                \"not_available\": \"9116808\",\n                \"recommended_content_promotions\": \"9898921\",\n                \"search_result\": \"5570039\",\n                \"sme_paid_promotion\": \"3902335\",\n                \"sme_promotional_marketing_inventory\": \"736579\",\n                \"websites_or_hyperlinks\": \"9828356\"\n            },\n            \"referral_source_type_streams\": \"994743\",\n            \"royalty_bearing_play_no\": \"201998\",\n            \"royalty_bearing_play_yes\": \"9465514\",\n            \"selection_source_type\": {\n                \"album\": \"6709722\",\n                \"amf_station\": \"4616574\",\n                \"amf_station_seed\": \"6439108\",\n                \"artist\": \"7607384\",\n                \"auto_playlist\": \"5572672\",\n                \"custom_mix\": \"53758\",\n                \"error\": \"6606805\",\n                \"genre\": \"2865969\",\n                \"gno_prime_playlist\": \"6593978\",\n                \"gno_unl_playlist\": \"3309276\",\n                \"golden_playlist\": \"5664827\",\n                \"prime_playlist\": \"9546804\",\n                \"prime_station\": \"5201069\",\n                \"prime_station_seed\": \"2675575\",\n                \"recently_added\": \"7406220\",\n                \"recently_played\": \"5325825\",\n                \"search\": \"4288072\",\n                \"shared_playlist\": \"8155787\",\n                \"similarity\": \"4849480\",\n                \"similarity_station\": \"2243730\",\n                \"songs\": \"3603064\",\n                \"station\": \"6257940\",\n                \"track\": \"9093828\",\n                \"undefined\": \"4203465\",\n                \"unknown\": \"9263761\",\n                \"unl_station_seed\": \"3764761\",\n                \"unlimited_playlist\": \"6288341\",\n                \"unlimited_station\": \"3774422\",\n                \"unlimited_station_se\": \"8421072\",\n                \"user_playlist\": \"7491102\"\n            },\n            \"selection_source_type_streams\": \"3092408\",\n            \"stream_source_type\": {\n                \"all_other_areas\": \"2383877\",\n                \"api_partner\": \"5804307\",\n                \"artist_profile_page\": \"7093702\",\n                \"charts_and_algorithmic\": \"5228414\",\n                \"content_pages\": \"8445052\",\n                \"followed_saved_third_party\": \"6008295\",\n                \"promotional\": \"3752029\",\n                \"recent_activity\": \"1752218\",\n                \"search_results_page\": \"9507616\",\n                \"semi_interactive_radio_station\": \"7842375\",\n                \"user_created_playlists\": \"3114057\"\n            },\n            \"stream_source_type_streams\": \"3104246\",\n            \"streams\": \"6668343\",\n            \"subscription_type\": {\n                \"adsupported\": \"9686740\",\n                \"prime\": \"727224\",\n                \"subscription\": \"3244129\",\n                \"unlimited\": \"1463939\"\n            }\n        },\n        {\n            \"country_code\": \"us\",\n            \"device_type\": {\n                \"cell_phone_app_mobile_web\": \"2616104\",\n                \"connected_home_audio_tether\": \"7247634\",\n                \"connected_home_tv\": \"1126846\",\n                \"desktop\": \"7508747\",\n                \"gaming_system\": \"4038068\",\n                \"in_dash_car_integration\": \"9470784\",\n                \"mobile_to_car_tether\": \"2134744\",\n                \"other\": \"7153949\",\n                \"tablet_app\": \"325653\",\n                \"voice_controlled_device\": \"2050840\"\n            },\n            \"device_type_streams\": \"7662359\",\n            \"engagement\": {\n                \"lean_back\": \"8476586\",\n                \"lean_forward\": \"8253745\"\n            },\n            \"engagement_streams\": \"3704917\",\n            \"isrc\": \"QMDA61852569\",\n            \"operating_system\": {\n                \"alexa\": \"9360247\",\n                \"android\": \"853301\",\n                \"fire_os\": \"6345167\",\n                \"ios\": \"9706230\",\n                \"mac_osx\": \"2567262\",\n                \"third_party_device_os\": \"6042296\",\n                \"unknown\": \"2777389\",\n                \"windows\": \"2192034\"\n            },\n            \"operating_system_streams\": \"3357138\",\n            \"referral_source_type\": {\n                \"not_available\": \"1452439\",\n                \"recommended_content_promotions\": \"4589169\",\n                \"search_result\": \"7156907\",\n                \"sme_paid_promotion\": \"3365927\",\n                \"sme_promotional_marketing_inventory\": \"7099915\",\n                \"websites_or_hyperlinks\": \"8262252\"\n            },\n            \"referral_source_type_streams\": \"9481602\",\n            \"royalty_bearing_play_no\": \"7626001\",\n            \"royalty_bearing_play_yes\": \"2611680\",\n            \"selection_source_type\": {\n                \"album\": \"950420\",\n                \"amf_station\": \"7596506\",\n                \"amf_station_seed\": \"1700957\",\n                \"artist\": \"5573785\",\n                \"auto_playlist\": \"1006891\",\n                \"custom_mix\": \"5650730\",\n                \"error\": \"5746398\",\n                \"genre\": \"1848591\",\n                \"gno_prime_playlist\": \"4713421\",\n                \"gno_unl_playlist\": \"4742857\",\n                \"golden_playlist\": \"8135384\",\n                \"prime_playlist\": \"1121677\",\n                \"prime_station\": \"8031857\",\n                \"prime_station_seed\": \"6334740\",\n                \"recently_added\": \"7214794\",\n                \"recently_played\": \"7724077\",\n                \"search\": \"3693782\",\n                \"shared_playlist\": \"1877166\",\n                \"similarity\": \"6936267\",\n                \"similarity_station\": \"5212815\",\n                \"songs\": \"1250779\",\n                \"station\": \"8466695\",\n                \"track\": \"2034308\",\n                \"undefined\": \"8955080\",\n                \"unknown\": \"8783027\",\n                \"unl_station_seed\": \"7951893\",\n                \"unlimited_playlist\": \"3330699\",\n                \"unlimited_station\": \"6481885\",\n                \"unlimited_station_se\": \"1560400\",\n                \"user_playlist\": \"782563\"\n            },\n            \"selection_source_type_streams\": \"8549225\",\n            \"stream_source_type\": {\n                \"all_other_areas\": \"7369651\",\n                \"api_partner\": \"2013839\",\n                \"artist_profile_page\": \"7933224\",\n                \"charts_and_algorithmic\": \"8572144\",\n                \"content_pages\": \"9792402\",\n                \"followed_saved_third_party\": \"982597\",\n                \"promotional\": \"3272184\",\n                \"recent_activity\": \"618892\",\n                \"search_results_page\": \"9587484\",\n                \"semi_interactive_radio_station\": \"1856061\",\n                \"user_created_playlists\": \"5808096\"\n            },\n            \"stream_source_type_streams\": \"9956564\",\n            \"streams\": \"6138112\",\n            \"subscription_type\": {\n                \"adsupported\": \"679882\",\n                \"prime\": \"3073016\",\n                \"subscription\": \"208076\",\n                \"unlimited\": \"3017206\"\n            }\n        }\n    ]\n}"
						}
					]
				},
				{
					"name": "v2/health",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Content-Type",
								"name": "Content-Type",
								"type": "text",
								"value": "application/json",
								"disabled": true
							},
							{
								"key": "Accept",
								"type": "text",
								"value": "application/json",
								"disabled": true
							},
							{
								"key": "Authorization",
								"type": "text",
								"value": "Bearer {{token}}",
								"disabled": true
							},
							{
								"key": "Cache-Control",
								"value": "no-cache",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "urlencoded",
							"urlencoded": []
						},
						"url": {
							"raw": "{{proto}}{{hostname}}/v2/health",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v2",
								"health"
							]
						}
					},
					"response": [
						{
							"name": "v2/amazon/tracks/streams",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Content-Type",
										"name": "Content-Type",
										"type": "text",
										"value": "application/x-www-form-urlencoded"
									},
									{
										"key": "Accept",
										"type": "text",
										"value": "application/json",
										"disabled": true
									},
									{
										"key": "Authorization",
										"type": "text",
										"value": "Bearer {{token}}",
										"disabled": true
									}
								],
								"url": {
									"raw": "{{proto}}{{hostname}}/v2/amazon/tracks/streams?start_date=2019-10-01&end_date=2019-10-24&isrc=CH1261650811&isrc={{isrc1}}&isrc={{isrc4}}&limit=10&country_code=us",
									"host": [
										"{{proto}}{{hostname}}"
									],
									"path": [
										"v2",
										"amazon",
										"tracks",
										"streams"
									],
									"query": [
										{
											"key": "start_date",
											"value": "2019-10-01"
										},
										{
											"key": "end_date",
											"value": "2019-10-24"
										},
										{
											"key": "isrc",
											"value": "CH1261650811"
										},
										{
											"key": "isrc",
											"value": "{{isrc1}}"
										},
										{
											"key": "isrc",
											"value": "{{isrc4}}"
										},
										{
											"key": "isrc",
											"value": "{{isrc2}}",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "10"
										},
										{
											"key": "country_code",
											"value": "us"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Server",
									"value": "gunicorn/19.9.0"
								},
								{
									"key": "Date",
									"value": "Tue, 03 Dec 2019 19:55:38 GMT"
								},
								{
									"key": "Connection",
									"value": "close"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "34042"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"count\": 10,\n    \"items\": [\n        {\n            \"country_code\": \"us\",\n            \"device_type\": {\n                \"cell_phone_app_mobile_web\": \"2380512\",\n                \"connected_home_audio_tether\": \"5334736\",\n                \"connected_home_tv\": \"9958009\",\n                \"desktop\": \"5146088\",\n                \"gaming_system\": \"7341576\",\n                \"in_dash_car_integration\": \"1619837\",\n                \"mobile_to_car_tether\": \"1263651\",\n                \"other\": \"762229\",\n                \"tablet_app\": \"3936154\",\n                \"voice_controlled_device\": \"3318901\"\n            },\n            \"device_type_streams\": \"310480\",\n            \"engagement\": {\n                \"lean_back\": \"9335353\",\n                \"lean_forward\": \"972328\"\n            },\n            \"engagement_streams\": \"5651410\",\n            \"isrc\": \"CH1261650811\",\n            \"operating_system\": {\n                \"alexa\": \"8613696\",\n                \"android\": \"9074428\",\n                \"fire_os\": \"8006635\",\n                \"ios\": \"3398789\",\n                \"mac_osx\": \"1521760\",\n                \"third_party_device_os\": \"44083\",\n                \"unknown\": \"9005852\",\n                \"windows\": \"5233594\"\n            },\n            \"operating_system_streams\": \"2983052\",\n            \"referral_source_type\": {\n                \"not_available\": \"8662917\",\n                \"recommended_content_promotions\": \"5095714\",\n                \"search_result\": \"4912263\",\n                \"sme_paid_promotion\": \"9764854\",\n                \"sme_promotional_marketing_inventory\": \"5088740\",\n                \"websites_or_hyperlinks\": \"444437\"\n            },\n            \"referral_source_type_streams\": \"6314667\",\n            \"royalty_bearing_play_no\": \"4798592\",\n            \"royalty_bearing_play_yes\": \"4937914\",\n            \"selection_source_type\": {\n                \"album\": \"9202017\",\n                \"amf_station\": \"6692332\",\n                \"amf_station_seed\": \"7655593\",\n                \"artist\": \"1615695\",\n                \"auto_playlist\": \"7025180\",\n                \"custom_mix\": \"2284239\",\n                \"error\": \"3929158\",\n                \"genre\": \"5206886\",\n                \"gno_prime_playlist\": \"1634407\",\n                \"gno_unl_playlist\": \"3841616\",\n                \"golden_playlist\": \"9973695\",\n                \"prime_playlist\": \"2303906\",\n                \"prime_station\": \"9549552\",\n                \"prime_station_seed\": \"79144\",\n                \"recently_added\": \"4770412\",\n                \"recently_played\": \"7104438\",\n                \"search\": \"7528344\",\n                \"shared_playlist\": \"8491286\",\n                \"similarity\": \"5611896\",\n                \"similarity_station\": \"8418149\",\n                \"songs\": \"7292592\",\n                \"station\": \"5279231\",\n                \"track\": \"8698031\",\n                \"undefined\": \"3107035\",\n                \"unknown\": \"3413082\",\n                \"unl_station_seed\": \"1276330\",\n                \"unlimited_playlist\": \"2298677\",\n                \"unlimited_station\": \"7661617\",\n                \"unlimited_station_se\": \"4106352\",\n                \"user_playlist\": \"843793\"\n            },\n            \"selection_source_type_streams\": \"3379047\",\n            \"stream_source_type\": {\n                \"all_other_areas\": \"2811276\",\n                \"api_partner\": \"4649835\",\n                \"artist_profile_page\": \"2273270\",\n                \"charts_and_algorithmic\": \"6689802\",\n                \"content_pages\": \"8421092\",\n                \"followed_saved_third_party\": \"846690\",\n                \"promotional\": \"3351795\",\n                \"recent_activity\": \"5905992\",\n                \"search_results_page\": \"993465\",\n                \"semi_interactive_radio_station\": \"9837042\",\n                \"user_created_playlists\": \"9032951\"\n            },\n            \"stream_source_type_streams\": \"672538\",\n            \"streams\": \"3826793\",\n            \"subscription_type\": {\n                \"adsupported\": \"5246546\",\n                \"prime\": \"6741612\",\n                \"subscription\": \"1572652\",\n                \"unlimited\": \"7246266\"\n            }\n        },\n        {\n            \"country_code\": \"us\",\n            \"device_type\": {\n                \"cell_phone_app_mobile_web\": \"9718654\",\n                \"connected_home_audio_tether\": \"3048592\",\n                \"connected_home_tv\": \"6275107\",\n                \"desktop\": \"5366613\",\n                \"gaming_system\": \"374089\",\n                \"in_dash_car_integration\": \"1741642\",\n                \"mobile_to_car_tether\": \"9013786\",\n                \"other\": \"254652\",\n                \"tablet_app\": \"6863330\",\n                \"voice_controlled_device\": \"9496324\"\n            },\n            \"device_type_streams\": \"8958486\",\n            \"engagement\": {\n                \"lean_back\": \"6763587\",\n                \"lean_forward\": \"5017825\"\n            },\n            \"engagement_streams\": \"640349\",\n            \"isrc\": \"QMDA61852569\",\n            \"operating_system\": {\n                \"alexa\": \"439476\",\n                \"android\": \"479694\",\n                \"fire_os\": \"4933521\",\n                \"ios\": \"3395931\",\n                \"mac_osx\": \"252704\",\n                \"third_party_device_os\": \"5614822\",\n                \"unknown\": \"7768390\",\n                \"windows\": \"5048636\"\n            },\n            \"operating_system_streams\": \"9271698\",\n            \"referral_source_type\": {\n                \"not_available\": \"7058786\",\n                \"recommended_content_promotions\": \"8258308\",\n                \"search_result\": \"2509554\",\n                \"sme_paid_promotion\": \"2289413\",\n                \"sme_promotional_marketing_inventory\": \"6534640\",\n                \"websites_or_hyperlinks\": \"5230433\"\n            },\n            \"referral_source_type_streams\": \"85085\",\n            \"royalty_bearing_play_no\": \"9195641\",\n            \"royalty_bearing_play_yes\": \"2778778\",\n            \"selection_source_type\": {\n                \"album\": \"7226993\",\n                \"amf_station\": \"3165265\",\n                \"amf_station_seed\": \"8766153\",\n                \"artist\": \"6495890\",\n                \"auto_playlist\": \"8754211\",\n                \"custom_mix\": \"6555173\",\n                \"error\": \"78344\",\n                \"genre\": \"9525673\",\n                \"gno_prime_playlist\": \"4236995\",\n                \"gno_unl_playlist\": \"6261737\",\n                \"golden_playlist\": \"5593238\",\n                \"prime_playlist\": \"8105882\",\n                \"prime_station\": \"2825099\",\n                \"prime_station_seed\": \"5134927\",\n                \"recently_added\": \"2907429\",\n                \"recently_played\": \"5525851\",\n                \"search\": \"3066923\",\n                \"shared_playlist\": \"7458999\",\n                \"similarity\": \"9904388\",\n                \"similarity_station\": \"5897481\",\n                \"songs\": \"4791101\",\n                \"station\": \"1216282\",\n                \"track\": \"5337876\",\n                \"undefined\": \"5934631\",\n                \"unknown\": \"5459993\",\n                \"unl_station_seed\": \"538628\",\n                \"unlimited_playlist\": \"1450932\",\n                \"unlimited_station\": \"8840658\",\n                \"unlimited_station_se\": \"4790035\",\n                \"user_playlist\": \"8360785\"\n            },\n            \"selection_source_type_streams\": \"7823007\",\n            \"stream_source_type\": {\n                \"all_other_areas\": \"6969386\",\n                \"api_partner\": \"3609787\",\n                \"artist_profile_page\": \"9541046\",\n                \"charts_and_algorithmic\": \"5521892\",\n                \"content_pages\": \"8262424\",\n                \"followed_saved_third_party\": \"4751846\",\n                \"promotional\": \"672862\",\n                \"recent_activity\": \"9369\",\n                \"search_results_page\": \"3660206\",\n                \"semi_interactive_radio_station\": \"1120600\",\n                \"user_created_playlists\": \"2559955\"\n            },\n            \"stream_source_type_streams\": \"4971255\",\n            \"streams\": \"8384161\",\n            \"subscription_type\": {\n                \"adsupported\": \"8438247\",\n                \"prime\": \"6959102\",\n                \"subscription\": \"3276035\",\n                \"unlimited\": \"9199639\"\n            }\n        },\n        {\n            \"country_code\": \"us\",\n            \"device_type\": {\n                \"cell_phone_app_mobile_web\": \"9911755\",\n                \"connected_home_audio_tether\": \"294060\",\n                \"connected_home_tv\": \"5422256\",\n                \"desktop\": \"5677934\",\n                \"gaming_system\": \"5506810\",\n                \"in_dash_car_integration\": \"2612022\",\n                \"mobile_to_car_tether\": \"1234933\",\n                \"other\": \"3924092\",\n                \"tablet_app\": \"8555272\",\n                \"voice_controlled_device\": \"6144856\"\n            },\n            \"device_type_streams\": \"4672563\",\n            \"engagement\": {\n                \"lean_back\": \"9907158\",\n                \"lean_forward\": \"3788851\"\n            },\n            \"engagement_streams\": \"5752626\",\n            \"isrc\": \"QMDA61852569\",\n            \"operating_system\": {\n                \"alexa\": \"2394796\",\n                \"android\": \"360734\",\n                \"fire_os\": \"7511475\",\n                \"ios\": \"5196336\",\n                \"mac_osx\": \"1220120\",\n                \"third_party_device_os\": \"1100827\",\n                \"unknown\": \"8093632\",\n                \"windows\": \"6855843\"\n            },\n            \"operating_system_streams\": \"1218003\",\n            \"referral_source_type\": {\n                \"not_available\": \"967155\",\n                \"recommended_content_promotions\": \"4221891\",\n                \"search_result\": \"4601810\",\n                \"sme_paid_promotion\": \"8241392\",\n                \"sme_promotional_marketing_inventory\": \"9131993\",\n                \"websites_or_hyperlinks\": \"8519451\"\n            },\n            \"referral_source_type_streams\": \"3660873\",\n            \"royalty_bearing_play_no\": \"8519947\",\n            \"royalty_bearing_play_yes\": \"8418005\",\n            \"selection_source_type\": {\n                \"album\": \"636217\",\n                \"amf_station\": \"3806893\",\n                \"amf_station_seed\": \"3087992\",\n                \"artist\": \"6787056\",\n                \"auto_playlist\": \"4354298\",\n                \"custom_mix\": \"7420036\",\n                \"error\": \"6377310\",\n                \"genre\": \"6500514\",\n                \"gno_prime_playlist\": \"3737344\",\n                \"gno_unl_playlist\": \"6467246\",\n                \"golden_playlist\": \"9551761\",\n                \"prime_playlist\": \"4432105\",\n                \"prime_station\": \"9148669\",\n                \"prime_station_seed\": \"5644718\",\n                \"recently_added\": \"6185046\",\n                \"recently_played\": \"8080886\",\n                \"search\": \"7424744\",\n                \"shared_playlist\": \"9606041\",\n                \"similarity\": \"1113726\",\n                \"similarity_station\": \"2016412\",\n                \"songs\": \"23082\",\n                \"station\": \"2417031\",\n                \"track\": \"9892309\",\n                \"undefined\": \"3928677\",\n                \"unknown\": \"6875797\",\n                \"unl_station_seed\": \"4276623\",\n                \"unlimited_playlist\": \"7537182\",\n                \"unlimited_station\": \"846886\",\n                \"unlimited_station_se\": \"9113954\",\n                \"user_playlist\": \"662083\"\n            },\n            \"selection_source_type_streams\": \"2498266\",\n            \"stream_source_type\": {\n                \"all_other_areas\": \"2099485\",\n                \"api_partner\": \"6868430\",\n                \"artist_profile_page\": \"7210537\",\n                \"charts_and_algorithmic\": \"9302367\",\n                \"content_pages\": \"9235596\",\n                \"followed_saved_third_party\": \"7557423\",\n                \"promotional\": \"2401625\",\n                \"recent_activity\": \"9241670\",\n                \"search_results_page\": \"5272559\",\n                \"semi_interactive_radio_station\": \"445381\",\n                \"user_created_playlists\": \"8722268\"\n            },\n            \"stream_source_type_streams\": \"8292586\",\n            \"streams\": \"2245995\",\n            \"subscription_type\": {\n                \"adsupported\": \"8890537\",\n                \"prime\": \"8274674\",\n                \"subscription\": \"9064384\",\n                \"unlimited\": \"5529320\"\n            }\n        },\n        {\n            \"country_code\": \"us\",\n            \"device_type\": {\n                \"cell_phone_app_mobile_web\": \"2777431\",\n                \"connected_home_audio_tether\": \"2524659\",\n                \"connected_home_tv\": \"5055841\",\n                \"desktop\": \"2344259\",\n                \"gaming_system\": \"5199599\",\n                \"in_dash_car_integration\": \"7549565\",\n                \"mobile_to_car_tether\": \"4249539\",\n                \"other\": \"6549339\",\n                \"tablet_app\": \"244770\",\n                \"voice_controlled_device\": \"2023580\"\n            },\n            \"device_type_streams\": \"7492519\",\n            \"engagement\": {\n                \"lean_back\": \"416823\",\n                \"lean_forward\": \"9528309\"\n            },\n            \"engagement_streams\": \"9052186\",\n            \"isrc\": \"ESA011891255\",\n            \"operating_system\": {\n                \"alexa\": \"7511538\",\n                \"android\": \"9680771\",\n                \"fire_os\": \"8960661\",\n                \"ios\": \"2620152\",\n                \"mac_osx\": \"9227763\",\n                \"third_party_device_os\": \"8703913\",\n                \"unknown\": \"1326707\",\n                \"windows\": \"1676246\"\n            },\n            \"operating_system_streams\": \"5896645\",\n            \"referral_source_type\": {\n                \"not_available\": \"8001825\",\n                \"recommended_content_promotions\": \"6789667\",\n                \"search_result\": \"5588478\",\n                \"sme_paid_promotion\": \"9782999\",\n                \"sme_promotional_marketing_inventory\": \"1680171\",\n                \"websites_or_hyperlinks\": \"311678\"\n            },\n            \"referral_source_type_streams\": \"1141551\",\n            \"royalty_bearing_play_no\": \"9304063\",\n            \"royalty_bearing_play_yes\": \"2793341\",\n            \"selection_source_type\": {\n                \"album\": \"8163252\",\n                \"amf_station\": \"662258\",\n                \"amf_station_seed\": \"7356565\",\n                \"artist\": \"6308996\",\n                \"auto_playlist\": \"5829251\",\n                \"custom_mix\": \"2893336\",\n                \"error\": \"6976262\",\n                \"genre\": \"3089524\",\n                \"gno_prime_playlist\": \"4256869\",\n                \"gno_unl_playlist\": \"4968757\",\n                \"golden_playlist\": \"9903494\",\n                \"prime_playlist\": \"8423222\",\n                \"prime_station\": \"691417\",\n                \"prime_station_seed\": \"6690655\",\n                \"recently_added\": \"7727929\",\n                \"recently_played\": \"2564271\",\n                \"search\": \"7307906\",\n                \"shared_playlist\": \"4417714\",\n                \"similarity\": \"9888735\",\n                \"similarity_station\": \"6462294\",\n                \"songs\": \"5995263\",\n                \"station\": \"1710431\",\n                \"track\": \"3807502\",\n                \"undefined\": \"5437428\",\n                \"unknown\": \"1219505\",\n                \"unl_station_seed\": \"8347796\",\n                \"unlimited_playlist\": \"1257361\",\n                \"unlimited_station\": \"9266022\",\n                \"unlimited_station_se\": \"792300\",\n                \"user_playlist\": \"5150736\"\n            },\n            \"selection_source_type_streams\": \"4735079\",\n            \"stream_source_type\": {\n                \"all_other_areas\": \"4353942\",\n                \"api_partner\": \"9357705\",\n                \"artist_profile_page\": \"7213215\",\n                \"charts_and_algorithmic\": \"3057507\",\n                \"content_pages\": \"5032342\",\n                \"followed_saved_third_party\": \"4138647\",\n                \"promotional\": \"2682676\",\n                \"recent_activity\": \"5204239\",\n                \"search_results_page\": \"540982\",\n                \"semi_interactive_radio_station\": \"3313042\",\n                \"user_created_playlists\": \"9133961\"\n            },\n            \"stream_source_type_streams\": \"6763458\",\n            \"streams\": \"3172204\",\n            \"subscription_type\": {\n                \"adsupported\": \"4995031\",\n                \"prime\": \"724664\",\n                \"subscription\": \"8928705\",\n                \"unlimited\": \"4146116\"\n            }\n        },\n        {\n            \"country_code\": \"us\",\n            \"device_type\": {\n                \"cell_phone_app_mobile_web\": \"7748711\",\n                \"connected_home_audio_tether\": \"1839699\",\n                \"connected_home_tv\": \"9965009\",\n                \"desktop\": \"4262013\",\n                \"gaming_system\": \"7034242\",\n                \"in_dash_car_integration\": \"1741507\",\n                \"mobile_to_car_tether\": \"6035968\",\n                \"other\": \"4965849\",\n                \"tablet_app\": \"5097041\",\n                \"voice_controlled_device\": \"4828394\"\n            },\n            \"device_type_streams\": \"9589266\",\n            \"engagement\": {\n                \"lean_back\": \"6658608\",\n                \"lean_forward\": \"8949993\"\n            },\n            \"engagement_streams\": \"5154565\",\n            \"isrc\": \"QMDA61852569\",\n            \"operating_system\": {\n                \"alexa\": \"6423631\",\n                \"android\": \"5316307\",\n                \"fire_os\": \"1887036\",\n                \"ios\": \"3452896\",\n                \"mac_osx\": \"9392202\",\n                \"third_party_device_os\": \"9867053\",\n                \"unknown\": \"704683\",\n                \"windows\": \"2935336\"\n            },\n            \"operating_system_streams\": \"4244228\",\n            \"referral_source_type\": {\n                \"not_available\": \"6463967\",\n                \"recommended_content_promotions\": \"9086122\",\n                \"search_result\": \"7649914\",\n                \"sme_paid_promotion\": \"1029888\",\n                \"sme_promotional_marketing_inventory\": \"8006946\",\n                \"websites_or_hyperlinks\": \"5258115\"\n            },\n            \"referral_source_type_streams\": \"836888\",\n            \"royalty_bearing_play_no\": \"2678469\",\n            \"royalty_bearing_play_yes\": \"8154922\",\n            \"selection_source_type\": {\n                \"album\": \"5837003\",\n                \"amf_station\": \"7451997\",\n                \"amf_station_seed\": \"681668\",\n                \"artist\": \"9015029\",\n                \"auto_playlist\": \"5254604\",\n                \"custom_mix\": \"7479583\",\n                \"error\": \"4225662\",\n                \"genre\": \"8915428\",\n                \"gno_prime_playlist\": \"5437334\",\n                \"gno_unl_playlist\": \"7568672\",\n                \"golden_playlist\": \"7350245\",\n                \"prime_playlist\": \"6251421\",\n                \"prime_station\": \"4341351\",\n                \"prime_station_seed\": \"5397831\",\n                \"recently_added\": \"8141738\",\n                \"recently_played\": \"642980\",\n                \"search\": \"3978821\",\n                \"shared_playlist\": \"7606144\",\n                \"similarity\": \"6894226\",\n                \"similarity_station\": \"7872914\",\n                \"songs\": \"5044105\",\n                \"station\": \"8572921\",\n                \"track\": \"2443792\",\n                \"undefined\": \"975117\",\n                \"unknown\": \"8626864\",\n                \"unl_station_seed\": \"8156667\",\n                \"unlimited_playlist\": \"4628656\",\n                \"unlimited_station\": \"2784586\",\n                \"unlimited_station_se\": \"1627944\",\n                \"user_playlist\": \"6951906\"\n            },\n            \"selection_source_type_streams\": \"8662467\",\n            \"stream_source_type\": {\n                \"all_other_areas\": \"1034806\",\n                \"api_partner\": \"1619583\",\n                \"artist_profile_page\": \"1429617\",\n                \"charts_and_algorithmic\": \"6191389\",\n                \"content_pages\": \"1764587\",\n                \"followed_saved_third_party\": \"4622817\",\n                \"promotional\": \"863282\",\n                \"recent_activity\": \"2318799\",\n                \"search_results_page\": \"2672248\",\n                \"semi_interactive_radio_station\": \"9944669\",\n                \"user_created_playlists\": \"612150\"\n            },\n            \"stream_source_type_streams\": \"9697392\",\n            \"streams\": \"6871439\",\n            \"subscription_type\": {\n                \"adsupported\": \"4929512\",\n                \"prime\": \"757690\",\n                \"subscription\": \"5096349\",\n                \"unlimited\": \"8986852\"\n            }\n        },\n        {\n            \"country_code\": \"us\",\n            \"device_type\": {\n                \"cell_phone_app_mobile_web\": \"5702431\",\n                \"connected_home_audio_tether\": \"6195092\",\n                \"connected_home_tv\": \"8040710\",\n                \"desktop\": \"680455\",\n                \"gaming_system\": \"7575363\",\n                \"in_dash_car_integration\": \"965167\",\n                \"mobile_to_car_tether\": \"1507478\",\n                \"other\": \"2746886\",\n                \"tablet_app\": \"3121375\",\n                \"voice_controlled_device\": \"8812607\"\n            },\n            \"device_type_streams\": \"8709946\",\n            \"engagement\": {\n                \"lean_back\": \"1894541\",\n                \"lean_forward\": \"3927685\"\n            },\n            \"engagement_streams\": \"2596784\",\n            \"isrc\": \"QMDA61852569\",\n            \"operating_system\": {\n                \"alexa\": \"6219716\",\n                \"android\": \"7853447\",\n                \"fire_os\": \"5399941\",\n                \"ios\": \"1289903\",\n                \"mac_osx\": \"5803219\",\n                \"third_party_device_os\": \"2212792\",\n                \"unknown\": \"3110643\",\n                \"windows\": \"1331296\"\n            },\n            \"operating_system_streams\": \"2961619\",\n            \"referral_source_type\": {\n                \"not_available\": \"9922126\",\n                \"recommended_content_promotions\": \"6934426\",\n                \"search_result\": \"1652491\",\n                \"sme_paid_promotion\": \"1317495\",\n                \"sme_promotional_marketing_inventory\": \"3550978\",\n                \"websites_or_hyperlinks\": \"7463956\"\n            },\n            \"referral_source_type_streams\": \"5436739\",\n            \"royalty_bearing_play_no\": \"4625846\",\n            \"royalty_bearing_play_yes\": \"5769575\",\n            \"selection_source_type\": {\n                \"album\": \"8302999\",\n                \"amf_station\": \"32502\",\n                \"amf_station_seed\": \"7912718\",\n                \"artist\": \"3208544\",\n                \"auto_playlist\": \"2960648\",\n                \"custom_mix\": \"7155983\",\n                \"error\": \"4199800\",\n                \"genre\": \"5690488\",\n                \"gno_prime_playlist\": \"9754476\",\n                \"gno_unl_playlist\": \"9796863\",\n                \"golden_playlist\": \"3010564\",\n                \"prime_playlist\": \"1773043\",\n                \"prime_station\": \"881864\",\n                \"prime_station_seed\": \"2573883\",\n                \"recently_added\": \"27382\",\n                \"recently_played\": \"5483259\",\n                \"search\": \"8053\",\n                \"shared_playlist\": \"2646910\",\n                \"similarity\": \"7756568\",\n                \"similarity_station\": \"5207479\",\n                \"songs\": \"6753250\",\n                \"station\": \"6504009\",\n                \"track\": \"644609\",\n                \"undefined\": \"4666551\",\n                \"unknown\": \"8924067\",\n                \"unl_station_seed\": \"322617\",\n                \"unlimited_playlist\": \"9077789\",\n                \"unlimited_station\": \"5993704\",\n                \"unlimited_station_se\": \"1206156\",\n                \"user_playlist\": \"7146941\"\n            },\n            \"selection_source_type_streams\": \"2842282\",\n            \"stream_source_type\": {\n                \"all_other_areas\": \"4462376\",\n                \"api_partner\": \"2068470\",\n                \"artist_profile_page\": \"1242258\",\n                \"charts_and_algorithmic\": \"9227715\",\n                \"content_pages\": \"5794283\",\n                \"followed_saved_third_party\": \"8140305\",\n                \"promotional\": \"8398144\",\n                \"recent_activity\": \"4296985\",\n                \"search_results_page\": \"7413217\",\n                \"semi_interactive_radio_station\": \"3323144\",\n                \"user_created_playlists\": \"3029933\"\n            },\n            \"stream_source_type_streams\": \"5255064\",\n            \"streams\": \"5749749\",\n            \"subscription_type\": {\n                \"adsupported\": \"302491\",\n                \"prime\": \"2112026\",\n                \"subscription\": \"599720\",\n                \"unlimited\": \"4147006\"\n            }\n        },\n        {\n            \"country_code\": \"us\",\n            \"device_type\": {\n                \"cell_phone_app_mobile_web\": \"7785777\",\n                \"connected_home_audio_tether\": \"2760448\",\n                \"connected_home_tv\": \"6612174\",\n                \"desktop\": \"3103492\",\n                \"gaming_system\": \"5696182\",\n                \"in_dash_car_integration\": \"8785400\",\n                \"mobile_to_car_tether\": \"6491959\",\n                \"other\": \"8598988\",\n                \"tablet_app\": \"5752340\",\n                \"voice_controlled_device\": \"1936163\"\n            },\n            \"device_type_streams\": \"7824836\",\n            \"engagement\": {\n                \"lean_back\": \"9184600\",\n                \"lean_forward\": \"9992537\"\n            },\n            \"engagement_streams\": \"4686185\",\n            \"isrc\": \"ESA011891255\",\n            \"operating_system\": {\n                \"alexa\": \"8241121\",\n                \"android\": \"3465871\",\n                \"fire_os\": \"3083798\",\n                \"ios\": \"4342132\",\n                \"mac_osx\": \"4418293\",\n                \"third_party_device_os\": \"5238019\",\n                \"unknown\": \"9983542\",\n                \"windows\": \"2418888\"\n            },\n            \"operating_system_streams\": \"962140\",\n            \"referral_source_type\": {\n                \"not_available\": \"8353847\",\n                \"recommended_content_promotions\": \"407938\",\n                \"search_result\": \"2121676\",\n                \"sme_paid_promotion\": \"6945998\",\n                \"sme_promotional_marketing_inventory\": \"7524154\",\n                \"websites_or_hyperlinks\": \"4570074\"\n            },\n            \"referral_source_type_streams\": \"6050790\",\n            \"royalty_bearing_play_no\": \"5792661\",\n            \"royalty_bearing_play_yes\": \"3042604\",\n            \"selection_source_type\": {\n                \"album\": \"5760054\",\n                \"amf_station\": \"2920709\",\n                \"amf_station_seed\": \"9634890\",\n                \"artist\": \"3763318\",\n                \"auto_playlist\": \"3372121\",\n                \"custom_mix\": \"2752603\",\n                \"error\": \"8812473\",\n                \"genre\": \"7002728\",\n                \"gno_prime_playlist\": \"8389478\",\n                \"gno_unl_playlist\": \"3687423\",\n                \"golden_playlist\": \"5661446\",\n                \"prime_playlist\": \"2869159\",\n                \"prime_station\": \"1229489\",\n                \"prime_station_seed\": \"6545258\",\n                \"recently_added\": \"1422265\",\n                \"recently_played\": \"9017620\",\n                \"search\": \"2131242\",\n                \"shared_playlist\": \"7165897\",\n                \"similarity\": \"3780428\",\n                \"similarity_station\": \"5016166\",\n                \"songs\": \"1526329\",\n                \"station\": \"3712031\",\n                \"track\": \"8603\",\n                \"undefined\": \"2497803\",\n                \"unknown\": \"7067971\",\n                \"unl_station_seed\": \"9357102\",\n                \"unlimited_playlist\": \"3897930\",\n                \"unlimited_station\": \"485350\",\n                \"unlimited_station_se\": \"7299870\",\n                \"user_playlist\": \"9461853\"\n            },\n            \"selection_source_type_streams\": \"8612118\",\n            \"stream_source_type\": {\n                \"all_other_areas\": \"9547783\",\n                \"api_partner\": \"5021471\",\n                \"artist_profile_page\": \"1779630\",\n                \"charts_and_algorithmic\": \"2690688\",\n                \"content_pages\": \"4773000\",\n                \"followed_saved_third_party\": \"7906396\",\n                \"promotional\": \"441285\",\n                \"recent_activity\": \"1679516\",\n                \"search_results_page\": \"4472649\",\n                \"semi_interactive_radio_station\": \"2292536\",\n                \"user_created_playlists\": \"9530086\"\n            },\n            \"stream_source_type_streams\": \"7288747\",\n            \"streams\": \"295880\",\n            \"subscription_type\": {\n                \"adsupported\": \"7643743\",\n                \"prime\": \"6172216\",\n                \"subscription\": \"5636780\",\n                \"unlimited\": \"3805608\"\n            }\n        },\n        {\n            \"country_code\": \"us\",\n            \"device_type\": {\n                \"cell_phone_app_mobile_web\": \"645963\",\n                \"connected_home_audio_tether\": \"9006316\",\n                \"connected_home_tv\": \"5381477\",\n                \"desktop\": \"8940248\",\n                \"gaming_system\": \"6405940\",\n                \"in_dash_car_integration\": \"678612\",\n                \"mobile_to_car_tether\": \"8371818\",\n                \"other\": \"7299110\",\n                \"tablet_app\": \"6381249\",\n                \"voice_controlled_device\": \"7557469\"\n            },\n            \"device_type_streams\": \"3586108\",\n            \"engagement\": {\n                \"lean_back\": \"7293767\",\n                \"lean_forward\": \"3262423\"\n            },\n            \"engagement_streams\": \"7114860\",\n            \"isrc\": \"ESA011891255\",\n            \"operating_system\": {\n                \"alexa\": \"4830203\",\n                \"android\": \"3950587\",\n                \"fire_os\": \"7761588\",\n                \"ios\": \"937738\",\n                \"mac_osx\": \"2867070\",\n                \"third_party_device_os\": \"6988575\",\n                \"unknown\": \"1544768\",\n                \"windows\": \"6519411\"\n            },\n            \"operating_system_streams\": \"8305518\",\n            \"referral_source_type\": {\n                \"not_available\": \"932187\",\n                \"recommended_content_promotions\": \"6430634\",\n                \"search_result\": \"41504\",\n                \"sme_paid_promotion\": \"4689428\",\n                \"sme_promotional_marketing_inventory\": \"7403533\",\n                \"websites_or_hyperlinks\": \"7263942\"\n            },\n            \"referral_source_type_streams\": \"6797934\",\n            \"royalty_bearing_play_no\": \"7924372\",\n            \"royalty_bearing_play_yes\": \"8378582\",\n            \"selection_source_type\": {\n                \"album\": \"4758211\",\n                \"amf_station\": \"2372919\",\n                \"amf_station_seed\": \"5466390\",\n                \"artist\": \"7327735\",\n                \"auto_playlist\": \"5129936\",\n                \"custom_mix\": \"1996980\",\n                \"error\": \"9248662\",\n                \"genre\": \"8107028\",\n                \"gno_prime_playlist\": \"3082730\",\n                \"gno_unl_playlist\": \"1830170\",\n                \"golden_playlist\": \"142495\",\n                \"prime_playlist\": \"2256285\",\n                \"prime_station\": \"9174580\",\n                \"prime_station_seed\": \"5470155\",\n                \"recently_added\": \"3098696\",\n                \"recently_played\": \"9461224\",\n                \"search\": \"2823436\",\n                \"shared_playlist\": \"2201239\",\n                \"similarity\": \"4330713\",\n                \"similarity_station\": \"2392361\",\n                \"songs\": \"5067817\",\n                \"station\": \"3372234\",\n                \"track\": \"4396709\",\n                \"undefined\": \"6394590\",\n                \"unknown\": \"4202604\",\n                \"unl_station_seed\": \"7572694\",\n                \"unlimited_playlist\": \"4579342\",\n                \"unlimited_station\": \"2342409\",\n                \"unlimited_station_se\": \"2170609\",\n                \"user_playlist\": \"338771\"\n            },\n            \"selection_source_type_streams\": \"1332460\",\n            \"stream_source_type\": {\n                \"all_other_areas\": \"4042789\",\n                \"api_partner\": \"3875991\",\n                \"artist_profile_page\": \"4127515\",\n                \"charts_and_algorithmic\": \"251\",\n                \"content_pages\": \"6288614\",\n                \"followed_saved_third_party\": \"7597452\",\n                \"promotional\": \"2290946\",\n                \"recent_activity\": \"8736842\",\n                \"search_results_page\": \"8016929\",\n                \"semi_interactive_radio_station\": \"4150419\",\n                \"user_created_playlists\": \"846076\"\n            },\n            \"stream_source_type_streams\": \"2791779\",\n            \"streams\": \"8501708\",\n            \"subscription_type\": {\n                \"adsupported\": \"2767291\",\n                \"prime\": \"5707420\",\n                \"subscription\": \"5916361\",\n                \"unlimited\": \"7430534\"\n            }\n        },\n        {\n            \"country_code\": \"us\",\n            \"device_type\": {\n                \"cell_phone_app_mobile_web\": \"2820726\",\n                \"connected_home_audio_tether\": \"4275235\",\n                \"connected_home_tv\": \"8259575\",\n                \"desktop\": \"110599\",\n                \"gaming_system\": \"5791873\",\n                \"in_dash_car_integration\": \"1563163\",\n                \"mobile_to_car_tether\": \"4134446\",\n                \"other\": \"2944521\",\n                \"tablet_app\": \"8335725\",\n                \"voice_controlled_device\": \"1711792\"\n            },\n            \"device_type_streams\": \"449866\",\n            \"engagement\": {\n                \"lean_back\": \"8035326\",\n                \"lean_forward\": \"6889617\"\n            },\n            \"engagement_streams\": \"5821276\",\n            \"isrc\": \"QMDA61852569\",\n            \"operating_system\": {\n                \"alexa\": \"2719616\",\n                \"android\": \"1267445\",\n                \"fire_os\": \"3717076\",\n                \"ios\": \"5417574\",\n                \"mac_osx\": \"3572747\",\n                \"third_party_device_os\": \"6102969\",\n                \"unknown\": \"7432076\",\n                \"windows\": \"1108490\"\n            },\n            \"operating_system_streams\": \"6295103\",\n            \"referral_source_type\": {\n                \"not_available\": \"9116808\",\n                \"recommended_content_promotions\": \"9898921\",\n                \"search_result\": \"5570039\",\n                \"sme_paid_promotion\": \"3902335\",\n                \"sme_promotional_marketing_inventory\": \"736579\",\n                \"websites_or_hyperlinks\": \"9828356\"\n            },\n            \"referral_source_type_streams\": \"994743\",\n            \"royalty_bearing_play_no\": \"201998\",\n            \"royalty_bearing_play_yes\": \"9465514\",\n            \"selection_source_type\": {\n                \"album\": \"6709722\",\n                \"amf_station\": \"4616574\",\n                \"amf_station_seed\": \"6439108\",\n                \"artist\": \"7607384\",\n                \"auto_playlist\": \"5572672\",\n                \"custom_mix\": \"53758\",\n                \"error\": \"6606805\",\n                \"genre\": \"2865969\",\n                \"gno_prime_playlist\": \"6593978\",\n                \"gno_unl_playlist\": \"3309276\",\n                \"golden_playlist\": \"5664827\",\n                \"prime_playlist\": \"9546804\",\n                \"prime_station\": \"5201069\",\n                \"prime_station_seed\": \"2675575\",\n                \"recently_added\": \"7406220\",\n                \"recently_played\": \"5325825\",\n                \"search\": \"4288072\",\n                \"shared_playlist\": \"8155787\",\n                \"similarity\": \"4849480\",\n                \"similarity_station\": \"2243730\",\n                \"songs\": \"3603064\",\n                \"station\": \"6257940\",\n                \"track\": \"9093828\",\n                \"undefined\": \"4203465\",\n                \"unknown\": \"9263761\",\n                \"unl_station_seed\": \"3764761\",\n                \"unlimited_playlist\": \"6288341\",\n                \"unlimited_station\": \"3774422\",\n                \"unlimited_station_se\": \"8421072\",\n                \"user_playlist\": \"7491102\"\n            },\n            \"selection_source_type_streams\": \"3092408\",\n            \"stream_source_type\": {\n                \"all_other_areas\": \"2383877\",\n                \"api_partner\": \"5804307\",\n                \"artist_profile_page\": \"7093702\",\n                \"charts_and_algorithmic\": \"5228414\",\n                \"content_pages\": \"8445052\",\n                \"followed_saved_third_party\": \"6008295\",\n                \"promotional\": \"3752029\",\n                \"recent_activity\": \"1752218\",\n                \"search_results_page\": \"9507616\",\n                \"semi_interactive_radio_station\": \"7842375\",\n                \"user_created_playlists\": \"3114057\"\n            },\n            \"stream_source_type_streams\": \"3104246\",\n            \"streams\": \"6668343\",\n            \"subscription_type\": {\n                \"adsupported\": \"9686740\",\n                \"prime\": \"727224\",\n                \"subscription\": \"3244129\",\n                \"unlimited\": \"1463939\"\n            }\n        },\n        {\n            \"country_code\": \"us\",\n            \"device_type\": {\n                \"cell_phone_app_mobile_web\": \"2616104\",\n                \"connected_home_audio_tether\": \"7247634\",\n                \"connected_home_tv\": \"1126846\",\n                \"desktop\": \"7508747\",\n                \"gaming_system\": \"4038068\",\n                \"in_dash_car_integration\": \"9470784\",\n                \"mobile_to_car_tether\": \"2134744\",\n                \"other\": \"7153949\",\n                \"tablet_app\": \"325653\",\n                \"voice_controlled_device\": \"2050840\"\n            },\n            \"device_type_streams\": \"7662359\",\n            \"engagement\": {\n                \"lean_back\": \"8476586\",\n                \"lean_forward\": \"8253745\"\n            },\n            \"engagement_streams\": \"3704917\",\n            \"isrc\": \"QMDA61852569\",\n            \"operating_system\": {\n                \"alexa\": \"9360247\",\n                \"android\": \"853301\",\n                \"fire_os\": \"6345167\",\n                \"ios\": \"9706230\",\n                \"mac_osx\": \"2567262\",\n                \"third_party_device_os\": \"6042296\",\n                \"unknown\": \"2777389\",\n                \"windows\": \"2192034\"\n            },\n            \"operating_system_streams\": \"3357138\",\n            \"referral_source_type\": {\n                \"not_available\": \"1452439\",\n                \"recommended_content_promotions\": \"4589169\",\n                \"search_result\": \"7156907\",\n                \"sme_paid_promotion\": \"3365927\",\n                \"sme_promotional_marketing_inventory\": \"7099915\",\n                \"websites_or_hyperlinks\": \"8262252\"\n            },\n            \"referral_source_type_streams\": \"9481602\",\n            \"royalty_bearing_play_no\": \"7626001\",\n            \"royalty_bearing_play_yes\": \"2611680\",\n            \"selection_source_type\": {\n                \"album\": \"950420\",\n                \"amf_station\": \"7596506\",\n                \"amf_station_seed\": \"1700957\",\n                \"artist\": \"5573785\",\n                \"auto_playlist\": \"1006891\",\n                \"custom_mix\": \"5650730\",\n                \"error\": \"5746398\",\n                \"genre\": \"1848591\",\n                \"gno_prime_playlist\": \"4713421\",\n                \"gno_unl_playlist\": \"4742857\",\n                \"golden_playlist\": \"8135384\",\n                \"prime_playlist\": \"1121677\",\n                \"prime_station\": \"8031857\",\n                \"prime_station_seed\": \"6334740\",\n                \"recently_added\": \"7214794\",\n                \"recently_played\": \"7724077\",\n                \"search\": \"3693782\",\n                \"shared_playlist\": \"1877166\",\n                \"similarity\": \"6936267\",\n                \"similarity_station\": \"5212815\",\n                \"songs\": \"1250779\",\n                \"station\": \"8466695\",\n                \"track\": \"2034308\",\n                \"undefined\": \"8955080\",\n                \"unknown\": \"8783027\",\n                \"unl_station_seed\": \"7951893\",\n                \"unlimited_playlist\": \"3330699\",\n                \"unlimited_station\": \"6481885\",\n                \"unlimited_station_se\": \"1560400\",\n                \"user_playlist\": \"782563\"\n            },\n            \"selection_source_type_streams\": \"8549225\",\n            \"stream_source_type\": {\n                \"all_other_areas\": \"7369651\",\n                \"api_partner\": \"2013839\",\n                \"artist_profile_page\": \"7933224\",\n                \"charts_and_algorithmic\": \"8572144\",\n                \"content_pages\": \"9792402\",\n                \"followed_saved_third_party\": \"982597\",\n                \"promotional\": \"3272184\",\n                \"recent_activity\": \"618892\",\n                \"search_results_page\": \"9587484\",\n                \"semi_interactive_radio_station\": \"1856061\",\n                \"user_created_playlists\": \"5808096\"\n            },\n            \"stream_source_type_streams\": \"9956564\",\n            \"streams\": \"6138112\",\n            \"subscription_type\": {\n                \"adsupported\": \"679882\",\n                \"prime\": \"3073016\",\n                \"subscription\": \"208076\",\n                \"unlimited\": \"3017206\"\n            }\n        }\n    ]\n}"
						}
					]
				},
				{
					"name": "v2/ui",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Content-Type",
								"name": "Content-Type",
								"type": "text",
								"value": "application/json",
								"disabled": true
							},
							{
								"key": "Accept",
								"type": "text",
								"value": "application/json",
								"disabled": true
							},
							{
								"key": "Authorization",
								"type": "text",
								"value": "Bearer {{token}}",
								"disabled": true
							},
							{
								"key": "Cache-Control",
								"value": "no-cache",
								"type": "text",
								"disabled": true
							}
						],
						"body": {
							"mode": "urlencoded",
							"urlencoded": []
						},
						"url": {
							"raw": "{{proto}}{{hostname}}/v2/ui",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v2",
								"ui"
							]
						}
					},
					"response": [
						{
							"name": "v2/amazon/tracks/streams",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Content-Type",
										"name": "Content-Type",
										"type": "text",
										"value": "application/x-www-form-urlencoded"
									},
									{
										"key": "Accept",
										"type": "text",
										"value": "application/json",
										"disabled": true
									},
									{
										"key": "Authorization",
										"type": "text",
										"value": "Bearer {{token}}",
										"disabled": true
									}
								],
								"url": {
									"raw": "{{proto}}{{hostname}}/v2/amazon/tracks/streams?start_date=2019-10-01&end_date=2019-10-24&isrc=CH1261650811&isrc={{isrc1}}&isrc={{isrc4}}&limit=10&country_code=us",
									"host": [
										"{{proto}}{{hostname}}"
									],
									"path": [
										"v2",
										"amazon",
										"tracks",
										"streams"
									],
									"query": [
										{
											"key": "start_date",
											"value": "2019-10-01"
										},
										{
											"key": "end_date",
											"value": "2019-10-24"
										},
										{
											"key": "isrc",
											"value": "CH1261650811"
										},
										{
											"key": "isrc",
											"value": "{{isrc1}}"
										},
										{
											"key": "isrc",
											"value": "{{isrc4}}"
										},
										{
											"key": "isrc",
											"value": "{{isrc2}}",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "10"
										},
										{
											"key": "country_code",
											"value": "us"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Server",
									"value": "gunicorn/19.9.0"
								},
								{
									"key": "Date",
									"value": "Tue, 03 Dec 2019 19:55:38 GMT"
								},
								{
									"key": "Connection",
									"value": "close"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "34042"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"count\": 10,\n    \"items\": [\n        {\n            \"country_code\": \"us\",\n            \"device_type\": {\n                \"cell_phone_app_mobile_web\": \"2380512\",\n                \"connected_home_audio_tether\": \"5334736\",\n                \"connected_home_tv\": \"9958009\",\n                \"desktop\": \"5146088\",\n                \"gaming_system\": \"7341576\",\n                \"in_dash_car_integration\": \"1619837\",\n                \"mobile_to_car_tether\": \"1263651\",\n                \"other\": \"762229\",\n                \"tablet_app\": \"3936154\",\n                \"voice_controlled_device\": \"3318901\"\n            },\n            \"device_type_streams\": \"310480\",\n            \"engagement\": {\n                \"lean_back\": \"9335353\",\n                \"lean_forward\": \"972328\"\n            },\n            \"engagement_streams\": \"5651410\",\n            \"isrc\": \"CH1261650811\",\n            \"operating_system\": {\n                \"alexa\": \"8613696\",\n                \"android\": \"9074428\",\n                \"fire_os\": \"8006635\",\n                \"ios\": \"3398789\",\n                \"mac_osx\": \"1521760\",\n                \"third_party_device_os\": \"44083\",\n                \"unknown\": \"9005852\",\n                \"windows\": \"5233594\"\n            },\n            \"operating_system_streams\": \"2983052\",\n            \"referral_source_type\": {\n                \"not_available\": \"8662917\",\n                \"recommended_content_promotions\": \"5095714\",\n                \"search_result\": \"4912263\",\n                \"sme_paid_promotion\": \"9764854\",\n                \"sme_promotional_marketing_inventory\": \"5088740\",\n                \"websites_or_hyperlinks\": \"444437\"\n            },\n            \"referral_source_type_streams\": \"6314667\",\n            \"royalty_bearing_play_no\": \"4798592\",\n            \"royalty_bearing_play_yes\": \"4937914\",\n            \"selection_source_type\": {\n                \"album\": \"9202017\",\n                \"amf_station\": \"6692332\",\n                \"amf_station_seed\": \"7655593\",\n                \"artist\": \"1615695\",\n                \"auto_playlist\": \"7025180\",\n                \"custom_mix\": \"2284239\",\n                \"error\": \"3929158\",\n                \"genre\": \"5206886\",\n                \"gno_prime_playlist\": \"1634407\",\n                \"gno_unl_playlist\": \"3841616\",\n                \"golden_playlist\": \"9973695\",\n                \"prime_playlist\": \"2303906\",\n                \"prime_station\": \"9549552\",\n                \"prime_station_seed\": \"79144\",\n                \"recently_added\": \"4770412\",\n                \"recently_played\": \"7104438\",\n                \"search\": \"7528344\",\n                \"shared_playlist\": \"8491286\",\n                \"similarity\": \"5611896\",\n                \"similarity_station\": \"8418149\",\n                \"songs\": \"7292592\",\n                \"station\": \"5279231\",\n                \"track\": \"8698031\",\n                \"undefined\": \"3107035\",\n                \"unknown\": \"3413082\",\n                \"unl_station_seed\": \"1276330\",\n                \"unlimited_playlist\": \"2298677\",\n                \"unlimited_station\": \"7661617\",\n                \"unlimited_station_se\": \"4106352\",\n                \"user_playlist\": \"843793\"\n            },\n            \"selection_source_type_streams\": \"3379047\",\n            \"stream_source_type\": {\n                \"all_other_areas\": \"2811276\",\n                \"api_partner\": \"4649835\",\n                \"artist_profile_page\": \"2273270\",\n                \"charts_and_algorithmic\": \"6689802\",\n                \"content_pages\": \"8421092\",\n                \"followed_saved_third_party\": \"846690\",\n                \"promotional\": \"3351795\",\n                \"recent_activity\": \"5905992\",\n                \"search_results_page\": \"993465\",\n                \"semi_interactive_radio_station\": \"9837042\",\n                \"user_created_playlists\": \"9032951\"\n            },\n            \"stream_source_type_streams\": \"672538\",\n            \"streams\": \"3826793\",\n            \"subscription_type\": {\n                \"adsupported\": \"5246546\",\n                \"prime\": \"6741612\",\n                \"subscription\": \"1572652\",\n                \"unlimited\": \"7246266\"\n            }\n        },\n        {\n            \"country_code\": \"us\",\n            \"device_type\": {\n                \"cell_phone_app_mobile_web\": \"9718654\",\n                \"connected_home_audio_tether\": \"3048592\",\n                \"connected_home_tv\": \"6275107\",\n                \"desktop\": \"5366613\",\n                \"gaming_system\": \"374089\",\n                \"in_dash_car_integration\": \"1741642\",\n                \"mobile_to_car_tether\": \"9013786\",\n                \"other\": \"254652\",\n                \"tablet_app\": \"6863330\",\n                \"voice_controlled_device\": \"9496324\"\n            },\n            \"device_type_streams\": \"8958486\",\n            \"engagement\": {\n                \"lean_back\": \"6763587\",\n                \"lean_forward\": \"5017825\"\n            },\n            \"engagement_streams\": \"640349\",\n            \"isrc\": \"QMDA61852569\",\n            \"operating_system\": {\n                \"alexa\": \"439476\",\n                \"android\": \"479694\",\n                \"fire_os\": \"4933521\",\n                \"ios\": \"3395931\",\n                \"mac_osx\": \"252704\",\n                \"third_party_device_os\": \"5614822\",\n                \"unknown\": \"7768390\",\n                \"windows\": \"5048636\"\n            },\n            \"operating_system_streams\": \"9271698\",\n            \"referral_source_type\": {\n                \"not_available\": \"7058786\",\n                \"recommended_content_promotions\": \"8258308\",\n                \"search_result\": \"2509554\",\n                \"sme_paid_promotion\": \"2289413\",\n                \"sme_promotional_marketing_inventory\": \"6534640\",\n                \"websites_or_hyperlinks\": \"5230433\"\n            },\n            \"referral_source_type_streams\": \"85085\",\n            \"royalty_bearing_play_no\": \"9195641\",\n            \"royalty_bearing_play_yes\": \"2778778\",\n            \"selection_source_type\": {\n                \"album\": \"7226993\",\n                \"amf_station\": \"3165265\",\n                \"amf_station_seed\": \"8766153\",\n                \"artist\": \"6495890\",\n                \"auto_playlist\": \"8754211\",\n                \"custom_mix\": \"6555173\",\n                \"error\": \"78344\",\n                \"genre\": \"9525673\",\n                \"gno_prime_playlist\": \"4236995\",\n                \"gno_unl_playlist\": \"6261737\",\n                \"golden_playlist\": \"5593238\",\n                \"prime_playlist\": \"8105882\",\n                \"prime_station\": \"2825099\",\n                \"prime_station_seed\": \"5134927\",\n                \"recently_added\": \"2907429\",\n                \"recently_played\": \"5525851\",\n                \"search\": \"3066923\",\n                \"shared_playlist\": \"7458999\",\n                \"similarity\": \"9904388\",\n                \"similarity_station\": \"5897481\",\n                \"songs\": \"4791101\",\n                \"station\": \"1216282\",\n                \"track\": \"5337876\",\n                \"undefined\": \"5934631\",\n                \"unknown\": \"5459993\",\n                \"unl_station_seed\": \"538628\",\n                \"unlimited_playlist\": \"1450932\",\n                \"unlimited_station\": \"8840658\",\n                \"unlimited_station_se\": \"4790035\",\n                \"user_playlist\": \"8360785\"\n            },\n            \"selection_source_type_streams\": \"7823007\",\n            \"stream_source_type\": {\n                \"all_other_areas\": \"6969386\",\n                \"api_partner\": \"3609787\",\n                \"artist_profile_page\": \"9541046\",\n                \"charts_and_algorithmic\": \"5521892\",\n                \"content_pages\": \"8262424\",\n                \"followed_saved_third_party\": \"4751846\",\n                \"promotional\": \"672862\",\n                \"recent_activity\": \"9369\",\n                \"search_results_page\": \"3660206\",\n                \"semi_interactive_radio_station\": \"1120600\",\n                \"user_created_playlists\": \"2559955\"\n            },\n            \"stream_source_type_streams\": \"4971255\",\n            \"streams\": \"8384161\",\n            \"subscription_type\": {\n                \"adsupported\": \"8438247\",\n                \"prime\": \"6959102\",\n                \"subscription\": \"3276035\",\n                \"unlimited\": \"9199639\"\n            }\n        },\n        {\n            \"country_code\": \"us\",\n            \"device_type\": {\n                \"cell_phone_app_mobile_web\": \"9911755\",\n                \"connected_home_audio_tether\": \"294060\",\n                \"connected_home_tv\": \"5422256\",\n                \"desktop\": \"5677934\",\n                \"gaming_system\": \"5506810\",\n                \"in_dash_car_integration\": \"2612022\",\n                \"mobile_to_car_tether\": \"1234933\",\n                \"other\": \"3924092\",\n                \"tablet_app\": \"8555272\",\n                \"voice_controlled_device\": \"6144856\"\n            },\n            \"device_type_streams\": \"4672563\",\n            \"engagement\": {\n                \"lean_back\": \"9907158\",\n                \"lean_forward\": \"3788851\"\n            },\n            \"engagement_streams\": \"5752626\",\n            \"isrc\": \"QMDA61852569\",\n            \"operating_system\": {\n                \"alexa\": \"2394796\",\n                \"android\": \"360734\",\n                \"fire_os\": \"7511475\",\n                \"ios\": \"5196336\",\n                \"mac_osx\": \"1220120\",\n                \"third_party_device_os\": \"1100827\",\n                \"unknown\": \"8093632\",\n                \"windows\": \"6855843\"\n            },\n            \"operating_system_streams\": \"1218003\",\n            \"referral_source_type\": {\n                \"not_available\": \"967155\",\n                \"recommended_content_promotions\": \"4221891\",\n                \"search_result\": \"4601810\",\n                \"sme_paid_promotion\": \"8241392\",\n                \"sme_promotional_marketing_inventory\": \"9131993\",\n                \"websites_or_hyperlinks\": \"8519451\"\n            },\n            \"referral_source_type_streams\": \"3660873\",\n            \"royalty_bearing_play_no\": \"8519947\",\n            \"royalty_bearing_play_yes\": \"8418005\",\n            \"selection_source_type\": {\n                \"album\": \"636217\",\n                \"amf_station\": \"3806893\",\n                \"amf_station_seed\": \"3087992\",\n                \"artist\": \"6787056\",\n                \"auto_playlist\": \"4354298\",\n                \"custom_mix\": \"7420036\",\n                \"error\": \"6377310\",\n                \"genre\": \"6500514\",\n                \"gno_prime_playlist\": \"3737344\",\n                \"gno_unl_playlist\": \"6467246\",\n                \"golden_playlist\": \"9551761\",\n                \"prime_playlist\": \"4432105\",\n                \"prime_station\": \"9148669\",\n                \"prime_station_seed\": \"5644718\",\n                \"recently_added\": \"6185046\",\n                \"recently_played\": \"8080886\",\n                \"search\": \"7424744\",\n                \"shared_playlist\": \"9606041\",\n                \"similarity\": \"1113726\",\n                \"similarity_station\": \"2016412\",\n                \"songs\": \"23082\",\n                \"station\": \"2417031\",\n                \"track\": \"9892309\",\n                \"undefined\": \"3928677\",\n                \"unknown\": \"6875797\",\n                \"unl_station_seed\": \"4276623\",\n                \"unlimited_playlist\": \"7537182\",\n                \"unlimited_station\": \"846886\",\n                \"unlimited_station_se\": \"9113954\",\n                \"user_playlist\": \"662083\"\n            },\n            \"selection_source_type_streams\": \"2498266\",\n            \"stream_source_type\": {\n                \"all_other_areas\": \"2099485\",\n                \"api_partner\": \"6868430\",\n                \"artist_profile_page\": \"7210537\",\n                \"charts_and_algorithmic\": \"9302367\",\n                \"content_pages\": \"9235596\",\n                \"followed_saved_third_party\": \"7557423\",\n                \"promotional\": \"2401625\",\n                \"recent_activity\": \"9241670\",\n                \"search_results_page\": \"5272559\",\n                \"semi_interactive_radio_station\": \"445381\",\n                \"user_created_playlists\": \"8722268\"\n            },\n            \"stream_source_type_streams\": \"8292586\",\n            \"streams\": \"2245995\",\n            \"subscription_type\": {\n                \"adsupported\": \"8890537\",\n                \"prime\": \"8274674\",\n                \"subscription\": \"9064384\",\n                \"unlimited\": \"5529320\"\n            }\n        },\n        {\n            \"country_code\": \"us\",\n            \"device_type\": {\n                \"cell_phone_app_mobile_web\": \"2777431\",\n                \"connected_home_audio_tether\": \"2524659\",\n                \"connected_home_tv\": \"5055841\",\n                \"desktop\": \"2344259\",\n                \"gaming_system\": \"5199599\",\n                \"in_dash_car_integration\": \"7549565\",\n                \"mobile_to_car_tether\": \"4249539\",\n                \"other\": \"6549339\",\n                \"tablet_app\": \"244770\",\n                \"voice_controlled_device\": \"2023580\"\n            },\n            \"device_type_streams\": \"7492519\",\n            \"engagement\": {\n                \"lean_back\": \"416823\",\n                \"lean_forward\": \"9528309\"\n            },\n            \"engagement_streams\": \"9052186\",\n            \"isrc\": \"ESA011891255\",\n            \"operating_system\": {\n                \"alexa\": \"7511538\",\n                \"android\": \"9680771\",\n                \"fire_os\": \"8960661\",\n                \"ios\": \"2620152\",\n                \"mac_osx\": \"9227763\",\n                \"third_party_device_os\": \"8703913\",\n                \"unknown\": \"1326707\",\n                \"windows\": \"1676246\"\n            },\n            \"operating_system_streams\": \"5896645\",\n            \"referral_source_type\": {\n                \"not_available\": \"8001825\",\n                \"recommended_content_promotions\": \"6789667\",\n                \"search_result\": \"5588478\",\n                \"sme_paid_promotion\": \"9782999\",\n                \"sme_promotional_marketing_inventory\": \"1680171\",\n                \"websites_or_hyperlinks\": \"311678\"\n            },\n            \"referral_source_type_streams\": \"1141551\",\n            \"royalty_bearing_play_no\": \"9304063\",\n            \"royalty_bearing_play_yes\": \"2793341\",\n            \"selection_source_type\": {\n                \"album\": \"8163252\",\n                \"amf_station\": \"662258\",\n                \"amf_station_seed\": \"7356565\",\n                \"artist\": \"6308996\",\n                \"auto_playlist\": \"5829251\",\n                \"custom_mix\": \"2893336\",\n                \"error\": \"6976262\",\n                \"genre\": \"3089524\",\n                \"gno_prime_playlist\": \"4256869\",\n                \"gno_unl_playlist\": \"4968757\",\n                \"golden_playlist\": \"9903494\",\n                \"prime_playlist\": \"8423222\",\n                \"prime_station\": \"691417\",\n                \"prime_station_seed\": \"6690655\",\n                \"recently_added\": \"7727929\",\n                \"recently_played\": \"2564271\",\n                \"search\": \"7307906\",\n                \"shared_playlist\": \"4417714\",\n                \"similarity\": \"9888735\",\n                \"similarity_station\": \"6462294\",\n                \"songs\": \"5995263\",\n                \"station\": \"1710431\",\n                \"track\": \"3807502\",\n                \"undefined\": \"5437428\",\n                \"unknown\": \"1219505\",\n                \"unl_station_seed\": \"8347796\",\n                \"unlimited_playlist\": \"1257361\",\n                \"unlimited_station\": \"9266022\",\n                \"unlimited_station_se\": \"792300\",\n                \"user_playlist\": \"5150736\"\n            },\n            \"selection_source_type_streams\": \"4735079\",\n            \"stream_source_type\": {\n                \"all_other_areas\": \"4353942\",\n                \"api_partner\": \"9357705\",\n                \"artist_profile_page\": \"7213215\",\n                \"charts_and_algorithmic\": \"3057507\",\n                \"content_pages\": \"5032342\",\n                \"followed_saved_third_party\": \"4138647\",\n                \"promotional\": \"2682676\",\n                \"recent_activity\": \"5204239\",\n                \"search_results_page\": \"540982\",\n                \"semi_interactive_radio_station\": \"3313042\",\n                \"user_created_playlists\": \"9133961\"\n            },\n            \"stream_source_type_streams\": \"6763458\",\n            \"streams\": \"3172204\",\n            \"subscription_type\": {\n                \"adsupported\": \"4995031\",\n                \"prime\": \"724664\",\n                \"subscription\": \"8928705\",\n                \"unlimited\": \"4146116\"\n            }\n        },\n        {\n            \"country_code\": \"us\",\n            \"device_type\": {\n                \"cell_phone_app_mobile_web\": \"7748711\",\n                \"connected_home_audio_tether\": \"1839699\",\n                \"connected_home_tv\": \"9965009\",\n                \"desktop\": \"4262013\",\n                \"gaming_system\": \"7034242\",\n                \"in_dash_car_integration\": \"1741507\",\n                \"mobile_to_car_tether\": \"6035968\",\n                \"other\": \"4965849\",\n                \"tablet_app\": \"5097041\",\n                \"voice_controlled_device\": \"4828394\"\n            },\n            \"device_type_streams\": \"9589266\",\n            \"engagement\": {\n                \"lean_back\": \"6658608\",\n                \"lean_forward\": \"8949993\"\n            },\n            \"engagement_streams\": \"5154565\",\n            \"isrc\": \"QMDA61852569\",\n            \"operating_system\": {\n                \"alexa\": \"6423631\",\n                \"android\": \"5316307\",\n                \"fire_os\": \"1887036\",\n                \"ios\": \"3452896\",\n                \"mac_osx\": \"9392202\",\n                \"third_party_device_os\": \"9867053\",\n                \"unknown\": \"704683\",\n                \"windows\": \"2935336\"\n            },\n            \"operating_system_streams\": \"4244228\",\n            \"referral_source_type\": {\n                \"not_available\": \"6463967\",\n                \"recommended_content_promotions\": \"9086122\",\n                \"search_result\": \"7649914\",\n                \"sme_paid_promotion\": \"1029888\",\n                \"sme_promotional_marketing_inventory\": \"8006946\",\n                \"websites_or_hyperlinks\": \"5258115\"\n            },\n            \"referral_source_type_streams\": \"836888\",\n            \"royalty_bearing_play_no\": \"2678469\",\n            \"royalty_bearing_play_yes\": \"8154922\",\n            \"selection_source_type\": {\n                \"album\": \"5837003\",\n                \"amf_station\": \"7451997\",\n                \"amf_station_seed\": \"681668\",\n                \"artist\": \"9015029\",\n                \"auto_playlist\": \"5254604\",\n                \"custom_mix\": \"7479583\",\n                \"error\": \"4225662\",\n                \"genre\": \"8915428\",\n                \"gno_prime_playlist\": \"5437334\",\n                \"gno_unl_playlist\": \"7568672\",\n                \"golden_playlist\": \"7350245\",\n                \"prime_playlist\": \"6251421\",\n                \"prime_station\": \"4341351\",\n                \"prime_station_seed\": \"5397831\",\n                \"recently_added\": \"8141738\",\n                \"recently_played\": \"642980\",\n                \"search\": \"3978821\",\n                \"shared_playlist\": \"7606144\",\n                \"similarity\": \"6894226\",\n                \"similarity_station\": \"7872914\",\n                \"songs\": \"5044105\",\n                \"station\": \"8572921\",\n                \"track\": \"2443792\",\n                \"undefined\": \"975117\",\n                \"unknown\": \"8626864\",\n                \"unl_station_seed\": \"8156667\",\n                \"unlimited_playlist\": \"4628656\",\n                \"unlimited_station\": \"2784586\",\n                \"unlimited_station_se\": \"1627944\",\n                \"user_playlist\": \"6951906\"\n            },\n            \"selection_source_type_streams\": \"8662467\",\n            \"stream_source_type\": {\n                \"all_other_areas\": \"1034806\",\n                \"api_partner\": \"1619583\",\n                \"artist_profile_page\": \"1429617\",\n                \"charts_and_algorithmic\": \"6191389\",\n                \"content_pages\": \"1764587\",\n                \"followed_saved_third_party\": \"4622817\",\n                \"promotional\": \"863282\",\n                \"recent_activity\": \"2318799\",\n                \"search_results_page\": \"2672248\",\n                \"semi_interactive_radio_station\": \"9944669\",\n                \"user_created_playlists\": \"612150\"\n            },\n            \"stream_source_type_streams\": \"9697392\",\n            \"streams\": \"6871439\",\n            \"subscription_type\": {\n                \"adsupported\": \"4929512\",\n                \"prime\": \"757690\",\n                \"subscription\": \"5096349\",\n                \"unlimited\": \"8986852\"\n            }\n        },\n        {\n            \"country_code\": \"us\",\n            \"device_type\": {\n                \"cell_phone_app_mobile_web\": \"5702431\",\n                \"connected_home_audio_tether\": \"6195092\",\n                \"connected_home_tv\": \"8040710\",\n                \"desktop\": \"680455\",\n                \"gaming_system\": \"7575363\",\n                \"in_dash_car_integration\": \"965167\",\n                \"mobile_to_car_tether\": \"1507478\",\n                \"other\": \"2746886\",\n                \"tablet_app\": \"3121375\",\n                \"voice_controlled_device\": \"8812607\"\n            },\n            \"device_type_streams\": \"8709946\",\n            \"engagement\": {\n                \"lean_back\": \"1894541\",\n                \"lean_forward\": \"3927685\"\n            },\n            \"engagement_streams\": \"2596784\",\n            \"isrc\": \"QMDA61852569\",\n            \"operating_system\": {\n                \"alexa\": \"6219716\",\n                \"android\": \"7853447\",\n                \"fire_os\": \"5399941\",\n                \"ios\": \"1289903\",\n                \"mac_osx\": \"5803219\",\n                \"third_party_device_os\": \"2212792\",\n                \"unknown\": \"3110643\",\n                \"windows\": \"1331296\"\n            },\n            \"operating_system_streams\": \"2961619\",\n            \"referral_source_type\": {\n                \"not_available\": \"9922126\",\n                \"recommended_content_promotions\": \"6934426\",\n                \"search_result\": \"1652491\",\n                \"sme_paid_promotion\": \"1317495\",\n                \"sme_promotional_marketing_inventory\": \"3550978\",\n                \"websites_or_hyperlinks\": \"7463956\"\n            },\n            \"referral_source_type_streams\": \"5436739\",\n            \"royalty_bearing_play_no\": \"4625846\",\n            \"royalty_bearing_play_yes\": \"5769575\",\n            \"selection_source_type\": {\n                \"album\": \"8302999\",\n                \"amf_station\": \"32502\",\n                \"amf_station_seed\": \"7912718\",\n                \"artist\": \"3208544\",\n                \"auto_playlist\": \"2960648\",\n                \"custom_mix\": \"7155983\",\n                \"error\": \"4199800\",\n                \"genre\": \"5690488\",\n                \"gno_prime_playlist\": \"9754476\",\n                \"gno_unl_playlist\": \"9796863\",\n                \"golden_playlist\": \"3010564\",\n                \"prime_playlist\": \"1773043\",\n                \"prime_station\": \"881864\",\n                \"prime_station_seed\": \"2573883\",\n                \"recently_added\": \"27382\",\n                \"recently_played\": \"5483259\",\n                \"search\": \"8053\",\n                \"shared_playlist\": \"2646910\",\n                \"similarity\": \"7756568\",\n                \"similarity_station\": \"5207479\",\n                \"songs\": \"6753250\",\n                \"station\": \"6504009\",\n                \"track\": \"644609\",\n                \"undefined\": \"4666551\",\n                \"unknown\": \"8924067\",\n                \"unl_station_seed\": \"322617\",\n                \"unlimited_playlist\": \"9077789\",\n                \"unlimited_station\": \"5993704\",\n                \"unlimited_station_se\": \"1206156\",\n                \"user_playlist\": \"7146941\"\n            },\n            \"selection_source_type_streams\": \"2842282\",\n            \"stream_source_type\": {\n                \"all_other_areas\": \"4462376\",\n                \"api_partner\": \"2068470\",\n                \"artist_profile_page\": \"1242258\",\n                \"charts_and_algorithmic\": \"9227715\",\n                \"content_pages\": \"5794283\",\n                \"followed_saved_third_party\": \"8140305\",\n                \"promotional\": \"8398144\",\n                \"recent_activity\": \"4296985\",\n                \"search_results_page\": \"7413217\",\n                \"semi_interactive_radio_station\": \"3323144\",\n                \"user_created_playlists\": \"3029933\"\n            },\n            \"stream_source_type_streams\": \"5255064\",\n            \"streams\": \"5749749\",\n            \"subscription_type\": {\n                \"adsupported\": \"302491\",\n                \"prime\": \"2112026\",\n                \"subscription\": \"599720\",\n                \"unlimited\": \"4147006\"\n            }\n        },\n        {\n            \"country_code\": \"us\",\n            \"device_type\": {\n                \"cell_phone_app_mobile_web\": \"7785777\",\n                \"connected_home_audio_tether\": \"2760448\",\n                \"connected_home_tv\": \"6612174\",\n                \"desktop\": \"3103492\",\n                \"gaming_system\": \"5696182\",\n                \"in_dash_car_integration\": \"8785400\",\n                \"mobile_to_car_tether\": \"6491959\",\n                \"other\": \"8598988\",\n                \"tablet_app\": \"5752340\",\n                \"voice_controlled_device\": \"1936163\"\n            },\n            \"device_type_streams\": \"7824836\",\n            \"engagement\": {\n                \"lean_back\": \"9184600\",\n                \"lean_forward\": \"9992537\"\n            },\n            \"engagement_streams\": \"4686185\",\n            \"isrc\": \"ESA011891255\",\n            \"operating_system\": {\n                \"alexa\": \"8241121\",\n                \"android\": \"3465871\",\n                \"fire_os\": \"3083798\",\n                \"ios\": \"4342132\",\n                \"mac_osx\": \"4418293\",\n                \"third_party_device_os\": \"5238019\",\n                \"unknown\": \"9983542\",\n                \"windows\": \"2418888\"\n            },\n            \"operating_system_streams\": \"962140\",\n            \"referral_source_type\": {\n                \"not_available\": \"8353847\",\n                \"recommended_content_promotions\": \"407938\",\n                \"search_result\": \"2121676\",\n                \"sme_paid_promotion\": \"6945998\",\n                \"sme_promotional_marketing_inventory\": \"7524154\",\n                \"websites_or_hyperlinks\": \"4570074\"\n            },\n            \"referral_source_type_streams\": \"6050790\",\n            \"royalty_bearing_play_no\": \"5792661\",\n            \"royalty_bearing_play_yes\": \"3042604\",\n            \"selection_source_type\": {\n                \"album\": \"5760054\",\n                \"amf_station\": \"2920709\",\n                \"amf_station_seed\": \"9634890\",\n                \"artist\": \"3763318\",\n                \"auto_playlist\": \"3372121\",\n                \"custom_mix\": \"2752603\",\n                \"error\": \"8812473\",\n                \"genre\": \"7002728\",\n                \"gno_prime_playlist\": \"8389478\",\n                \"gno_unl_playlist\": \"3687423\",\n                \"golden_playlist\": \"5661446\",\n                \"prime_playlist\": \"2869159\",\n                \"prime_station\": \"1229489\",\n                \"prime_station_seed\": \"6545258\",\n                \"recently_added\": \"1422265\",\n                \"recently_played\": \"9017620\",\n                \"search\": \"2131242\",\n                \"shared_playlist\": \"7165897\",\n                \"similarity\": \"3780428\",\n                \"similarity_station\": \"5016166\",\n                \"songs\": \"1526329\",\n                \"station\": \"3712031\",\n                \"track\": \"8603\",\n                \"undefined\": \"2497803\",\n                \"unknown\": \"7067971\",\n                \"unl_station_seed\": \"9357102\",\n                \"unlimited_playlist\": \"3897930\",\n                \"unlimited_station\": \"485350\",\n                \"unlimited_station_se\": \"7299870\",\n                \"user_playlist\": \"9461853\"\n            },\n            \"selection_source_type_streams\": \"8612118\",\n            \"stream_source_type\": {\n                \"all_other_areas\": \"9547783\",\n                \"api_partner\": \"5021471\",\n                \"artist_profile_page\": \"1779630\",\n                \"charts_and_algorithmic\": \"2690688\",\n                \"content_pages\": \"4773000\",\n                \"followed_saved_third_party\": \"7906396\",\n                \"promotional\": \"441285\",\n                \"recent_activity\": \"1679516\",\n                \"search_results_page\": \"4472649\",\n                \"semi_interactive_radio_station\": \"2292536\",\n                \"user_created_playlists\": \"9530086\"\n            },\n            \"stream_source_type_streams\": \"7288747\",\n            \"streams\": \"295880\",\n            \"subscription_type\": {\n                \"adsupported\": \"7643743\",\n                \"prime\": \"6172216\",\n                \"subscription\": \"5636780\",\n                \"unlimited\": \"3805608\"\n            }\n        },\n        {\n            \"country_code\": \"us\",\n            \"device_type\": {\n                \"cell_phone_app_mobile_web\": \"645963\",\n                \"connected_home_audio_tether\": \"9006316\",\n                \"connected_home_tv\": \"5381477\",\n                \"desktop\": \"8940248\",\n                \"gaming_system\": \"6405940\",\n                \"in_dash_car_integration\": \"678612\",\n                \"mobile_to_car_tether\": \"8371818\",\n                \"other\": \"7299110\",\n                \"tablet_app\": \"6381249\",\n                \"voice_controlled_device\": \"7557469\"\n            },\n            \"device_type_streams\": \"3586108\",\n            \"engagement\": {\n                \"lean_back\": \"7293767\",\n                \"lean_forward\": \"3262423\"\n            },\n            \"engagement_streams\": \"7114860\",\n            \"isrc\": \"ESA011891255\",\n            \"operating_system\": {\n                \"alexa\": \"4830203\",\n                \"android\": \"3950587\",\n                \"fire_os\": \"7761588\",\n                \"ios\": \"937738\",\n                \"mac_osx\": \"2867070\",\n                \"third_party_device_os\": \"6988575\",\n                \"unknown\": \"1544768\",\n                \"windows\": \"6519411\"\n            },\n            \"operating_system_streams\": \"8305518\",\n            \"referral_source_type\": {\n                \"not_available\": \"932187\",\n                \"recommended_content_promotions\": \"6430634\",\n                \"search_result\": \"41504\",\n                \"sme_paid_promotion\": \"4689428\",\n                \"sme_promotional_marketing_inventory\": \"7403533\",\n                \"websites_or_hyperlinks\": \"7263942\"\n            },\n            \"referral_source_type_streams\": \"6797934\",\n            \"royalty_bearing_play_no\": \"7924372\",\n            \"royalty_bearing_play_yes\": \"8378582\",\n            \"selection_source_type\": {\n                \"album\": \"4758211\",\n                \"amf_station\": \"2372919\",\n                \"amf_station_seed\": \"5466390\",\n                \"artist\": \"7327735\",\n                \"auto_playlist\": \"5129936\",\n                \"custom_mix\": \"1996980\",\n                \"error\": \"9248662\",\n                \"genre\": \"8107028\",\n                \"gno_prime_playlist\": \"3082730\",\n                \"gno_unl_playlist\": \"1830170\",\n                \"golden_playlist\": \"142495\",\n                \"prime_playlist\": \"2256285\",\n                \"prime_station\": \"9174580\",\n                \"prime_station_seed\": \"5470155\",\n                \"recently_added\": \"3098696\",\n                \"recently_played\": \"9461224\",\n                \"search\": \"2823436\",\n                \"shared_playlist\": \"2201239\",\n                \"similarity\": \"4330713\",\n                \"similarity_station\": \"2392361\",\n                \"songs\": \"5067817\",\n                \"station\": \"3372234\",\n                \"track\": \"4396709\",\n                \"undefined\": \"6394590\",\n                \"unknown\": \"4202604\",\n                \"unl_station_seed\": \"7572694\",\n                \"unlimited_playlist\": \"4579342\",\n                \"unlimited_station\": \"2342409\",\n                \"unlimited_station_se\": \"2170609\",\n                \"user_playlist\": \"338771\"\n            },\n            \"selection_source_type_streams\": \"1332460\",\n            \"stream_source_type\": {\n                \"all_other_areas\": \"4042789\",\n                \"api_partner\": \"3875991\",\n                \"artist_profile_page\": \"4127515\",\n                \"charts_and_algorithmic\": \"251\",\n                \"content_pages\": \"6288614\",\n                \"followed_saved_third_party\": \"7597452\",\n                \"promotional\": \"2290946\",\n                \"recent_activity\": \"8736842\",\n                \"search_results_page\": \"8016929\",\n                \"semi_interactive_radio_station\": \"4150419\",\n                \"user_created_playlists\": \"846076\"\n            },\n            \"stream_source_type_streams\": \"2791779\",\n            \"streams\": \"8501708\",\n            \"subscription_type\": {\n                \"adsupported\": \"2767291\",\n                \"prime\": \"5707420\",\n                \"subscription\": \"5916361\",\n                \"unlimited\": \"7430534\"\n            }\n        },\n        {\n            \"country_code\": \"us\",\n            \"device_type\": {\n                \"cell_phone_app_mobile_web\": \"2820726\",\n                \"connected_home_audio_tether\": \"4275235\",\n                \"connected_home_tv\": \"8259575\",\n                \"desktop\": \"110599\",\n                \"gaming_system\": \"5791873\",\n                \"in_dash_car_integration\": \"1563163\",\n                \"mobile_to_car_tether\": \"4134446\",\n                \"other\": \"2944521\",\n                \"tablet_app\": \"8335725\",\n                \"voice_controlled_device\": \"1711792\"\n            },\n            \"device_type_streams\": \"449866\",\n            \"engagement\": {\n                \"lean_back\": \"8035326\",\n                \"lean_forward\": \"6889617\"\n            },\n            \"engagement_streams\": \"5821276\",\n            \"isrc\": \"QMDA61852569\",\n            \"operating_system\": {\n                \"alexa\": \"2719616\",\n                \"android\": \"1267445\",\n                \"fire_os\": \"3717076\",\n                \"ios\": \"5417574\",\n                \"mac_osx\": \"3572747\",\n                \"third_party_device_os\": \"6102969\",\n                \"unknown\": \"7432076\",\n                \"windows\": \"1108490\"\n            },\n            \"operating_system_streams\": \"6295103\",\n            \"referral_source_type\": {\n                \"not_available\": \"9116808\",\n                \"recommended_content_promotions\": \"9898921\",\n                \"search_result\": \"5570039\",\n                \"sme_paid_promotion\": \"3902335\",\n                \"sme_promotional_marketing_inventory\": \"736579\",\n                \"websites_or_hyperlinks\": \"9828356\"\n            },\n            \"referral_source_type_streams\": \"994743\",\n            \"royalty_bearing_play_no\": \"201998\",\n            \"royalty_bearing_play_yes\": \"9465514\",\n            \"selection_source_type\": {\n                \"album\": \"6709722\",\n                \"amf_station\": \"4616574\",\n                \"amf_station_seed\": \"6439108\",\n                \"artist\": \"7607384\",\n                \"auto_playlist\": \"5572672\",\n                \"custom_mix\": \"53758\",\n                \"error\": \"6606805\",\n                \"genre\": \"2865969\",\n                \"gno_prime_playlist\": \"6593978\",\n                \"gno_unl_playlist\": \"3309276\",\n                \"golden_playlist\": \"5664827\",\n                \"prime_playlist\": \"9546804\",\n                \"prime_station\": \"5201069\",\n                \"prime_station_seed\": \"2675575\",\n                \"recently_added\": \"7406220\",\n                \"recently_played\": \"5325825\",\n                \"search\": \"4288072\",\n                \"shared_playlist\": \"8155787\",\n                \"similarity\": \"4849480\",\n                \"similarity_station\": \"2243730\",\n                \"songs\": \"3603064\",\n                \"station\": \"6257940\",\n                \"track\": \"9093828\",\n                \"undefined\": \"4203465\",\n                \"unknown\": \"9263761\",\n                \"unl_station_seed\": \"3764761\",\n                \"unlimited_playlist\": \"6288341\",\n                \"unlimited_station\": \"3774422\",\n                \"unlimited_station_se\": \"8421072\",\n                \"user_playlist\": \"7491102\"\n            },\n            \"selection_source_type_streams\": \"3092408\",\n            \"stream_source_type\": {\n                \"all_other_areas\": \"2383877\",\n                \"api_partner\": \"5804307\",\n                \"artist_profile_page\": \"7093702\",\n                \"charts_and_algorithmic\": \"5228414\",\n                \"content_pages\": \"8445052\",\n                \"followed_saved_third_party\": \"6008295\",\n                \"promotional\": \"3752029\",\n                \"recent_activity\": \"1752218\",\n                \"search_results_page\": \"9507616\",\n                \"semi_interactive_radio_station\": \"7842375\",\n                \"user_created_playlists\": \"3114057\"\n            },\n            \"stream_source_type_streams\": \"3104246\",\n            \"streams\": \"6668343\",\n            \"subscription_type\": {\n                \"adsupported\": \"9686740\",\n                \"prime\": \"727224\",\n                \"subscription\": \"3244129\",\n                \"unlimited\": \"1463939\"\n            }\n        },\n        {\n            \"country_code\": \"us\",\n            \"device_type\": {\n                \"cell_phone_app_mobile_web\": \"2616104\",\n                \"connected_home_audio_tether\": \"7247634\",\n                \"connected_home_tv\": \"1126846\",\n                \"desktop\": \"7508747\",\n                \"gaming_system\": \"4038068\",\n                \"in_dash_car_integration\": \"9470784\",\n                \"mobile_to_car_tether\": \"2134744\",\n                \"other\": \"7153949\",\n                \"tablet_app\": \"325653\",\n                \"voice_controlled_device\": \"2050840\"\n            },\n            \"device_type_streams\": \"7662359\",\n            \"engagement\": {\n                \"lean_back\": \"8476586\",\n                \"lean_forward\": \"8253745\"\n            },\n            \"engagement_streams\": \"3704917\",\n            \"isrc\": \"QMDA61852569\",\n            \"operating_system\": {\n                \"alexa\": \"9360247\",\n                \"android\": \"853301\",\n                \"fire_os\": \"6345167\",\n                \"ios\": \"9706230\",\n                \"mac_osx\": \"2567262\",\n                \"third_party_device_os\": \"6042296\",\n                \"unknown\": \"2777389\",\n                \"windows\": \"2192034\"\n            },\n            \"operating_system_streams\": \"3357138\",\n            \"referral_source_type\": {\n                \"not_available\": \"1452439\",\n                \"recommended_content_promotions\": \"4589169\",\n                \"search_result\": \"7156907\",\n                \"sme_paid_promotion\": \"3365927\",\n                \"sme_promotional_marketing_inventory\": \"7099915\",\n                \"websites_or_hyperlinks\": \"8262252\"\n            },\n            \"referral_source_type_streams\": \"9481602\",\n            \"royalty_bearing_play_no\": \"7626001\",\n            \"royalty_bearing_play_yes\": \"2611680\",\n            \"selection_source_type\": {\n                \"album\": \"950420\",\n                \"amf_station\": \"7596506\",\n                \"amf_station_seed\": \"1700957\",\n                \"artist\": \"5573785\",\n                \"auto_playlist\": \"1006891\",\n                \"custom_mix\": \"5650730\",\n                \"error\": \"5746398\",\n                \"genre\": \"1848591\",\n                \"gno_prime_playlist\": \"4713421\",\n                \"gno_unl_playlist\": \"4742857\",\n                \"golden_playlist\": \"8135384\",\n                \"prime_playlist\": \"1121677\",\n                \"prime_station\": \"8031857\",\n                \"prime_station_seed\": \"6334740\",\n                \"recently_added\": \"7214794\",\n                \"recently_played\": \"7724077\",\n                \"search\": \"3693782\",\n                \"shared_playlist\": \"1877166\",\n                \"similarity\": \"6936267\",\n                \"similarity_station\": \"5212815\",\n                \"songs\": \"1250779\",\n                \"station\": \"8466695\",\n                \"track\": \"2034308\",\n                \"undefined\": \"8955080\",\n                \"unknown\": \"8783027\",\n                \"unl_station_seed\": \"7951893\",\n                \"unlimited_playlist\": \"3330699\",\n                \"unlimited_station\": \"6481885\",\n                \"unlimited_station_se\": \"1560400\",\n                \"user_playlist\": \"782563\"\n            },\n            \"selection_source_type_streams\": \"8549225\",\n            \"stream_source_type\": {\n                \"all_other_areas\": \"7369651\",\n                \"api_partner\": \"2013839\",\n                \"artist_profile_page\": \"7933224\",\n                \"charts_and_algorithmic\": \"8572144\",\n                \"content_pages\": \"9792402\",\n                \"followed_saved_third_party\": \"982597\",\n                \"promotional\": \"3272184\",\n                \"recent_activity\": \"618892\",\n                \"search_results_page\": \"9587484\",\n                \"semi_interactive_radio_station\": \"1856061\",\n                \"user_created_playlists\": \"5808096\"\n            },\n            \"stream_source_type_streams\": \"9956564\",\n            \"streams\": \"6138112\",\n            \"subscription_type\": {\n                \"adsupported\": \"679882\",\n                \"prime\": \"3073016\",\n                \"subscription\": \"208076\",\n                \"unlimited\": \"3017206\"\n            }\n        }\n    ]\n}"
						}
					]
				},
				{
					"name": "v2/amazon/playlist/tracks/streams--NOJAVA",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Content-Type",
								"name": "Content-Type",
								"type": "text",
								"value": "application/x-www-form-urlencoded"
							},
							{
								"key": "Accept",
								"type": "text",
								"value": "application/json",
								"disabled": true
							},
							{
								"key": "Authorization",
								"type": "text",
								"value": "Bearer {{token}}",
								"disabled": true
							}
						],
						"body": {
							"mode": "urlencoded",
							"urlencoded": []
						},
						"url": {
							"raw": "{{proto}}{{hostname}}/v2/amazon/playlist/tracks/streams?start_date=2020-04-01&end_date=2020-04-04&isrc=USRC11703646&country_code=br&playlist_id=A1A9G65D3OWMVE&group_by=date",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v2",
								"amazon",
								"playlist",
								"tracks",
								"streams"
							],
							"query": [
								{
									"key": "isrc",
									"value": "USSM11914250",
									"disabled": true
								},
								{
									"key": "start_date",
									"value": "2020-04-01"
								},
								{
									"key": "end_date",
									"value": "2020-04-04"
								},
								{
									"key": "isrc",
									"value": "USRC11703646"
								},
								{
									"key": "limit",
									"value": "3",
									"disabled": true
								},
								{
									"key": "country_code",
									"value": "br"
								},
								{
									"key": "playlist_id",
									"value": "A1A9G65D3OWMVE"
								},
								{
									"key": "group_by",
									"value": "date"
								}
							]
						}
					},
					"response": [
						{
							"name": "v2/amazon/tracks/streams",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Content-Type",
										"name": "Content-Type",
										"type": "text",
										"value": "application/x-www-form-urlencoded"
									},
									{
										"key": "Accept",
										"type": "text",
										"value": "application/json",
										"disabled": true
									},
									{
										"key": "Authorization",
										"type": "text",
										"value": "Bearer {{token}}",
										"disabled": true
									}
								],
								"url": {
									"raw": "{{proto}}{{hostname}}/v2/amazon/tracks/streams?start_date=2019-10-01&end_date=2019-10-24&isrc=CH1261650811&isrc={{isrc1}}&isrc={{isrc4}}&limit=10&country_code=us",
									"host": [
										"{{proto}}{{hostname}}"
									],
									"path": [
										"v2",
										"amazon",
										"tracks",
										"streams"
									],
									"query": [
										{
											"key": "start_date",
											"value": "2019-10-01"
										},
										{
											"key": "end_date",
											"value": "2019-10-24"
										},
										{
											"key": "isrc",
											"value": "CH1261650811"
										},
										{
											"key": "isrc",
											"value": "{{isrc1}}"
										},
										{
											"key": "isrc",
											"value": "{{isrc4}}"
										},
										{
											"key": "isrc",
											"value": "{{isrc2}}",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "10"
										},
										{
											"key": "country_code",
											"value": "us"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Server",
									"value": "gunicorn/19.9.0"
								},
								{
									"key": "Date",
									"value": "Tue, 03 Dec 2019 19:55:38 GMT"
								},
								{
									"key": "Connection",
									"value": "close"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "34042"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"count\": 10,\n    \"items\": [\n        {\n            \"country_code\": \"us\",\n            \"device_type\": {\n                \"cell_phone_app_mobile_web\": \"2380512\",\n                \"connected_home_audio_tether\": \"5334736\",\n                \"connected_home_tv\": \"9958009\",\n                \"desktop\": \"5146088\",\n                \"gaming_system\": \"7341576\",\n                \"in_dash_car_integration\": \"1619837\",\n                \"mobile_to_car_tether\": \"1263651\",\n                \"other\": \"762229\",\n                \"tablet_app\": \"3936154\",\n                \"voice_controlled_device\": \"3318901\"\n            },\n            \"device_type_streams\": \"310480\",\n            \"engagement\": {\n                \"lean_back\": \"9335353\",\n                \"lean_forward\": \"972328\"\n            },\n            \"engagement_streams\": \"5651410\",\n            \"isrc\": \"CH1261650811\",\n            \"operating_system\": {\n                \"alexa\": \"8613696\",\n                \"android\": \"9074428\",\n                \"fire_os\": \"8006635\",\n                \"ios\": \"3398789\",\n                \"mac_osx\": \"1521760\",\n                \"third_party_device_os\": \"44083\",\n                \"unknown\": \"9005852\",\n                \"windows\": \"5233594\"\n            },\n            \"operating_system_streams\": \"2983052\",\n            \"referral_source_type\": {\n                \"not_available\": \"8662917\",\n                \"recommended_content_promotions\": \"5095714\",\n                \"search_result\": \"4912263\",\n                \"sme_paid_promotion\": \"9764854\",\n                \"sme_promotional_marketing_inventory\": \"5088740\",\n                \"websites_or_hyperlinks\": \"444437\"\n            },\n            \"referral_source_type_streams\": \"6314667\",\n            \"royalty_bearing_play_no\": \"4798592\",\n            \"royalty_bearing_play_yes\": \"4937914\",\n            \"selection_source_type\": {\n                \"album\": \"9202017\",\n                \"amf_station\": \"6692332\",\n                \"amf_station_seed\": \"7655593\",\n                \"artist\": \"1615695\",\n                \"auto_playlist\": \"7025180\",\n                \"custom_mix\": \"2284239\",\n                \"error\": \"3929158\",\n                \"genre\": \"5206886\",\n                \"gno_prime_playlist\": \"1634407\",\n                \"gno_unl_playlist\": \"3841616\",\n                \"golden_playlist\": \"9973695\",\n                \"prime_playlist\": \"2303906\",\n                \"prime_station\": \"9549552\",\n                \"prime_station_seed\": \"79144\",\n                \"recently_added\": \"4770412\",\n                \"recently_played\": \"7104438\",\n                \"search\": \"7528344\",\n                \"shared_playlist\": \"8491286\",\n                \"similarity\": \"5611896\",\n                \"similarity_station\": \"8418149\",\n                \"songs\": \"7292592\",\n                \"station\": \"5279231\",\n                \"track\": \"8698031\",\n                \"undefined\": \"3107035\",\n                \"unknown\": \"3413082\",\n                \"unl_station_seed\": \"1276330\",\n                \"unlimited_playlist\": \"2298677\",\n                \"unlimited_station\": \"7661617\",\n                \"unlimited_station_se\": \"4106352\",\n                \"user_playlist\": \"843793\"\n            },\n            \"selection_source_type_streams\": \"3379047\",\n            \"stream_source_type\": {\n                \"all_other_areas\": \"2811276\",\n                \"api_partner\": \"4649835\",\n                \"artist_profile_page\": \"2273270\",\n                \"charts_and_algorithmic\": \"6689802\",\n                \"content_pages\": \"8421092\",\n                \"followed_saved_third_party\": \"846690\",\n                \"promotional\": \"3351795\",\n                \"recent_activity\": \"5905992\",\n                \"search_results_page\": \"993465\",\n                \"semi_interactive_radio_station\": \"9837042\",\n                \"user_created_playlists\": \"9032951\"\n            },\n            \"stream_source_type_streams\": \"672538\",\n            \"streams\": \"3826793\",\n            \"subscription_type\": {\n                \"adsupported\": \"5246546\",\n                \"prime\": \"6741612\",\n                \"subscription\": \"1572652\",\n                \"unlimited\": \"7246266\"\n            }\n        },\n        {\n            \"country_code\": \"us\",\n            \"device_type\": {\n                \"cell_phone_app_mobile_web\": \"9718654\",\n                \"connected_home_audio_tether\": \"3048592\",\n                \"connected_home_tv\": \"6275107\",\n                \"desktop\": \"5366613\",\n                \"gaming_system\": \"374089\",\n                \"in_dash_car_integration\": \"1741642\",\n                \"mobile_to_car_tether\": \"9013786\",\n                \"other\": \"254652\",\n                \"tablet_app\": \"6863330\",\n                \"voice_controlled_device\": \"9496324\"\n            },\n            \"device_type_streams\": \"8958486\",\n            \"engagement\": {\n                \"lean_back\": \"6763587\",\n                \"lean_forward\": \"5017825\"\n            },\n            \"engagement_streams\": \"640349\",\n            \"isrc\": \"QMDA61852569\",\n            \"operating_system\": {\n                \"alexa\": \"439476\",\n                \"android\": \"479694\",\n                \"fire_os\": \"4933521\",\n                \"ios\": \"3395931\",\n                \"mac_osx\": \"252704\",\n                \"third_party_device_os\": \"5614822\",\n                \"unknown\": \"7768390\",\n                \"windows\": \"5048636\"\n            },\n            \"operating_system_streams\": \"9271698\",\n            \"referral_source_type\": {\n                \"not_available\": \"7058786\",\n                \"recommended_content_promotions\": \"8258308\",\n                \"search_result\": \"2509554\",\n                \"sme_paid_promotion\": \"2289413\",\n                \"sme_promotional_marketing_inventory\": \"6534640\",\n                \"websites_or_hyperlinks\": \"5230433\"\n            },\n            \"referral_source_type_streams\": \"85085\",\n            \"royalty_bearing_play_no\": \"9195641\",\n            \"royalty_bearing_play_yes\": \"2778778\",\n            \"selection_source_type\": {\n                \"album\": \"7226993\",\n                \"amf_station\": \"3165265\",\n                \"amf_station_seed\": \"8766153\",\n                \"artist\": \"6495890\",\n                \"auto_playlist\": \"8754211\",\n                \"custom_mix\": \"6555173\",\n                \"error\": \"78344\",\n                \"genre\": \"9525673\",\n                \"gno_prime_playlist\": \"4236995\",\n                \"gno_unl_playlist\": \"6261737\",\n                \"golden_playlist\": \"5593238\",\n                \"prime_playlist\": \"8105882\",\n                \"prime_station\": \"2825099\",\n                \"prime_station_seed\": \"5134927\",\n                \"recently_added\": \"2907429\",\n                \"recently_played\": \"5525851\",\n                \"search\": \"3066923\",\n                \"shared_playlist\": \"7458999\",\n                \"similarity\": \"9904388\",\n                \"similarity_station\": \"5897481\",\n                \"songs\": \"4791101\",\n                \"station\": \"1216282\",\n                \"track\": \"5337876\",\n                \"undefined\": \"5934631\",\n                \"unknown\": \"5459993\",\n                \"unl_station_seed\": \"538628\",\n                \"unlimited_playlist\": \"1450932\",\n                \"unlimited_station\": \"8840658\",\n                \"unlimited_station_se\": \"4790035\",\n                \"user_playlist\": \"8360785\"\n            },\n            \"selection_source_type_streams\": \"7823007\",\n            \"stream_source_type\": {\n                \"all_other_areas\": \"6969386\",\n                \"api_partner\": \"3609787\",\n                \"artist_profile_page\": \"9541046\",\n                \"charts_and_algorithmic\": \"5521892\",\n                \"content_pages\": \"8262424\",\n                \"followed_saved_third_party\": \"4751846\",\n                \"promotional\": \"672862\",\n                \"recent_activity\": \"9369\",\n                \"search_results_page\": \"3660206\",\n                \"semi_interactive_radio_station\": \"1120600\",\n                \"user_created_playlists\": \"2559955\"\n            },\n            \"stream_source_type_streams\": \"4971255\",\n            \"streams\": \"8384161\",\n            \"subscription_type\": {\n                \"adsupported\": \"8438247\",\n                \"prime\": \"6959102\",\n                \"subscription\": \"3276035\",\n                \"unlimited\": \"9199639\"\n            }\n        },\n        {\n            \"country_code\": \"us\",\n            \"device_type\": {\n                \"cell_phone_app_mobile_web\": \"9911755\",\n                \"connected_home_audio_tether\": \"294060\",\n                \"connected_home_tv\": \"5422256\",\n                \"desktop\": \"5677934\",\n                \"gaming_system\": \"5506810\",\n                \"in_dash_car_integration\": \"2612022\",\n                \"mobile_to_car_tether\": \"1234933\",\n                \"other\": \"3924092\",\n                \"tablet_app\": \"8555272\",\n                \"voice_controlled_device\": \"6144856\"\n            },\n            \"device_type_streams\": \"4672563\",\n            \"engagement\": {\n                \"lean_back\": \"9907158\",\n                \"lean_forward\": \"3788851\"\n            },\n            \"engagement_streams\": \"5752626\",\n            \"isrc\": \"QMDA61852569\",\n            \"operating_system\": {\n                \"alexa\": \"2394796\",\n                \"android\": \"360734\",\n                \"fire_os\": \"7511475\",\n                \"ios\": \"5196336\",\n                \"mac_osx\": \"1220120\",\n                \"third_party_device_os\": \"1100827\",\n                \"unknown\": \"8093632\",\n                \"windows\": \"6855843\"\n            },\n            \"operating_system_streams\": \"1218003\",\n            \"referral_source_type\": {\n                \"not_available\": \"967155\",\n                \"recommended_content_promotions\": \"4221891\",\n                \"search_result\": \"4601810\",\n                \"sme_paid_promotion\": \"8241392\",\n                \"sme_promotional_marketing_inventory\": \"9131993\",\n                \"websites_or_hyperlinks\": \"8519451\"\n            },\n            \"referral_source_type_streams\": \"3660873\",\n            \"royalty_bearing_play_no\": \"8519947\",\n            \"royalty_bearing_play_yes\": \"8418005\",\n            \"selection_source_type\": {\n                \"album\": \"636217\",\n                \"amf_station\": \"3806893\",\n                \"amf_station_seed\": \"3087992\",\n                \"artist\": \"6787056\",\n                \"auto_playlist\": \"4354298\",\n                \"custom_mix\": \"7420036\",\n                \"error\": \"6377310\",\n                \"genre\": \"6500514\",\n                \"gno_prime_playlist\": \"3737344\",\n                \"gno_unl_playlist\": \"6467246\",\n                \"golden_playlist\": \"9551761\",\n                \"prime_playlist\": \"4432105\",\n                \"prime_station\": \"9148669\",\n                \"prime_station_seed\": \"5644718\",\n                \"recently_added\": \"6185046\",\n                \"recently_played\": \"8080886\",\n                \"search\": \"7424744\",\n                \"shared_playlist\": \"9606041\",\n                \"similarity\": \"1113726\",\n                \"similarity_station\": \"2016412\",\n                \"songs\": \"23082\",\n                \"station\": \"2417031\",\n                \"track\": \"9892309\",\n                \"undefined\": \"3928677\",\n                \"unknown\": \"6875797\",\n                \"unl_station_seed\": \"4276623\",\n                \"unlimited_playlist\": \"7537182\",\n                \"unlimited_station\": \"846886\",\n                \"unlimited_station_se\": \"9113954\",\n                \"user_playlist\": \"662083\"\n            },\n            \"selection_source_type_streams\": \"2498266\",\n            \"stream_source_type\": {\n                \"all_other_areas\": \"2099485\",\n                \"api_partner\": \"6868430\",\n                \"artist_profile_page\": \"7210537\",\n                \"charts_and_algorithmic\": \"9302367\",\n                \"content_pages\": \"9235596\",\n                \"followed_saved_third_party\": \"7557423\",\n                \"promotional\": \"2401625\",\n                \"recent_activity\": \"9241670\",\n                \"search_results_page\": \"5272559\",\n                \"semi_interactive_radio_station\": \"445381\",\n                \"user_created_playlists\": \"8722268\"\n            },\n            \"stream_source_type_streams\": \"8292586\",\n            \"streams\": \"2245995\",\n            \"subscription_type\": {\n                \"adsupported\": \"8890537\",\n                \"prime\": \"8274674\",\n                \"subscription\": \"9064384\",\n                \"unlimited\": \"5529320\"\n            }\n        },\n        {\n            \"country_code\": \"us\",\n            \"device_type\": {\n                \"cell_phone_app_mobile_web\": \"2777431\",\n                \"connected_home_audio_tether\": \"2524659\",\n                \"connected_home_tv\": \"5055841\",\n                \"desktop\": \"2344259\",\n                \"gaming_system\": \"5199599\",\n                \"in_dash_car_integration\": \"7549565\",\n                \"mobile_to_car_tether\": \"4249539\",\n                \"other\": \"6549339\",\n                \"tablet_app\": \"244770\",\n                \"voice_controlled_device\": \"2023580\"\n            },\n            \"device_type_streams\": \"7492519\",\n            \"engagement\": {\n                \"lean_back\": \"416823\",\n                \"lean_forward\": \"9528309\"\n            },\n            \"engagement_streams\": \"9052186\",\n            \"isrc\": \"ESA011891255\",\n            \"operating_system\": {\n                \"alexa\": \"7511538\",\n                \"android\": \"9680771\",\n                \"fire_os\": \"8960661\",\n                \"ios\": \"2620152\",\n                \"mac_osx\": \"9227763\",\n                \"third_party_device_os\": \"8703913\",\n                \"unknown\": \"1326707\",\n                \"windows\": \"1676246\"\n            },\n            \"operating_system_streams\": \"5896645\",\n            \"referral_source_type\": {\n                \"not_available\": \"8001825\",\n                \"recommended_content_promotions\": \"6789667\",\n                \"search_result\": \"5588478\",\n                \"sme_paid_promotion\": \"9782999\",\n                \"sme_promotional_marketing_inventory\": \"1680171\",\n                \"websites_or_hyperlinks\": \"311678\"\n            },\n            \"referral_source_type_streams\": \"1141551\",\n            \"royalty_bearing_play_no\": \"9304063\",\n            \"royalty_bearing_play_yes\": \"2793341\",\n            \"selection_source_type\": {\n                \"album\": \"8163252\",\n                \"amf_station\": \"662258\",\n                \"amf_station_seed\": \"7356565\",\n                \"artist\": \"6308996\",\n                \"auto_playlist\": \"5829251\",\n                \"custom_mix\": \"2893336\",\n                \"error\": \"6976262\",\n                \"genre\": \"3089524\",\n                \"gno_prime_playlist\": \"4256869\",\n                \"gno_unl_playlist\": \"4968757\",\n                \"golden_playlist\": \"9903494\",\n                \"prime_playlist\": \"8423222\",\n                \"prime_station\": \"691417\",\n                \"prime_station_seed\": \"6690655\",\n                \"recently_added\": \"7727929\",\n                \"recently_played\": \"2564271\",\n                \"search\": \"7307906\",\n                \"shared_playlist\": \"4417714\",\n                \"similarity\": \"9888735\",\n                \"similarity_station\": \"6462294\",\n                \"songs\": \"5995263\",\n                \"station\": \"1710431\",\n                \"track\": \"3807502\",\n                \"undefined\": \"5437428\",\n                \"unknown\": \"1219505\",\n                \"unl_station_seed\": \"8347796\",\n                \"unlimited_playlist\": \"1257361\",\n                \"unlimited_station\": \"9266022\",\n                \"unlimited_station_se\": \"792300\",\n                \"user_playlist\": \"5150736\"\n            },\n            \"selection_source_type_streams\": \"4735079\",\n            \"stream_source_type\": {\n                \"all_other_areas\": \"4353942\",\n                \"api_partner\": \"9357705\",\n                \"artist_profile_page\": \"7213215\",\n                \"charts_and_algorithmic\": \"3057507\",\n                \"content_pages\": \"5032342\",\n                \"followed_saved_third_party\": \"4138647\",\n                \"promotional\": \"2682676\",\n                \"recent_activity\": \"5204239\",\n                \"search_results_page\": \"540982\",\n                \"semi_interactive_radio_station\": \"3313042\",\n                \"user_created_playlists\": \"9133961\"\n            },\n            \"stream_source_type_streams\": \"6763458\",\n            \"streams\": \"3172204\",\n            \"subscription_type\": {\n                \"adsupported\": \"4995031\",\n                \"prime\": \"724664\",\n                \"subscription\": \"8928705\",\n                \"unlimited\": \"4146116\"\n            }\n        },\n        {\n            \"country_code\": \"us\",\n            \"device_type\": {\n                \"cell_phone_app_mobile_web\": \"7748711\",\n                \"connected_home_audio_tether\": \"1839699\",\n                \"connected_home_tv\": \"9965009\",\n                \"desktop\": \"4262013\",\n                \"gaming_system\": \"7034242\",\n                \"in_dash_car_integration\": \"1741507\",\n                \"mobile_to_car_tether\": \"6035968\",\n                \"other\": \"4965849\",\n                \"tablet_app\": \"5097041\",\n                \"voice_controlled_device\": \"4828394\"\n            },\n            \"device_type_streams\": \"9589266\",\n            \"engagement\": {\n                \"lean_back\": \"6658608\",\n                \"lean_forward\": \"8949993\"\n            },\n            \"engagement_streams\": \"5154565\",\n            \"isrc\": \"QMDA61852569\",\n            \"operating_system\": {\n                \"alexa\": \"6423631\",\n                \"android\": \"5316307\",\n                \"fire_os\": \"1887036\",\n                \"ios\": \"3452896\",\n                \"mac_osx\": \"9392202\",\n                \"third_party_device_os\": \"9867053\",\n                \"unknown\": \"704683\",\n                \"windows\": \"2935336\"\n            },\n            \"operating_system_streams\": \"4244228\",\n            \"referral_source_type\": {\n                \"not_available\": \"6463967\",\n                \"recommended_content_promotions\": \"9086122\",\n                \"search_result\": \"7649914\",\n                \"sme_paid_promotion\": \"1029888\",\n                \"sme_promotional_marketing_inventory\": \"8006946\",\n                \"websites_or_hyperlinks\": \"5258115\"\n            },\n            \"referral_source_type_streams\": \"836888\",\n            \"royalty_bearing_play_no\": \"2678469\",\n            \"royalty_bearing_play_yes\": \"8154922\",\n            \"selection_source_type\": {\n                \"album\": \"5837003\",\n                \"amf_station\": \"7451997\",\n                \"amf_station_seed\": \"681668\",\n                \"artist\": \"9015029\",\n                \"auto_playlist\": \"5254604\",\n                \"custom_mix\": \"7479583\",\n                \"error\": \"4225662\",\n                \"genre\": \"8915428\",\n                \"gno_prime_playlist\": \"5437334\",\n                \"gno_unl_playlist\": \"7568672\",\n                \"golden_playlist\": \"7350245\",\n                \"prime_playlist\": \"6251421\",\n                \"prime_station\": \"4341351\",\n                \"prime_station_seed\": \"5397831\",\n                \"recently_added\": \"8141738\",\n                \"recently_played\": \"642980\",\n                \"search\": \"3978821\",\n                \"shared_playlist\": \"7606144\",\n                \"similarity\": \"6894226\",\n                \"similarity_station\": \"7872914\",\n                \"songs\": \"5044105\",\n                \"station\": \"8572921\",\n                \"track\": \"2443792\",\n                \"undefined\": \"975117\",\n                \"unknown\": \"8626864\",\n                \"unl_station_seed\": \"8156667\",\n                \"unlimited_playlist\": \"4628656\",\n                \"unlimited_station\": \"2784586\",\n                \"unlimited_station_se\": \"1627944\",\n                \"user_playlist\": \"6951906\"\n            },\n            \"selection_source_type_streams\": \"8662467\",\n            \"stream_source_type\": {\n                \"all_other_areas\": \"1034806\",\n                \"api_partner\": \"1619583\",\n                \"artist_profile_page\": \"1429617\",\n                \"charts_and_algorithmic\": \"6191389\",\n                \"content_pages\": \"1764587\",\n                \"followed_saved_third_party\": \"4622817\",\n                \"promotional\": \"863282\",\n                \"recent_activity\": \"2318799\",\n                \"search_results_page\": \"2672248\",\n                \"semi_interactive_radio_station\": \"9944669\",\n                \"user_created_playlists\": \"612150\"\n            },\n            \"stream_source_type_streams\": \"9697392\",\n            \"streams\": \"6871439\",\n            \"subscription_type\": {\n                \"adsupported\": \"4929512\",\n                \"prime\": \"757690\",\n                \"subscription\": \"5096349\",\n                \"unlimited\": \"8986852\"\n            }\n        },\n        {\n            \"country_code\": \"us\",\n            \"device_type\": {\n                \"cell_phone_app_mobile_web\": \"5702431\",\n                \"connected_home_audio_tether\": \"6195092\",\n                \"connected_home_tv\": \"8040710\",\n                \"desktop\": \"680455\",\n                \"gaming_system\": \"7575363\",\n                \"in_dash_car_integration\": \"965167\",\n                \"mobile_to_car_tether\": \"1507478\",\n                \"other\": \"2746886\",\n                \"tablet_app\": \"3121375\",\n                \"voice_controlled_device\": \"8812607\"\n            },\n            \"device_type_streams\": \"8709946\",\n            \"engagement\": {\n                \"lean_back\": \"1894541\",\n                \"lean_forward\": \"3927685\"\n            },\n            \"engagement_streams\": \"2596784\",\n            \"isrc\": \"QMDA61852569\",\n            \"operating_system\": {\n                \"alexa\": \"6219716\",\n                \"android\": \"7853447\",\n                \"fire_os\": \"5399941\",\n                \"ios\": \"1289903\",\n                \"mac_osx\": \"5803219\",\n                \"third_party_device_os\": \"2212792\",\n                \"unknown\": \"3110643\",\n                \"windows\": \"1331296\"\n            },\n            \"operating_system_streams\": \"2961619\",\n            \"referral_source_type\": {\n                \"not_available\": \"9922126\",\n                \"recommended_content_promotions\": \"6934426\",\n                \"search_result\": \"1652491\",\n                \"sme_paid_promotion\": \"1317495\",\n                \"sme_promotional_marketing_inventory\": \"3550978\",\n                \"websites_or_hyperlinks\": \"7463956\"\n            },\n            \"referral_source_type_streams\": \"5436739\",\n            \"royalty_bearing_play_no\": \"4625846\",\n            \"royalty_bearing_play_yes\": \"5769575\",\n            \"selection_source_type\": {\n                \"album\": \"8302999\",\n                \"amf_station\": \"32502\",\n                \"amf_station_seed\": \"7912718\",\n                \"artist\": \"3208544\",\n                \"auto_playlist\": \"2960648\",\n                \"custom_mix\": \"7155983\",\n                \"error\": \"4199800\",\n                \"genre\": \"5690488\",\n                \"gno_prime_playlist\": \"9754476\",\n                \"gno_unl_playlist\": \"9796863\",\n                \"golden_playlist\": \"3010564\",\n                \"prime_playlist\": \"1773043\",\n                \"prime_station\": \"881864\",\n                \"prime_station_seed\": \"2573883\",\n                \"recently_added\": \"27382\",\n                \"recently_played\": \"5483259\",\n                \"search\": \"8053\",\n                \"shared_playlist\": \"2646910\",\n                \"similarity\": \"7756568\",\n                \"similarity_station\": \"5207479\",\n                \"songs\": \"6753250\",\n                \"station\": \"6504009\",\n                \"track\": \"644609\",\n                \"undefined\": \"4666551\",\n                \"unknown\": \"8924067\",\n                \"unl_station_seed\": \"322617\",\n                \"unlimited_playlist\": \"9077789\",\n                \"unlimited_station\": \"5993704\",\n                \"unlimited_station_se\": \"1206156\",\n                \"user_playlist\": \"7146941\"\n            },\n            \"selection_source_type_streams\": \"2842282\",\n            \"stream_source_type\": {\n                \"all_other_areas\": \"4462376\",\n                \"api_partner\": \"2068470\",\n                \"artist_profile_page\": \"1242258\",\n                \"charts_and_algorithmic\": \"9227715\",\n                \"content_pages\": \"5794283\",\n                \"followed_saved_third_party\": \"8140305\",\n                \"promotional\": \"8398144\",\n                \"recent_activity\": \"4296985\",\n                \"search_results_page\": \"7413217\",\n                \"semi_interactive_radio_station\": \"3323144\",\n                \"user_created_playlists\": \"3029933\"\n            },\n            \"stream_source_type_streams\": \"5255064\",\n            \"streams\": \"5749749\",\n            \"subscription_type\": {\n                \"adsupported\": \"302491\",\n                \"prime\": \"2112026\",\n                \"subscription\": \"599720\",\n                \"unlimited\": \"4147006\"\n            }\n        },\n        {\n            \"country_code\": \"us\",\n            \"device_type\": {\n                \"cell_phone_app_mobile_web\": \"7785777\",\n                \"connected_home_audio_tether\": \"2760448\",\n                \"connected_home_tv\": \"6612174\",\n                \"desktop\": \"3103492\",\n                \"gaming_system\": \"5696182\",\n                \"in_dash_car_integration\": \"8785400\",\n                \"mobile_to_car_tether\": \"6491959\",\n                \"other\": \"8598988\",\n                \"tablet_app\": \"5752340\",\n                \"voice_controlled_device\": \"1936163\"\n            },\n            \"device_type_streams\": \"7824836\",\n            \"engagement\": {\n                \"lean_back\": \"9184600\",\n                \"lean_forward\": \"9992537\"\n            },\n            \"engagement_streams\": \"4686185\",\n            \"isrc\": \"ESA011891255\",\n            \"operating_system\": {\n                \"alexa\": \"8241121\",\n                \"android\": \"3465871\",\n                \"fire_os\": \"3083798\",\n                \"ios\": \"4342132\",\n                \"mac_osx\": \"4418293\",\n                \"third_party_device_os\": \"5238019\",\n                \"unknown\": \"9983542\",\n                \"windows\": \"2418888\"\n            },\n            \"operating_system_streams\": \"962140\",\n            \"referral_source_type\": {\n                \"not_available\": \"8353847\",\n                \"recommended_content_promotions\": \"407938\",\n                \"search_result\": \"2121676\",\n                \"sme_paid_promotion\": \"6945998\",\n                \"sme_promotional_marketing_inventory\": \"7524154\",\n                \"websites_or_hyperlinks\": \"4570074\"\n            },\n            \"referral_source_type_streams\": \"6050790\",\n            \"royalty_bearing_play_no\": \"5792661\",\n            \"royalty_bearing_play_yes\": \"3042604\",\n            \"selection_source_type\": {\n                \"album\": \"5760054\",\n                \"amf_station\": \"2920709\",\n                \"amf_station_seed\": \"9634890\",\n                \"artist\": \"3763318\",\n                \"auto_playlist\": \"3372121\",\n                \"custom_mix\": \"2752603\",\n                \"error\": \"8812473\",\n                \"genre\": \"7002728\",\n                \"gno_prime_playlist\": \"8389478\",\n                \"gno_unl_playlist\": \"3687423\",\n                \"golden_playlist\": \"5661446\",\n                \"prime_playlist\": \"2869159\",\n                \"prime_station\": \"1229489\",\n                \"prime_station_seed\": \"6545258\",\n                \"recently_added\": \"1422265\",\n                \"recently_played\": \"9017620\",\n                \"search\": \"2131242\",\n                \"shared_playlist\": \"7165897\",\n                \"similarity\": \"3780428\",\n                \"similarity_station\": \"5016166\",\n                \"songs\": \"1526329\",\n                \"station\": \"3712031\",\n                \"track\": \"8603\",\n                \"undefined\": \"2497803\",\n                \"unknown\": \"7067971\",\n                \"unl_station_seed\": \"9357102\",\n                \"unlimited_playlist\": \"3897930\",\n                \"unlimited_station\": \"485350\",\n                \"unlimited_station_se\": \"7299870\",\n                \"user_playlist\": \"9461853\"\n            },\n            \"selection_source_type_streams\": \"8612118\",\n            \"stream_source_type\": {\n                \"all_other_areas\": \"9547783\",\n                \"api_partner\": \"5021471\",\n                \"artist_profile_page\": \"1779630\",\n                \"charts_and_algorithmic\": \"2690688\",\n                \"content_pages\": \"4773000\",\n                \"followed_saved_third_party\": \"7906396\",\n                \"promotional\": \"441285\",\n                \"recent_activity\": \"1679516\",\n                \"search_results_page\": \"4472649\",\n                \"semi_interactive_radio_station\": \"2292536\",\n                \"user_created_playlists\": \"9530086\"\n            },\n            \"stream_source_type_streams\": \"7288747\",\n            \"streams\": \"295880\",\n            \"subscription_type\": {\n                \"adsupported\": \"7643743\",\n                \"prime\": \"6172216\",\n                \"subscription\": \"5636780\",\n                \"unlimited\": \"3805608\"\n            }\n        },\n        {\n            \"country_code\": \"us\",\n            \"device_type\": {\n                \"cell_phone_app_mobile_web\": \"645963\",\n                \"connected_home_audio_tether\": \"9006316\",\n                \"connected_home_tv\": \"5381477\",\n                \"desktop\": \"8940248\",\n                \"gaming_system\": \"6405940\",\n                \"in_dash_car_integration\": \"678612\",\n                \"mobile_to_car_tether\": \"8371818\",\n                \"other\": \"7299110\",\n                \"tablet_app\": \"6381249\",\n                \"voice_controlled_device\": \"7557469\"\n            },\n            \"device_type_streams\": \"3586108\",\n            \"engagement\": {\n                \"lean_back\": \"7293767\",\n                \"lean_forward\": \"3262423\"\n            },\n            \"engagement_streams\": \"7114860\",\n            \"isrc\": \"ESA011891255\",\n            \"operating_system\": {\n                \"alexa\": \"4830203\",\n                \"android\": \"3950587\",\n                \"fire_os\": \"7761588\",\n                \"ios\": \"937738\",\n                \"mac_osx\": \"2867070\",\n                \"third_party_device_os\": \"6988575\",\n                \"unknown\": \"1544768\",\n                \"windows\": \"6519411\"\n            },\n            \"operating_system_streams\": \"8305518\",\n            \"referral_source_type\": {\n                \"not_available\": \"932187\",\n                \"recommended_content_promotions\": \"6430634\",\n                \"search_result\": \"41504\",\n                \"sme_paid_promotion\": \"4689428\",\n                \"sme_promotional_marketing_inventory\": \"7403533\",\n                \"websites_or_hyperlinks\": \"7263942\"\n            },\n            \"referral_source_type_streams\": \"6797934\",\n            \"royalty_bearing_play_no\": \"7924372\",\n            \"royalty_bearing_play_yes\": \"8378582\",\n            \"selection_source_type\": {\n                \"album\": \"4758211\",\n                \"amf_station\": \"2372919\",\n                \"amf_station_seed\": \"5466390\",\n                \"artist\": \"7327735\",\n                \"auto_playlist\": \"5129936\",\n                \"custom_mix\": \"1996980\",\n                \"error\": \"9248662\",\n                \"genre\": \"8107028\",\n                \"gno_prime_playlist\": \"3082730\",\n                \"gno_unl_playlist\": \"1830170\",\n                \"golden_playlist\": \"142495\",\n                \"prime_playlist\": \"2256285\",\n                \"prime_station\": \"9174580\",\n                \"prime_station_seed\": \"5470155\",\n                \"recently_added\": \"3098696\",\n                \"recently_played\": \"9461224\",\n                \"search\": \"2823436\",\n                \"shared_playlist\": \"2201239\",\n                \"similarity\": \"4330713\",\n                \"similarity_station\": \"2392361\",\n                \"songs\": \"5067817\",\n                \"station\": \"3372234\",\n                \"track\": \"4396709\",\n                \"undefined\": \"6394590\",\n                \"unknown\": \"4202604\",\n                \"unl_station_seed\": \"7572694\",\n                \"unlimited_playlist\": \"4579342\",\n                \"unlimited_station\": \"2342409\",\n                \"unlimited_station_se\": \"2170609\",\n                \"user_playlist\": \"338771\"\n            },\n            \"selection_source_type_streams\": \"1332460\",\n            \"stream_source_type\": {\n                \"all_other_areas\": \"4042789\",\n                \"api_partner\": \"3875991\",\n                \"artist_profile_page\": \"4127515\",\n                \"charts_and_algorithmic\": \"251\",\n                \"content_pages\": \"6288614\",\n                \"followed_saved_third_party\": \"7597452\",\n                \"promotional\": \"2290946\",\n                \"recent_activity\": \"8736842\",\n                \"search_results_page\": \"8016929\",\n                \"semi_interactive_radio_station\": \"4150419\",\n                \"user_created_playlists\": \"846076\"\n            },\n            \"stream_source_type_streams\": \"2791779\",\n            \"streams\": \"8501708\",\n            \"subscription_type\": {\n                \"adsupported\": \"2767291\",\n                \"prime\": \"5707420\",\n                \"subscription\": \"5916361\",\n                \"unlimited\": \"7430534\"\n            }\n        },\n        {\n            \"country_code\": \"us\",\n            \"device_type\": {\n                \"cell_phone_app_mobile_web\": \"2820726\",\n                \"connected_home_audio_tether\": \"4275235\",\n                \"connected_home_tv\": \"8259575\",\n                \"desktop\": \"110599\",\n                \"gaming_system\": \"5791873\",\n                \"in_dash_car_integration\": \"1563163\",\n                \"mobile_to_car_tether\": \"4134446\",\n                \"other\": \"2944521\",\n                \"tablet_app\": \"8335725\",\n                \"voice_controlled_device\": \"1711792\"\n            },\n            \"device_type_streams\": \"449866\",\n            \"engagement\": {\n                \"lean_back\": \"8035326\",\n                \"lean_forward\": \"6889617\"\n            },\n            \"engagement_streams\": \"5821276\",\n            \"isrc\": \"QMDA61852569\",\n            \"operating_system\": {\n                \"alexa\": \"2719616\",\n                \"android\": \"1267445\",\n                \"fire_os\": \"3717076\",\n                \"ios\": \"5417574\",\n                \"mac_osx\": \"3572747\",\n                \"third_party_device_os\": \"6102969\",\n                \"unknown\": \"7432076\",\n                \"windows\": \"1108490\"\n            },\n            \"operating_system_streams\": \"6295103\",\n            \"referral_source_type\": {\n                \"not_available\": \"9116808\",\n                \"recommended_content_promotions\": \"9898921\",\n                \"search_result\": \"5570039\",\n                \"sme_paid_promotion\": \"3902335\",\n                \"sme_promotional_marketing_inventory\": \"736579\",\n                \"websites_or_hyperlinks\": \"9828356\"\n            },\n            \"referral_source_type_streams\": \"994743\",\n            \"royalty_bearing_play_no\": \"201998\",\n            \"royalty_bearing_play_yes\": \"9465514\",\n            \"selection_source_type\": {\n                \"album\": \"6709722\",\n                \"amf_station\": \"4616574\",\n                \"amf_station_seed\": \"6439108\",\n                \"artist\": \"7607384\",\n                \"auto_playlist\": \"5572672\",\n                \"custom_mix\": \"53758\",\n                \"error\": \"6606805\",\n                \"genre\": \"2865969\",\n                \"gno_prime_playlist\": \"6593978\",\n                \"gno_unl_playlist\": \"3309276\",\n                \"golden_playlist\": \"5664827\",\n                \"prime_playlist\": \"9546804\",\n                \"prime_station\": \"5201069\",\n                \"prime_station_seed\": \"2675575\",\n                \"recently_added\": \"7406220\",\n                \"recently_played\": \"5325825\",\n                \"search\": \"4288072\",\n                \"shared_playlist\": \"8155787\",\n                \"similarity\": \"4849480\",\n                \"similarity_station\": \"2243730\",\n                \"songs\": \"3603064\",\n                \"station\": \"6257940\",\n                \"track\": \"9093828\",\n                \"undefined\": \"4203465\",\n                \"unknown\": \"9263761\",\n                \"unl_station_seed\": \"3764761\",\n                \"unlimited_playlist\": \"6288341\",\n                \"unlimited_station\": \"3774422\",\n                \"unlimited_station_se\": \"8421072\",\n                \"user_playlist\": \"7491102\"\n            },\n            \"selection_source_type_streams\": \"3092408\",\n            \"stream_source_type\": {\n                \"all_other_areas\": \"2383877\",\n                \"api_partner\": \"5804307\",\n                \"artist_profile_page\": \"7093702\",\n                \"charts_and_algorithmic\": \"5228414\",\n                \"content_pages\": \"8445052\",\n                \"followed_saved_third_party\": \"6008295\",\n                \"promotional\": \"3752029\",\n                \"recent_activity\": \"1752218\",\n                \"search_results_page\": \"9507616\",\n                \"semi_interactive_radio_station\": \"7842375\",\n                \"user_created_playlists\": \"3114057\"\n            },\n            \"stream_source_type_streams\": \"3104246\",\n            \"streams\": \"6668343\",\n            \"subscription_type\": {\n                \"adsupported\": \"9686740\",\n                \"prime\": \"727224\",\n                \"subscription\": \"3244129\",\n                \"unlimited\": \"1463939\"\n            }\n        },\n        {\n            \"country_code\": \"us\",\n            \"device_type\": {\n                \"cell_phone_app_mobile_web\": \"2616104\",\n                \"connected_home_audio_tether\": \"7247634\",\n                \"connected_home_tv\": \"1126846\",\n                \"desktop\": \"7508747\",\n                \"gaming_system\": \"4038068\",\n                \"in_dash_car_integration\": \"9470784\",\n                \"mobile_to_car_tether\": \"2134744\",\n                \"other\": \"7153949\",\n                \"tablet_app\": \"325653\",\n                \"voice_controlled_device\": \"2050840\"\n            },\n            \"device_type_streams\": \"7662359\",\n            \"engagement\": {\n                \"lean_back\": \"8476586\",\n                \"lean_forward\": \"8253745\"\n            },\n            \"engagement_streams\": \"3704917\",\n            \"isrc\": \"QMDA61852569\",\n            \"operating_system\": {\n                \"alexa\": \"9360247\",\n                \"android\": \"853301\",\n                \"fire_os\": \"6345167\",\n                \"ios\": \"9706230\",\n                \"mac_osx\": \"2567262\",\n                \"third_party_device_os\": \"6042296\",\n                \"unknown\": \"2777389\",\n                \"windows\": \"2192034\"\n            },\n            \"operating_system_streams\": \"3357138\",\n            \"referral_source_type\": {\n                \"not_available\": \"1452439\",\n                \"recommended_content_promotions\": \"4589169\",\n                \"search_result\": \"7156907\",\n                \"sme_paid_promotion\": \"3365927\",\n                \"sme_promotional_marketing_inventory\": \"7099915\",\n                \"websites_or_hyperlinks\": \"8262252\"\n            },\n            \"referral_source_type_streams\": \"9481602\",\n            \"royalty_bearing_play_no\": \"7626001\",\n            \"royalty_bearing_play_yes\": \"2611680\",\n            \"selection_source_type\": {\n                \"album\": \"950420\",\n                \"amf_station\": \"7596506\",\n                \"amf_station_seed\": \"1700957\",\n                \"artist\": \"5573785\",\n                \"auto_playlist\": \"1006891\",\n                \"custom_mix\": \"5650730\",\n                \"error\": \"5746398\",\n                \"genre\": \"1848591\",\n                \"gno_prime_playlist\": \"4713421\",\n                \"gno_unl_playlist\": \"4742857\",\n                \"golden_playlist\": \"8135384\",\n                \"prime_playlist\": \"1121677\",\n                \"prime_station\": \"8031857\",\n                \"prime_station_seed\": \"6334740\",\n                \"recently_added\": \"7214794\",\n                \"recently_played\": \"7724077\",\n                \"search\": \"3693782\",\n                \"shared_playlist\": \"1877166\",\n                \"similarity\": \"6936267\",\n                \"similarity_station\": \"5212815\",\n                \"songs\": \"1250779\",\n                \"station\": \"8466695\",\n                \"track\": \"2034308\",\n                \"undefined\": \"8955080\",\n                \"unknown\": \"8783027\",\n                \"unl_station_seed\": \"7951893\",\n                \"unlimited_playlist\": \"3330699\",\n                \"unlimited_station\": \"6481885\",\n                \"unlimited_station_se\": \"1560400\",\n                \"user_playlist\": \"782563\"\n            },\n            \"selection_source_type_streams\": \"8549225\",\n            \"stream_source_type\": {\n                \"all_other_areas\": \"7369651\",\n                \"api_partner\": \"2013839\",\n                \"artist_profile_page\": \"7933224\",\n                \"charts_and_algorithmic\": \"8572144\",\n                \"content_pages\": \"9792402\",\n                \"followed_saved_third_party\": \"982597\",\n                \"promotional\": \"3272184\",\n                \"recent_activity\": \"618892\",\n                \"search_results_page\": \"9587484\",\n                \"semi_interactive_radio_station\": \"1856061\",\n                \"user_created_playlists\": \"5808096\"\n            },\n            \"stream_source_type_streams\": \"9956564\",\n            \"streams\": \"6138112\",\n            \"subscription_type\": {\n                \"adsupported\": \"679882\",\n                \"prime\": \"3073016\",\n                \"subscription\": \"208076\",\n                \"unlimited\": \"3017206\"\n            }\n        }\n    ]\n}"
						}
					]
				},
				{
					"name": "v2/amazon/playlists--NOJAVA",
					"protocolProfileBehavior": {
						"disableBodyPruning": true
					},
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Content-Type",
								"name": "Content-Type",
								"type": "text",
								"value": "application/x-www-form-urlencoded"
							},
							{
								"key": "Accept",
								"type": "text",
								"value": "application/json",
								"disabled": true
							},
							{
								"key": "Authorization",
								"type": "text",
								"value": "Bearer {{token}}",
								"disabled": true
							}
						],
						"body": {
							"mode": "urlencoded",
							"urlencoded": []
						},
						"url": {
							"raw": "{{proto}}{{hostname}}/v2/amazon/playlists/streams?limit=100&start_date=2020-04-01&end_date=2020-04-03&country_code=ca&playlist_id=A3OY8GJ9X6EGOV",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v2",
								"amazon",
								"playlists",
								"streams"
							],
							"query": [
								{
									"key": "limit",
									"value": "100"
								},
								{
									"key": "start_date",
									"value": "2020-04-01"
								},
								{
									"key": "end_date",
									"value": "2020-04-03"
								},
								{
									"key": "group_by",
									"value": "date",
									"disabled": true
								},
								{
									"key": "country_code",
									"value": "ca"
								},
								{
									"key": "playlist_id",
									"value": "A1OC6SV11QZD02",
									"disabled": true
								},
								{
									"key": "playlist_id",
									"value": "A3OY8GJ9X6EGOV"
								}
							]
						}
					},
					"response": [
						{
							"name": "v2/amazon/tracks/streams",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "Content-Type",
										"name": "Content-Type",
										"type": "text",
										"value": "application/x-www-form-urlencoded"
									},
									{
										"key": "Accept",
										"type": "text",
										"value": "application/json",
										"disabled": true
									},
									{
										"key": "Authorization",
										"type": "text",
										"value": "Bearer {{token}}",
										"disabled": true
									}
								],
								"url": {
									"raw": "{{proto}}{{hostname}}/v2/amazon/tracks/streams?start_date=2019-10-01&end_date=2019-10-24&isrc=CH1261650811&isrc={{isrc1}}&isrc={{isrc4}}&limit=10&country_code=us",
									"host": [
										"{{proto}}{{hostname}}"
									],
									"path": [
										"v2",
										"amazon",
										"tracks",
										"streams"
									],
									"query": [
										{
											"key": "start_date",
											"value": "2019-10-01"
										},
										{
											"key": "end_date",
											"value": "2019-10-24"
										},
										{
											"key": "isrc",
											"value": "CH1261650811"
										},
										{
											"key": "isrc",
											"value": "{{isrc1}}"
										},
										{
											"key": "isrc",
											"value": "{{isrc4}}"
										},
										{
											"key": "isrc",
											"value": "{{isrc2}}",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "10"
										},
										{
											"key": "country_code",
											"value": "us"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Server",
									"value": "gunicorn/19.9.0"
								},
								{
									"key": "Date",
									"value": "Tue, 03 Dec 2019 19:55:38 GMT"
								},
								{
									"key": "Connection",
									"value": "close"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "34042"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"count\": 10,\n    \"items\": [\n        {\n            \"country_code\": \"us\",\n            \"device_type\": {\n                \"cell_phone_app_mobile_web\": \"2380512\",\n                \"connected_home_audio_tether\": \"5334736\",\n                \"connected_home_tv\": \"9958009\",\n                \"desktop\": \"5146088\",\n                \"gaming_system\": \"7341576\",\n                \"in_dash_car_integration\": \"1619837\",\n                \"mobile_to_car_tether\": \"1263651\",\n                \"other\": \"762229\",\n                \"tablet_app\": \"3936154\",\n                \"voice_controlled_device\": \"3318901\"\n            },\n            \"device_type_streams\": \"310480\",\n            \"engagement\": {\n                \"lean_back\": \"9335353\",\n                \"lean_forward\": \"972328\"\n            },\n            \"engagement_streams\": \"5651410\",\n            \"isrc\": \"CH1261650811\",\n            \"operating_system\": {\n                \"alexa\": \"8613696\",\n                \"android\": \"9074428\",\n                \"fire_os\": \"8006635\",\n                \"ios\": \"3398789\",\n                \"mac_osx\": \"1521760\",\n                \"third_party_device_os\": \"44083\",\n                \"unknown\": \"9005852\",\n                \"windows\": \"5233594\"\n            },\n            \"operating_system_streams\": \"2983052\",\n            \"referral_source_type\": {\n                \"not_available\": \"8662917\",\n                \"recommended_content_promotions\": \"5095714\",\n                \"search_result\": \"4912263\",\n                \"sme_paid_promotion\": \"9764854\",\n                \"sme_promotional_marketing_inventory\": \"5088740\",\n                \"websites_or_hyperlinks\": \"444437\"\n            },\n            \"referral_source_type_streams\": \"6314667\",\n            \"royalty_bearing_play_no\": \"4798592\",\n            \"royalty_bearing_play_yes\": \"4937914\",\n            \"selection_source_type\": {\n                \"album\": \"9202017\",\n                \"amf_station\": \"6692332\",\n                \"amf_station_seed\": \"7655593\",\n                \"artist\": \"1615695\",\n                \"auto_playlist\": \"7025180\",\n                \"custom_mix\": \"2284239\",\n                \"error\": \"3929158\",\n                \"genre\": \"5206886\",\n                \"gno_prime_playlist\": \"1634407\",\n                \"gno_unl_playlist\": \"3841616\",\n                \"golden_playlist\": \"9973695\",\n                \"prime_playlist\": \"2303906\",\n                \"prime_station\": \"9549552\",\n                \"prime_station_seed\": \"79144\",\n                \"recently_added\": \"4770412\",\n                \"recently_played\": \"7104438\",\n                \"search\": \"7528344\",\n                \"shared_playlist\": \"8491286\",\n                \"similarity\": \"5611896\",\n                \"similarity_station\": \"8418149\",\n                \"songs\": \"7292592\",\n                \"station\": \"5279231\",\n                \"track\": \"8698031\",\n                \"undefined\": \"3107035\",\n                \"unknown\": \"3413082\",\n                \"unl_station_seed\": \"1276330\",\n                \"unlimited_playlist\": \"2298677\",\n                \"unlimited_station\": \"7661617\",\n                \"unlimited_station_se\": \"4106352\",\n                \"user_playlist\": \"843793\"\n            },\n            \"selection_source_type_streams\": \"3379047\",\n            \"stream_source_type\": {\n                \"all_other_areas\": \"2811276\",\n                \"api_partner\": \"4649835\",\n                \"artist_profile_page\": \"2273270\",\n                \"charts_and_algorithmic\": \"6689802\",\n                \"content_pages\": \"8421092\",\n                \"followed_saved_third_party\": \"846690\",\n                \"promotional\": \"3351795\",\n                \"recent_activity\": \"5905992\",\n                \"search_results_page\": \"993465\",\n                \"semi_interactive_radio_station\": \"9837042\",\n                \"user_created_playlists\": \"9032951\"\n            },\n            \"stream_source_type_streams\": \"672538\",\n            \"streams\": \"3826793\",\n            \"subscription_type\": {\n                \"adsupported\": \"5246546\",\n                \"prime\": \"6741612\",\n                \"subscription\": \"1572652\",\n                \"unlimited\": \"7246266\"\n            }\n        },\n        {\n            \"country_code\": \"us\",\n            \"device_type\": {\n                \"cell_phone_app_mobile_web\": \"9718654\",\n                \"connected_home_audio_tether\": \"3048592\",\n                \"connected_home_tv\": \"6275107\",\n                \"desktop\": \"5366613\",\n                \"gaming_system\": \"374089\",\n                \"in_dash_car_integration\": \"1741642\",\n                \"mobile_to_car_tether\": \"9013786\",\n                \"other\": \"254652\",\n                \"tablet_app\": \"6863330\",\n                \"voice_controlled_device\": \"9496324\"\n            },\n            \"device_type_streams\": \"8958486\",\n            \"engagement\": {\n                \"lean_back\": \"6763587\",\n                \"lean_forward\": \"5017825\"\n            },\n            \"engagement_streams\": \"640349\",\n            \"isrc\": \"QMDA61852569\",\n            \"operating_system\": {\n                \"alexa\": \"439476\",\n                \"android\": \"479694\",\n                \"fire_os\": \"4933521\",\n                \"ios\": \"3395931\",\n                \"mac_osx\": \"252704\",\n                \"third_party_device_os\": \"5614822\",\n                \"unknown\": \"7768390\",\n                \"windows\": \"5048636\"\n            },\n            \"operating_system_streams\": \"9271698\",\n            \"referral_source_type\": {\n                \"not_available\": \"7058786\",\n                \"recommended_content_promotions\": \"8258308\",\n                \"search_result\": \"2509554\",\n                \"sme_paid_promotion\": \"2289413\",\n                \"sme_promotional_marketing_inventory\": \"6534640\",\n                \"websites_or_hyperlinks\": \"5230433\"\n            },\n            \"referral_source_type_streams\": \"85085\",\n            \"royalty_bearing_play_no\": \"9195641\",\n            \"royalty_bearing_play_yes\": \"2778778\",\n            \"selection_source_type\": {\n                \"album\": \"7226993\",\n                \"amf_station\": \"3165265\",\n                \"amf_station_seed\": \"8766153\",\n                \"artist\": \"6495890\",\n                \"auto_playlist\": \"8754211\",\n                \"custom_mix\": \"6555173\",\n                \"error\": \"78344\",\n                \"genre\": \"9525673\",\n                \"gno_prime_playlist\": \"4236995\",\n                \"gno_unl_playlist\": \"6261737\",\n                \"golden_playlist\": \"5593238\",\n                \"prime_playlist\": \"8105882\",\n                \"prime_station\": \"2825099\",\n                \"prime_station_seed\": \"5134927\",\n                \"recently_added\": \"2907429\",\n                \"recently_played\": \"5525851\",\n                \"search\": \"3066923\",\n                \"shared_playlist\": \"7458999\",\n                \"similarity\": \"9904388\",\n                \"similarity_station\": \"5897481\",\n                \"songs\": \"4791101\",\n                \"station\": \"1216282\",\n                \"track\": \"5337876\",\n                \"undefined\": \"5934631\",\n                \"unknown\": \"5459993\",\n                \"unl_station_seed\": \"538628\",\n                \"unlimited_playlist\": \"1450932\",\n                \"unlimited_station\": \"8840658\",\n                \"unlimited_station_se\": \"4790035\",\n                \"user_playlist\": \"8360785\"\n            },\n            \"selection_source_type_streams\": \"7823007\",\n            \"stream_source_type\": {\n                \"all_other_areas\": \"6969386\",\n                \"api_partner\": \"3609787\",\n                \"artist_profile_page\": \"9541046\",\n                \"charts_and_algorithmic\": \"5521892\",\n                \"content_pages\": \"8262424\",\n                \"followed_saved_third_party\": \"4751846\",\n                \"promotional\": \"672862\",\n                \"recent_activity\": \"9369\",\n                \"search_results_page\": \"3660206\",\n                \"semi_interactive_radio_station\": \"1120600\",\n                \"user_created_playlists\": \"2559955\"\n            },\n            \"stream_source_type_streams\": \"4971255\",\n            \"streams\": \"8384161\",\n            \"subscription_type\": {\n                \"adsupported\": \"8438247\",\n                \"prime\": \"6959102\",\n                \"subscription\": \"3276035\",\n                \"unlimited\": \"9199639\"\n            }\n        },\n        {\n            \"country_code\": \"us\",\n            \"device_type\": {\n                \"cell_phone_app_mobile_web\": \"9911755\",\n                \"connected_home_audio_tether\": \"294060\",\n                \"connected_home_tv\": \"5422256\",\n                \"desktop\": \"5677934\",\n                \"gaming_system\": \"5506810\",\n                \"in_dash_car_integration\": \"2612022\",\n                \"mobile_to_car_tether\": \"1234933\",\n                \"other\": \"3924092\",\n                \"tablet_app\": \"8555272\",\n                \"voice_controlled_device\": \"6144856\"\n            },\n            \"device_type_streams\": \"4672563\",\n            \"engagement\": {\n                \"lean_back\": \"9907158\",\n                \"lean_forward\": \"3788851\"\n            },\n            \"engagement_streams\": \"5752626\",\n            \"isrc\": \"QMDA61852569\",\n            \"operating_system\": {\n                \"alexa\": \"2394796\",\n                \"android\": \"360734\",\n                \"fire_os\": \"7511475\",\n                \"ios\": \"5196336\",\n                \"mac_osx\": \"1220120\",\n                \"third_party_device_os\": \"1100827\",\n                \"unknown\": \"8093632\",\n                \"windows\": \"6855843\"\n            },\n            \"operating_system_streams\": \"1218003\",\n            \"referral_source_type\": {\n                \"not_available\": \"967155\",\n                \"recommended_content_promotions\": \"4221891\",\n                \"search_result\": \"4601810\",\n                \"sme_paid_promotion\": \"8241392\",\n                \"sme_promotional_marketing_inventory\": \"9131993\",\n                \"websites_or_hyperlinks\": \"8519451\"\n            },\n            \"referral_source_type_streams\": \"3660873\",\n            \"royalty_bearing_play_no\": \"8519947\",\n            \"royalty_bearing_play_yes\": \"8418005\",\n            \"selection_source_type\": {\n                \"album\": \"636217\",\n                \"amf_station\": \"3806893\",\n                \"amf_station_seed\": \"3087992\",\n                \"artist\": \"6787056\",\n                \"auto_playlist\": \"4354298\",\n                \"custom_mix\": \"7420036\",\n                \"error\": \"6377310\",\n                \"genre\": \"6500514\",\n                \"gno_prime_playlist\": \"3737344\",\n                \"gno_unl_playlist\": \"6467246\",\n                \"golden_playlist\": \"9551761\",\n                \"prime_playlist\": \"4432105\",\n                \"prime_station\": \"9148669\",\n                \"prime_station_seed\": \"5644718\",\n                \"recently_added\": \"6185046\",\n                \"recently_played\": \"8080886\",\n                \"search\": \"7424744\",\n                \"shared_playlist\": \"9606041\",\n                \"similarity\": \"1113726\",\n                \"similarity_station\": \"2016412\",\n                \"songs\": \"23082\",\n                \"station\": \"2417031\",\n                \"track\": \"9892309\",\n                \"undefined\": \"3928677\",\n                \"unknown\": \"6875797\",\n                \"unl_station_seed\": \"4276623\",\n                \"unlimited_playlist\": \"7537182\",\n                \"unlimited_station\": \"846886\",\n                \"unlimited_station_se\": \"9113954\",\n                \"user_playlist\": \"662083\"\n            },\n            \"selection_source_type_streams\": \"2498266\",\n            \"stream_source_type\": {\n                \"all_other_areas\": \"2099485\",\n                \"api_partner\": \"6868430\",\n                \"artist_profile_page\": \"7210537\",\n                \"charts_and_algorithmic\": \"9302367\",\n                \"content_pages\": \"9235596\",\n                \"followed_saved_third_party\": \"7557423\",\n                \"promotional\": \"2401625\",\n                \"recent_activity\": \"9241670\",\n                \"search_results_page\": \"5272559\",\n                \"semi_interactive_radio_station\": \"445381\",\n                \"user_created_playlists\": \"8722268\"\n            },\n            \"stream_source_type_streams\": \"8292586\",\n            \"streams\": \"2245995\",\n            \"subscription_type\": {\n                \"adsupported\": \"8890537\",\n                \"prime\": \"8274674\",\n                \"subscription\": \"9064384\",\n                \"unlimited\": \"5529320\"\n            }\n        },\n        {\n            \"country_code\": \"us\",\n            \"device_type\": {\n                \"cell_phone_app_mobile_web\": \"2777431\",\n                \"connected_home_audio_tether\": \"2524659\",\n                \"connected_home_tv\": \"5055841\",\n                \"desktop\": \"2344259\",\n                \"gaming_system\": \"5199599\",\n                \"in_dash_car_integration\": \"7549565\",\n                \"mobile_to_car_tether\": \"4249539\",\n                \"other\": \"6549339\",\n                \"tablet_app\": \"244770\",\n                \"voice_controlled_device\": \"2023580\"\n            },\n            \"device_type_streams\": \"7492519\",\n            \"engagement\": {\n                \"lean_back\": \"416823\",\n                \"lean_forward\": \"9528309\"\n            },\n            \"engagement_streams\": \"9052186\",\n            \"isrc\": \"ESA011891255\",\n            \"operating_system\": {\n                \"alexa\": \"7511538\",\n                \"android\": \"9680771\",\n                \"fire_os\": \"8960661\",\n                \"ios\": \"2620152\",\n                \"mac_osx\": \"9227763\",\n                \"third_party_device_os\": \"8703913\",\n                \"unknown\": \"1326707\",\n                \"windows\": \"1676246\"\n            },\n            \"operating_system_streams\": \"5896645\",\n            \"referral_source_type\": {\n                \"not_available\": \"8001825\",\n                \"recommended_content_promotions\": \"6789667\",\n                \"search_result\": \"5588478\",\n                \"sme_paid_promotion\": \"9782999\",\n                \"sme_promotional_marketing_inventory\": \"1680171\",\n                \"websites_or_hyperlinks\": \"311678\"\n            },\n            \"referral_source_type_streams\": \"1141551\",\n            \"royalty_bearing_play_no\": \"9304063\",\n            \"royalty_bearing_play_yes\": \"2793341\",\n            \"selection_source_type\": {\n                \"album\": \"8163252\",\n                \"amf_station\": \"662258\",\n                \"amf_station_seed\": \"7356565\",\n                \"artist\": \"6308996\",\n                \"auto_playlist\": \"5829251\",\n                \"custom_mix\": \"2893336\",\n                \"error\": \"6976262\",\n                \"genre\": \"3089524\",\n                \"gno_prime_playlist\": \"4256869\",\n                \"gno_unl_playlist\": \"4968757\",\n                \"golden_playlist\": \"9903494\",\n                \"prime_playlist\": \"8423222\",\n                \"prime_station\": \"691417\",\n                \"prime_station_seed\": \"6690655\",\n                \"recently_added\": \"7727929\",\n                \"recently_played\": \"2564271\",\n                \"search\": \"7307906\",\n                \"shared_playlist\": \"4417714\",\n                \"similarity\": \"9888735\",\n                \"similarity_station\": \"6462294\",\n                \"songs\": \"5995263\",\n                \"station\": \"1710431\",\n                \"track\": \"3807502\",\n                \"undefined\": \"5437428\",\n                \"unknown\": \"1219505\",\n                \"unl_station_seed\": \"8347796\",\n                \"unlimited_playlist\": \"1257361\",\n                \"unlimited_station\": \"9266022\",\n                \"unlimited_station_se\": \"792300\",\n                \"user_playlist\": \"5150736\"\n            },\n            \"selection_source_type_streams\": \"4735079\",\n            \"stream_source_type\": {\n                \"all_other_areas\": \"4353942\",\n                \"api_partner\": \"9357705\",\n                \"artist_profile_page\": \"7213215\",\n                \"charts_and_algorithmic\": \"3057507\",\n                \"content_pages\": \"5032342\",\n                \"followed_saved_third_party\": \"4138647\",\n                \"promotional\": \"2682676\",\n                \"recent_activity\": \"5204239\",\n                \"search_results_page\": \"540982\",\n                \"semi_interactive_radio_station\": \"3313042\",\n                \"user_created_playlists\": \"9133961\"\n            },\n            \"stream_source_type_streams\": \"6763458\",\n            \"streams\": \"3172204\",\n            \"subscription_type\": {\n                \"adsupported\": \"4995031\",\n                \"prime\": \"724664\",\n                \"subscription\": \"8928705\",\n                \"unlimited\": \"4146116\"\n            }\n        },\n        {\n            \"country_code\": \"us\",\n            \"device_type\": {\n                \"cell_phone_app_mobile_web\": \"7748711\",\n                \"connected_home_audio_tether\": \"1839699\",\n                \"connected_home_tv\": \"9965009\",\n                \"desktop\": \"4262013\",\n                \"gaming_system\": \"7034242\",\n                \"in_dash_car_integration\": \"1741507\",\n                \"mobile_to_car_tether\": \"6035968\",\n                \"other\": \"4965849\",\n                \"tablet_app\": \"5097041\",\n                \"voice_controlled_device\": \"4828394\"\n            },\n            \"device_type_streams\": \"9589266\",\n            \"engagement\": {\n                \"lean_back\": \"6658608\",\n                \"lean_forward\": \"8949993\"\n            },\n            \"engagement_streams\": \"5154565\",\n            \"isrc\": \"QMDA61852569\",\n            \"operating_system\": {\n                \"alexa\": \"6423631\",\n                \"android\": \"5316307\",\n                \"fire_os\": \"1887036\",\n                \"ios\": \"3452896\",\n                \"mac_osx\": \"9392202\",\n                \"third_party_device_os\": \"9867053\",\n                \"unknown\": \"704683\",\n                \"windows\": \"2935336\"\n            },\n            \"operating_system_streams\": \"4244228\",\n            \"referral_source_type\": {\n                \"not_available\": \"6463967\",\n                \"recommended_content_promotions\": \"9086122\",\n                \"search_result\": \"7649914\",\n                \"sme_paid_promotion\": \"1029888\",\n                \"sme_promotional_marketing_inventory\": \"8006946\",\n                \"websites_or_hyperlinks\": \"5258115\"\n            },\n            \"referral_source_type_streams\": \"836888\",\n            \"royalty_bearing_play_no\": \"2678469\",\n            \"royalty_bearing_play_yes\": \"8154922\",\n            \"selection_source_type\": {\n                \"album\": \"5837003\",\n                \"amf_station\": \"7451997\",\n                \"amf_station_seed\": \"681668\",\n                \"artist\": \"9015029\",\n                \"auto_playlist\": \"5254604\",\n                \"custom_mix\": \"7479583\",\n                \"error\": \"4225662\",\n                \"genre\": \"8915428\",\n                \"gno_prime_playlist\": \"5437334\",\n                \"gno_unl_playlist\": \"7568672\",\n                \"golden_playlist\": \"7350245\",\n                \"prime_playlist\": \"6251421\",\n                \"prime_station\": \"4341351\",\n                \"prime_station_seed\": \"5397831\",\n                \"recently_added\": \"8141738\",\n                \"recently_played\": \"642980\",\n                \"search\": \"3978821\",\n                \"shared_playlist\": \"7606144\",\n                \"similarity\": \"6894226\",\n                \"similarity_station\": \"7872914\",\n                \"songs\": \"5044105\",\n                \"station\": \"8572921\",\n                \"track\": \"2443792\",\n                \"undefined\": \"975117\",\n                \"unknown\": \"8626864\",\n                \"unl_station_seed\": \"8156667\",\n                \"unlimited_playlist\": \"4628656\",\n                \"unlimited_station\": \"2784586\",\n                \"unlimited_station_se\": \"1627944\",\n                \"user_playlist\": \"6951906\"\n            },\n            \"selection_source_type_streams\": \"8662467\",\n            \"stream_source_type\": {\n                \"all_other_areas\": \"1034806\",\n                \"api_partner\": \"1619583\",\n                \"artist_profile_page\": \"1429617\",\n                \"charts_and_algorithmic\": \"6191389\",\n                \"content_pages\": \"1764587\",\n                \"followed_saved_third_party\": \"4622817\",\n                \"promotional\": \"863282\",\n                \"recent_activity\": \"2318799\",\n                \"search_results_page\": \"2672248\",\n                \"semi_interactive_radio_station\": \"9944669\",\n                \"user_created_playlists\": \"612150\"\n            },\n            \"stream_source_type_streams\": \"9697392\",\n            \"streams\": \"6871439\",\n            \"subscription_type\": {\n                \"adsupported\": \"4929512\",\n                \"prime\": \"757690\",\n                \"subscription\": \"5096349\",\n                \"unlimited\": \"8986852\"\n            }\n        },\n        {\n            \"country_code\": \"us\",\n            \"device_type\": {\n                \"cell_phone_app_mobile_web\": \"5702431\",\n                \"connected_home_audio_tether\": \"6195092\",\n                \"connected_home_tv\": \"8040710\",\n                \"desktop\": \"680455\",\n                \"gaming_system\": \"7575363\",\n                \"in_dash_car_integration\": \"965167\",\n                \"mobile_to_car_tether\": \"1507478\",\n                \"other\": \"2746886\",\n                \"tablet_app\": \"3121375\",\n                \"voice_controlled_device\": \"8812607\"\n            },\n            \"device_type_streams\": \"8709946\",\n            \"engagement\": {\n                \"lean_back\": \"1894541\",\n                \"lean_forward\": \"3927685\"\n            },\n            \"engagement_streams\": \"2596784\",\n            \"isrc\": \"QMDA61852569\",\n            \"operating_system\": {\n                \"alexa\": \"6219716\",\n                \"android\": \"7853447\",\n                \"fire_os\": \"5399941\",\n                \"ios\": \"1289903\",\n                \"mac_osx\": \"5803219\",\n                \"third_party_device_os\": \"2212792\",\n                \"unknown\": \"3110643\",\n                \"windows\": \"1331296\"\n            },\n            \"operating_system_streams\": \"2961619\",\n            \"referral_source_type\": {\n                \"not_available\": \"9922126\",\n                \"recommended_content_promotions\": \"6934426\",\n                \"search_result\": \"1652491\",\n                \"sme_paid_promotion\": \"1317495\",\n                \"sme_promotional_marketing_inventory\": \"3550978\",\n                \"websites_or_hyperlinks\": \"7463956\"\n            },\n            \"referral_source_type_streams\": \"5436739\",\n            \"royalty_bearing_play_no\": \"4625846\",\n            \"royalty_bearing_play_yes\": \"5769575\",\n            \"selection_source_type\": {\n                \"album\": \"8302999\",\n                \"amf_station\": \"32502\",\n                \"amf_station_seed\": \"7912718\",\n                \"artist\": \"3208544\",\n                \"auto_playlist\": \"2960648\",\n                \"custom_mix\": \"7155983\",\n                \"error\": \"4199800\",\n                \"genre\": \"5690488\",\n                \"gno_prime_playlist\": \"9754476\",\n                \"gno_unl_playlist\": \"9796863\",\n                \"golden_playlist\": \"3010564\",\n                \"prime_playlist\": \"1773043\",\n                \"prime_station\": \"881864\",\n                \"prime_station_seed\": \"2573883\",\n                \"recently_added\": \"27382\",\n                \"recently_played\": \"5483259\",\n                \"search\": \"8053\",\n                \"shared_playlist\": \"2646910\",\n                \"similarity\": \"7756568\",\n                \"similarity_station\": \"5207479\",\n                \"songs\": \"6753250\",\n                \"station\": \"6504009\",\n                \"track\": \"644609\",\n                \"undefined\": \"4666551\",\n                \"unknown\": \"8924067\",\n                \"unl_station_seed\": \"322617\",\n                \"unlimited_playlist\": \"9077789\",\n                \"unlimited_station\": \"5993704\",\n                \"unlimited_station_se\": \"1206156\",\n                \"user_playlist\": \"7146941\"\n            },\n            \"selection_source_type_streams\": \"2842282\",\n            \"stream_source_type\": {\n                \"all_other_areas\": \"4462376\",\n                \"api_partner\": \"2068470\",\n                \"artist_profile_page\": \"1242258\",\n                \"charts_and_algorithmic\": \"9227715\",\n                \"content_pages\": \"5794283\",\n                \"followed_saved_third_party\": \"8140305\",\n                \"promotional\": \"8398144\",\n                \"recent_activity\": \"4296985\",\n                \"search_results_page\": \"7413217\",\n                \"semi_interactive_radio_station\": \"3323144\",\n                \"user_created_playlists\": \"3029933\"\n            },\n            \"stream_source_type_streams\": \"5255064\",\n            \"streams\": \"5749749\",\n            \"subscription_type\": {\n                \"adsupported\": \"302491\",\n                \"prime\": \"2112026\",\n                \"subscription\": \"599720\",\n                \"unlimited\": \"4147006\"\n            }\n        },\n        {\n            \"country_code\": \"us\",\n            \"device_type\": {\n                \"cell_phone_app_mobile_web\": \"7785777\",\n                \"connected_home_audio_tether\": \"2760448\",\n                \"connected_home_tv\": \"6612174\",\n                \"desktop\": \"3103492\",\n                \"gaming_system\": \"5696182\",\n                \"in_dash_car_integration\": \"8785400\",\n                \"mobile_to_car_tether\": \"6491959\",\n                \"other\": \"8598988\",\n                \"tablet_app\": \"5752340\",\n                \"voice_controlled_device\": \"1936163\"\n            },\n            \"device_type_streams\": \"7824836\",\n            \"engagement\": {\n                \"lean_back\": \"9184600\",\n                \"lean_forward\": \"9992537\"\n            },\n            \"engagement_streams\": \"4686185\",\n            \"isrc\": \"ESA011891255\",\n            \"operating_system\": {\n                \"alexa\": \"8241121\",\n                \"android\": \"3465871\",\n                \"fire_os\": \"3083798\",\n                \"ios\": \"4342132\",\n                \"mac_osx\": \"4418293\",\n                \"third_party_device_os\": \"5238019\",\n                \"unknown\": \"9983542\",\n                \"windows\": \"2418888\"\n            },\n            \"operating_system_streams\": \"962140\",\n            \"referral_source_type\": {\n                \"not_available\": \"8353847\",\n                \"recommended_content_promotions\": \"407938\",\n                \"search_result\": \"2121676\",\n                \"sme_paid_promotion\": \"6945998\",\n                \"sme_promotional_marketing_inventory\": \"7524154\",\n                \"websites_or_hyperlinks\": \"4570074\"\n            },\n            \"referral_source_type_streams\": \"6050790\",\n            \"royalty_bearing_play_no\": \"5792661\",\n            \"royalty_bearing_play_yes\": \"3042604\",\n            \"selection_source_type\": {\n                \"album\": \"5760054\",\n                \"amf_station\": \"2920709\",\n                \"amf_station_seed\": \"9634890\",\n                \"artist\": \"3763318\",\n                \"auto_playlist\": \"3372121\",\n                \"custom_mix\": \"2752603\",\n                \"error\": \"8812473\",\n                \"genre\": \"7002728\",\n                \"gno_prime_playlist\": \"8389478\",\n                \"gno_unl_playlist\": \"3687423\",\n                \"golden_playlist\": \"5661446\",\n                \"prime_playlist\": \"2869159\",\n                \"prime_station\": \"1229489\",\n                \"prime_station_seed\": \"6545258\",\n                \"recently_added\": \"1422265\",\n                \"recently_played\": \"9017620\",\n                \"search\": \"2131242\",\n                \"shared_playlist\": \"7165897\",\n                \"similarity\": \"3780428\",\n                \"similarity_station\": \"5016166\",\n                \"songs\": \"1526329\",\n                \"station\": \"3712031\",\n                \"track\": \"8603\",\n                \"undefined\": \"2497803\",\n                \"unknown\": \"7067971\",\n                \"unl_station_seed\": \"9357102\",\n                \"unlimited_playlist\": \"3897930\",\n                \"unlimited_station\": \"485350\",\n                \"unlimited_station_se\": \"7299870\",\n                \"user_playlist\": \"9461853\"\n            },\n            \"selection_source_type_streams\": \"8612118\",\n            \"stream_source_type\": {\n                \"all_other_areas\": \"9547783\",\n                \"api_partner\": \"5021471\",\n                \"artist_profile_page\": \"1779630\",\n                \"charts_and_algorithmic\": \"2690688\",\n                \"content_pages\": \"4773000\",\n                \"followed_saved_third_party\": \"7906396\",\n                \"promotional\": \"441285\",\n                \"recent_activity\": \"1679516\",\n                \"search_results_page\": \"4472649\",\n                \"semi_interactive_radio_station\": \"2292536\",\n                \"user_created_playlists\": \"9530086\"\n            },\n            \"stream_source_type_streams\": \"7288747\",\n            \"streams\": \"295880\",\n            \"subscription_type\": {\n                \"adsupported\": \"7643743\",\n                \"prime\": \"6172216\",\n                \"subscription\": \"5636780\",\n                \"unlimited\": \"3805608\"\n            }\n        },\n        {\n            \"country_code\": \"us\",\n            \"device_type\": {\n                \"cell_phone_app_mobile_web\": \"645963\",\n                \"connected_home_audio_tether\": \"9006316\",\n                \"connected_home_tv\": \"5381477\",\n                \"desktop\": \"8940248\",\n                \"gaming_system\": \"6405940\",\n                \"in_dash_car_integration\": \"678612\",\n                \"mobile_to_car_tether\": \"8371818\",\n                \"other\": \"7299110\",\n                \"tablet_app\": \"6381249\",\n                \"voice_controlled_device\": \"7557469\"\n            },\n            \"device_type_streams\": \"3586108\",\n            \"engagement\": {\n                \"lean_back\": \"7293767\",\n                \"lean_forward\": \"3262423\"\n            },\n            \"engagement_streams\": \"7114860\",\n            \"isrc\": \"ESA011891255\",\n            \"operating_system\": {\n                \"alexa\": \"4830203\",\n                \"android\": \"3950587\",\n                \"fire_os\": \"7761588\",\n                \"ios\": \"937738\",\n                \"mac_osx\": \"2867070\",\n                \"third_party_device_os\": \"6988575\",\n                \"unknown\": \"1544768\",\n                \"windows\": \"6519411\"\n            },\n            \"operating_system_streams\": \"8305518\",\n            \"referral_source_type\": {\n                \"not_available\": \"932187\",\n                \"recommended_content_promotions\": \"6430634\",\n                \"search_result\": \"41504\",\n                \"sme_paid_promotion\": \"4689428\",\n                \"sme_promotional_marketing_inventory\": \"7403533\",\n                \"websites_or_hyperlinks\": \"7263942\"\n            },\n            \"referral_source_type_streams\": \"6797934\",\n            \"royalty_bearing_play_no\": \"7924372\",\n            \"royalty_bearing_play_yes\": \"8378582\",\n            \"selection_source_type\": {\n                \"album\": \"4758211\",\n                \"amf_station\": \"2372919\",\n                \"amf_station_seed\": \"5466390\",\n                \"artist\": \"7327735\",\n                \"auto_playlist\": \"5129936\",\n                \"custom_mix\": \"1996980\",\n                \"error\": \"9248662\",\n                \"genre\": \"8107028\",\n                \"gno_prime_playlist\": \"3082730\",\n                \"gno_unl_playlist\": \"1830170\",\n                \"golden_playlist\": \"142495\",\n                \"prime_playlist\": \"2256285\",\n                \"prime_station\": \"9174580\",\n                \"prime_station_seed\": \"5470155\",\n                \"recently_added\": \"3098696\",\n                \"recently_played\": \"9461224\",\n                \"search\": \"2823436\",\n                \"shared_playlist\": \"2201239\",\n                \"similarity\": \"4330713\",\n                \"similarity_station\": \"2392361\",\n                \"songs\": \"5067817\",\n                \"station\": \"3372234\",\n                \"track\": \"4396709\",\n                \"undefined\": \"6394590\",\n                \"unknown\": \"4202604\",\n                \"unl_station_seed\": \"7572694\",\n                \"unlimited_playlist\": \"4579342\",\n                \"unlimited_station\": \"2342409\",\n                \"unlimited_station_se\": \"2170609\",\n                \"user_playlist\": \"338771\"\n            },\n            \"selection_source_type_streams\": \"1332460\",\n            \"stream_source_type\": {\n                \"all_other_areas\": \"4042789\",\n                \"api_partner\": \"3875991\",\n                \"artist_profile_page\": \"4127515\",\n                \"charts_and_algorithmic\": \"251\",\n                \"content_pages\": \"6288614\",\n                \"followed_saved_third_party\": \"7597452\",\n                \"promotional\": \"2290946\",\n                \"recent_activity\": \"8736842\",\n                \"search_results_page\": \"8016929\",\n                \"semi_interactive_radio_station\": \"4150419\",\n                \"user_created_playlists\": \"846076\"\n            },\n            \"stream_source_type_streams\": \"2791779\",\n            \"streams\": \"8501708\",\n            \"subscription_type\": {\n                \"adsupported\": \"2767291\",\n                \"prime\": \"5707420\",\n                \"subscription\": \"5916361\",\n                \"unlimited\": \"7430534\"\n            }\n        },\n        {\n            \"country_code\": \"us\",\n            \"device_type\": {\n                \"cell_phone_app_mobile_web\": \"2820726\",\n                \"connected_home_audio_tether\": \"4275235\",\n                \"connected_home_tv\": \"8259575\",\n                \"desktop\": \"110599\",\n                \"gaming_system\": \"5791873\",\n                \"in_dash_car_integration\": \"1563163\",\n                \"mobile_to_car_tether\": \"4134446\",\n                \"other\": \"2944521\",\n                \"tablet_app\": \"8335725\",\n                \"voice_controlled_device\": \"1711792\"\n            },\n            \"device_type_streams\": \"449866\",\n            \"engagement\": {\n                \"lean_back\": \"8035326\",\n                \"lean_forward\": \"6889617\"\n            },\n            \"engagement_streams\": \"5821276\",\n            \"isrc\": \"QMDA61852569\",\n            \"operating_system\": {\n                \"alexa\": \"2719616\",\n                \"android\": \"1267445\",\n                \"fire_os\": \"3717076\",\n                \"ios\": \"5417574\",\n                \"mac_osx\": \"3572747\",\n                \"third_party_device_os\": \"6102969\",\n                \"unknown\": \"7432076\",\n                \"windows\": \"1108490\"\n            },\n            \"operating_system_streams\": \"6295103\",\n            \"referral_source_type\": {\n                \"not_available\": \"9116808\",\n                \"recommended_content_promotions\": \"9898921\",\n                \"search_result\": \"5570039\",\n                \"sme_paid_promotion\": \"3902335\",\n                \"sme_promotional_marketing_inventory\": \"736579\",\n                \"websites_or_hyperlinks\": \"9828356\"\n            },\n            \"referral_source_type_streams\": \"994743\",\n            \"royalty_bearing_play_no\": \"201998\",\n            \"royalty_bearing_play_yes\": \"9465514\",\n            \"selection_source_type\": {\n                \"album\": \"6709722\",\n                \"amf_station\": \"4616574\",\n                \"amf_station_seed\": \"6439108\",\n                \"artist\": \"7607384\",\n                \"auto_playlist\": \"5572672\",\n                \"custom_mix\": \"53758\",\n                \"error\": \"6606805\",\n                \"genre\": \"2865969\",\n                \"gno_prime_playlist\": \"6593978\",\n                \"gno_unl_playlist\": \"3309276\",\n                \"golden_playlist\": \"5664827\",\n                \"prime_playlist\": \"9546804\",\n                \"prime_station\": \"5201069\",\n                \"prime_station_seed\": \"2675575\",\n                \"recently_added\": \"7406220\",\n                \"recently_played\": \"5325825\",\n                \"search\": \"4288072\",\n                \"shared_playlist\": \"8155787\",\n                \"similarity\": \"4849480\",\n                \"similarity_station\": \"2243730\",\n                \"songs\": \"3603064\",\n                \"station\": \"6257940\",\n                \"track\": \"9093828\",\n                \"undefined\": \"4203465\",\n                \"unknown\": \"9263761\",\n                \"unl_station_seed\": \"3764761\",\n                \"unlimited_playlist\": \"6288341\",\n                \"unlimited_station\": \"3774422\",\n                \"unlimited_station_se\": \"8421072\",\n                \"user_playlist\": \"7491102\"\n            },\n            \"selection_source_type_streams\": \"3092408\",\n            \"stream_source_type\": {\n                \"all_other_areas\": \"2383877\",\n                \"api_partner\": \"5804307\",\n                \"artist_profile_page\": \"7093702\",\n                \"charts_and_algorithmic\": \"5228414\",\n                \"content_pages\": \"8445052\",\n                \"followed_saved_third_party\": \"6008295\",\n                \"promotional\": \"3752029\",\n                \"recent_activity\": \"1752218\",\n                \"search_results_page\": \"9507616\",\n                \"semi_interactive_radio_station\": \"7842375\",\n                \"user_created_playlists\": \"3114057\"\n            },\n            \"stream_source_type_streams\": \"3104246\",\n            \"streams\": \"6668343\",\n            \"subscription_type\": {\n                \"adsupported\": \"9686740\",\n                \"prime\": \"727224\",\n                \"subscription\": \"3244129\",\n                \"unlimited\": \"1463939\"\n            }\n        },\n        {\n            \"country_code\": \"us\",\n            \"device_type\": {\n                \"cell_phone_app_mobile_web\": \"2616104\",\n                \"connected_home_audio_tether\": \"7247634\",\n                \"connected_home_tv\": \"1126846\",\n                \"desktop\": \"7508747\",\n                \"gaming_system\": \"4038068\",\n                \"in_dash_car_integration\": \"9470784\",\n                \"mobile_to_car_tether\": \"2134744\",\n                \"other\": \"7153949\",\n                \"tablet_app\": \"325653\",\n                \"voice_controlled_device\": \"2050840\"\n            },\n            \"device_type_streams\": \"7662359\",\n            \"engagement\": {\n                \"lean_back\": \"8476586\",\n                \"lean_forward\": \"8253745\"\n            },\n            \"engagement_streams\": \"3704917\",\n            \"isrc\": \"QMDA61852569\",\n            \"operating_system\": {\n                \"alexa\": \"9360247\",\n                \"android\": \"853301\",\n                \"fire_os\": \"6345167\",\n                \"ios\": \"9706230\",\n                \"mac_osx\": \"2567262\",\n                \"third_party_device_os\": \"6042296\",\n                \"unknown\": \"2777389\",\n                \"windows\": \"2192034\"\n            },\n            \"operating_system_streams\": \"3357138\",\n            \"referral_source_type\": {\n                \"not_available\": \"1452439\",\n                \"recommended_content_promotions\": \"4589169\",\n                \"search_result\": \"7156907\",\n                \"sme_paid_promotion\": \"3365927\",\n                \"sme_promotional_marketing_inventory\": \"7099915\",\n                \"websites_or_hyperlinks\": \"8262252\"\n            },\n            \"referral_source_type_streams\": \"9481602\",\n            \"royalty_bearing_play_no\": \"7626001\",\n            \"royalty_bearing_play_yes\": \"2611680\",\n            \"selection_source_type\": {\n                \"album\": \"950420\",\n                \"amf_station\": \"7596506\",\n                \"amf_station_seed\": \"1700957\",\n                \"artist\": \"5573785\",\n                \"auto_playlist\": \"1006891\",\n                \"custom_mix\": \"5650730\",\n                \"error\": \"5746398\",\n                \"genre\": \"1848591\",\n                \"gno_prime_playlist\": \"4713421\",\n                \"gno_unl_playlist\": \"4742857\",\n                \"golden_playlist\": \"8135384\",\n                \"prime_playlist\": \"1121677\",\n                \"prime_station\": \"8031857\",\n                \"prime_station_seed\": \"6334740\",\n                \"recently_added\": \"7214794\",\n                \"recently_played\": \"7724077\",\n                \"search\": \"3693782\",\n                \"shared_playlist\": \"1877166\",\n                \"similarity\": \"6936267\",\n                \"similarity_station\": \"5212815\",\n                \"songs\": \"1250779\",\n                \"station\": \"8466695\",\n                \"track\": \"2034308\",\n                \"undefined\": \"8955080\",\n                \"unknown\": \"8783027\",\n                \"unl_station_seed\": \"7951893\",\n                \"unlimited_playlist\": \"3330699\",\n                \"unlimited_station\": \"6481885\",\n                \"unlimited_station_se\": \"1560400\",\n                \"user_playlist\": \"782563\"\n            },\n            \"selection_source_type_streams\": \"8549225\",\n            \"stream_source_type\": {\n                \"all_other_areas\": \"7369651\",\n                \"api_partner\": \"2013839\",\n                \"artist_profile_page\": \"7933224\",\n                \"charts_and_algorithmic\": \"8572144\",\n                \"content_pages\": \"9792402\",\n                \"followed_saved_third_party\": \"982597\",\n                \"promotional\": \"3272184\",\n                \"recent_activity\": \"618892\",\n                \"search_results_page\": \"9587484\",\n                \"semi_interactive_radio_station\": \"1856061\",\n                \"user_created_playlists\": \"5808096\"\n            },\n            \"stream_source_type_streams\": \"9956564\",\n            \"streams\": \"6138112\",\n            \"subscription_type\": {\n                \"adsupported\": \"679882\",\n                \"prime\": \"3073016\",\n                \"subscription\": \"208076\",\n                \"unlimited\": \"3017206\"\n            }\n        }\n    ]\n}"
						}
					]
				}
			]
		},
		{
			"name": "v3",
			"item": [
				{
					"name": "oauth/token",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									"var jsonData = pm.response.json();",
									"pm.globals.set('delphi-api-token', jsonData.access_token);",
									""
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"auth": {
							"type": "noauth"
						},
						"method": "POST",
						"header": [
							{
								"key": "Content-Type",
								"name": "Content-Type",
								"type": "text",
								"value": "application/json"
							}
						],
						"body": {
							"mode": "raw",
							"raw": "{\n    \"client_id\": \"{{client_id}}\",\n    \"client_secret\": \"{{client_secret}}\",\n    \"grant_type\": \"client_credentials\"\n}",
							"options": {
								"raw": {
									"language": "json"
								}
							}
						},
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/oauth/token",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"oauth",
								"token"
							]
						},
						"description": "Request Auth Token"
					},
					"response": [
						{
							"name": "/oauth/token",
							"originalRequest": {
								"method": "POST",
								"header": [
									{
										"key": "Content-Type",
										"name": "Content-Type",
										"value": "application/json",
										"type": "text"
									}
								],
								"body": {
									"mode": "raw",
									"raw": "{\n    \"client_id\": \"{{client_id}}\",\n    \"client_secret\": \"{{client_secret}}\",\n    \"grant_type\": \"client_credentials\"\n}",
									"options": {
										"raw": {
											"language": "json"
										}
									}
								},
								"url": {
									"raw": "{{proto}}{{hostname}}/oauth/token",
									"host": [
										"{{proto}}{{hostname}}"
									],
									"path": [
										"oauth",
										"token"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "833"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								},
								{
									"key": "Server",
									"value": "Werkzeug/0.16.0 Python/3.7.4"
								},
								{
									"key": "Date",
									"value": "Tue, 15 Oct 2019 19:29:34 GMT"
								}
							],
							"cookie": [],
							"body": "{\n    \"access_token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImtpZCI6Ik56WXhNa1l5T1RORlJVTTBSVGd3UWtNME5qQTRRamN3TlVFMk1VTXpOMFUwUWtFMU9Ea3lRUSJ9.eyJpc3MiOiJodHRwczovL2Rldi1kZWxwaGkuYXV0aDAuY29tLyIsInN1YiI6IjZoZ1lnS3RzT0dyR2kwR3U1dWlGaTlXMUU2SmNlMWVuQGNsaWVudHMiLCJhdWQiOiJkZXYtZGVscGhpLWFwaSIsImlhdCI6MTU3MTE2Nzc3NCwiZXhwIjoxNTcxMjU0MTc0LCJhenAiOiI2aGdZZ0t0c09HckdpMEd1NXVpRmk5VzFFNkpjZTFlbiIsImd0eSI6ImNsaWVudC1jcmVkZW50aWFscyJ9.G6L4UAdAUGrO27Y2Wf_gjue3H6lf72ccxUodR8F31bJbIe9uYtqSu-6BzK465iBsqT5teCd4odeInJ4vdXjjYobf8RCWgP3uUDlmn-QxSN787Uvc-LexIppgbbix21j2FUyUh6a608_iyxyPl7tb4Bhl4SwX_a1ezpJceiv9DYNXIxqkDDe2o_WSUnzwsNtd9iBR_VFTvS9gs8hedbMTx2JWGkyWBLgUlqPPz7yoZyXz6zv6Nay5JRjOcTPwyR3PnqxnJZGuBdHxvLduJvxX6x8XLf7K400fV01yLVk5LePFCwI-eeyOusyz3yXb8BaOpHgf4SJug4_5qGMpAMC5hw\",\n    \"expires_at\": 1571254174,\n    \"expires_in\": 86400,\n    \"token_type\": \"Bearer\"\n}"
						}
					]
				},
				{
					"name": "ads/performance",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/ads/performance?start_date=2019-07-28&end_date=2021-07-27&user_id=117&group_by=project",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"ads",
								"performance"
							],
							"query": [
								{
									"key": "start_date",
									"value": "2019-07-28"
								},
								{
									"key": "end_date",
									"value": "2021-07-27"
								},
								{
									"key": "user_id",
									"value": "117"
								},
								{
									"key": "artist_id",
									"value": "GRAS_1592",
									"disabled": true
								},
								{
									"key": "campaign_id",
									"value": "google_11256446539",
									"disabled": true
								},
								{
									"key": "decibel_label_id",
									"value": "1, 4, 44, 14, 9, 8",
									"disabled": true
								},
								{
									"key": "is_assigned",
									"value": "false",
									"disabled": true
								},
								{
									"key": "is_pending",
									"value": "false",
									"disabled": true
								},
								{
									"key": "phase_id",
									"value": "63",
									"disabled": true
								},
								{
									"key": "platform",
									"value": "i\\Instagram",
									"disabled": true
								},
								{
									"key": "project_id",
									"value": "PRS_32198",
									"disabled": true
								},
								{
									"key": "provider_id",
									"value": "2",
									"disabled": true
								},
								{
									"key": "sub_category_id",
									"value": "9",
									"disabled": true
								},
								{
									"key": "referrer_domain",
									"value": "instagram.com",
									"disabled": true
								},
								{
									"key": "group_by",
									"value": "project"
								},
								{
									"key": "country_code",
									"value": "worldwide",
									"disabled": true
								},
								{
									"key": "sort_by",
									"value": "dimensions.campaign.campaign_name",
									"disabled": true
								},
								{
									"key": "sort_order",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "10",
									"disabled": true
								},
								{
									"key": "offset",
									"value": "100",
									"disabled": true
								},
								{
									"key": "cursor",
									"value": "date:2021-04-11",
									"disabled": true
								},
								{
									"key": "limit_range",
									"value": "days:10",
									"disabled": true
								},
								{
									"key": "dsp",
									"value": "linkfire",
									"disabled": true
								}
							]
						}
					},
					"response": [
						{
							"name": "artists/:artist_id",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{proto}}{{hostname}}/v3/artists/:artist_id",
									"host": [
										"{{proto}}{{hostname}}"
									],
									"path": [
										"v3",
										"artists",
										":artist_id"
									],
									"variable": [
										{
											"key": "artist_id",
											"value": "{{artist_id_charris}}"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Server",
									"value": "gunicorn/20.0.4"
								},
								{
									"key": "Date",
									"value": "Mon, 13 Apr 2020 16:56:15 GMT"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "265"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"artist_id\": \"GRAS_740645\",\n    \"first_name\": \"Calvin\",\n    \"full_name\": \"Calvin Harris\",\n    \"image\": {\n        \"height\": null,\n        \"uri\": \"https://qa-images-api.atlas.stream/artists/by_gras_participant_id/740645\",\n        \"width\": null\n    },\n    \"last_name\": \"Harris\"\n}"
						}
					]
				},
				{
					"name": "ads/data-health/dsp/status",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/ads/data-health/dsp/status?dsp=google&status=COMPLETE&parent_rep_owner=D179&ads_account=google_6449900252",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"ads",
								"data-health",
								"dsp",
								"status"
							],
							"query": [
								{
									"key": "dsp",
									"value": "google"
								},
								{
									"key": "status",
									"value": "COMPLETE"
								},
								{
									"key": "parent_rep_owner",
									"value": "D179"
								},
								{
									"key": "ads_account",
									"value": "google_6449900252"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "ads/data-health/dsp/status/analytics",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/ads/data-health/dsp/status/analytics?start_date=2021-10-01&end_date=2021-10-07&dsp=facebook&breakdown_group=dsp_segment&breakdown=days",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"ads",
								"data-health",
								"dsp",
								"status",
								"analytics"
							],
							"query": [
								{
									"key": "start_date",
									"value": "2021-10-01"
								},
								{
									"key": "end_date",
									"value": "2021-10-07"
								},
								{
									"key": "dsp",
									"value": "facebook"
								},
								{
									"key": "parent_rep_owner",
									"value": "0226",
									"disabled": true
								},
								{
									"key": "ads_account",
									"value": "facebook_10154360480058586",
									"disabled": true
								},
								{
									"key": "breakdown_group",
									"value": "dsp_segment"
								},
								{
									"key": "breakdown",
									"value": "days"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "apple-music/charts",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/apple-music/charts?country_code=us",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"apple-music",
								"charts"
							],
							"query": [
								{
									"key": "chart_id",
									"value": "charts_daily_us",
									"disabled": true
								},
								{
									"key": "country_code",
									"value": "us"
								},
								{
									"key": "min_rank",
									"value": "1",
									"disabled": true
								},
								{
									"key": "max_rank",
									"value": "10",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "apple-music/charts/analytics",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/apple-music/charts/analytics?chart_id=charts_daily_us&start_date=2021-10-02&end_date=2021-11-03&metrics=positions",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"apple-music",
								"charts",
								"analytics"
							],
							"query": [
								{
									"key": "chart_id",
									"value": "charts_daily_us"
								},
								{
									"key": "track_id",
									"value": "1567154924",
									"disabled": true
								},
								{
									"key": "isrc",
									"value": "",
									"disabled": true
								},
								{
									"key": "start_date",
									"value": "2021-10-02"
								},
								{
									"key": "end_date",
									"value": "2021-11-03"
								},
								{
									"key": "metrics",
									"value": "positions"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "apple-music/charts/tracks",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/apple-music/charts/tracks?chart_id=charts_daily_us&date=2021-10-02&track_state_includes=lifetime_metrics&min_position=1&max_position=10",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"apple-music",
								"charts",
								"tracks"
							],
							"query": [
								{
									"key": "chart_id",
									"value": "charts_daily_us"
								},
								{
									"key": "track_id",
									"value": "1437955726",
									"disabled": true
								},
								{
									"key": "isrc",
									"value": "USUG11801811",
									"disabled": true
								},
								{
									"key": "date",
									"value": "2021-10-02"
								},
								{
									"key": "track_state_includes",
									"value": "lifetime_metrics"
								},
								{
									"key": "min_position",
									"value": "1"
								},
								{
									"key": "max_position",
									"value": "10"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "apple-music/charts/tracks/additions",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/apple-music/charts/tracks/additions?chart_id=charts_daily_us&date=2021-10-02&track_state_includes=lifetime_metrics&min_position=1&max_position=10&previous_date=2021-10-01",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"apple-music",
								"charts",
								"tracks",
								"additions"
							],
							"query": [
								{
									"key": "chart_id",
									"value": "charts_daily_us"
								},
								{
									"key": "track_id",
									"value": "1437955726",
									"disabled": true
								},
								{
									"key": "isrc",
									"value": "USUG11801811",
									"disabled": true
								},
								{
									"key": "date",
									"value": "2021-10-02"
								},
								{
									"key": "track_state_includes",
									"value": "lifetime_metrics"
								},
								{
									"key": "min_position",
									"value": "1"
								},
								{
									"key": "max_position",
									"value": "10"
								},
								{
									"key": "previous_date",
									"value": "2021-10-01"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "apple-music/charts/tracks/removals",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/apple-music/charts/tracks/removals?chart_id=charts_daily_us&date=2021-10-03&track_state_includes=lifetime_metrics&min_position=1&max_position=10&previous_date=2021-10-02",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"apple-music",
								"charts",
								"tracks",
								"removals"
							],
							"query": [
								{
									"key": "chart_id",
									"value": "charts_daily_us"
								},
								{
									"key": "track_id",
									"value": "1437955726",
									"disabled": true
								},
								{
									"key": "isrc",
									"value": "USUG11801811",
									"disabled": true
								},
								{
									"key": "date",
									"value": "2021-10-03"
								},
								{
									"key": "track_state_includes",
									"value": "lifetime_metrics"
								},
								{
									"key": "min_position",
									"value": "1"
								},
								{
									"key": "max_position",
									"value": "10"
								},
								{
									"key": "previous_date",
									"value": "2021-10-02"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "apple-music/charts/data-health/status",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/apple-music/charts/data-health/status?status=missing",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"apple-music",
								"charts",
								"data-health",
								"status"
							],
							"query": [
								{
									"key": "status",
									"value": "missing"
								},
								{
									"key": "country_code",
									"value": "ae",
									"disabled": true
								}
							]
						}
					},
					"response": [
						{
							"name": "charts",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{proto}}{{hostname}}/v3/charts?dsp=spotify&limit=10",
									"host": [
										"{{proto}}{{hostname}}"
									],
									"path": [
										"v3",
										"charts"
									],
									"query": [
										{
											"key": "dsp",
											"value": "spotify"
										},
										{
											"key": "isrc",
											"value": "{{isrc1}}",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "10"
										},
										{
											"key": "country_code",
											"value": "worldwide",
											"disabled": true
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Server",
									"value": "gunicorn/20.0.4"
								},
								{
									"key": "Date",
									"value": "Mon, 13 Apr 2020 19:14:33 GMT"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "3493"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"count\": 10,\n    \"items\": [\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_af\",\n            \"country_code\": \"af\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Afghanistan\",\n            \"num_tracks\": 200,\n            \"rank\": 1,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ax\",\n            \"country_code\": \"ax\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Åland Islands\",\n            \"num_tracks\": 200,\n            \"rank\": 2,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_al\",\n            \"country_code\": \"al\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Albania\",\n            \"num_tracks\": 200,\n            \"rank\": 3,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_dz\",\n            \"country_code\": \"dz\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Algeria\",\n            \"num_tracks\": 200,\n            \"rank\": 4,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_as\",\n            \"country_code\": \"as\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 American Samoa\",\n            \"num_tracks\": 200,\n            \"rank\": 5,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ad\",\n            \"country_code\": \"ad\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Andorra\",\n            \"num_tracks\": 200,\n            \"rank\": 6,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ao\",\n            \"country_code\": \"ao\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Angola\",\n            \"num_tracks\": 200,\n            \"rank\": 7,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ai\",\n            \"country_code\": \"ai\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Anguilla\",\n            \"num_tracks\": 200,\n            \"rank\": 8,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_aq\",\n            \"country_code\": \"aq\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Antarctica\",\n            \"num_tracks\": 200,\n            \"rank\": 9,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ag\",\n            \"country_code\": \"ag\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Antigua and Barbuda\",\n            \"num_tracks\": 200,\n            \"rank\": 10,\n            \"uri\": null\n        }\n    ]\n}"
						}
					]
				},
				{
					"name": "apple-music/tracks/charts",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/apple-music/tracks/charts?track_id=1437955726&date=2021-10-02&track_state_includes=lifetime_metrics&chart_country_code=us&chart_min_rank=1&chart_max_rank=100&min_track_position=1&max_track_position=200",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"apple-music",
								"tracks",
								"charts"
							],
							"query": [
								{
									"key": "track_id",
									"value": "1437955726"
								},
								{
									"key": "isrc",
									"value": "USUG11801811",
									"disabled": true
								},
								{
									"key": "date",
									"value": "2021-10-02"
								},
								{
									"key": "track_state_includes",
									"value": "lifetime_metrics"
								},
								{
									"key": "chart_country_code",
									"value": "us"
								},
								{
									"key": "chart_min_rank",
									"value": "1"
								},
								{
									"key": "chart_max_rank",
									"value": "100"
								},
								{
									"key": "min_track_position",
									"value": "1"
								},
								{
									"key": "max_track_position",
									"value": "200"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "apple-music/tracks/charts/lifetime",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/apple-music/tracks/charts/lifetime?track_id=1437955726",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"apple-music",
								"tracks",
								"charts",
								"lifetime"
							],
							"query": [
								{
									"key": "track_id",
									"value": "1437955726"
								},
								{
									"key": "isrc",
									"value": "USUG11801811",
									"disabled": true
								},
								{
									"key": "track_state_includes",
									"value": "lifetime_metrics",
									"disabled": true
								},
								{
									"key": "metrics_dimension",
									"value": "isrc",
									"disabled": true
								},
								{
									"key": "chart_country_code",
									"value": "us",
									"disabled": true
								},
								{
									"key": "chart_min_rank",
									"value": "1",
									"disabled": true
								},
								{
									"key": "chart_max_rank",
									"value": "100",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "apple-music/tracks/charts/additions",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/apple-music/tracks/charts/additions?track_id=1574378625&date=2021-10-02&track_state_includes=lifetime_metrics&chart_country_code=us&chart_min_rank=1&chart_max_rank=100&min_track_position=1&max_track_position=200&previous_date=2021-10-01",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"apple-music",
								"tracks",
								"charts",
								"additions"
							],
							"query": [
								{
									"key": "track_id",
									"value": "1574378625"
								},
								{
									"key": "isrc",
									"value": "USSM12103949",
									"disabled": true
								},
								{
									"key": "date",
									"value": "2021-10-02"
								},
								{
									"key": "track_state_includes",
									"value": "lifetime_metrics"
								},
								{
									"key": "chart_country_code",
									"value": "us"
								},
								{
									"key": "chart_min_rank",
									"value": "1"
								},
								{
									"key": "chart_max_rank",
									"value": "100"
								},
								{
									"key": "min_track_position",
									"value": "1"
								},
								{
									"key": "max_track_position",
									"value": "200"
								},
								{
									"key": "previous_date",
									"value": "2021-10-01"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "apple-music/tracks/charts/removals",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/apple-music/tracks/charts/removals?isrc=USSM12103949&date=2021-10-03&previous_date=2021-10-02",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"apple-music",
								"tracks",
								"charts",
								"removals"
							],
							"query": [
								{
									"key": "track_id",
									"value": "1574378625",
									"disabled": true
								},
								{
									"key": "isrc",
									"value": "USSM12103949"
								},
								{
									"key": "date",
									"value": "2021-10-03"
								},
								{
									"key": "track_state_includes",
									"value": "lifetime_metrics",
									"disabled": true
								},
								{
									"key": "chart_country_code",
									"value": "us",
									"disabled": true
								},
								{
									"key": "chart_min_rank",
									"value": "1",
									"disabled": true
								},
								{
									"key": "chart_max_rank",
									"value": "100",
									"disabled": true
								},
								{
									"key": "min_track_position",
									"value": "1",
									"disabled": true
								},
								{
									"key": "max_track_position",
									"value": "10",
									"disabled": true
								},
								{
									"key": "previous_date",
									"value": "2021-10-02"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "artists",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/artists?isrc=USFWP1400701&limit=5&sort_by=last_name&sort_order=desc",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"artists"
							],
							"query": [
								{
									"key": "isrc",
									"value": "USFWP1400701"
								},
								{
									"key": "track_id",
									"value": "GRAS_A10328E0007978338K",
									"disabled": true
								},
								{
									"key": "product_id",
									"value": "GRAS_G010002710499U",
									"disabled": true
								},
								{
									"key": "artist_id",
									"value": "GRAS_250643",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "5"
								},
								{
									"key": "offset",
									"value": "1",
									"disabled": true
								},
								{
									"key": "sort_by",
									"value": "last_name"
								},
								{
									"key": "sort_order",
									"value": "desc"
								}
							]
						}
					},
					"response": [
						{
							"name": "artists",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{proto}}{{hostname}}/v3/artists?isrc={{isrc_charris}}&limit=25",
									"host": [
										"{{proto}}{{hostname}}"
									],
									"path": [
										"v3",
										"artists"
									],
									"query": [
										{
											"key": "isrc",
											"value": "{{isrc_charris}}"
										},
										{
											"key": "track_id",
											"value": "{{track_id_ozzy}}",
											"disabled": true
										},
										{
											"key": "product_id",
											"value": "{{product_id_charris}}",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "25"
										},
										{
											"key": "offset",
											"value": "1",
											"disabled": true
										},
										{
											"key": "sort_by",
											"value": "full_name",
											"disabled": true
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Mon, 13 Apr 2020 21:09:21 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "345"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Server",
									"value": "gunicorn/20.0.4"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"count\": 1,\n    \"items\": [\n        {\n            \"artist_id\": \"GRAS_740645\",\n            \"first_name\": \"Calvin\",\n            \"full_name\": \"Calvin Harris\",\n            \"image\": {\n                \"height\": null,\n                \"uri\": \"https://qa-images-api.atlas.stream/artists/by_gras_participant_id/740645\",\n                \"width\": null\n            },\n            \"last_name\": \"Harris\"\n        }\n    ]\n}"
						}
					]
				},
				{
					"name": "artists/:artist_id",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/artists/:artist_id",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"artists",
								":artist_id"
							],
							"variable": [
								{
									"key": "artist_id",
									"value": "GRAS_250643"
								}
							]
						}
					},
					"response": [
						{
							"name": "artists/:artist_id",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{proto}}{{hostname}}/v3/artists/:artist_id",
									"host": [
										"{{proto}}{{hostname}}"
									],
									"path": [
										"v3",
										"artists",
										":artist_id"
									],
									"variable": [
										{
											"key": "artist_id",
											"value": "{{artist_id_charris}}"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Server",
									"value": "gunicorn/20.0.4"
								},
								{
									"key": "Date",
									"value": "Mon, 13 Apr 2020 16:56:15 GMT"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "265"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"artist_id\": \"GRAS_740645\",\n    \"first_name\": \"Calvin\",\n    \"full_name\": \"Calvin Harris\",\n    \"image\": {\n        \"height\": null,\n        \"uri\": \"https://qa-images-api.atlas.stream/artists/by_gras_participant_id/740645\",\n        \"width\": null\n    },\n    \"last_name\": \"Harris\"\n}"
						}
					]
				},
				{
					"name": "artists/:artist_id/followers",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/artists/:artist_id/followers?start_date=2019-04-01&end_date=2021-06-10&group_by=date&sort_by=date&sort_order=desc",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"artists",
								":artist_id",
								"followers"
							],
							"query": [
								{
									"key": "start_date",
									"value": "2019-04-01"
								},
								{
									"key": "end_date",
									"value": "2021-06-10"
								},
								{
									"key": "group_by",
									"value": "date"
								},
								{
									"key": "sort_by",
									"value": "date"
								},
								{
									"key": "sort_order",
									"value": "desc"
								},
								{
									"key": "limit",
									"value": "10",
									"disabled": true
								},
								{
									"key": "limit_range",
									"value": "days:4",
									"disabled": true
								},
								{
									"key": "cursor",
									"value": "date:2020-07-01",
									"disabled": true
								}
							],
							"variable": [
								{
									"key": "artist_id",
									"value": "GRAS_1620313"
								}
							]
						}
					},
					"response": [
						{
							"name": "artists/:artist_id/followers",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{proto}}{{hostname}}/v3/artists/:artist_id/followers?start_date={{start_date}}&end_date={{end_date}}&group_by=date",
									"host": [
										"{{proto}}{{hostname}}"
									],
									"path": [
										"v3",
										"artists",
										":artist_id",
										"followers"
									],
									"query": [
										{
											"key": "start_date",
											"value": "{{start_date}}"
										},
										{
											"key": "end_date",
											"value": "{{end_date}}"
										},
										{
											"key": "group_by",
											"value": "date"
										},
										{
											"key": "sort_by",
											"value": "apple_followers",
											"disabled": true
										},
										{
											"key": "sort_order",
											"value": "desc",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "10",
											"disabled": true
										}
									],
									"variable": [
										{
											"key": "artist_id",
											"value": "{{artist_id_charris}}"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Mon, 13 Apr 2020 21:09:59 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "3487"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Server",
									"value": "gunicorn/20.0.4"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"count\": 9,\n    \"items\": [\n        {\n            \"apple_followers\": 200000,\n            \"date\": \"2020-04-07\",\n            \"facebook_likes\": 117647,\n            \"facebook_storytellers\": 111111,\n            \"instagram_followers\": 166666,\n            \"spotify_followers\": 2000000,\n            \"spotify_popularity\": 0,\n            \"twitter_followers\": 666666,\n            \"youtube_channel_subscribers\": 8000000,\n            \"youtube_channel_views\": 10000000\n        },\n        {\n            \"apple_followers\": 850000,\n            \"date\": \"2020-04-08\",\n            \"facebook_likes\": 566666,\n            \"facebook_storytellers\": 728571,\n            \"instagram_followers\": 1275000,\n            \"spotify_followers\": 5100000,\n            \"spotify_popularity\": 0,\n            \"twitter_followers\": 1700000,\n            \"youtube_channel_subscribers\": 91800000,\n            \"youtube_channel_views\": 56100000\n        },\n        {\n            \"apple_followers\": 560000,\n            \"date\": \"2020-04-09\",\n            \"facebook_likes\": 350000,\n            \"facebook_storytellers\": 933333,\n            \"instagram_followers\": 155555,\n            \"spotify_followers\": 2800000,\n            \"spotify_popularity\": 0,\n            \"twitter_followers\": 175000,\n            \"youtube_channel_subscribers\": 42000000,\n            \"youtube_channel_views\": 47600000\n        },\n        {\n            \"apple_followers\": 590909,\n            \"date\": \"2020-04-10\",\n            \"facebook_likes\": 1625000,\n            \"facebook_storytellers\": 3250000,\n            \"instagram_followers\": 541666,\n            \"spotify_followers\": 6500000,\n            \"spotify_popularity\": 0,\n            \"twitter_followers\": 6500000,\n            \"youtube_channel_subscribers\": 104000000,\n            \"youtube_channel_views\": 91000000\n        },\n        {\n            \"apple_followers\": 66666,\n            \"date\": \"2020-04-11\",\n            \"facebook_likes\": 200000,\n            \"facebook_storytellers\": 63157,\n            \"instagram_followers\": 400000,\n            \"spotify_followers\": 1200000,\n            \"spotify_popularity\": 0,\n            \"twitter_followers\": 600000,\n            \"youtube_channel_subscribers\": 14400000,\n            \"youtube_channel_views\": 16800000\n        },\n        {\n            \"apple_followers\": 1750000,\n            \"date\": \"2020-04-12\",\n            \"facebook_likes\": 1500000,\n            \"facebook_storytellers\": 2625000,\n            \"instagram_followers\": 617647,\n            \"spotify_followers\": 10500000,\n            \"spotify_popularity\": 0,\n            \"twitter_followers\": 750000,\n            \"youtube_channel_subscribers\": 126000000,\n            \"youtube_channel_views\": 105000000\n        },\n        {\n            \"apple_followers\": 300000,\n            \"date\": \"2020-04-13\",\n            \"facebook_likes\": 218181,\n            \"facebook_storytellers\": 1200000,\n            \"instagram_followers\": 342857,\n            \"spotify_followers\": 2400000,\n            \"spotify_popularity\": 0,\n            \"twitter_followers\": 400000,\n            \"youtube_channel_subscribers\": 28800000,\n            \"youtube_channel_views\": 45600000\n        },\n        {\n            \"apple_followers\": 10800000,\n            \"date\": \"2020-04-14\",\n            \"facebook_likes\": 675000,\n            \"facebook_storytellers\": 2700000,\n            \"instagram_followers\": 5400000,\n            \"spotify_followers\": 10800000,\n            \"spotify_popularity\": 0,\n            \"twitter_followers\": 981818,\n            \"youtube_channel_subscribers\": 205200000,\n            \"youtube_channel_views\": 129600000\n        },\n        {\n            \"apple_followers\": 12000000,\n            \"date\": \"2020-04-15\",\n            \"facebook_likes\": 631578,\n            \"facebook_storytellers\": 750000,\n            \"instagram_followers\": 6000000,\n            \"spotify_followers\": 12000000,\n            \"spotify_popularity\": 0,\n            \"twitter_followers\": 2400000,\n            \"youtube_channel_subscribers\": 120000000,\n            \"youtube_channel_views\": 132000000\n        }\n    ]\n}"
						}
					]
				},
				{
					"name": "charts",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/charts?dsp=spotify&sort_by=name&sort_order=desc",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"charts"
							],
							"query": [
								{
									"key": "chart_group",
									"value": "youtube_trending",
									"disabled": true
								},
								{
									"key": "country_code",
									"value": "us",
									"disabled": true
								},
								{
									"key": "dsp",
									"value": "apple",
									"disabled": true
								},
								{
									"key": "dsp",
									"value": "spotify"
								},
								{
									"key": "sort_by",
									"value": "name"
								},
								{
									"key": "sort_order",
									"value": "desc"
								},
								{
									"key": "limit",
									"value": "100",
									"disabled": true
								},
								{
									"key": "offset",
									"value": "100",
									"disabled": true
								}
							]
						}
					},
					"response": [
						{
							"name": "charts",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{proto}}{{hostname}}/v3/charts?dsp=spotify&limit=10",
									"host": [
										"{{proto}}{{hostname}}"
									],
									"path": [
										"v3",
										"charts"
									],
									"query": [
										{
											"key": "dsp",
											"value": "spotify"
										},
										{
											"key": "isrc",
											"value": "{{isrc1}}",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "10"
										},
										{
											"key": "country_code",
											"value": "worldwide",
											"disabled": true
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Server",
									"value": "gunicorn/20.0.4"
								},
								{
									"key": "Date",
									"value": "Mon, 13 Apr 2020 19:14:33 GMT"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "3493"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"count\": 10,\n    \"items\": [\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_af\",\n            \"country_code\": \"af\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Afghanistan\",\n            \"num_tracks\": 200,\n            \"rank\": 1,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ax\",\n            \"country_code\": \"ax\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Åland Islands\",\n            \"num_tracks\": 200,\n            \"rank\": 2,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_al\",\n            \"country_code\": \"al\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Albania\",\n            \"num_tracks\": 200,\n            \"rank\": 3,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_dz\",\n            \"country_code\": \"dz\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Algeria\",\n            \"num_tracks\": 200,\n            \"rank\": 4,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_as\",\n            \"country_code\": \"as\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 American Samoa\",\n            \"num_tracks\": 200,\n            \"rank\": 5,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ad\",\n            \"country_code\": \"ad\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Andorra\",\n            \"num_tracks\": 200,\n            \"rank\": 6,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ao\",\n            \"country_code\": \"ao\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Angola\",\n            \"num_tracks\": 200,\n            \"rank\": 7,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ai\",\n            \"country_code\": \"ai\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Anguilla\",\n            \"num_tracks\": 200,\n            \"rank\": 8,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_aq\",\n            \"country_code\": \"aq\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Antarctica\",\n            \"num_tracks\": 200,\n            \"rank\": 9,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ag\",\n            \"country_code\": \"ag\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Antigua and Barbuda\",\n            \"num_tracks\": 200,\n            \"rank\": 10,\n            \"uri\": null\n        }\n    ]\n}"
						}
					]
				},
				{
					"name": "charts/:chart_id",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/charts/:chart_id",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"charts",
								":chart_id"
							],
							"variable": [
								{
									"key": "chart_id",
									"value": "spotify_top200_daily_us"
								}
							]
						}
					},
					"response": [
						{
							"name": "charts/:chart_id",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{proto}}{{hostname}}/v3/charts/:chart_id",
									"host": [
										"{{proto}}{{hostname}}"
									],
									"path": [
										"v3",
										"charts",
										":chart_id"
									],
									"variable": [
										{
											"key": "chart_id",
											"value": "spotify_top200_weekly_us"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Mon, 13 Apr 2020 21:11:00 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "303"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Server",
									"value": "gunicorn/20.0.4"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"chart_group\": \"top200_weekly\",\n    \"chart_id\": \"spotify_top200_weekly_us\",\n    \"country_code\": \"us\",\n    \"dsp\": {\n        \"dsp_id\": \"spotify\",\n        \"name\": \"Spotify\",\n        \"slug\": \"spotify\"\n    },\n    \"name\": \"Spotify Top 200 United States of America\",\n    \"num_tracks\": 200,\n    \"rank\": 236,\n    \"uri\": null\n}"
						}
					]
				},
				{
					"name": "companies",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/companies?company_key&sort_by=company_name&sort_order=asc",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"companies"
							],
							"query": [
								{
									"key": "company_key",
									"value": ""
								},
								{
									"key": "limit",
									"value": "10",
									"disabled": true
								},
								{
									"key": "offset",
									"value": "10",
									"disabled": true
								},
								{
									"key": "sort_by",
									"value": "company_name"
								},
								{
									"key": "sort_order",
									"value": "asc"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "companies/:company_key",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/companies/:company_key",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"companies",
								":company_key"
							],
							"variable": [
								{
									"key": "company_key",
									"value": "B465"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "data-health/completeness",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/data-health/completeness",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"data-health",
								"completeness"
							]
						}
					},
					"response": []
				},
				{
					"name": "data-health/chart-positions",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/data-health/chart-positions",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"data-health",
								"chart-positions"
							]
						}
					},
					"response": []
				},
				{
					"name": "data-health/dsp/status",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/data-health/dsp/status?dsp=apple &status=COMPLETE_MINIMAL",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"data-health",
								"dsp",
								"status"
							],
							"query": [
								{
									"key": "dsp",
									"value": "apple "
								},
								{
									"key": "status",
									"value": "COMPLETE_MINIMAL"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "data-health/dsp/status/analytics",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/data-health/dsp/status/analytics?start_date=2021-09-30&end_date=2021-10-07&dsp=apple",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"data-health",
								"dsp",
								"status",
								"analytics"
							],
							"query": [
								{
									"key": "start_date",
									"value": "2021-09-30"
								},
								{
									"key": "end_date",
									"value": "2021-10-07"
								},
								{
									"key": "breakdown_groups",
									"value": "dsp_segment",
									"disabled": true
								},
								{
									"key": "breakdowns",
									"value": "days",
									"disabled": true
								},
								{
									"key": "dsp",
									"value": "apple"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "dsps",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/dsps",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"dsps"
							]
						}
					},
					"response": [
						{
							"name": "dsps",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{proto}}{{hostname}}/v3/dsps",
									"host": [
										"{{proto}}{{hostname}}"
									],
									"path": [
										"v3",
										"dsps"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Mon, 13 Apr 2020 20:38:53 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "476"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Server",
									"value": "gunicorn/20.0.4"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"count\": 5,\n    \"items\": [\n        {\n            \"dsp_id\": \"amazon\",\n            \"name\": \"Amazon\",\n            \"slug\": \"amazon\"\n        },\n        {\n            \"dsp_id\": \"apple\",\n            \"name\": \"Apple\",\n            \"slug\": \"apple\"\n        },\n        {\n            \"dsp_id\": \"spotify\",\n            \"name\": \"Spotify\",\n            \"slug\": \"spotify\"\n        },\n        {\n            \"dsp_id\": \"youtube\",\n            \"name\": \"YouTube\",\n            \"slug\": \"youtube\"\n        },\n        {\n            \"dsp_id\": \"vevo\",\n            \"name\": \"Vevo\",\n            \"slug\": \"vevo\"\n        }\n    ]\n}"
						}
					]
				},
				{
					"name": "dsps/:dsp_id",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/dsps/:dsp_id",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"dsps",
								":dsp_id"
							],
							"variable": [
								{
									"key": "dsp_id",
									"value": "spotify"
								}
							]
						}
					},
					"response": [
						{
							"name": "dsps/:dsp_id",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{proto}}{{hostname}}/v3/dsps/:dsp_id",
									"host": [
										"{{proto}}{{hostname}}"
									],
									"path": [
										"v3",
										"dsps",
										":dsp_id"
									],
									"variable": [
										{
											"key": "dsp_id",
											"value": "spotify"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Mon, 13 Apr 2020 20:39:02 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "70"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Server",
									"value": "gunicorn/20.0.4"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"dsp_id\": \"spotify\",\n    \"name\": \"Spotify\",\n    \"slug\": \"spotify\"\n}"
						}
					]
				},
				{
					"name": "health",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/health",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"health"
							]
						}
					},
					"response": [
						{
							"name": "health",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{proto}}{{hostname}}/v3/health",
									"host": [
										"{{proto}}{{hostname}}"
									],
									"path": [
										"v3",
										"health"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Mon, 13 Apr 2020 20:42:06 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "76"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Server",
									"value": "gunicorn/20.0.4"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"api_version\": \"3.0.38\",\n    \"environment\": \"stage\",\n    \"status\": \"OK\"\n}"
						}
					]
				},
				{
					"name": "labels/:label_id",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/labels/:label_id",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"labels",
								":label_id"
							],
							"variable": [
								{
									"key": "label_id",
									"value": "AAAB-2059"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "localization/regions",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "",
								"type": "text",
								"value": "",
								"disabled": true
							}
						],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/localization/regions",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"localization",
								"regions"
							],
							"query": [
								{
									"key": "limit",
									"value": "10",
									"disabled": true
								},
								{
									"key": "offset",
									"value": "20",
									"disabled": true
								},
								{
									"key": "sort_by",
									"value": "region_id",
									"disabled": true
								},
								{
									"key": "sort_order",
									"value": "desc",
									"disabled": true
								}
							]
						}
					},
					"response": [
						{
							"name": "regions",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "",
										"value": "",
										"type": "text",
										"disabled": true
									}
								],
								"url": {
									"raw": "{{proto}}{{hostname}}/v3/regions?limit=10&sort_by=country_name&sort_order=asc",
									"host": [
										"{{proto}}{{hostname}}"
									],
									"path": [
										"v3",
										"regions"
									],
									"query": [
										{
											"key": "limit",
											"value": "10"
										},
										{
											"key": "sort_by",
											"value": "country_name"
										},
										{
											"key": "sort_order",
											"value": "asc"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Mon, 13 Apr 2020 20:59:24 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "1401"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Server",
									"value": "gunicorn/20.0.4"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"count\": 10,\n    \"items\": [\n        {\n            \"country_code\": \"af\",\n            \"country_name\": \"Afghanistan\",\n            \"region_id\": \"af\",\n            \"region_name\": \"Asia\"\n        },\n        {\n            \"country_code\": \"ax\",\n            \"country_name\": \"Åland Islands\",\n            \"region_id\": \"ax\",\n            \"region_name\": \"Europe\"\n        },\n        {\n            \"country_code\": \"al\",\n            \"country_name\": \"Albania\",\n            \"region_id\": \"al\",\n            \"region_name\": \"Europe\"\n        },\n        {\n            \"country_code\": \"dz\",\n            \"country_name\": \"Algeria\",\n            \"region_id\": \"dz\",\n            \"region_name\": \"Africa\"\n        },\n        {\n            \"country_code\": \"as\",\n            \"country_name\": \"American Samoa\",\n            \"region_id\": \"as\",\n            \"region_name\": \"Oceania\"\n        },\n        {\n            \"country_code\": \"ad\",\n            \"country_name\": \"Andorra\",\n            \"region_id\": \"ad\",\n            \"region_name\": \"Europe\"\n        },\n        {\n            \"country_code\": \"ao\",\n            \"country_name\": \"Angola\",\n            \"region_id\": \"ao\",\n            \"region_name\": \"Africa\"\n        },\n        {\n            \"country_code\": \"ai\",\n            \"country_name\": \"Anguilla\",\n            \"region_id\": \"ai\",\n            \"region_name\": \"Americas\"\n        },\n        {\n            \"country_code\": \"aq\",\n            \"country_name\": \"Antarctica\",\n            \"region_id\": \"aq\",\n            \"region_name\": null\n        },\n        {\n            \"country_code\": \"ag\",\n            \"country_name\": \"Antigua and Barbuda\",\n            \"region_id\": \"ag\",\n            \"region_name\": \"Americas\"\n        }\n    ]\n}"
						}
					]
				},
				{
					"name": "playlists",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/playlists?dsp=spotify&dsp=apple&dsp=youtube&limit=1000&sort_by=uri&sort_order=asc",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"playlists"
							],
							"query": [
								{
									"key": "dsp",
									"value": "spotify"
								},
								{
									"key": "dsp",
									"value": "apple"
								},
								{
									"key": "dsp",
									"value": "youtube"
								},
								{
									"key": "limit",
									"value": "1000"
								},
								{
									"key": "offset",
									"value": "20",
									"disabled": true
								},
								{
									"key": "sort_by",
									"value": "uri"
								},
								{
									"key": "sort_order",
									"value": "asc"
								}
							]
						}
					},
					"response": [
						{
							"name": "playlists",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{proto}}{{hostname}}/v3/playlists?dsp=spotify&dsp=apple&limit=10",
									"host": [
										"{{proto}}{{hostname}}"
									],
									"path": [
										"v3",
										"playlists"
									],
									"query": [
										{
											"key": "dsp",
											"value": "spotify"
										},
										{
											"key": "dsp",
											"value": "apple"
										},
										{
											"key": "limit",
											"value": "10"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Mon, 13 Apr 2020 20:42:22 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "5813"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Server",
									"value": "gunicorn/20.0.4"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"count\": 10,\n    \"items\": [\n        {\n            \"country_code\": \"us\",\n            \"dsp\": {\n                \"dsp_id\": \"apple\",\n                \"name\": \"Apple\",\n                \"slug\": \"apple\"\n            },\n            \"dsp_playlist_id\": \"pl.0001620d82ce4ebb9570ceb57123af1d\",\n            \"image\": {\n                \"height\": null,\n                \"uri\": \"https://qa-images-api.atlas.stream/playlists/by_apple_music_id/pl.0001620d82ce4ebb9570ceb57123af1d\",\n                \"width\": null\n            },\n            \"name\": \"Years & Years: Influences\",\n            \"num_tracks\": null,\n            \"playlist_id\": \"apple_pl.0001620d82ce4ebb9570ceb57123af1d\",\n            \"rank\": 1,\n            \"uri\": null\n        },\n        {\n            \"country_code\": \"us\",\n            \"dsp\": {\n                \"dsp_id\": \"apple\",\n                \"name\": \"Apple\",\n                \"slug\": \"apple\"\n            },\n            \"dsp_playlist_id\": \"pl.0002ff9441c94ff198ff52b9e1a04c65\",\n            \"image\": {\n                \"height\": null,\n                \"uri\": \"https://qa-images-api.atlas.stream/playlists/by_apple_music_id/pl.0002ff9441c94ff198ff52b9e1a04c65\",\n                \"width\": null\n            },\n            \"name\": \"NOW MOVIE\",\n            \"num_tracks\": null,\n            \"playlist_id\": \"apple_pl.0002ff9441c94ff198ff52b9e1a04c65\",\n            \"rank\": null,\n            \"uri\": null\n        },\n        {\n            \"country_code\": \"us\",\n            \"dsp\": {\n                \"dsp_id\": \"apple\",\n                \"name\": \"Apple\",\n                \"slug\": \"apple\"\n            },\n            \"dsp_playlist_id\": \"pl.0003604eb3d245d4b9a3dae97dd65d8c\",\n            \"image\": {\n                \"height\": null,\n                \"uri\": \"https://qa-images-api.atlas.stream/playlists/by_apple_music_id/pl.0003604eb3d245d4b9a3dae97dd65d8c\",\n                \"width\": null\n            },\n            \"name\": \"Mehmet Erdem: Next Steps\",\n            \"num_tracks\": null,\n            \"playlist_id\": \"apple_pl.0003604eb3d245d4b9a3dae97dd65d8c\",\n            \"rank\": null,\n            \"uri\": null\n        },\n        {\n            \"country_code\": \"us\",\n            \"dsp\": {\n                \"dsp_id\": \"apple\",\n                \"name\": \"Apple\",\n                \"slug\": \"apple\"\n            },\n            \"dsp_playlist_id\": \"pl.0004a7340980408f9d95b9be971edd15\",\n            \"image\": {\n                \"height\": null,\n                \"uri\": \"https://qa-images-api.atlas.stream/playlists/by_apple_music_id/pl.0004a7340980408f9d95b9be971edd15\",\n                \"width\": null\n            },\n            \"name\": \"HAPPY MORNING!\",\n            \"num_tracks\": null,\n            \"playlist_id\": \"apple_pl.0004a7340980408f9d95b9be971edd15\",\n            \"rank\": null,\n            \"uri\": null\n        },\n        {\n            \"country_code\": \"us\",\n            \"dsp\": {\n                \"dsp_id\": \"apple\",\n                \"name\": \"Apple\",\n                \"slug\": \"apple\"\n            },\n            \"dsp_playlist_id\": \"pl.0007467223a348ec8b7785d8708cf5d0\",\n            \"image\": {\n                \"height\": null,\n                \"uri\": \"https://qa-images-api.atlas.stream/playlists/by_apple_music_id/pl.0007467223a348ec8b7785d8708cf5d0\",\n                \"width\": null\n            },\n            \"name\": \"DJ √ñtzi Essentials\",\n            \"num_tracks\": null,\n            \"playlist_id\": \"apple_pl.0007467223a348ec8b7785d8708cf5d0\",\n            \"rank\": null,\n            \"uri\": null\n        },\n        {\n            \"country_code\": \"us\",\n            \"dsp\": {\n                \"dsp_id\": \"apple\",\n                \"name\": \"Apple\",\n                \"slug\": \"apple\"\n            },\n            \"dsp_playlist_id\": \"pl.0007f6fc4db64549887806f52ce7a697\",\n            \"image\": {\n                \"height\": null,\n                \"uri\": \"https://qa-images-api.atlas.stream/playlists/by_apple_music_id/pl.0007f6fc4db64549887806f52ce7a697\",\n                \"width\": null\n            },\n            \"name\": \"Ana Torroja Essentials\",\n            \"num_tracks\": null,\n            \"playlist_id\": \"apple_pl.0007f6fc4db64549887806f52ce7a697\",\n            \"rank\": null,\n            \"uri\": null\n        },\n        {\n            \"country_code\": \"us\",\n            \"dsp\": {\n                \"dsp_id\": \"apple\",\n                \"name\": \"Apple\",\n                \"slug\": \"apple\"\n            },\n            \"dsp_playlist_id\": \"pl.0008166b138e4acc955edb9d76dc89a7\",\n            \"image\": {\n                \"height\": null,\n                \"uri\": \"https://qa-images-api.atlas.stream/playlists/by_apple_music_id/pl.0008166b138e4acc955edb9d76dc89a7\",\n                \"width\": null\n            },\n            \"name\": \"Roller Skating Jams\",\n            \"num_tracks\": null,\n            \"playlist_id\": \"apple_pl.0008166b138e4acc955edb9d76dc89a7\",\n            \"rank\": null,\n            \"uri\": null\n        },\n        {\n            \"country_code\": \"us\",\n            \"dsp\": {\n                \"dsp_id\": \"apple\",\n                \"name\": \"Apple\",\n                \"slug\": \"apple\"\n            },\n            \"dsp_playlist_id\": \"pl.000a4fee06d34c54aba4c95594963550\",\n            \"image\": {\n                \"height\": null,\n                \"uri\": \"https://qa-images-api.atlas.stream/playlists/by_apple_music_id/pl.000a4fee06d34c54aba4c95594963550\",\n                \"width\": null\n            },\n            \"name\": \"Morrissey: Anthems\",\n            \"num_tracks\": null,\n            \"playlist_id\": \"apple_pl.000a4fee06d34c54aba4c95594963550\",\n            \"rank\": null,\n            \"uri\": null\n        },\n        {\n            \"country_code\": \"us\",\n            \"dsp\": {\n                \"dsp_id\": \"apple\",\n                \"name\": \"Apple\",\n                \"slug\": \"apple\"\n            },\n            \"dsp_playlist_id\": \"pl.000ed485069c42c7b4107a9d18136544\",\n            \"image\": {\n                \"height\": null,\n                \"uri\": \"https://qa-images-api.atlas.stream/playlists/by_apple_music_id/pl.000ed485069c42c7b4107a9d18136544\",\n                \"width\": null\n            },\n            \"name\": \"The Voice South Africa: #TeamLira \",\n            \"num_tracks\": null,\n            \"playlist_id\": \"apple_pl.000ed485069c42c7b4107a9d18136544\",\n            \"rank\": null,\n            \"uri\": null\n        },\n        {\n            \"country_code\": \"us\",\n            \"dsp\": {\n                \"dsp_id\": \"apple\",\n                \"name\": \"Apple\",\n                \"slug\": \"apple\"\n            },\n            \"dsp_playlist_id\": \"pl.001464b289dc4f819baf6ce6194f5f25\",\n            \"image\": {\n                \"height\": null,\n                \"uri\": \"https://qa-images-api.atlas.stream/playlists/by_apple_music_id/pl.001464b289dc4f819baf6ce6194f5f25\",\n                \"width\": null\n            },\n            \"name\": \"The Complete Works of Mozart, Vol. 18\",\n            \"num_tracks\": null,\n            \"playlist_id\": \"apple_pl.001464b289dc4f819baf6ce6194f5f25\",\n            \"rank\": null,\n            \"uri\": null\n        }\n    ]\n}"
						}
					]
				},
				{
					"name": "playlists/:playlist_id",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/playlists/:playlist_id",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"playlists",
								":playlist_id"
							],
							"variable": [
								{
									"key": "playlist_id",
									"value": "apple_pl.b87c5779b10a44fc86a9584c77e4163b"
								}
							]
						}
					},
					"response": [
						{
							"name": "playlists/:playlist_id",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{proto}}{{hostname}}/v3/playlists/:playlist_id",
									"host": [
										"{{proto}}{{hostname}}"
									],
									"path": [
										"v3",
										"playlists",
										":playlist_id"
									],
									"variable": [
										{
											"key": "playlist_id",
											"value": "{{playlist_id_spotify}}"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Mon, 13 Apr 2020 20:42:40 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "567"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Server",
									"value": "gunicorn/20.0.4"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"country_code\": null,\n    \"dsp\": {\n        \"dsp_id\": \"spotify\",\n        \"name\": \"Spotify\",\n        \"slug\": \"spotify\"\n    },\n    \"dsp_playlist_id\": \"02C8uKtc6CoBpD0IdqOZdT\",\n    \"image\": {\n        \"height\": null,\n        \"uri\": \"https://qa-images-api.atlas.stream/playlists/by_spotify_id/02C8uKtc6CoBpD0IdqOZdT\",\n        \"width\": null\n    },\n    \"name\": \"Top Rock Music 2020 - Best Rock Hits Playlist (Alternative Rock, Metal, Hard Rock Songs 2020)\",\n    \"num_tracks\": 99,\n    \"playlist_id\": \"spotify_02C8uKtc6CoBpD0IdqOZdT\",\n    \"rank\": 1,\n    \"uri\": \"spotify:playlist:02C8uKtc6CoBpD0IdqOZdT\"\n}"
						}
					]
				},
				{
					"name": "popularity",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									"pm.test(\"Status test\", function () {",
									"    pm.response.to.have.status(200);",
									"});",
									"",
									"pm.test(\"environment to be stage\", function () {",
									"    pm.expect(pm.environment.get(\"env\")).to.equal(\"Stage\");",
									"});",
									"",
									"pm.test(\"response must be valid and have a body\", function () {",
									"     pm.response.to.be.ok;",
									"     pm.response.to.be.withBody;",
									"     pm.response.to.be.json;",
									"});",
									"",
									"pm.environment.get(\"Stage\");"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/popularity?start_date=2020-07-01&end_date=2020-07-11&artist_id=GRAS_7885&group_by=date&sort_by=date&sort_order=asc&limit_range=days:5&cursor=date:2020-07-06",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"popularity"
							],
							"query": [
								{
									"key": "start_date",
									"value": "2020-07-01"
								},
								{
									"key": "end_date",
									"value": "2020-07-11"
								},
								{
									"key": "artist_id",
									"value": "GRAS_7885"
								},
								{
									"key": "group_by",
									"value": "date"
								},
								{
									"key": "sort_by",
									"value": "date"
								},
								{
									"key": "sort_order",
									"value": "asc"
								},
								{
									"key": "limit_range",
									"value": "days:5"
								},
								{
									"key": "cursor",
									"value": "date:2020-07-06"
								},
								{
									"key": "limit",
									"value": "3",
									"disabled": true
								},
								{
									"key": "offset",
									"value": "2",
									"disabled": true
								}
							]
						}
					},
					"response": [
						{
							"name": "popularity",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{proto}}{{hostname}}/v3/popularity?artist_id={{artist_id_charris}}&start_date={{start_date}}&end_date={{end_date}}&group_by=date&limit=10",
									"host": [
										"{{proto}}{{hostname}}"
									],
									"path": [
										"v3",
										"popularity"
									],
									"query": [
										{
											"key": "artist_id",
											"value": "{{artist_id_charris}}"
										},
										{
											"key": "start_date",
											"value": "{{start_date}}"
										},
										{
											"key": "end_date",
											"value": "{{end_date}}"
										},
										{
											"key": "group_by",
											"value": "date"
										},
										{
											"key": "limit",
											"value": "10"
										},
										{
											"key": "sort_by",
											"value": "spotify_popularity",
											"disabled": true
										},
										{
											"key": "sort_order",
											"value": "desc",
											"disabled": true
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Mon, 13 Apr 2020 20:45:15 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "1138"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Server",
									"value": "gunicorn/20.0.4"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"count\": 10,\n    \"items\": [\n        {\n            \"artist_id\": \"GRAS_740645\",\n            \"date\": \"2020-04-07\",\n            \"spotify_popularity\": 179591\n        },\n        {\n            \"artist_id\": \"GRAS_740645\",\n            \"date\": \"2020-04-08\",\n            \"spotify_popularity\": 100\n        },\n        {\n            \"artist_id\": \"GRAS_740645\",\n            \"date\": \"2020-04-09\",\n            \"spotify_popularity\": 100\n        },\n        {\n            \"artist_id\": \"GRAS_740645\",\n            \"date\": \"2020-04-10\",\n            \"spotify_popularity\": 100\n        },\n        {\n            \"artist_id\": \"GRAS_740645\",\n            \"date\": \"2020-04-11\",\n            \"spotify_popularity\": 100\n        },\n        {\n            \"artist_id\": \"GRAS_740645\",\n            \"date\": \"2020-04-12\",\n            \"spotify_popularity\": 100\n        },\n        {\n            \"artist_id\": \"GRAS_740645\",\n            \"date\": \"2020-04-13\",\n            \"spotify_popularity\": 100\n        },\n        {\n            \"artist_id\": \"GRAS_740645\",\n            \"date\": \"2020-04-14\",\n            \"spotify_popularity\": 100\n        },\n        {\n            \"artist_id\": \"GRAS_740645\",\n            \"date\": \"2020-04-07\",\n            \"spotify_popularity\": 100\n        },\n        {\n            \"artist_id\": \"GRAS_740645\",\n            \"date\": \"2020-04-08\",\n            \"spotify_popularity\": 100\n        }\n    ]\n}"
						}
					]
				},
				{
					"name": "product-versions",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/product-versions/?rep_owner_key=D685&config_key=D3",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"product-versions",
								""
							],
							"query": [
								{
									"key": "product_family_no",
									"value": "4168919",
									"description": "1170410",
									"disabled": true
								},
								{
									"key": "product_id",
									"value": "GRAS_0190295729981",
									"disabled": true
								},
								{
									"key": "project_id",
									"value": "GRAS_1060",
									"disabled": true
								},
								{
									"key": "rep_owner_key",
									"value": "A852",
									"disabled": true
								},
								{
									"key": "rep_owner_key",
									"value": "D685",
									"description": "0202б0273бЬ603"
								},
								{
									"key": "config_cat_key",
									"value": "R",
									"disabled": true
								},
								{
									"key": "config_key",
									"value": "D3"
								},
								{
									"key": "is_product_family_head",
									"value": "false",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "7000",
									"disabled": true
								},
								{
									"key": "offset",
									"value": "10",
									"disabled": true
								},
								{
									"key": "sort_by",
									"value": "label_name",
									"disabled": true
								},
								{
									"key": "sort_order",
									"value": "asc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "product-versions/:product_version_no",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/product-versions/:product_version_no",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"product-versions",
								":product_version_no"
							],
							"variable": [
								{
									"key": "product_version_no",
									"value": "24198"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "products",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/products?artist_id=GRAS_1077362",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"products"
							],
							"query": [
								{
									"key": "artist_id",
									"value": "GRAS_1077362"
								},
								{
									"key": "track_id",
									"value": "GRAS_A10328E00097727133",
									"disabled": true
								},
								{
									"key": "isrc",
									"value": "USSM11708094",
									"disabled": true
								},
								{
									"key": "product_version_no",
									"value": "660000",
									"disabled": true
								},
								{
									"key": "product_family_no",
									"value": "125507",
									"disabled": true
								},
								{
									"key": "project_id",
									"value": "GRAS_97580",
									"disabled": true
								},
								{
									"key": "config_cat_key",
									"value": "C",
									"disabled": true
								},
								{
									"key": "config_key",
									"value": "95",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "5",
									"disabled": true
								},
								{
									"key": "offset",
									"value": "5",
									"disabled": true
								},
								{
									"key": "sort_by",
									"value": "label_id",
									"disabled": true
								},
								{
									"key": "sort_order",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "",
									"value": "config_cat_key: C,D,F,A",
									"disabled": true
								},
								{
									"key": "is_explicit",
									"value": "false",
									"disabled": true
								}
							]
						}
					},
					"response": [
						{
							"name": "products",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{proto}}{{hostname}}/v3/products?isrc={{isrc1}}&artist_id={{artist_id_charris}}&limit=10",
									"host": [
										"{{proto}}{{hostname}}"
									],
									"path": [
										"v3",
										"products"
									],
									"query": [
										{
											"key": "isrc",
											"value": "{{isrc1}}"
										},
										{
											"key": "track_id",
											"value": "{{track_id_charris}}",
											"disabled": true
										},
										{
											"key": "artist_id",
											"value": "{{artist_id_charris}}"
										},
										{
											"key": "limit",
											"value": "10"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Mon, 13 Apr 2020 20:55:13 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "1614"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Server",
									"value": "gunicorn/20.0.4"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"count\": 10,\n    \"items\": [\n        {\n            \"name\": \"Track 2\",\n            \"product_id\": \"GRAS_G0100042483587\",\n            \"release_date\": null,\n            \"spotify_popularity\": null\n        },\n        {\n            \"name\": \"Ordinary Man\",\n            \"product_id\": \"GRAS_G0100042644475\",\n            \"release_date\": null,\n            \"spotify_popularity\": null\n        },\n        {\n            \"name\": \"Ordinary Man\",\n            \"product_id\": \"GRAS_G010004196757G\",\n            \"release_date\": null,\n            \"spotify_popularity\": null\n        },\n        {\n            \"name\": \"I'm Not Alone (CamelPhat Remix) [Official Audio]\",\n            \"product_id\": \"GRAS_G010004079177V\",\n            \"release_date\": null,\n            \"spotify_popularity\": null\n        },\n        {\n            \"name\": \"5iliconeator\",\n            \"product_id\": \"GRAS_G0100018424068\",\n            \"release_date\": null,\n            \"spotify_popularity\": null\n        },\n        {\n            \"name\": \"Ready For The Weekend\",\n            \"product_id\": \"GRAS_G0100018400960\",\n            \"release_date\": null,\n            \"spotify_popularity\": null\n        },\n        {\n            \"name\": \"Ready For The Weekend\",\n            \"product_id\": \"GRAS_3210109\",\n            \"release_date\": null,\n            \"spotify_popularity\": null\n        },\n        {\n            \"name\": \"Ready For The Weekend\",\n            \"product_id\": \"GRAS_G0100018386875\",\n            \"release_date\": null,\n            \"spotify_popularity\": null\n        },\n        {\n            \"name\": \"Ready For The Weekend\",\n            \"product_id\": \"GRAS_G010001850098Z\",\n            \"release_date\": null,\n            \"spotify_popularity\": null\n        },\n        {\n            \"name\": \"Ready For The Weekend\",\n            \"product_id\": \"GRAS_G010002947260V\",\n            \"release_date\": null,\n            \"spotify_popularity\": null\n        }\n    ]\n}"
						}
					]
				},
				{
					"name": "products/:product_id",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/products/:product_id",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"products",
								":product_id"
							],
							"variable": [
								{
									"key": "product_id",
									"value": "GRAS_G0100033983141"
								}
							]
						}
					},
					"response": [
						{
							"name": "products/:product_id",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{proto}}{{hostname}}/v3/products/:product_id",
									"host": [
										"{{proto}}{{hostname}}"
									],
									"path": [
										"v3",
										"products",
										":product_id"
									],
									"variable": [
										{
											"key": "product_id",
											"value": "{{product_id_ozzy}}"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Mon, 13 Apr 2020 20:57:33 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "2992"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Server",
									"value": "gunicorn/20.0.4"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"artists\": [\n        {\n            \"artist_id\": \"GRAS_7513\",\n            \"first_name\": \"Ozzy\",\n            \"full_name\": \"Ozzy Osbourne\",\n            \"image\": {\n                \"height\": null,\n                \"uri\": \"https://qa-images-api.atlas.stream/artists/by_gras_participant_id/7513\",\n                \"width\": null\n            },\n            \"last_name\": \"Osbourne\"\n        }\n    ],\n    \"name\": \"No More Tears/Diary Of A Madman\",\n    \"product_id\": \"GRAS_G010001859287T\",\n    \"release_date\": null,\n    \"spotify_popularity\": null,\n    \"tracks\": [\n        {\n            \"isrc\": \"USSM19100021\",\n            \"lyrics_version\": null,\n            \"name\": \"Time After Time\",\n            \"product\": {\n                \"name\": \"No More Tears/Diary Of A Madman\",\n                \"product_id\": \"GRAS_G010001859287T\",\n                \"release_date\": null,\n                \"spotify_popularity\": null\n            },\n            \"release_date\": \"2003-02-11\",\n            \"track_id\": \"GRAS_A10328E0005002922H\",\n            \"track_name_suppl\": null\n        },\n        {\n            \"isrc\": \"USSM19100018\",\n            \"lyrics_version\": null,\n            \"name\": \"Desire\",\n            \"product\": {\n                \"name\": \"No More Tears/Diary Of A Madman\",\n                \"product_id\": \"GRAS_G010001859287T\",\n                \"release_date\": null,\n                \"spotify_popularity\": null\n            },\n            \"release_date\": \"2003-02-11\",\n            \"track_id\": \"GRAS_A10328E00050029189\",\n            \"track_name_suppl\": null\n        },\n        {\n            \"isrc\": \"USSM19100017\",\n            \"lyrics_version\": null,\n            \"name\": \"Mama, I'm Coming Home\",\n            \"product\": {\n                \"name\": \"No More Tears/Diary Of A Madman\",\n                \"product_id\": \"GRAS_G010001859287T\",\n                \"release_date\": null,\n                \"spotify_popularity\": null\n            },\n            \"release_date\": \"1997-11-11\",\n            \"track_id\": \"GRAS_A10328E0005002917B\",\n            \"track_name_suppl\": null\n        },\n        {\n            \"isrc\": \"USSM19913913\",\n            \"lyrics_version\": null,\n            \"name\": \"Party with the Animals\",\n            \"product\": {\n                \"name\": \"No More Tears/Diary Of A Madman\",\n                \"product_id\": \"GRAS_G010001859287T\",\n                \"release_date\": null,\n                \"spotify_popularity\": null\n            },\n            \"release_date\": \"1992-07-28\",\n            \"track_id\": \"GRAS_A10328E00050029277\",\n            \"track_name_suppl\": null\n        },\n        {\n            \"isrc\": \"USSM19100024\",\n            \"lyrics_version\": null,\n            \"name\": \"Road to Nowhere\",\n            \"product\": {\n                \"name\": \"No More Tears/Diary Of A Madman\",\n                \"product_id\": \"GRAS_G010001859287T\",\n                \"release_date\": null,\n                \"spotify_popularity\": null\n            },\n            \"release_date\": \"2003-02-11\",\n            \"track_id\": \"GRAS_A10328E0005002925B\",\n            \"track_name_suppl\": null\n        },\n        {\n            \"isrc\": \"USSM19100025\",\n            \"lyrics_version\": null,\n            \"name\": \"No More Tears\",\n            \"product\": {\n                \"name\": \"No More Tears/Diary Of A Madman\",\n                \"product_id\": \"GRAS_G010001859287T\",\n                \"release_date\": null,\n                \"spotify_popularity\": null\n            },\n            \"release_date\": \"2003-02-11\",\n            \"track_id\": \"GRAS_A10328E00050029197\",\n            \"track_name_suppl\": null\n        }\n    ]\n}"
						}
					]
				},
				{
					"name": "projects",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/projects?start_date=2000-01-01&end_date=2021-03-30&product_id=GRAS_88883763842",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"projects"
							],
							"query": [
								{
									"key": "start_date",
									"value": "2000-01-01"
								},
								{
									"key": "end_date",
									"value": "2021-03-30"
								},
								{
									"key": "artist_id",
									"value": "GRAS_57512",
									"disabled": true
								},
								{
									"key": "product_version_no",
									"value": "3744968",
									"disabled": true
								},
								{
									"key": "rep_owner_key",
									"value": "0205",
									"disabled": true
								},
								{
									"key": "product_id",
									"value": "GRAS_88883763842"
								},
								{
									"key": "limit",
									"value": "7000",
									"disabled": true
								},
								{
									"key": "offset",
									"value": "10",
									"disabled": true
								},
								{
									"key": "sort_by",
									"value": "raas_init_date",
									"disabled": true
								},
								{
									"key": "sort_order",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "limit_range",
									"value": "days:100",
									"disabled": true
								},
								{
									"key": "cursor",
									"value": "date:2000-05-01",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "projects/:project_id",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/projects/:project_id",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"projects",
								":project_id"
							],
							"variable": [
								{
									"key": "project_id",
									"value": "GRAS_435847"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "regions",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "",
								"value": "",
								"type": "text",
								"disabled": true
							}
						],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/regions?sort_by=region_id&sort_order=desc",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"regions"
							],
							"query": [
								{
									"key": "limit",
									"value": "10",
									"disabled": true
								},
								{
									"key": "sort_by",
									"value": "region_id"
								},
								{
									"key": "sort_order",
									"value": "desc"
								},
								{
									"key": "offset",
									"value": "20",
									"disabled": true
								}
							]
						}
					},
					"response": [
						{
							"name": "regions",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "",
										"value": "",
										"type": "text",
										"disabled": true
									}
								],
								"url": {
									"raw": "{{proto}}{{hostname}}/v3/regions?limit=10&sort_by=country_name&sort_order=asc",
									"host": [
										"{{proto}}{{hostname}}"
									],
									"path": [
										"v3",
										"regions"
									],
									"query": [
										{
											"key": "limit",
											"value": "10"
										},
										{
											"key": "sort_by",
											"value": "country_name"
										},
										{
											"key": "sort_order",
											"value": "asc"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Mon, 13 Apr 2020 20:59:24 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "1401"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Server",
									"value": "gunicorn/20.0.4"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"count\": 10,\n    \"items\": [\n        {\n            \"country_code\": \"af\",\n            \"country_name\": \"Afghanistan\",\n            \"region_id\": \"af\",\n            \"region_name\": \"Asia\"\n        },\n        {\n            \"country_code\": \"ax\",\n            \"country_name\": \"Åland Islands\",\n            \"region_id\": \"ax\",\n            \"region_name\": \"Europe\"\n        },\n        {\n            \"country_code\": \"al\",\n            \"country_name\": \"Albania\",\n            \"region_id\": \"al\",\n            \"region_name\": \"Europe\"\n        },\n        {\n            \"country_code\": \"dz\",\n            \"country_name\": \"Algeria\",\n            \"region_id\": \"dz\",\n            \"region_name\": \"Africa\"\n        },\n        {\n            \"country_code\": \"as\",\n            \"country_name\": \"American Samoa\",\n            \"region_id\": \"as\",\n            \"region_name\": \"Oceania\"\n        },\n        {\n            \"country_code\": \"ad\",\n            \"country_name\": \"Andorra\",\n            \"region_id\": \"ad\",\n            \"region_name\": \"Europe\"\n        },\n        {\n            \"country_code\": \"ao\",\n            \"country_name\": \"Angola\",\n            \"region_id\": \"ao\",\n            \"region_name\": \"Africa\"\n        },\n        {\n            \"country_code\": \"ai\",\n            \"country_name\": \"Anguilla\",\n            \"region_id\": \"ai\",\n            \"region_name\": \"Americas\"\n        },\n        {\n            \"country_code\": \"aq\",\n            \"country_name\": \"Antarctica\",\n            \"region_id\": \"aq\",\n            \"region_name\": null\n        },\n        {\n            \"country_code\": \"ag\",\n            \"country_name\": \"Antigua and Barbuda\",\n            \"region_id\": \"ag\",\n            \"region_name\": \"Americas\"\n        }\n    ]\n}"
						}
					]
				},
				{
					"name": "regions/:region_id",
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "",
								"value": "",
								"type": "text",
								"disabled": true
							}
						],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/regions/:region_id",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"regions",
								":region_id"
							],
							"variable": [
								{
									"key": "region_id",
									"value": "us"
								}
							]
						}
					},
					"response": [
						{
							"name": "regions/:region_id",
							"originalRequest": {
								"method": "GET",
								"header": [
									{
										"key": "",
										"value": "",
										"type": "text",
										"disabled": true
									}
								],
								"url": {
									"raw": "{{proto}}{{hostname}}/v3/regions/:region_id",
									"host": [
										"{{proto}}{{hostname}}"
									],
									"path": [
										"v3",
										"regions",
										":region_id"
									],
									"variable": [
										{
											"key": "region_id",
											"value": "us"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Mon, 13 Apr 2020 21:00:26 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "126"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Server",
									"value": "gunicorn/20.0.4"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"country_code\": \"us\",\n    \"country_name\": \"United States of America\",\n    \"region_id\": \"us\",\n    \"region_name\": \"Americas\"\n}"
						}
					]
				},
				{
					"name": "repertoire-owners",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/repertoire-owners?label_id=ADMV-0000&sort_by=rep_owner_key&sort_order=desc",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"repertoire-owners"
							],
							"query": [
								{
									"key": "profit_center_key",
									"value": "DL97",
									"disabled": true
								},
								{
									"key": "parent_rep_owner_key",
									"value": "0995",
									"disabled": true
								},
								{
									"key": "label_id",
									"value": "ADMV-0000"
								},
								{
									"key": "limit",
									"value": "100",
									"disabled": true
								},
								{
									"key": "offset",
									"value": "10",
									"disabled": true
								},
								{
									"key": "sort_by",
									"value": "rep_owner_key"
								},
								{
									"key": "sort_order",
									"value": "desc"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "repertoire-owners/:rep_owner_key",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/repertoire-owners/:rep_owner_key",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"repertoire-owners",
								":rep_owner_key"
							],
							"variable": [
								{
									"key": "rep_owner_key",
									"value": "M603"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "search",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									"pm.test(\"Response time is less than 1000ms\", function () {",
									"",
									"pm.expect(pm.response.responseTime).to.be.below(1000);",
									"",
									"});"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/search/?limit=1000&index=artist&query=(*.dua)",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"search",
								""
							],
							"query": [
								{
									"key": "limit",
									"value": "1000"
								},
								{
									"key": "index",
									"value": "artist"
								},
								{
									"key": "page",
									"value": "3",
									"disabled": true
								},
								{
									"key": "query",
									"value": "(*.dua)"
								}
							]
						}
					},
					"response": [
						{
							"name": "track-positions/playlists",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{proto}}{{hostname}}/v3/track-positions/playlists?start_date={{start_date}}&end_date={{end_date}}&dsp=spotify&isrc={{isrc_charris}}&include=playlists&limit=2",
									"host": [
										"{{proto}}{{hostname}}"
									],
									"path": [
										"v3",
										"track-positions",
										"playlists"
									],
									"query": [
										{
											"key": "start_date",
											"value": "{{start_date}}"
										},
										{
											"key": "end_date",
											"value": "{{end_date}}"
										},
										{
											"key": "dsp",
											"value": "spotify"
										},
										{
											"key": "playlist_id",
											"value": "{{playlist_id_spotify}}",
											"disabled": true
										},
										{
											"key": "artist_id",
											"value": "{{artist_id_charris}}",
											"disabled": true
										},
										{
											"key": "isrc",
											"value": "{{isrc_charris}}"
										},
										{
											"key": "include",
											"value": "playlists"
										},
										{
											"key": "limit",
											"value": "2"
										},
										{
											"key": "offset",
											"value": "0",
											"disabled": true
										},
										{
											"key": "sort_by",
											"value": "playlist",
											"disabled": true
										},
										{
											"key": "sort_order",
											"value": "desc",
											"disabled": true
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Mon, 13 Apr 2020 21:08:50 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "1959"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Server",
									"value": "gunicorn/20.0.4"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"count\": 2,\n    \"items\": [\n        {\n            \"current\": 95,\n            \"date\": \"2020-04-15\",\n            \"enter_date\": null,\n            \"exit_date\": null,\n            \"isrc\": \"USUS11100502\",\n            \"num_weeks_on\": 15,\n            \"playlist\": {\n                \"country_code\": null,\n                \"dsp\": {\n                    \"dsp_id\": \"spotify\",\n                    \"name\": \"Spotify\",\n                    \"slug\": \"spotify\"\n                },\n                \"dsp_playlist_id\": \"02C8uKtc6CoBpD0IdqOZdT\",\n                \"image\": {\n                    \"height\": null,\n                    \"uri\": \"https://qa-images-api.atlas.stream/playlists/by_spotify_id/02C8uKtc6CoBpD0IdqOZdT\",\n                    \"width\": null\n                },\n                \"name\": \"Top Rock Music 2020 - Best Rock Hits Playlist (Alternative Rock, Metal, Hard Rock Songs 2020)\",\n                \"num_tracks\": 99,\n                \"playlist_id\": \"spotify_02C8uKtc6CoBpD0IdqOZdT\",\n                \"rank\": null,\n                \"uri\": \"spotify:playlist:02C8uKtc6CoBpD0IdqOZdT\"\n            },\n            \"playlist_id\": \"spotify_02C8uKtc6CoBpD0IdqOZdT\",\n            \"previous\": 94,\n            \"top\": 94,\n            \"track_id\": null\n        },\n        {\n            \"current\": 172,\n            \"date\": \"2020-04-15\",\n            \"enter_date\": null,\n            \"exit_date\": null,\n            \"isrc\": \"USUS11100502\",\n            \"num_weeks_on\": 13,\n            \"playlist\": {\n                \"country_code\": null,\n                \"dsp\": {\n                    \"dsp_id\": \"spotify\",\n                    \"name\": \"Spotify\",\n                    \"slug\": \"spotify\"\n                },\n                \"dsp_playlist_id\": \"02Dyt0c8CktnqyBiVsZpJX\",\n                \"image\": {\n                    \"height\": null,\n                    \"uri\": \"https://qa-images-api.atlas.stream/playlists/by_spotify_id/02Dyt0c8CktnqyBiVsZpJX\",\n                    \"width\": null\n                },\n                \"name\": \"Your top songs 2015 - 2020\",\n                \"num_tracks\": 266,\n                \"playlist_id\": \"spotify_02Dyt0c8CktnqyBiVsZpJX\",\n                \"rank\": null,\n                \"uri\": \"spotify:playlist:02Dyt0c8CktnqyBiVsZpJX\"\n            },\n            \"playlist_id\": \"spotify_02Dyt0c8CktnqyBiVsZpJX\",\n            \"previous\": 169,\n            \"top\": 169,\n            \"track_id\": null\n        }\n    ]\n}"
						}
					]
				},
				{
					"name": "search/linkfire/links",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									"pm.test(\"Response time is less than 1000ms\", function () {",
									"",
									"pm.expect(pm.response.responseTime).to.be.below(1000);",
									"",
									"});"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/search/linkfire/links?limit=20&query=lucas inverno",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"search",
								"linkfire",
								"links"
							],
							"query": [
								{
									"key": "limit",
									"value": "20"
								},
								{
									"key": "page",
									"value": "3",
									"disabled": true
								},
								{
									"key": "query",
									"value": "lucas inverno"
								}
							]
						}
					},
					"response": [
						{
							"name": "track-positions/playlists",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{proto}}{{hostname}}/v3/track-positions/playlists?start_date={{start_date}}&end_date={{end_date}}&dsp=spotify&isrc={{isrc_charris}}&include=playlists&limit=2",
									"host": [
										"{{proto}}{{hostname}}"
									],
									"path": [
										"v3",
										"track-positions",
										"playlists"
									],
									"query": [
										{
											"key": "start_date",
											"value": "{{start_date}}"
										},
										{
											"key": "end_date",
											"value": "{{end_date}}"
										},
										{
											"key": "dsp",
											"value": "spotify"
										},
										{
											"key": "playlist_id",
											"value": "{{playlist_id_spotify}}",
											"disabled": true
										},
										{
											"key": "artist_id",
											"value": "{{artist_id_charris}}",
											"disabled": true
										},
										{
											"key": "isrc",
											"value": "{{isrc_charris}}"
										},
										{
											"key": "include",
											"value": "playlists"
										},
										{
											"key": "limit",
											"value": "2"
										},
										{
											"key": "offset",
											"value": "0",
											"disabled": true
										},
										{
											"key": "sort_by",
											"value": "playlist",
											"disabled": true
										},
										{
											"key": "sort_order",
											"value": "desc",
											"disabled": true
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Mon, 13 Apr 2020 21:08:50 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "1959"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Server",
									"value": "gunicorn/20.0.4"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"count\": 2,\n    \"items\": [\n        {\n            \"current\": 95,\n            \"date\": \"2020-04-15\",\n            \"enter_date\": null,\n            \"exit_date\": null,\n            \"isrc\": \"USUS11100502\",\n            \"num_weeks_on\": 15,\n            \"playlist\": {\n                \"country_code\": null,\n                \"dsp\": {\n                    \"dsp_id\": \"spotify\",\n                    \"name\": \"Spotify\",\n                    \"slug\": \"spotify\"\n                },\n                \"dsp_playlist_id\": \"02C8uKtc6CoBpD0IdqOZdT\",\n                \"image\": {\n                    \"height\": null,\n                    \"uri\": \"https://qa-images-api.atlas.stream/playlists/by_spotify_id/02C8uKtc6CoBpD0IdqOZdT\",\n                    \"width\": null\n                },\n                \"name\": \"Top Rock Music 2020 - Best Rock Hits Playlist (Alternative Rock, Metal, Hard Rock Songs 2020)\",\n                \"num_tracks\": 99,\n                \"playlist_id\": \"spotify_02C8uKtc6CoBpD0IdqOZdT\",\n                \"rank\": null,\n                \"uri\": \"spotify:playlist:02C8uKtc6CoBpD0IdqOZdT\"\n            },\n            \"playlist_id\": \"spotify_02C8uKtc6CoBpD0IdqOZdT\",\n            \"previous\": 94,\n            \"top\": 94,\n            \"track_id\": null\n        },\n        {\n            \"current\": 172,\n            \"date\": \"2020-04-15\",\n            \"enter_date\": null,\n            \"exit_date\": null,\n            \"isrc\": \"USUS11100502\",\n            \"num_weeks_on\": 13,\n            \"playlist\": {\n                \"country_code\": null,\n                \"dsp\": {\n                    \"dsp_id\": \"spotify\",\n                    \"name\": \"Spotify\",\n                    \"slug\": \"spotify\"\n                },\n                \"dsp_playlist_id\": \"02Dyt0c8CktnqyBiVsZpJX\",\n                \"image\": {\n                    \"height\": null,\n                    \"uri\": \"https://qa-images-api.atlas.stream/playlists/by_spotify_id/02Dyt0c8CktnqyBiVsZpJX\",\n                    \"width\": null\n                },\n                \"name\": \"Your top songs 2015 - 2020\",\n                \"num_tracks\": 266,\n                \"playlist_id\": \"spotify_02Dyt0c8CktnqyBiVsZpJX\",\n                \"rank\": null,\n                \"uri\": \"spotify:playlist:02Dyt0c8CktnqyBiVsZpJX\"\n            },\n            \"playlist_id\": \"spotify_02Dyt0c8CktnqyBiVsZpJX\",\n            \"previous\": 169,\n            \"top\": 169,\n            \"track_id\": null\n        }\n    ]\n}"
						}
					]
				},
				{
					"name": "shazam/charts/cities",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/shazam/cities?country_code=ua&sort_by=city_name&sort_order=desc",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"shazam",
								"cities"
							],
							"query": [
								{
									"key": "city_id",
									"value": "3200",
									"disabled": true
								},
								{
									"key": "city_name",
									"value": "Torreón",
									"disabled": true
								},
								{
									"key": "country_code",
									"value": "ua"
								},
								{
									"key": "sort_by",
									"value": "city_name"
								},
								{
									"key": "sort_order",
									"value": "desc"
								},
								{
									"key": "limit",
									"value": "100",
									"disabled": true
								},
								{
									"key": "offset",
									"value": "100",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "shazam/charts/meta",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/shazam/charts/meta",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"shazam",
								"charts",
								"meta"
							],
							"query": [
								{
									"key": "chart_id",
									"value": "spotify_top200_daily_us",
									"disabled": true
								},
								{
									"key": "city_id",
									"value": "10733",
									"disabled": true
								},
								{
									"key": "country_code",
									"value": "worldwide",
									"disabled": true
								},
								{
									"key": "sort_by",
									"value": "rank",
									"disabled": true
								},
								{
									"key": "sort_order",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "100",
									"disabled": true
								},
								{
									"key": "offset",
									"value": "100",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "shazam/charts/track-positions",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/shazam/charts/track-positions?start_date=2021-07-10&end_date=2021-07-15",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"shazam",
								"charts",
								"track-positions"
							],
							"query": [
								{
									"key": "start_date",
									"value": "2021-07-10"
								},
								{
									"key": "end_date",
									"value": "2021-07-15"
								},
								{
									"key": "chart_id",
									"value": "shazam_nl_795907",
									"disabled": true
								},
								{
									"key": "city_id",
									"value": "1963 ",
									"disabled": true
								},
								{
									"key": "isrc",
									"value": "GBEYA0100002",
									"disabled": true
								},
								{
									"key": "country_code",
									"value": "cn",
									"disabled": true
								},
								{
									"key": "include",
									"value": "track",
									"disabled": true
								},
								{
									"key": "is_exit",
									"value": "true",
									"disabled": true
								},
								{
									"key": "is_sony",
									"value": "false",
									"disabled": true
								},
								{
									"key": "min_position",
									"value": "10",
									"disabled": true
								},
								{
									"key": "max_position",
									"value": "50",
									"disabled": true
								},
								{
									"key": "sort_by",
									"value": "position.current",
									"disabled": true
								},
								{
									"key": "sort_order",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "100",
									"disabled": true
								},
								{
									"key": "offset",
									"value": "10",
									"disabled": true
								},
								{
									"key": "limit_range",
									"value": "days:5",
									"disabled": true
								},
								{
									"key": "cursor",
									"value": "date:2021-07-13",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "shazam/charts/track-positions/summary",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/shazam/charts/track-positions/summary?isrc=USTCY0908707&include=track",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"shazam",
								"charts",
								"track-positions",
								"summary"
							],
							"query": [
								{
									"key": "chart_id",
									"value": "shazam_cn_2067",
									"disabled": true
								},
								{
									"key": "city_id",
									"value": "2067",
									"disabled": true
								},
								{
									"key": "isrc",
									"value": "USTCY0908707"
								},
								{
									"key": "country_code",
									"value": "fi",
									"disabled": true
								},
								{
									"key": "include",
									"value": "track"
								},
								{
									"key": "is_sony",
									"value": "true",
									"disabled": true
								},
								{
									"key": "sort_by",
									"value": "rank",
									"disabled": true
								},
								{
									"key": "sort_order",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "5600",
									"disabled": true
								},
								{
									"key": "offset",
									"value": "1000",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "spotify/charts",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/spotify/charts?chart_id=viral_daily_cl,regional_weekly_us",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"spotify",
								"charts"
							],
							"query": [
								{
									"key": "chart_id",
									"value": "viral_daily_cl,regional_weekly_us"
								},
								{
									"key": "country_code",
									"value": "ae",
									"disabled": true
								},
								{
									"key": "type",
									"value": "viral",
									"disabled": true
								},
								{
									"key": "type",
									"value": "regional",
									"disabled": true
								},
								{
									"key": "breakdown",
									"value": "daily",
									"disabled": true
								},
								{
									"key": "breakdown",
									"value": "weekly",
									"disabled": true
								},
								{
									"key": "max_rank",
									"value": "70",
									"disabled": true
								},
								{
									"key": "min_rank",
									"value": "65",
									"disabled": true
								}
							]
						}
					},
					"response": [
						{
							"name": "charts",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{proto}}{{hostname}}/v3/charts?dsp=spotify&limit=10",
									"host": [
										"{{proto}}{{hostname}}"
									],
									"path": [
										"v3",
										"charts"
									],
									"query": [
										{
											"key": "dsp",
											"value": "spotify"
										},
										{
											"key": "isrc",
											"value": "{{isrc1}}",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "10"
										},
										{
											"key": "country_code",
											"value": "worldwide",
											"disabled": true
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Server",
									"value": "gunicorn/20.0.4"
								},
								{
									"key": "Date",
									"value": "Mon, 13 Apr 2020 19:14:33 GMT"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "3493"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"count\": 10,\n    \"items\": [\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_af\",\n            \"country_code\": \"af\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Afghanistan\",\n            \"num_tracks\": 200,\n            \"rank\": 1,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ax\",\n            \"country_code\": \"ax\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Åland Islands\",\n            \"num_tracks\": 200,\n            \"rank\": 2,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_al\",\n            \"country_code\": \"al\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Albania\",\n            \"num_tracks\": 200,\n            \"rank\": 3,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_dz\",\n            \"country_code\": \"dz\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Algeria\",\n            \"num_tracks\": 200,\n            \"rank\": 4,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_as\",\n            \"country_code\": \"as\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 American Samoa\",\n            \"num_tracks\": 200,\n            \"rank\": 5,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ad\",\n            \"country_code\": \"ad\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Andorra\",\n            \"num_tracks\": 200,\n            \"rank\": 6,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ao\",\n            \"country_code\": \"ao\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Angola\",\n            \"num_tracks\": 200,\n            \"rank\": 7,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ai\",\n            \"country_code\": \"ai\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Anguilla\",\n            \"num_tracks\": 200,\n            \"rank\": 8,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_aq\",\n            \"country_code\": \"aq\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Antarctica\",\n            \"num_tracks\": 200,\n            \"rank\": 9,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ag\",\n            \"country_code\": \"ag\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Antigua and Barbuda\",\n            \"num_tracks\": 200,\n            \"rank\": 10,\n            \"uri\": null\n        }\n    ]\n}"
						}
					]
				},
				{
					"name": "spotify/charts/analytics",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/spotify/charts/analytics?start_date=2021-09-01&end_date=2021-09-05&chart_id=viral_daily_us&track_id=07MDkzWARZaLEdKxo6yArG&isrc=QMJMT2002693,QZK6Q2168700&metrics=positions",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"spotify",
								"charts",
								"analytics"
							],
							"query": [
								{
									"key": "start_date",
									"value": "2021-09-01"
								},
								{
									"key": "end_date",
									"value": "2021-09-05"
								},
								{
									"key": "chart_id",
									"value": "viral_daily_us"
								},
								{
									"key": "track_id",
									"value": "07MDkzWARZaLEdKxo6yArG"
								},
								{
									"key": "isrc",
									"value": "QMJMT2002693,QZK6Q2168700"
								},
								{
									"key": "metrics",
									"value": "positions"
								}
							]
						}
					},
					"response": [
						{
							"name": "charts",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{proto}}{{hostname}}/v3/charts?dsp=spotify&limit=10",
									"host": [
										"{{proto}}{{hostname}}"
									],
									"path": [
										"v3",
										"charts"
									],
									"query": [
										{
											"key": "dsp",
											"value": "spotify"
										},
										{
											"key": "isrc",
											"value": "{{isrc1}}",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "10"
										},
										{
											"key": "country_code",
											"value": "worldwide",
											"disabled": true
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Server",
									"value": "gunicorn/20.0.4"
								},
								{
									"key": "Date",
									"value": "Mon, 13 Apr 2020 19:14:33 GMT"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "3493"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"count\": 10,\n    \"items\": [\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_af\",\n            \"country_code\": \"af\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Afghanistan\",\n            \"num_tracks\": 200,\n            \"rank\": 1,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ax\",\n            \"country_code\": \"ax\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Åland Islands\",\n            \"num_tracks\": 200,\n            \"rank\": 2,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_al\",\n            \"country_code\": \"al\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Albania\",\n            \"num_tracks\": 200,\n            \"rank\": 3,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_dz\",\n            \"country_code\": \"dz\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Algeria\",\n            \"num_tracks\": 200,\n            \"rank\": 4,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_as\",\n            \"country_code\": \"as\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 American Samoa\",\n            \"num_tracks\": 200,\n            \"rank\": 5,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ad\",\n            \"country_code\": \"ad\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Andorra\",\n            \"num_tracks\": 200,\n            \"rank\": 6,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ao\",\n            \"country_code\": \"ao\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Angola\",\n            \"num_tracks\": 200,\n            \"rank\": 7,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ai\",\n            \"country_code\": \"ai\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Anguilla\",\n            \"num_tracks\": 200,\n            \"rank\": 8,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_aq\",\n            \"country_code\": \"aq\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Antarctica\",\n            \"num_tracks\": 200,\n            \"rank\": 9,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ag\",\n            \"country_code\": \"ag\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Antigua and Barbuda\",\n            \"num_tracks\": 200,\n            \"rank\": 10,\n            \"uri\": null\n        }\n    ]\n}"
						}
					]
				},
				{
					"name": "spotify/charts/tracks",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/spotify/charts/tracks?chart_id=viral_daily_us&date=2021-09-30",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"spotify",
								"charts",
								"tracks"
							],
							"query": [
								{
									"key": "chart_id",
									"value": "viral_daily_us"
								},
								{
									"key": "date",
									"value": "2021-09-30"
								},
								{
									"key": "track_state_includes",
									"value": "licensors",
									"disabled": true
								},
								{
									"key": "track_id",
									"value": "00HtMpRg1Tu1CDFcMHn4DS",
									"disabled": true
								},
								{
									"key": "isrc",
									"value": "QMJMT2002693",
									"disabled": true
								},
								{
									"key": "min_position",
									"value": "",
									"disabled": true
								},
								{
									"key": "max_position",
									"value": "",
									"disabled": true
								},
								{
									"key": "metrics_dimension",
									"value": "isrc",
									"disabled": true
								}
							]
						}
					},
					"response": [
						{
							"name": "charts",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{proto}}{{hostname}}/v3/charts?dsp=spotify&limit=10",
									"host": [
										"{{proto}}{{hostname}}"
									],
									"path": [
										"v3",
										"charts"
									],
									"query": [
										{
											"key": "dsp",
											"value": "spotify"
										},
										{
											"key": "isrc",
											"value": "{{isrc1}}",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "10"
										},
										{
											"key": "country_code",
											"value": "worldwide",
											"disabled": true
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Server",
									"value": "gunicorn/20.0.4"
								},
								{
									"key": "Date",
									"value": "Mon, 13 Apr 2020 19:14:33 GMT"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "3493"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"count\": 10,\n    \"items\": [\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_af\",\n            \"country_code\": \"af\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Afghanistan\",\n            \"num_tracks\": 200,\n            \"rank\": 1,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ax\",\n            \"country_code\": \"ax\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Åland Islands\",\n            \"num_tracks\": 200,\n            \"rank\": 2,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_al\",\n            \"country_code\": \"al\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Albania\",\n            \"num_tracks\": 200,\n            \"rank\": 3,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_dz\",\n            \"country_code\": \"dz\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Algeria\",\n            \"num_tracks\": 200,\n            \"rank\": 4,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_as\",\n            \"country_code\": \"as\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 American Samoa\",\n            \"num_tracks\": 200,\n            \"rank\": 5,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ad\",\n            \"country_code\": \"ad\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Andorra\",\n            \"num_tracks\": 200,\n            \"rank\": 6,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ao\",\n            \"country_code\": \"ao\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Angola\",\n            \"num_tracks\": 200,\n            \"rank\": 7,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ai\",\n            \"country_code\": \"ai\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Anguilla\",\n            \"num_tracks\": 200,\n            \"rank\": 8,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_aq\",\n            \"country_code\": \"aq\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Antarctica\",\n            \"num_tracks\": 200,\n            \"rank\": 9,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ag\",\n            \"country_code\": \"ag\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Antigua and Barbuda\",\n            \"num_tracks\": 200,\n            \"rank\": 10,\n            \"uri\": null\n        }\n    ]\n}"
						}
					]
				},
				{
					"name": "spotify/charts/tracks/additions",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/spotify/charts/tracks/additions?chart_id=regional_weekly_us&date=2021-09-30&max_position=30&metrics_dimension=isrc",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"spotify",
								"charts",
								"tracks",
								"additions"
							],
							"query": [
								{
									"key": "chart_id",
									"value": "regional_weekly_us"
								},
								{
									"key": "date",
									"value": "2021-09-30"
								},
								{
									"key": "previous_date",
									"value": "2021-09-23",
									"disabled": true
								},
								{
									"key": "track_state_includes",
									"value": "metrics",
									"disabled": true
								},
								{
									"key": "min_position",
									"value": "10",
									"disabled": true
								},
								{
									"key": "max_position",
									"value": "30"
								},
								{
									"key": "metrics_dimension",
									"value": "isrc"
								}
							]
						}
					},
					"response": [
						{
							"name": "charts",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{proto}}{{hostname}}/v3/charts?dsp=spotify&limit=10",
									"host": [
										"{{proto}}{{hostname}}"
									],
									"path": [
										"v3",
										"charts"
									],
									"query": [
										{
											"key": "dsp",
											"value": "spotify"
										},
										{
											"key": "isrc",
											"value": "{{isrc1}}",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "10"
										},
										{
											"key": "country_code",
											"value": "worldwide",
											"disabled": true
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Server",
									"value": "gunicorn/20.0.4"
								},
								{
									"key": "Date",
									"value": "Mon, 13 Apr 2020 19:14:33 GMT"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "3493"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"count\": 10,\n    \"items\": [\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_af\",\n            \"country_code\": \"af\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Afghanistan\",\n            \"num_tracks\": 200,\n            \"rank\": 1,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ax\",\n            \"country_code\": \"ax\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Åland Islands\",\n            \"num_tracks\": 200,\n            \"rank\": 2,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_al\",\n            \"country_code\": \"al\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Albania\",\n            \"num_tracks\": 200,\n            \"rank\": 3,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_dz\",\n            \"country_code\": \"dz\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Algeria\",\n            \"num_tracks\": 200,\n            \"rank\": 4,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_as\",\n            \"country_code\": \"as\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 American Samoa\",\n            \"num_tracks\": 200,\n            \"rank\": 5,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ad\",\n            \"country_code\": \"ad\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Andorra\",\n            \"num_tracks\": 200,\n            \"rank\": 6,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ao\",\n            \"country_code\": \"ao\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Angola\",\n            \"num_tracks\": 200,\n            \"rank\": 7,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ai\",\n            \"country_code\": \"ai\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Anguilla\",\n            \"num_tracks\": 200,\n            \"rank\": 8,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_aq\",\n            \"country_code\": \"aq\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Antarctica\",\n            \"num_tracks\": 200,\n            \"rank\": 9,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ag\",\n            \"country_code\": \"ag\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Antigua and Barbuda\",\n            \"num_tracks\": 200,\n            \"rank\": 10,\n            \"uri\": null\n        }\n    ]\n}"
						}
					]
				},
				{
					"name": "spotify/charts/tracks/removals",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/spotify/charts/tracks/removals?chart_id=regional_daiy_us&date=2021-10-03&previous_date=2021-10-03",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"spotify",
								"charts",
								"tracks",
								"removals"
							],
							"query": [
								{
									"key": "chart_id",
									"value": "regional_daiy_us"
								},
								{
									"key": "date",
									"value": "2021-10-03"
								},
								{
									"key": "previous_date",
									"value": "2021-10-03"
								},
								{
									"key": "track_state_includes",
									"value": "lifetime_metrics",
									"disabled": true
								},
								{
									"key": "min_position",
									"value": "5",
									"disabled": true
								},
								{
									"key": "max_position",
									"value": "25",
									"disabled": true
								},
								{
									"key": "metrics_dimension",
									"value": "isrc",
									"disabled": true
								}
							]
						}
					},
					"response": [
						{
							"name": "charts",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{proto}}{{hostname}}/v3/charts?dsp=spotify&limit=10",
									"host": [
										"{{proto}}{{hostname}}"
									],
									"path": [
										"v3",
										"charts"
									],
									"query": [
										{
											"key": "dsp",
											"value": "spotify"
										},
										{
											"key": "isrc",
											"value": "{{isrc1}}",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "10"
										},
										{
											"key": "country_code",
											"value": "worldwide",
											"disabled": true
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Server",
									"value": "gunicorn/20.0.4"
								},
								{
									"key": "Date",
									"value": "Mon, 13 Apr 2020 19:14:33 GMT"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "3493"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"count\": 10,\n    \"items\": [\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_af\",\n            \"country_code\": \"af\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Afghanistan\",\n            \"num_tracks\": 200,\n            \"rank\": 1,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ax\",\n            \"country_code\": \"ax\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Åland Islands\",\n            \"num_tracks\": 200,\n            \"rank\": 2,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_al\",\n            \"country_code\": \"al\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Albania\",\n            \"num_tracks\": 200,\n            \"rank\": 3,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_dz\",\n            \"country_code\": \"dz\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Algeria\",\n            \"num_tracks\": 200,\n            \"rank\": 4,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_as\",\n            \"country_code\": \"as\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 American Samoa\",\n            \"num_tracks\": 200,\n            \"rank\": 5,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ad\",\n            \"country_code\": \"ad\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Andorra\",\n            \"num_tracks\": 200,\n            \"rank\": 6,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ao\",\n            \"country_code\": \"ao\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Angola\",\n            \"num_tracks\": 200,\n            \"rank\": 7,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ai\",\n            \"country_code\": \"ai\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Anguilla\",\n            \"num_tracks\": 200,\n            \"rank\": 8,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_aq\",\n            \"country_code\": \"aq\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Antarctica\",\n            \"num_tracks\": 200,\n            \"rank\": 9,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ag\",\n            \"country_code\": \"ag\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Antigua and Barbuda\",\n            \"num_tracks\": 200,\n            \"rank\": 10,\n            \"uri\": null\n        }\n    ]\n}"
						}
					]
				},
				{
					"name": "spotify/charts/data-health/status",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/spotify/charts/data-health/status?status=missing",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"spotify",
								"charts",
								"data-health",
								"status"
							],
							"query": [
								{
									"key": "status",
									"value": "missing"
								},
								{
									"key": "chart_breakdown",
									"value": "daily",
									"disabled": true
								},
								{
									"key": "chart_type",
									"value": "viral",
									"disabled": true
								},
								{
									"key": "country_code",
									"value": "ae",
									"disabled": true
								}
							]
						}
					},
					"response": [
						{
							"name": "charts",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{proto}}{{hostname}}/v3/charts?dsp=spotify&limit=10",
									"host": [
										"{{proto}}{{hostname}}"
									],
									"path": [
										"v3",
										"charts"
									],
									"query": [
										{
											"key": "dsp",
											"value": "spotify"
										},
										{
											"key": "isrc",
											"value": "{{isrc1}}",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "10"
										},
										{
											"key": "country_code",
											"value": "worldwide",
											"disabled": true
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Server",
									"value": "gunicorn/20.0.4"
								},
								{
									"key": "Date",
									"value": "Mon, 13 Apr 2020 19:14:33 GMT"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "3493"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"count\": 10,\n    \"items\": [\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_af\",\n            \"country_code\": \"af\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Afghanistan\",\n            \"num_tracks\": 200,\n            \"rank\": 1,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ax\",\n            \"country_code\": \"ax\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Åland Islands\",\n            \"num_tracks\": 200,\n            \"rank\": 2,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_al\",\n            \"country_code\": \"al\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Albania\",\n            \"num_tracks\": 200,\n            \"rank\": 3,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_dz\",\n            \"country_code\": \"dz\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Algeria\",\n            \"num_tracks\": 200,\n            \"rank\": 4,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_as\",\n            \"country_code\": \"as\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 American Samoa\",\n            \"num_tracks\": 200,\n            \"rank\": 5,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ad\",\n            \"country_code\": \"ad\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Andorra\",\n            \"num_tracks\": 200,\n            \"rank\": 6,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ao\",\n            \"country_code\": \"ao\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Angola\",\n            \"num_tracks\": 200,\n            \"rank\": 7,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ai\",\n            \"country_code\": \"ai\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Anguilla\",\n            \"num_tracks\": 200,\n            \"rank\": 8,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_aq\",\n            \"country_code\": \"aq\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Antarctica\",\n            \"num_tracks\": 200,\n            \"rank\": 9,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ag\",\n            \"country_code\": \"ag\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Antigua and Barbuda\",\n            \"num_tracks\": 200,\n            \"rank\": 10,\n            \"uri\": null\n        }\n    ]\n}"
						}
					]
				},
				{
					"name": "spotify/tracks/charts",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/spotify/tracks/charts?isrc=QMJMT2002693&chart_country_code=ua",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"spotify",
								"tracks",
								"charts"
							],
							"query": [
								{
									"key": "track_id",
									"value": "07MDkzWARZaLEdKxo6yArG",
									"disabled": true
								},
								{
									"key": "isrc",
									"value": "QMJMT2002693"
								},
								{
									"key": "date",
									"value": "2021-09-01",
									"disabled": true
								},
								{
									"key": "track_state_includes",
									"value": "metrics",
									"disabled": true
								},
								{
									"key": "chart_type",
									"value": "regional",
									"disabled": true
								},
								{
									"key": "chart_breakdown",
									"value": "daily",
									"disabled": true
								},
								{
									"key": "chart_country_code",
									"value": "ua"
								},
								{
									"key": "chart_min_rank",
									"value": "10",
									"disabled": true
								},
								{
									"key": "chart_max_rank",
									"value": "50",
									"disabled": true
								},
								{
									"key": "min_track_position",
									"value": "0",
									"disabled": true
								},
								{
									"key": "max_track_position",
									"value": "50",
									"disabled": true
								},
								{
									"key": "metrics_dimension",
									"value": "isrc",
									"disabled": true
								}
							]
						}
					},
					"response": [
						{
							"name": "charts",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{proto}}{{hostname}}/v3/charts?dsp=spotify&limit=10",
									"host": [
										"{{proto}}{{hostname}}"
									],
									"path": [
										"v3",
										"charts"
									],
									"query": [
										{
											"key": "dsp",
											"value": "spotify"
										},
										{
											"key": "isrc",
											"value": "{{isrc1}}",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "10"
										},
										{
											"key": "country_code",
											"value": "worldwide",
											"disabled": true
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Server",
									"value": "gunicorn/20.0.4"
								},
								{
									"key": "Date",
									"value": "Mon, 13 Apr 2020 19:14:33 GMT"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "3493"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"count\": 10,\n    \"items\": [\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_af\",\n            \"country_code\": \"af\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Afghanistan\",\n            \"num_tracks\": 200,\n            \"rank\": 1,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ax\",\n            \"country_code\": \"ax\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Åland Islands\",\n            \"num_tracks\": 200,\n            \"rank\": 2,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_al\",\n            \"country_code\": \"al\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Albania\",\n            \"num_tracks\": 200,\n            \"rank\": 3,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_dz\",\n            \"country_code\": \"dz\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Algeria\",\n            \"num_tracks\": 200,\n            \"rank\": 4,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_as\",\n            \"country_code\": \"as\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 American Samoa\",\n            \"num_tracks\": 200,\n            \"rank\": 5,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ad\",\n            \"country_code\": \"ad\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Andorra\",\n            \"num_tracks\": 200,\n            \"rank\": 6,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ao\",\n            \"country_code\": \"ao\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Angola\",\n            \"num_tracks\": 200,\n            \"rank\": 7,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ai\",\n            \"country_code\": \"ai\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Anguilla\",\n            \"num_tracks\": 200,\n            \"rank\": 8,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_aq\",\n            \"country_code\": \"aq\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Antarctica\",\n            \"num_tracks\": 200,\n            \"rank\": 9,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ag\",\n            \"country_code\": \"ag\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Antigua and Barbuda\",\n            \"num_tracks\": 200,\n            \"rank\": 10,\n            \"uri\": null\n        }\n    ]\n}"
						}
					]
				},
				{
					"name": "spotify/tracks/charts/lifetime",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/spotify/tracks/charts/lifetime?track_id=07MDkzWARZaLEdKxo6yArG",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"spotify",
								"tracks",
								"charts",
								"lifetime"
							],
							"query": [
								{
									"key": "track_id",
									"value": "07MDkzWARZaLEdKxo6yArG"
								},
								{
									"key": "isrc",
									"value": "QMJMT2002693",
									"disabled": true
								},
								{
									"key": "track_state_includes",
									"value": "metrics",
									"disabled": true
								},
								{
									"key": "metrics_dimension",
									"value": "isrc",
									"disabled": true
								},
								{
									"key": "chart_type",
									"value": "regional",
									"disabled": true
								},
								{
									"key": "chart_breakdown",
									"value": "daily",
									"disabled": true
								},
								{
									"key": "chart_country_code",
									"value": "ua",
									"disabled": true
								},
								{
									"key": "chart_min_rank",
									"value": "10",
									"disabled": true
								},
								{
									"key": "chart_max_rank",
									"value": "50",
									"disabled": true
								}
							]
						}
					},
					"response": [
						{
							"name": "charts",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{proto}}{{hostname}}/v3/charts?dsp=spotify&limit=10",
									"host": [
										"{{proto}}{{hostname}}"
									],
									"path": [
										"v3",
										"charts"
									],
									"query": [
										{
											"key": "dsp",
											"value": "spotify"
										},
										{
											"key": "isrc",
											"value": "{{isrc1}}",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "10"
										},
										{
											"key": "country_code",
											"value": "worldwide",
											"disabled": true
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Server",
									"value": "gunicorn/20.0.4"
								},
								{
									"key": "Date",
									"value": "Mon, 13 Apr 2020 19:14:33 GMT"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "3493"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"count\": 10,\n    \"items\": [\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_af\",\n            \"country_code\": \"af\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Afghanistan\",\n            \"num_tracks\": 200,\n            \"rank\": 1,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ax\",\n            \"country_code\": \"ax\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Ôö£├áland Islands\",\n            \"num_tracks\": 200,\n            \"rank\": 2,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_al\",\n            \"country_code\": \"al\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Albania\",\n            \"num_tracks\": 200,\n            \"rank\": 3,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_dz\",\n            \"country_code\": \"dz\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Algeria\",\n            \"num_tracks\": 200,\n            \"rank\": 4,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_as\",\n            \"country_code\": \"as\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 American Samoa\",\n            \"num_tracks\": 200,\n            \"rank\": 5,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ad\",\n            \"country_code\": \"ad\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Andorra\",\n            \"num_tracks\": 200,\n            \"rank\": 6,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ao\",\n            \"country_code\": \"ao\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Angola\",\n            \"num_tracks\": 200,\n            \"rank\": 7,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ai\",\n            \"country_code\": \"ai\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Anguilla\",\n            \"num_tracks\": 200,\n            \"rank\": 8,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_aq\",\n            \"country_code\": \"aq\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Antarctica\",\n            \"num_tracks\": 200,\n            \"rank\": 9,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ag\",\n            \"country_code\": \"ag\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Antigua and Barbuda\",\n            \"num_tracks\": 200,\n            \"rank\": 10,\n            \"uri\": null\n        }\n    ]\n}"
						}
					]
				},
				{
					"name": "spotify/tracks/charts/additions",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/spotify/tracks/charts/additions?isrc=QMJMT2002693&date=2021-09-01&previous_date=2021-08-21",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"spotify",
								"tracks",
								"charts",
								"additions"
							],
							"query": [
								{
									"key": "track_id",
									"value": "00HtMpRg1Tu1CDFcMHn4DS",
									"disabled": true
								},
								{
									"key": "isrc",
									"value": "QMJMT2002693"
								},
								{
									"key": "date",
									"value": "2021-09-01"
								},
								{
									"key": "previous_date",
									"value": "2021-08-21"
								},
								{
									"key": "track_state_includes",
									"value": "metrics",
									"disabled": true
								},
								{
									"key": "chart_type",
									"value": "regional",
									"disabled": true
								},
								{
									"key": "chart_breakdown",
									"value": "daily",
									"disabled": true
								},
								{
									"key": "chart_country_code",
									"value": "us",
									"disabled": true
								},
								{
									"key": "chart_min_rank",
									"value": "10",
									"disabled": true
								},
								{
									"key": "chart_max_rank",
									"value": "50",
									"disabled": true
								},
								{
									"key": "min_track_position",
									"value": "0",
									"disabled": true
								},
								{
									"key": "max_track_position",
									"value": " 50",
									"disabled": true
								},
								{
									"key": "metrics_dimension",
									"value": "isrc",
									"disabled": true
								}
							]
						}
					},
					"response": [
						{
							"name": "charts",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{proto}}{{hostname}}/v3/charts?dsp=spotify&limit=10",
									"host": [
										"{{proto}}{{hostname}}"
									],
									"path": [
										"v3",
										"charts"
									],
									"query": [
										{
											"key": "dsp",
											"value": "spotify"
										},
										{
											"key": "isrc",
											"value": "{{isrc1}}",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "10"
										},
										{
											"key": "country_code",
											"value": "worldwide",
											"disabled": true
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Server",
									"value": "gunicorn/20.0.4"
								},
								{
									"key": "Date",
									"value": "Mon, 13 Apr 2020 19:14:33 GMT"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "3493"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"count\": 10,\n    \"items\": [\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_af\",\n            \"country_code\": \"af\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Afghanistan\",\n            \"num_tracks\": 200,\n            \"rank\": 1,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ax\",\n            \"country_code\": \"ax\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Åland Islands\",\n            \"num_tracks\": 200,\n            \"rank\": 2,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_al\",\n            \"country_code\": \"al\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Albania\",\n            \"num_tracks\": 200,\n            \"rank\": 3,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_dz\",\n            \"country_code\": \"dz\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Algeria\",\n            \"num_tracks\": 200,\n            \"rank\": 4,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_as\",\n            \"country_code\": \"as\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 American Samoa\",\n            \"num_tracks\": 200,\n            \"rank\": 5,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ad\",\n            \"country_code\": \"ad\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Andorra\",\n            \"num_tracks\": 200,\n            \"rank\": 6,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ao\",\n            \"country_code\": \"ao\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Angola\",\n            \"num_tracks\": 200,\n            \"rank\": 7,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ai\",\n            \"country_code\": \"ai\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Anguilla\",\n            \"num_tracks\": 200,\n            \"rank\": 8,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_aq\",\n            \"country_code\": \"aq\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Antarctica\",\n            \"num_tracks\": 200,\n            \"rank\": 9,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ag\",\n            \"country_code\": \"ag\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Antigua and Barbuda\",\n            \"num_tracks\": 200,\n            \"rank\": 10,\n            \"uri\": null\n        }\n    ]\n}"
						}
					]
				},
				{
					"name": "spotify/tracks/charts/removals",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/spotify/tracks/charts/removals?isrc=QMJMT2002693&date=2021-09-01&previous_date=2021-08-21&metrics_dimension=isrc",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"spotify",
								"tracks",
								"charts",
								"removals"
							],
							"query": [
								{
									"key": "track_id",
									"value": "00HtMpRg1Tu1CDFcMHn4DS",
									"disabled": true
								},
								{
									"key": "isrc",
									"value": "QMJMT2002693"
								},
								{
									"key": "date",
									"value": "2021-09-01"
								},
								{
									"key": "previous_date",
									"value": "2021-08-21"
								},
								{
									"key": "track_state_includes",
									"value": "metrics",
									"disabled": true
								},
								{
									"key": "chart_type",
									"value": "regional",
									"disabled": true
								},
								{
									"key": "chart_breakdown",
									"value": "daily",
									"disabled": true
								},
								{
									"key": "chart_country_code",
									"value": "us",
									"disabled": true
								},
								{
									"key": "chart_min_rank",
									"value": "10",
									"disabled": true
								},
								{
									"key": "chart_max_rank",
									"value": "50",
									"disabled": true
								},
								{
									"key": "min_track_position",
									"value": "0",
									"disabled": true
								},
								{
									"key": "max_track_position",
									"value": " 50",
									"disabled": true
								},
								{
									"key": "metrics_dimension",
									"value": "isrc"
								}
							]
						}
					},
					"response": [
						{
							"name": "charts",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{proto}}{{hostname}}/v3/charts?dsp=spotify&limit=10",
									"host": [
										"{{proto}}{{hostname}}"
									],
									"path": [
										"v3",
										"charts"
									],
									"query": [
										{
											"key": "dsp",
											"value": "spotify"
										},
										{
											"key": "isrc",
											"value": "{{isrc1}}",
											"disabled": true
										},
										{
											"key": "limit",
											"value": "10"
										},
										{
											"key": "country_code",
											"value": "worldwide",
											"disabled": true
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Server",
									"value": "gunicorn/20.0.4"
								},
								{
									"key": "Date",
									"value": "Mon, 13 Apr 2020 19:14:33 GMT"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "3493"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"count\": 10,\n    \"items\": [\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_af\",\n            \"country_code\": \"af\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Afghanistan\",\n            \"num_tracks\": 200,\n            \"rank\": 1,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ax\",\n            \"country_code\": \"ax\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Åland Islands\",\n            \"num_tracks\": 200,\n            \"rank\": 2,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_al\",\n            \"country_code\": \"al\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Albania\",\n            \"num_tracks\": 200,\n            \"rank\": 3,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_dz\",\n            \"country_code\": \"dz\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Algeria\",\n            \"num_tracks\": 200,\n            \"rank\": 4,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_as\",\n            \"country_code\": \"as\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 American Samoa\",\n            \"num_tracks\": 200,\n            \"rank\": 5,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ad\",\n            \"country_code\": \"ad\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Andorra\",\n            \"num_tracks\": 200,\n            \"rank\": 6,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ao\",\n            \"country_code\": \"ao\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Angola\",\n            \"num_tracks\": 200,\n            \"rank\": 7,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ai\",\n            \"country_code\": \"ai\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Anguilla\",\n            \"num_tracks\": 200,\n            \"rank\": 8,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_aq\",\n            \"country_code\": \"aq\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Antarctica\",\n            \"num_tracks\": 200,\n            \"rank\": 9,\n            \"uri\": null\n        },\n        {\n            \"chart_group\": \"top200_weekly\",\n            \"chart_id\": \"spotify_top200_weekly_ag\",\n            \"country_code\": \"ag\",\n            \"dsp\": {\n                \"dsp_id\": \"spotify\",\n                \"name\": \"Spotify\",\n                \"slug\": \"spotify\"\n            },\n            \"name\": \"Spotify Top 200 Antigua and Barbuda\",\n            \"num_tracks\": 200,\n            \"rank\": 10,\n            \"uri\": null\n        }\n    ]\n}"
						}
					]
				},
				{
					"name": "stream-dates",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									"pm.test(\"Response time is less than 1000ms\", function () {",
									"",
									"pm.expect(pm.response.responseTime).to.be.below(1000);",
									"",
									"});"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/stream-dates/?isrc=QMPU51503160",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"stream-dates",
								""
							],
							"query": [
								{
									"key": "dsp",
									"value": "amazon",
									"disabled": true
								},
								{
									"key": "isrc",
									"value": "USSM12000925",
									"disabled": true
								},
								{
									"key": "isrc",
									"value": "GBN9Y1100099",
									"disabled": true
								},
								{
									"key": "isrc",
									"value": "QMPU51503160"
								},
								{
									"key": "limit",
									"value": "10",
									"disabled": true
								},
								{
									"key": "offset",
									"value": "10",
									"disabled": true
								},
								{
									"key": "sort_by",
									"value": "streams",
									"disabled": true
								},
								{
									"key": "sort_order",
									"value": "desc",
									"disabled": true
								}
							]
						}
					},
					"response": [
						{
							"name": "track-positions/playlists",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{proto}}{{hostname}}/v3/track-positions/playlists?start_date={{start_date}}&end_date={{end_date}}&dsp=spotify&isrc={{isrc_charris}}&include=playlists&limit=2",
									"host": [
										"{{proto}}{{hostname}}"
									],
									"path": [
										"v3",
										"track-positions",
										"playlists"
									],
									"query": [
										{
											"key": "start_date",
											"value": "{{start_date}}"
										},
										{
											"key": "end_date",
											"value": "{{end_date}}"
										},
										{
											"key": "dsp",
											"value": "spotify"
										},
										{
											"key": "playlist_id",
											"value": "{{playlist_id_spotify}}",
											"disabled": true
										},
										{
											"key": "artist_id",
											"value": "{{artist_id_charris}}",
											"disabled": true
										},
										{
											"key": "isrc",
											"value": "{{isrc_charris}}"
										},
										{
											"key": "include",
											"value": "playlists"
										},
										{
											"key": "limit",
											"value": "2"
										},
										{
											"key": "offset",
											"value": "0",
											"disabled": true
										},
										{
											"key": "sort_by",
											"value": "playlist",
											"disabled": true
										},
										{
											"key": "sort_order",
											"value": "desc",
											"disabled": true
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Mon, 13 Apr 2020 21:08:50 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "1959"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Server",
									"value": "gunicorn/20.0.4"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"count\": 2,\n    \"items\": [\n        {\n            \"current\": 95,\n            \"date\": \"2020-04-15\",\n            \"enter_date\": null,\n            \"exit_date\": null,\n            \"isrc\": \"USUS11100502\",\n            \"num_weeks_on\": 15,\n            \"playlist\": {\n                \"country_code\": null,\n                \"dsp\": {\n                    \"dsp_id\": \"spotify\",\n                    \"name\": \"Spotify\",\n                    \"slug\": \"spotify\"\n                },\n                \"dsp_playlist_id\": \"02C8uKtc6CoBpD0IdqOZdT\",\n                \"image\": {\n                    \"height\": null,\n                    \"uri\": \"https://qa-images-api.atlas.stream/playlists/by_spotify_id/02C8uKtc6CoBpD0IdqOZdT\",\n                    \"width\": null\n                },\n                \"name\": \"Top Rock Music 2020 - Best Rock Hits Playlist (Alternative Rock, Metal, Hard Rock Songs 2020)\",\n                \"num_tracks\": 99,\n                \"playlist_id\": \"spotify_02C8uKtc6CoBpD0IdqOZdT\",\n                \"rank\": null,\n                \"uri\": \"spotify:playlist:02C8uKtc6CoBpD0IdqOZdT\"\n            },\n            \"playlist_id\": \"spotify_02C8uKtc6CoBpD0IdqOZdT\",\n            \"previous\": 94,\n            \"top\": 94,\n            \"track_id\": null\n        },\n        {\n            \"current\": 172,\n            \"date\": \"2020-04-15\",\n            \"enter_date\": null,\n            \"exit_date\": null,\n            \"isrc\": \"USUS11100502\",\n            \"num_weeks_on\": 13,\n            \"playlist\": {\n                \"country_code\": null,\n                \"dsp\": {\n                    \"dsp_id\": \"spotify\",\n                    \"name\": \"Spotify\",\n                    \"slug\": \"spotify\"\n                },\n                \"dsp_playlist_id\": \"02Dyt0c8CktnqyBiVsZpJX\",\n                \"image\": {\n                    \"height\": null,\n                    \"uri\": \"https://qa-images-api.atlas.stream/playlists/by_spotify_id/02Dyt0c8CktnqyBiVsZpJX\",\n                    \"width\": null\n                },\n                \"name\": \"Your top songs 2015 - 2020\",\n                \"num_tracks\": 266,\n                \"playlist_id\": \"spotify_02Dyt0c8CktnqyBiVsZpJX\",\n                \"rank\": null,\n                \"uri\": \"spotify:playlist:02Dyt0c8CktnqyBiVsZpJX\"\n            },\n            \"playlist_id\": \"spotify_02Dyt0c8CktnqyBiVsZpJX\",\n            \"previous\": 169,\n            \"top\": 169,\n            \"track_id\": null\n        }\n    ]\n}"
						}
					]
				},
				{
					"name": "status/data",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/status/data",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"status",
								"data"
							]
						}
					},
					"response": [
						{
							"name": "status/data",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{proto}}{{hostname}}/v3/status/data",
									"host": [
										"{{proto}}{{hostname}}"
									],
									"path": [
										"v3",
										"status",
										"data"
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Mon, 13 Apr 2020 21:00:48 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "339"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Server",
									"value": "gunicorn/20.0.4"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"count\": 4,\n    \"items\": [\n        {\n            \"dsp_id\": \"amazon\",\n            \"updated_date\": \"2020-04-12\"\n        },\n        {\n            \"dsp_id\": \"apple\",\n            \"updated_date\": \"2020-04-07\"\n        },\n        {\n            \"dsp_id\": \"spotify\",\n            \"updated_date\": \"2020-04-10\"\n        },\n        {\n            \"dsp_id\": \"youtube\",\n            \"updated_date\": \"2020-04-07\"\n        }\n    ]\n}"
						}
					]
				},
				{
					"name": "streams",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									"pm.test(\"Response time is less than 1000ms\", function () {",
									"",
									"pm.expect(pm.response.responseTime).to.be.below(1000);",
									"",
									"});"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Client-Service",
								"value": "ManualTesting",
								"type": "text"
							},
							{
								"key": "Client-Environment",
								"value": "PROD",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/streams?start_date=2021-06-01&end_date=2021-06-29&artist_id=GRAS_348494&agg_by=isrc&sort_by=streams&sort_order=desc&limit=50",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"streams"
							],
							"query": [
								{
									"key": "start_date",
									"value": "2021-06-01"
								},
								{
									"key": "end_date",
									"value": "2021-06-29",
									"description": "GRAS_1241815"
								},
								{
									"key": "artist_id",
									"value": "GRAS_348494",
									"description": "apple_pl.f4d106fed2bd41149aaacabb233eb5eb"
								},
								{
									"key": "playlist_id",
									"value": "apple_pl.ff6b7bc129974cf78b7fd72c22caa46c",
									"description": "apple_985500514, amazon_A3T0EGWSD7I0PD",
									"disabled": true
								},
								{
									"key": "track_id",
									"value": "GRAS_A10328E0001758471D",
									"description": "spotify_37i9dQZF1DXbYM3nMM0oPk",
									"disabled": true
								},
								{
									"key": "isrc",
									"value": "USSM20600196",
									"description": "amazon_B01M11SBC8-B08B3HQNWG",
									"disabled": true
								},
								{
									"key": "isrc",
									"value": "USSM11806680",
									"description": "apple_686227433",
									"disabled": true
								},
								{
									"key": "dsp",
									"value": "apple",
									"disabled": true
								},
								{
									"key": "country_code",
									"value": "us",
									"description": "artist--doesn't work",
									"disabled": true
								},
								{
									"key": "include",
									"value": "demographics",
									"disabled": true
								},
								{
									"key": "include",
									"value": "saves",
									"disabled": true
								},
								{
									"key": "include",
									"value": "all",
									"disabled": true
								},
								{
									"key": "include",
									"value": "dsp_streams_info",
									"description": "GBN9Y1100088",
									"disabled": true
								},
								{
									"key": "subset",
									"value": "playlists",
									"description": "apple_1003300749",
									"disabled": true
								},
								{
									"key": "agg_by",
									"value": "isrc",
									"description": "GBN9Y1100099"
								},
								{
									"key": "group_by",
									"value": "date",
									"disabled": true
								},
								{
									"key": "group_by",
									"value": "sub_dsp",
									"description": "apple_pl.20c9a597a72d461991496b962dde10a7",
									"disabled": true
								},
								{
									"key": "sort_by",
									"value": "streams"
								},
								{
									"key": "sort_order",
									"value": "desc"
								},
								{
									"key": "limit",
									"value": "50"
								},
								{
									"key": "cursor",
									"value": "date:2020-07-31",
									"disabled": true
								},
								{
									"key": "limit_range",
									"value": "days:2",
									"disabled": true
								},
								{
									"key": "isrc",
									"value": "USQX91802241",
									"disabled": true
								},
								{
									"key": "isrc",
									"value": "USQX91901111",
									"disabled": true
								}
							]
						}
					},
					"response": [
						{
							"name": "streams",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{proto}}{{hostname}}/v3/streams?start_date={{start_date}}&end_date={{end_date}}&country_code=worldwide&include=demographics&dsp=apple&dsp=spotify&agg_by=isrc&isrc={{isrc5}}&isrc={{isrc6}}&isrc={{isrc7}}&group_by=date&sort_by=streams&sort_order=desc&limit=10",
									"host": [
										"{{proto}}{{hostname}}"
									],
									"path": [
										"v3",
										"streams"
									],
									"query": [
										{
											"key": "start_date",
											"value": "{{start_date}}"
										},
										{
											"key": "end_date",
											"value": "{{end_date}}"
										},
										{
											"key": "country_code",
											"value": "worldwide"
										},
										{
											"key": "artist_id",
											"value": "{{artist_id_charris}}",
											"disabled": true
										},
										{
											"key": "track_id",
											"value": "{{track_id_crazy_train}}",
											"disabled": true
										},
										{
											"key": "isrc",
											"value": "{{isrc_charris}}",
											"disabled": true
										},
										{
											"key": "playlist_id",
											"value": "{{playlist_id_spotify}}",
											"disabled": true
										},
										{
											"key": "include",
											"value": "demographics"
										},
										{
											"key": "dsp",
											"value": "apple"
										},
										{
											"key": "dsp",
											"value": "spotify"
										},
										{
											"key": "agg_by",
											"value": "isrc"
										},
										{
											"key": "isrc",
											"value": "{{isrc5}}"
										},
										{
											"key": "isrc",
											"value": "{{isrc6}}"
										},
										{
											"key": "isrc",
											"value": "{{isrc7}}"
										},
										{
											"key": "group_by",
											"value": "date"
										},
										{
											"key": "sort_by",
											"value": "streams"
										},
										{
											"key": "sort_order",
											"value": "desc"
										},
										{
											"key": "limit",
											"value": "10"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Mon, 13 Apr 2020 21:04:31 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "38552"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Server",
									"value": "gunicorn/20.0.4"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"count\": 10,\n    \"items\": [\n        {\n            \"apple_age_bands\": {\n                \"all_18_24\": 3811712,\n                \"all_25_34\": 3712696,\n                \"all_35_44\": 2551656,\n                \"all_45_54\": 2965843,\n                \"all_55_64\": 4303079,\n                \"all_65_plus\": 5650375,\n                \"all_unknown\": 6436079,\n                \"female_18_24\": 2001056,\n                \"female_25_34\": 2073779,\n                \"female_35_44\": 1637424,\n                \"female_45_54\": 1815051,\n                \"female_55_64\": 3293000,\n                \"female_65_plus\": 3320961,\n                \"female_unknown\": 3614204,\n                \"male_18_24\": 1655541,\n                \"male_25_34\": 1480700,\n                \"male_35_44\": 752851,\n                \"male_45_54\": 986184,\n                \"male_55_64\": 842179,\n                \"male_65_plus\": 2158156,\n                \"male_unknown\": 2821875,\n                \"unknown_18_24\": 155115,\n                \"unknown_25_34\": 158217,\n                \"unknown_35_44\": 161381,\n                \"unknown_45_54\": 164608,\n                \"unknown_55_64\": 167900,\n                \"unknown_65_plus\": 171258,\n                \"unknown_unknown\": 174683\n            },\n            \"artist_id\": null,\n            \"chart_id\": null,\n            \"country_code\": \"worldwide\",\n            \"date\": \"2020-04-09\",\n            \"dsp\": \"spotify\",\n            \"genders\": {\n                \"female\": 10469875,\n                \"male\": 15774939,\n                \"neutral\": 89085,\n                \"unknown\": 239793\n            },\n            \"isrc\": \"USQX91901111\",\n            \"playlist_id\": null,\n            \"spotify_age_bands\": {\n                \"all_0_17\": 6098253,\n                \"all_18_22\": 12067927,\n                \"all_23_27\": 14212847,\n                \"all_28_34\": 11250825,\n                \"all_35_44\": 15856474,\n                \"all_45_59\": 11038745,\n                \"all_60_150\": 13650951,\n                \"all_unknown\": 15514769,\n                \"female_0_17\": 2401904,\n                \"female_18_22\": 3703011,\n                \"female_23_27\": 6835200,\n                \"female_28_34\": 2516211,\n                \"female_35_44\": 6583164,\n                \"female_45_59\": 6928289,\n                \"female_60_150\": 8132696,\n                \"female_unknown\": 7947225,\n                \"male_0_17\": 3440616,\n                \"male_18_22\": 8104069,\n                \"male_23_27\": 7111584,\n                \"male_28_34\": 8463231,\n                \"male_35_44\": 8996500,\n                \"male_45_59\": 3828111,\n                \"male_60_150\": 5230264,\n                \"male_unknown\": 7478459,\n                \"neutral_0_17\": 77557,\n                \"neutral_18_22\": 79108,\n                \"neutral_23_27\": 80690,\n                \"neutral_28_34\": 82303,\n                \"neutral_35_44\": 83949,\n                \"neutral_45_59\": 85627,\n                \"neutral_60_150\": 87339,\n                \"neutral_unknown\": 89085,\n                \"unknown_0_17\": 178176,\n                \"unknown_18_22\": 181739,\n                \"unknown_23_27\": 185373,\n                \"unknown_28_34\": 189080,\n                \"unknown_35_44\": 192861,\n                \"unknown_45_59\": 196718,\n                \"unknown_60_150\": 200652,\n                \"unknown_unknown\": 204665\n            },\n            \"streams\": 337143937,\n            \"track_id\": null,\n            \"youtube_age_bands\": {\n                \"all_0_18\": 24355218,\n                \"all_18_24\": 22300823,\n                \"all_25_34\": 23399335,\n                \"all_35_44\": 29596606,\n                \"all_45_54\": 23032268,\n                \"all_55_64\": 31653203,\n                \"all_65_plus\": 26352812,\n                \"all_unknown\": 26244814,\n                \"female_0_18\": 12192804,\n                \"female_18_24\": 15500511,\n                \"female_25_34\": 7827200,\n                \"female_35_44\": 11879541,\n                \"female_45_54\": 5192404,\n                \"female_55_64\": 14425649,\n                \"female_65_plus\": 11261376,\n                \"female_unknown\": 10469875,\n                \"male_0_18\": 11953656,\n                \"male_18_24\": 6587379,\n                \"male_25_34\": 15354944,\n                \"male_35_44\": 17495531,\n                \"male_45_54\": 17613900,\n                \"male_55_64\": 16997071,\n                \"male_65_plus\": 14856344,\n                \"male_unknown\": 15774939,\n                \"unknown_0_18\": 208758,\n                \"unknown_18_24\": 212933,\n                \"unknown_25_34\": 217191,\n                \"unknown_35_44\": 221534,\n                \"unknown_45_54\": 225964,\n                \"unknown_55_64\": 230483,\n                \"unknown_65_plus\": 235092,\n                \"unknown_unknown\": 239793\n            }\n        },\n        {\n            \"apple_age_bands\": {\n                \"all_18_24\": 3194055,\n                \"all_25_34\": 2512516,\n                \"all_35_44\": 3845573,\n                \"all_45_54\": 4421986,\n                \"all_55_64\": 4791507,\n                \"all_65_plus\": 4066057,\n                \"all_unknown\": 6386049,\n                \"female_18_24\": 1692576,\n                \"female_25_34\": 1561059,\n                \"female_35_44\": 1645704,\n                \"female_45_54\": 3136501,\n                \"female_55_64\": 3684400,\n                \"female_65_plus\": 2339001,\n                \"female_unknown\": 4340424,\n                \"male_18_24\": 1396521,\n                \"male_25_34\": 844400,\n                \"male_35_44\": 2090671,\n                \"male_45_54\": 1174104,\n                \"male_55_64\": 993499,\n                \"male_65_plus\": 1611176,\n                \"male_unknown\": 2045625,\n                \"unknown_18_24\": 104958,\n                \"unknown_25_34\": 107057,\n                \"unknown_35_44\": 109198,\n                \"unknown_45_54\": 111381,\n                \"unknown_55_64\": 113608,\n                \"unknown_65_plus\": 115880,\n                \"unknown_unknown\": 118197\n            },\n            \"artist_id\": null,\n            \"chart_id\": null,\n            \"country_code\": \"worldwide\",\n            \"date\": \"2020-04-10\",\n            \"dsp\": \"apple\",\n            \"genders\": {\n                \"female\": 16408825,\n                \"male\": 9711339,\n                \"neutral\": 60277,\n                \"unknown\": 162250\n            },\n            \"isrc\": \"NLB637410000\",\n            \"playlist_id\": null,\n            \"spotify_age_bands\": {\n                \"all_0_17\": 11869879,\n                \"all_18_22\": 17154949,\n                \"all_23_27\": 13342892,\n                \"all_28_34\": 7769189,\n                \"all_35_44\": 16662662,\n                \"all_45_59\": 11589863,\n                \"all_60_150\": 14307103,\n                \"all_unknown\": 12494621,\n                \"female_0_17\": 5909304,\n                \"female_18_22\": 7653321,\n                \"female_23_27\": 6312400,\n                \"female_28_34\": 4189421,\n                \"female_35_44\": 7301364,\n                \"female_45_59\": 7482989,\n                \"female_60_150\": 6419776,\n                \"female_unknown\": 6987375,\n                \"male_0_17\": 5787536,\n                \"male_18_22\": 9325129,\n                \"male_23_27\": 6850464,\n                \"male_28_34\": 3396141,\n                \"male_35_44\": 9174000,\n                \"male_45_59\": 3915831,\n                \"male_60_150\": 7692464,\n                \"male_unknown\": 5446969,\n                \"neutral_0_17\": 52479,\n                \"neutral_18_22\": 53528,\n                \"neutral_23_27\": 54598,\n                \"neutral_28_34\": 55689,\n                \"neutral_35_44\": 56802,\n                \"neutral_45_59\": 57938,\n                \"neutral_60_150\": 59096,\n                \"neutral_unknown\": 60277,\n                \"unknown_0_17\": 120560,\n                \"unknown_18_22\": 122971,\n                \"unknown_23_27\": 125430,\n                \"unknown_28_34\": 127938,\n                \"unknown_35_44\": 130496,\n                \"unknown_45_59\": 133105,\n                \"unknown_60_150\": 135767,\n                \"unknown_unknown\": 138482\n            },\n            \"streams\": 329054778,\n            \"track_id\": null,\n            \"youtube_age_bands\": {\n                \"all_0_18\": 28396611,\n                \"all_18_24\": 28077656,\n                \"all_25_34\": 15701181,\n                \"all_35_44\": 17530898,\n                \"all_45_54\": 28848577,\n                \"all_55_64\": 25138100,\n                \"all_65_plus\": 24036989,\n                \"all_unknown\": 26120164,\n                \"female_0_18\": 14751984,\n                \"female_18_24\": 14330521,\n                \"female_25_34\": 5496000,\n                \"female_35_44\": 11424321,\n                \"female_45_54\": 12694584,\n                \"female_55_64\": 10824279,\n                \"female_65_plus\": 12165216,\n                \"female_unknown\": 16408825,\n                \"male_0_18\": 13503376,\n                \"male_18_24\": 13603059,\n                \"male_25_34\": 10058224,\n                \"male_35_44\": 5956681,\n                \"male_45_54\": 16001100,\n                \"male_55_64\": 14157871,\n                \"male_65_plus\": 11712704,\n                \"male_unknown\": 9711339,\n                \"unknown_0_18\": 141251,\n                \"unknown_18_24\": 144076,\n                \"unknown_25_34\": 146957,\n                \"unknown_35_44\": 149896,\n                \"unknown_45_54\": 152893,\n                \"unknown_55_64\": 155950,\n                \"unknown_65_plus\": 159069,\n                \"unknown_unknown\": 162250\n            }\n        },\n        {\n            \"apple_age_bands\": {\n                \"all_18_24\": 2163740,\n                \"all_25_34\": 4352572,\n                \"all_35_44\": 2750745,\n                \"all_45_54\": 4347170,\n                \"all_55_64\": 4464988,\n                \"all_65_plus\": 5445169,\n                \"all_unknown\": 5488669,\n                \"female_18_24\": 1447936,\n                \"female_25_34\": 2931089,\n                \"female_35_44\": 1722564,\n                \"female_45_54\": 2148501,\n                \"female_55_64\": 2349000,\n                \"female_65_plus\": 2575671,\n                \"female_unknown\": 3142744,\n                \"male_18_24\": 598761,\n                \"male_25_34\": 1302100,\n                \"male_35_44\": 906411,\n                \"male_45_54\": 2074464,\n                \"male_55_64\": 1989299,\n                \"male_65_plus\": 2740276,\n                \"male_unknown\": 2345925,\n                \"unknown_18_24\": 117043,\n                \"unknown_25_34\": 119383,\n                \"unknown_35_44\": 121770,\n                \"unknown_45_54\": 124205,\n                \"unknown_55_64\": 126689,\n                \"unknown_65_plus\": 129222,\n                \"unknown_unknown\": 131806\n            },\n            \"artist_id\": null,\n            \"chart_id\": null,\n            \"country_code\": \"worldwide\",\n            \"date\": \"2020-04-07\",\n            \"dsp\": \"spotify\",\n            \"genders\": {\n                \"female\": 16391825,\n                \"male\": 9580209,\n                \"neutral\": 67219,\n                \"unknown\": 180933\n            },\n            \"isrc\": \"USQX91901111\",\n            \"playlist_id\": null,\n            \"spotify_age_bands\": {\n                \"all_0_17\": 8175843,\n                \"all_18_22\": 10905371,\n                \"all_23_27\": 10776260,\n                \"all_28_34\": 13567522,\n                \"all_35_44\": 12652249,\n                \"all_45_59\": 17545821,\n                \"all_60_150\": 14308381,\n                \"all_unknown\": 16182233,\n                \"female_0_17\": 2867404,\n                \"female_18_22\": 4615611,\n                \"female_23_27\": 7006800,\n                \"female_28_34\": 4352191,\n                \"female_35_44\": 6348384,\n                \"female_45_59\": 8274619,\n                \"female_60_150\": 7860336,\n                \"female_unknown\": 7984125,\n                \"male_0_17\": 5115476,\n                \"male_18_22\": 6092939,\n                \"male_23_27\": 3568704,\n                \"male_28_34\": 9010561,\n                \"male_35_44\": 6095000,\n                \"male_45_59\": 9058161,\n                \"male_60_150\": 6230744,\n                \"male_unknown\": 8130889,\n                \"neutral_0_17\": 58521,\n                \"neutral_18_22\": 59691,\n                \"neutral_23_27\": 60884,\n                \"neutral_28_34\": 62101,\n                \"neutral_35_44\": 63343,\n                \"neutral_45_59\": 64609,\n                \"neutral_60_150\": 65901,\n                \"neutral_unknown\": 67219,\n                \"unknown_0_17\": 134442,\n                \"unknown_18_22\": 137130,\n                \"unknown_23_27\": 139872,\n                \"unknown_28_34\": 142669,\n                \"unknown_35_44\": 145522,\n                \"unknown_45_59\": 148432,\n                \"unknown_60_150\": 151400,\n                \"unknown_unknown\": 154428\n            },\n            \"streams\": 328343915,\n            \"track_id\": null,\n            \"youtube_age_bands\": {\n                \"all_0_18\": 24802896,\n                \"all_18_24\": 22932686,\n                \"all_25_34\": 20266743,\n                \"all_35_44\": 30125768,\n                \"all_45_54\": 26760183,\n                \"all_55_64\": 26003688,\n                \"all_65_plus\": 17576706,\n                \"all_unknown\": 25972034,\n                \"female_0_18\": 14019564,\n                \"female_18_24\": 13169221,\n                \"female_25_34\": 13012000,\n                \"female_35_44\": 12837771,\n                \"female_45_54\": 12399384,\n                \"female_55_64\": 8384079,\n                \"female_65_plus\": 5818176,\n                \"female_unknown\": 16391825,\n                \"male_0_18\": 10625816,\n                \"male_18_24\": 9602799,\n                \"male_25_34\": 7090864,\n                \"male_35_44\": 17120841,\n                \"male_45_54\": 14190300,\n                \"male_55_64\": 17445701,\n                \"male_65_plus\": 11581144,\n                \"male_unknown\": 9580209,\n                \"unknown_0_18\": 157516,\n                \"unknown_18_24\": 160666,\n                \"unknown_25_34\": 163879,\n                \"unknown_35_44\": 167156,\n                \"unknown_45_54\": 170499,\n                \"unknown_55_64\": 173908,\n                \"unknown_65_plus\": 177386,\n                \"unknown_unknown\": 180933\n            }\n        },\n        {\n            \"apple_age_bands\": {\n                \"all_18_24\": 3847214,\n                \"all_25_34\": 3106480,\n                \"all_35_44\": 2860400,\n                \"all_45_54\": 4601025,\n                \"all_55_64\": 3297787,\n                \"all_65_plus\": 3919216,\n                \"all_unknown\": 6261349,\n                \"female_18_24\": 2785696,\n                \"female_25_34\": 2052359,\n                \"female_35_44\": 1780524,\n                \"female_45_54\": 2850361,\n                \"female_55_64\": 2122200,\n                \"female_65_plus\": 2162391,\n                \"female_unknown\": 4022524,\n                \"male_18_24\": 935811,\n                \"male_25_34\": 925900,\n                \"male_35_44\": 949091,\n                \"male_45_54\": 1617264,\n                \"male_55_64\": 1039519,\n                \"male_65_plus\": 1618036,\n                \"male_unknown\": 2238825,\n                \"unknown_18_24\": 125707,\n                \"unknown_25_34\": 128221,\n                \"unknown_35_44\": 130785,\n                \"unknown_45_54\": 133400,\n                \"unknown_55_64\": 136068,\n                \"unknown_65_plus\": 138789,\n                \"unknown_unknown\": 141564\n            },\n            \"artist_id\": null,\n            \"chart_id\": null,\n            \"country_code\": \"worldwide\",\n            \"date\": \"2020-04-14\",\n            \"dsp\": \"spotify\",\n            \"genders\": {\n                \"female\": 12720675,\n                \"male\": 15022569,\n                \"neutral\": 72194,\n                \"unknown\": 194328\n            },\n            \"isrc\": \"USQX91901111\",\n            \"playlist_id\": null,\n            \"spotify_age_bands\": {\n                \"all_0_17\": 11517428,\n                \"all_18_22\": 11339832,\n                \"all_23_27\": 9352003,\n                \"all_28_34\": 10966882,\n                \"all_35_44\": 12676211,\n                \"all_45_59\": 11891622,\n                \"all_60_150\": 14071907,\n                \"all_unknown\": 11811078,\n                \"female_0_17\": 4077324,\n                \"female_18_22\": 6828081,\n                \"female_23_27\": 4504000,\n                \"female_28_34\": 5272231,\n                \"female_35_44\": 4437384,\n                \"female_45_59\": 3336499,\n                \"female_60_150\": 8665976,\n                \"female_unknown\": 3929175,\n                \"male_0_17\": 7232856,\n                \"male_18_22\": 4300359,\n                \"male_23_27\": 4632384,\n                \"male_28_34\": 5474721,\n                \"male_35_44\": 8014500,\n                \"male_45_59\": 8326311,\n                \"male_60_150\": 5172544,\n                \"male_unknown\": 7809709,\n                \"neutral_0_17\": 62853,\n                \"neutral_18_22\": 64110,\n                \"neutral_23_27\": 65392,\n                \"neutral_28_34\": 66699,\n                \"neutral_35_44\": 68032,\n                \"neutral_45_59\": 69392,\n                \"neutral_60_150\": 70779,\n                \"neutral_unknown\": 72194,\n                \"unknown_0_17\": 144395,\n                \"unknown_18_22\": 147282,\n                \"unknown_23_27\": 150227,\n                \"unknown_28_34\": 153231,\n                \"unknown_35_44\": 156295,\n                \"unknown_45_59\": 159420,\n                \"unknown_60_150\": 162608,\n                \"unknown_unknown\": 165860\n            },\n            \"streams\": 328054376,\n            \"track_id\": null,\n            \"youtube_age_bands\": {\n                \"all_0_18\": 31707677,\n                \"all_18_24\": 25927900,\n                \"all_25_34\": 19502795,\n                \"all_35_44\": 28307303,\n                \"all_45_54\": 20998065,\n                \"all_55_64\": 21580053,\n                \"all_65_plus\": 29869598,\n                \"all_unknown\": 27743244,\n                \"female_0_18\": 14562444,\n                \"female_18_24\": 10066891,\n                \"female_25_34\": 10503200,\n                \"female_35_44\": 12451401,\n                \"female_45_54\": 9663044,\n                \"female_55_64\": 9085429,\n                \"female_65_plus\": 15946056,\n                \"female_unknown\": 12720675,\n                \"male_0_18\": 16976056,\n                \"male_18_24\": 15688449,\n                \"male_25_34\": 8823584,\n                \"male_35_44\": 15676371,\n                \"male_45_54\": 11151900,\n                \"male_55_64\": 12307841,\n                \"male_65_plus\": 13733024,\n                \"male_unknown\": 15022569,\n                \"unknown_0_18\": 169177,\n                \"unknown_18_24\": 172560,\n                \"unknown_25_34\": 176011,\n                \"unknown_35_44\": 179531,\n                \"unknown_45_54\": 183121,\n                \"unknown_55_64\": 186783,\n                \"unknown_65_plus\": 190518,\n                \"unknown_unknown\": 194328\n            }\n        },\n        {\n            \"apple_age_bands\": {\n                \"all_18_24\": 4253720,\n                \"all_25_34\": 4773470,\n                \"all_35_44\": 3380203,\n                \"all_45_54\": 2496280,\n                \"all_55_64\": 4656562,\n                \"all_65_plus\": 4494690,\n                \"all_unknown\": 2890119,\n                \"female_18_24\": 2953216,\n                \"female_25_34\": 2932109,\n                \"female_35_44\": 1216404,\n                \"female_45_54\": 1544111,\n                \"female_55_64\": 2099000,\n                \"female_65_plus\": 2360421,\n                \"female_unknown\": 1820544,\n                \"male_18_24\": 1178091,\n                \"male_25_34\": 1716500,\n                \"male_35_44\": 2036441,\n                \"male_45_54\": 822264,\n                \"male_55_64\": 2425059,\n                \"male_65_plus\": 1999116,\n                \"male_unknown\": 1069575,\n                \"unknown_18_24\": 122413,\n                \"unknown_25_34\": 124861,\n                \"unknown_35_44\": 127358,\n                \"unknown_45_54\": 129905,\n                \"unknown_55_64\": 132503,\n                \"unknown_65_plus\": 135153,\n                \"unknown_unknown\": 137856\n            },\n            \"artist_id\": null,\n            \"chart_id\": null,\n            \"country_code\": \"worldwide\",\n            \"date\": \"2020-04-07\",\n            \"dsp\": \"apple\",\n            \"genders\": {\n                \"female\": 16555875,\n                \"male\": 15779589,\n                \"neutral\": 70304,\n                \"unknown\": 189238\n            },\n            \"isrc\": \"USQX91901111\",\n            \"playlist_id\": null,\n            \"spotify_age_bands\": {\n                \"all_0_17\": 12377359,\n                \"all_18_22\": 6985205,\n                \"all_23_27\": 14677555,\n                \"all_28_34\": 12529671,\n                \"all_35_44\": 13389456,\n                \"all_45_59\": 11181871,\n                \"all_60_150\": 15036196,\n                \"all_unknown\": 11084898,\n                \"female_0_17\": 6801544,\n                \"female_18_22\": 3369171,\n                \"female_23_27\": 7771200,\n                \"female_28_34\": 3619521,\n                \"female_35_44\": 5933004,\n                \"female_45_59\": 7075349,\n                \"female_60_150\": 7001016,\n                \"female_unknown\": 3850425,\n                \"male_0_17\": 5373996,\n                \"male_18_22\": 3410179,\n                \"male_23_27\": 6696384,\n                \"male_28_34\": 8695981,\n                \"male_35_44\": 7238000,\n                \"male_45_59\": 3883701,\n                \"male_60_150\": 7807904,\n                \"male_unknown\": 7164169,\n                \"neutral_0_17\": 61206,\n                \"neutral_18_22\": 62430,\n                \"neutral_23_27\": 63678,\n                \"neutral_28_34\": 64951,\n                \"neutral_35_44\": 66250,\n                \"neutral_45_59\": 67575,\n                \"neutral_60_150\": 68926,\n                \"neutral_unknown\": 70304,\n                \"unknown_0_17\": 140613,\n                \"unknown_18_22\": 143425,\n                \"unknown_23_27\": 146293,\n                \"unknown_28_34\": 149218,\n                \"unknown_35_44\": 152202,\n                \"unknown_45_59\": 155246,\n                \"unknown_60_150\": 158350,\n                \"unknown_unknown\": 161517\n            },\n            \"streams\": 325082557,\n            \"track_id\": null,\n            \"youtube_age_bands\": {\n                \"all_0_18\": 23692007,\n                \"all_18_24\": 25084551,\n                \"all_25_34\": 30004985,\n                \"all_35_44\": 22578641,\n                \"all_45_54\": 18004069,\n                \"all_55_64\": 28922441,\n                \"all_65_plus\": 19334248,\n                \"all_unknown\": 32335464,\n                \"female_0_18\": 10113324,\n                \"female_18_24\": 13496281,\n                \"female_25_34\": 14872000,\n                \"female_35_44\": 10319481,\n                \"female_45_54\": 7904144,\n                \"female_55_64\": 14354269,\n                \"female_65_plus\": 9812376,\n                \"female_unknown\": 16555875,\n                \"male_0_18\": 13413936,\n                \"male_18_24\": 11420229,\n                \"male_25_34\": 14961584,\n                \"male_35_44\": 12084331,\n                \"male_45_54\": 9921600,\n                \"male_55_64\": 14386281,\n                \"male_65_plus\": 9336344,\n                \"male_unknown\": 15779589,\n                \"unknown_0_18\": 164747,\n                \"unknown_18_24\": 168041,\n                \"unknown_25_34\": 171401,\n                \"unknown_35_44\": 174829,\n                \"unknown_45_54\": 178325,\n                \"unknown_55_64\": 181891,\n                \"unknown_65_plus\": 185528,\n                \"unknown_unknown\": 189238\n            }\n        },\n        {\n            \"apple_age_bands\": {\n                \"all_18_24\": 2685620,\n                \"all_25_34\": 2635352,\n                \"all_35_44\": 4531881,\n                \"all_45_54\": 3593708,\n                \"all_55_64\": 4054244,\n                \"all_65_plus\": 3136240,\n                \"all_unknown\": 3473729,\n                \"female_18_24\": 1858176,\n                \"female_25_34\": 1739389,\n                \"female_35_44\": 3006864,\n                \"female_45_54\": 2202461,\n                \"female_55_64\": 2745200,\n                \"female_65_plus\": 2131101,\n                \"female_unknown\": 1399904,\n                \"male_18_24\": 695421,\n                \"male_25_34\": 761300,\n                \"male_35_44\": 1387661,\n                \"male_45_54\": 1251144,\n                \"male_55_64\": 1166139,\n                \"male_65_plus\": 859376,\n                \"male_unknown\": 2073825,\n                \"unknown_18_24\": 132023,\n                \"unknown_25_34\": 134663,\n                \"unknown_35_44\": 137356,\n                \"unknown_45_54\": 140103,\n                \"unknown_55_64\": 142905,\n                \"unknown_65_plus\": 145763,\n                \"unknown_unknown\": 148678\n            },\n            \"artist_id\": null,\n            \"chart_id\": null,\n            \"country_code\": \"worldwide\",\n            \"date\": \"2020-04-12\",\n            \"dsp\": \"apple\",\n            \"genders\": {\n                \"female\": 10257375,\n                \"male\": 12890079,\n                \"neutral\": 75823,\n                \"unknown\": 204094\n            },\n            \"isrc\": \"USQX91901111\",\n            \"playlist_id\": null,\n            \"spotify_age_bands\": {\n                \"all_0_17\": 7083942,\n                \"all_18_22\": 13941905,\n                \"all_23_27\": 9985718,\n                \"all_28_34\": 9819594,\n                \"all_35_44\": 14257985,\n                \"all_45_59\": 14612893,\n                \"all_60_150\": 10247198,\n                \"all_unknown\": 17022757,\n                \"female_0_17\": 2520844,\n                \"female_18_22\": 5153811,\n                \"female_23_27\": 4401600,\n                \"female_28_34\": 6080751,\n                \"female_35_44\": 8080884,\n                \"female_45_59\": 7376349,\n                \"female_60_150\": 3691776,\n                \"female_unknown\": 8122275,\n                \"male_0_17\": 4345436,\n                \"male_18_22\": 8566079,\n                \"male_23_27\": 5357664,\n                \"male_28_34\": 3507861,\n                \"male_35_44\": 5941500,\n                \"male_45_59\": 6996231,\n                \"male_60_150\": 6310304,\n                \"male_unknown\": 8824659,\n                \"neutral_0_17\": 66011,\n                \"neutral_18_22\": 67331,\n                \"neutral_23_27\": 68677,\n                \"neutral_28_34\": 70050,\n                \"neutral_35_44\": 71451,\n                \"neutral_45_59\": 72880,\n                \"neutral_60_150\": 74337,\n                \"neutral_unknown\": 75823,\n                \"unknown_0_17\": 151651,\n                \"unknown_18_22\": 154684,\n                \"unknown_23_27\": 157777,\n                \"unknown_28_34\": 160932,\n                \"unknown_35_44\": 164150,\n                \"unknown_45_59\": 167433,\n                \"unknown_60_150\": 170781,\n                \"unknown_unknown\": 174196\n            },\n            \"streams\": 319257622,\n            \"track_id\": null,\n            \"youtube_age_bands\": {\n                \"all_0_18\": 25999759,\n                \"all_18_24\": 29005822,\n                \"all_25_34\": 24803080,\n                \"all_35_44\": 26490375,\n                \"all_45_54\": 21984688,\n                \"all_55_64\": 21569060,\n                \"all_65_plus\": 24298893,\n                \"all_unknown\": 23147454,\n                \"female_0_18\": 13053144,\n                \"female_18_24\": 12155651,\n                \"female_25_34\": 14964800,\n                \"female_35_44\": 8564211,\n                \"female_45_54\": 13694164,\n                \"female_55_64\": 9655639,\n                \"female_65_plus\": 9362976,\n                \"female_unknown\": 10257375,\n                \"male_0_18\": 12768936,\n                \"male_18_24\": 16668939,\n                \"male_25_34\": 9653424,\n                \"male_35_44\": 17737611,\n                \"male_45_54\": 8098200,\n                \"male_55_64\": 11717251,\n                \"male_65_plus\": 14735824,\n                \"male_unknown\": 12890079,\n                \"unknown_0_18\": 177679,\n                \"unknown_18_24\": 181232,\n                \"unknown_25_34\": 184856,\n                \"unknown_35_44\": 188553,\n                \"unknown_45_54\": 192324,\n                \"unknown_55_64\": 196170,\n                \"unknown_65_plus\": 200093,\n                \"unknown_unknown\": 204094\n            }\n        },\n        {\n            \"apple_age_bands\": {\n                \"all_18_24\": 2995306,\n                \"all_25_34\": 3650292,\n                \"all_35_44\": 2187986,\n                \"all_45_54\": 4066549,\n                \"all_55_64\": 4140391,\n                \"all_65_plus\": 3811754,\n                \"all_unknown\": 5739849,\n                \"female_18_24\": 2173696,\n                \"female_25_34\": 1708279,\n                \"female_35_44\": 1259604,\n                \"female_45_54\": 2200371,\n                \"female_55_64\": 2593800,\n                \"female_65_plus\": 2481801,\n                \"female_unknown\": 3720024,\n                \"male_18_24\": 711891,\n                \"male_25_34\": 1830100,\n                \"male_35_44\": 814231,\n                \"male_45_54\": 1749744,\n                \"male_55_64\": 1427829,\n                \"male_65_plus\": 1208816,\n                \"male_unknown\": 2019825,\n                \"unknown_18_24\": 109719,\n                \"unknown_25_34\": 111913,\n                \"unknown_35_44\": 114151,\n                \"unknown_45_54\": 116434,\n                \"unknown_55_64\": 118762,\n                \"unknown_65_plus\": 121137,\n                \"unknown_unknown\": 123559\n            },\n            \"artist_id\": null,\n            \"chart_id\": null,\n            \"country_code\": \"worldwide\",\n            \"date\": \"2020-04-07\",\n            \"dsp\": \"spotify\",\n            \"genders\": {\n                \"female\": 15879275,\n                \"male\": 11900559,\n                \"neutral\": 63013,\n                \"unknown\": 169611\n            },\n            \"isrc\": \"GBARL0900157\",\n            \"playlist_id\": null,\n            \"spotify_age_bands\": {\n                \"all_0_17\": 8415249,\n                \"all_18_22\": 14498066,\n                \"all_23_27\": 11209780,\n                \"all_28_34\": 11371261,\n                \"all_35_44\": 7546621,\n                \"all_45_59\": 8543822,\n                \"all_60_150\": 13498225,\n                \"all_unknown\": 11923637,\n                \"female_0_17\": 5024664,\n                \"female_18_22\": 6899451,\n                \"female_23_27\": 6185200,\n                \"female_28_34\": 3244781,\n                \"female_35_44\": 3316824,\n                \"female_45_59\": 4896969,\n                \"female_60_150\": 3261016,\n                \"female_unknown\": 3691575,\n                \"male_0_17\": 3209696,\n                \"male_18_22\": 7414109,\n                \"male_23_27\": 4836384,\n                \"male_28_34\": 7934521,\n                \"male_35_44\": 4034000,\n                \"male_45_59\": 3447141,\n                \"male_60_150\": 10033504,\n                \"male_unknown\": 8169049,\n                \"neutral_0_17\": 54859,\n                \"neutral_18_22\": 55956,\n                \"neutral_23_27\": 57075,\n                \"neutral_28_34\": 58216,\n                \"neutral_35_44\": 59380,\n                \"neutral_45_59\": 60567,\n                \"neutral_60_150\": 61778,\n                \"neutral_unknown\": 63013,\n                \"unknown_0_17\": 126030,\n                \"unknown_18_22\": 128550,\n                \"unknown_23_27\": 131121,\n                \"unknown_28_34\": 133743,\n                \"unknown_35_44\": 136417,\n                \"unknown_45_59\": 139145,\n                \"unknown_60_150\": 141927,\n                \"unknown_unknown\": 144765\n            },\n            \"streams\": 314663294,\n            \"track_id\": null,\n            \"youtube_age_bands\": {\n                \"all_0_18\": 20193340,\n                \"all_18_24\": 21163613,\n                \"all_25_34\": 22646649,\n                \"all_35_44\": 31560709,\n                \"all_45_54\": 28725534,\n                \"all_55_64\": 25629556,\n                \"all_65_plus\": 22619206,\n                \"all_unknown\": 27779834,\n                \"female_0_18\": 10577424,\n                \"female_18_24\": 8597491,\n                \"female_25_34\": 6296800,\n                \"female_35_44\": 15396561,\n                \"female_45_54\": 13371904,\n                \"female_55_64\": 13295189,\n                \"female_65_plus\": 14192976,\n                \"female_unknown\": 15879275,\n                \"male_0_18\": 9468256,\n                \"male_18_24\": 12415509,\n                \"male_25_34\": 16196224,\n                \"male_35_44\": 16007451,\n                \"male_45_54\": 15193800,\n                \"male_55_64\": 12171341,\n                \"male_65_plus\": 8259944,\n                \"male_unknown\": 11900559,\n                \"unknown_0_18\": 147660,\n                \"unknown_18_24\": 150613,\n                \"unknown_25_34\": 153625,\n                \"unknown_35_44\": 156697,\n                \"unknown_45_54\": 159830,\n                \"unknown_55_64\": 163026,\n                \"unknown_65_plus\": 166286,\n                \"unknown_unknown\": 169611\n            }\n        },\n        {\n            \"apple_age_bands\": {\n                \"all_18_24\": 3532846,\n                \"all_25_34\": 4913530,\n                \"all_35_44\": 4542011,\n                \"all_45_54\": 3313400,\n                \"all_55_64\": 4607459,\n                \"all_65_plus\": 4149469,\n                \"all_unknown\": 4185629,\n                \"female_18_24\": 2108576,\n                \"female_25_34\": 3326849,\n                \"female_35_44\": 2699604,\n                \"female_45_54\": 2334131,\n                \"female_55_64\": 3116000,\n                \"female_65_plus\": 2379741,\n                \"female_unknown\": 2360204,\n                \"male_18_24\": 1242621,\n                \"male_25_34\": 1401400,\n                \"male_35_44\": 1653421,\n                \"male_45_54\": 786504,\n                \"male_55_64\": 1294839,\n                \"male_65_plus\": 1569176,\n                \"male_unknown\": 1825425,\n                \"unknown_18_24\": 181649,\n                \"unknown_25_34\": 185281,\n                \"unknown_35_44\": 188986,\n                \"unknown_45_54\": 192765,\n                \"unknown_55_64\": 196620,\n                \"unknown_65_plus\": 200552,\n                \"unknown_unknown\": 204563\n            },\n            \"artist_id\": null,\n            \"chart_id\": null,\n            \"country_code\": \"worldwide\",\n            \"date\": \"2020-04-10\",\n            \"dsp\": \"apple\",\n            \"genders\": {\n                \"female\": 11410825,\n                \"male\": 15933969,\n                \"neutral\": 104324,\n                \"unknown\": 280814\n            },\n            \"isrc\": \"USQX91901111\",\n            \"playlist_id\": null,\n            \"spotify_age_bands\": {\n                \"all_0_17\": 13197278,\n                \"all_18_22\": 12531557,\n                \"all_23_27\": 15950279,\n                \"all_28_34\": 7185917,\n                \"all_35_44\": 13069664,\n                \"all_45_59\": 10890013,\n                \"all_60_150\": 10802135,\n                \"all_unknown\": 8451308,\n                \"female_0_17\": 5562364,\n                \"female_18_22\": 7166211,\n                \"female_23_27\": 6677200,\n                \"female_28_34\": 2680621,\n                \"female_35_44\": 3602004,\n                \"female_45_59\": 4771839,\n                \"female_60_150\": 3079736,\n                \"female_unknown\": 3409875,\n                \"male_0_17\": 7335436,\n                \"male_18_22\": 5059879,\n                \"male_23_27\": 8961504,\n                \"male_28_34\": 4187491,\n                \"male_35_44\": 9143500,\n                \"male_45_59\": 5787531,\n                \"male_60_150\": 7385144,\n                \"male_unknown\": 4937109,\n                \"neutral_0_17\": 90824,\n                \"neutral_18_22\": 92640,\n                \"neutral_23_27\": 94492,\n                \"neutral_28_34\": 96381,\n                \"neutral_35_44\": 98308,\n                \"neutral_45_59\": 100274,\n                \"neutral_60_150\": 102279,\n                \"neutral_unknown\": 104324,\n                \"unknown_0_17\": 208654,\n                \"unknown_18_22\": 212827,\n                \"unknown_23_27\": 217083,\n                \"unknown_28_34\": 221424,\n                \"unknown_35_44\": 225852,\n                \"unknown_45_59\": 230369,\n                \"unknown_60_150\": 234976,\n                \"unknown_unknown\": 239675\n            },\n            \"streams\": 313907986,\n            \"track_id\": null,\n            \"youtube_age_bands\": {\n                \"all_0_18\": 20555748,\n                \"all_18_24\": 26808917,\n                \"all_25_34\": 30863688,\n                \"all_35_44\": 22990042,\n                \"all_45_54\": 17839762,\n                \"all_55_64\": 17304840,\n                \"all_65_plus\": 27728988,\n                \"all_unknown\": 27344794,\n                \"female_0_18\": 12213864,\n                \"female_18_24\": 10252541,\n                \"female_25_34\": 14101600,\n                \"female_35_44\": 9101241,\n                \"female_45_54\": 7945144,\n                \"female_55_64\": 6209479,\n                \"female_65_plus\": 14534856,\n                \"female_unknown\": 11410825,\n                \"male_0_18\": 8097416,\n                \"male_18_24\": 16307019,\n                \"male_25_34\": 16507744,\n                \"male_35_44\": 13629371,\n                \"male_45_54\": 9630000,\n                \"male_55_64\": 10825451,\n                \"male_65_plus\": 12918824,\n                \"male_unknown\": 15933969,\n                \"unknown_0_18\": 244468,\n                \"unknown_18_24\": 249357,\n                \"unknown_25_34\": 254344,\n                \"unknown_35_44\": 259430,\n                \"unknown_45_54\": 264618,\n                \"unknown_55_64\": 269910,\n                \"unknown_65_plus\": 275308,\n                \"unknown_unknown\": 280814\n            }\n        },\n        {\n            \"apple_age_bands\": {\n                \"all_18_24\": 2262807,\n                \"all_25_34\": 3246798,\n                \"all_35_44\": 4178770,\n                \"all_45_54\": 5098495,\n                \"all_55_64\": 3306434,\n                \"all_65_plus\": 5005089,\n                \"all_unknown\": 4834039,\n                \"female_18_24\": 961696,\n                \"female_25_34\": 1855159,\n                \"female_35_44\": 2974104,\n                \"female_45_54\": 3262851,\n                \"female_55_64\": 2083000,\n                \"female_65_plus\": 2754171,\n                \"female_unknown\": 3186964,\n                \"male_18_24\": 1132641,\n                \"male_25_34\": 1219800,\n                \"male_35_44\": 1029391,\n                \"male_45_54\": 1656864,\n                \"male_55_64\": 1041079,\n                \"male_65_plus\": 2064916,\n                \"male_unknown\": 1647075,\n                \"unknown_18_24\": 168470,\n                \"unknown_25_34\": 171839,\n                \"unknown_35_44\": 175275,\n                \"unknown_45_54\": 178780,\n                \"unknown_55_64\": 182355,\n                \"unknown_65_plus\": 186002,\n                \"unknown_unknown\": 189722\n            },\n            \"artist_id\": null,\n            \"chart_id\": null,\n            \"country_code\": \"worldwide\",\n            \"date\": \"2020-04-11\",\n            \"dsp\": \"apple\",\n            \"genders\": {\n                \"female\": 6695875,\n                \"male\": 13962369,\n                \"neutral\": 96754,\n                \"unknown\": 260439\n            },\n            \"isrc\": \"GBARL0900157\",\n            \"playlist_id\": null,\n            \"spotify_age_bands\": {\n                \"all_0_17\": 6440570,\n                \"all_18_22\": 13559114,\n                \"all_23_27\": 16344713,\n                \"all_28_34\": 13734999,\n                \"all_35_44\": 7250885,\n                \"all_45_59\": 13660763,\n                \"all_60_150\": 10805105,\n                \"all_unknown\": 12384208,\n                \"female_0_17\": 2954044,\n                \"female_18_22\": 6457191,\n                \"female_23_27\": 6982400,\n                \"female_28_34\": 4854031,\n                \"female_35_44\": 3747744,\n                \"female_45_59\": 4218429,\n                \"female_60_150\": 3174776,\n                \"female_unknown\": 4268925,\n                \"male_0_17\": 3208776,\n                \"male_18_22\": 6818619,\n                \"male_23_27\": 9073344,\n                \"male_28_34\": 8586221,\n                \"male_35_44\": 3202500,\n                \"male_45_59\": 9135681,\n                \"male_60_150\": 7317544,\n                \"male_unknown\": 8018529,\n                \"neutral_0_17\": 84234,\n                \"neutral_18_22\": 85918,\n                \"neutral_23_27\": 87636,\n                \"neutral_28_34\": 89388,\n                \"neutral_35_44\": 91175,\n                \"neutral_45_59\": 92998,\n                \"neutral_60_150\": 94857,\n                \"neutral_unknown\": 96754,\n                \"unknown_0_17\": 193516,\n                \"unknown_18_22\": 197386,\n                \"unknown_23_27\": 201333,\n                \"unknown_28_34\": 205359,\n                \"unknown_35_44\": 209466,\n                \"unknown_45_59\": 213655,\n                \"unknown_60_150\": 217928,\n                \"unknown_unknown\": 222286\n            },\n            \"streams\": 311605691,\n            \"track_id\": null,\n            \"youtube_age_bands\": {\n                \"all_0_18\": 25286211,\n                \"all_18_24\": 22280785,\n                \"all_25_34\": 21208034,\n                \"all_35_44\": 31337089,\n                \"all_45_54\": 23829403,\n                \"all_55_64\": 21064187,\n                \"all_65_plus\": 22750413,\n                \"all_unknown\": 20658244,\n                \"female_0_18\": 11986104,\n                \"female_18_24\": 13791741,\n                \"female_25_34\": 12872800,\n                \"female_35_44\": 13310811,\n                \"female_45_54\": 15929484,\n                \"female_55_64\": 5589469,\n                \"female_65_plus\": 14175336,\n                \"female_unknown\": 6695875,\n                \"male_0_18\": 13073376,\n                \"male_18_24\": 8257779,\n                \"male_25_34\": 8099344,\n                \"male_35_44\": 17785671,\n                \"male_45_54\": 7654500,\n                \"male_55_64\": 15224391,\n                \"male_65_plus\": 8319744,\n                \"male_unknown\": 13962369,\n                \"unknown_0_18\": 226731,\n                \"unknown_18_24\": 231265,\n                \"unknown_25_34\": 235890,\n                \"unknown_35_44\": 240607,\n                \"unknown_45_54\": 245419,\n                \"unknown_55_64\": 250327,\n                \"unknown_65_plus\": 255333,\n                \"unknown_unknown\": 260439\n            }\n        },\n        {\n            \"apple_age_bands\": {\n                \"all_18_24\": 3170667,\n                \"all_25_34\": 2957212,\n                \"all_35_44\": 5005183,\n                \"all_45_54\": 5873602,\n                \"all_55_64\": 5712710,\n                \"all_65_plus\": 4540659,\n                \"all_unknown\": 6672319,\n                \"female_18_24\": 1904256,\n                \"female_25_34\": 1469429,\n                \"female_35_44\": 3077424,\n                \"female_45_54\": 3598961,\n                \"female_55_64\": 3100800,\n                \"female_65_plus\": 2291751,\n                \"female_unknown\": 4188844,\n                \"male_18_24\": 1061721,\n                \"male_25_34\": 1279000,\n                \"male_35_44\": 1714801,\n                \"male_45_54\": 2057424,\n                \"male_55_64\": 2390349,\n                \"male_65_plus\": 2022916,\n                \"male_unknown\": 2483475,\n                \"unknown_18_24\": 204690,\n                \"unknown_25_34\": 208783,\n                \"unknown_35_44\": 212958,\n                \"unknown_45_54\": 217217,\n                \"unknown_55_64\": 221561,\n                \"unknown_65_plus\": 225992,\n                \"unknown_unknown\": 230511\n            },\n            \"artist_id\": null,\n            \"chart_id\": null,\n            \"country_code\": \"worldwide\",\n            \"date\": \"2020-04-14\",\n            \"dsp\": \"apple\",\n            \"genders\": {\n                \"female\": 10746125,\n                \"male\": 6527019,\n                \"neutral\": 117557,\n                \"unknown\": 316433\n            },\n            \"isrc\": \"USQX91901111\",\n            \"playlist_id\": null,\n            \"spotify_age_bands\": {\n                \"all_0_17\": 9349525,\n                \"all_18_22\": 12231283,\n                \"all_23_27\": 12303160,\n                \"all_28_34\": 8213249,\n                \"all_35_44\": 9404583,\n                \"all_45_59\": 11138154,\n                \"all_60_150\": 9892874,\n                \"all_unknown\": 16254271,\n                \"female_0_17\": 5191484,\n                \"female_18_22\": 3828591,\n                \"female_23_27\": 3068800,\n                \"female_28_34\": 4387451,\n                \"female_35_44\": 3744804,\n                \"female_45_59\": 3806059,\n                \"female_60_150\": 3988776,\n                \"female_unknown\": 8321175,\n                \"male_0_17\": 3820576,\n                \"male_18_22\": 8058479,\n                \"male_23_27\": 8883264,\n                \"male_28_34\": 3467681,\n                \"male_35_44\": 5294500,\n                \"male_45_59\": 6959511,\n                \"male_60_150\": 5524064,\n                \"male_unknown\": 7815539,\n                \"neutral_0_17\": 102344,\n                \"neutral_18_22\": 104390,\n                \"neutral_23_27\": 106477,\n                \"neutral_28_34\": 108606,\n                \"neutral_35_44\": 110778,\n                \"neutral_45_59\": 112993,\n                \"neutral_60_150\": 115252,\n                \"neutral_unknown\": 117557,\n                \"unknown_0_17\": 235121,\n                \"unknown_18_22\": 239823,\n                \"unknown_23_27\": 244619,\n                \"unknown_28_34\": 249511,\n                \"unknown_35_44\": 254501,\n                \"unknown_45_59\": 259591,\n                \"unknown_60_150\": 264782,\n                \"unknown_unknown\": 270077\n            },\n            \"streams\": 311534714,\n            \"track_id\": null,\n            \"youtube_age_bands\": {\n                \"all_0_18\": 22994458,\n                \"all_18_24\": 22316297,\n                \"all_25_34\": 33137310,\n                \"all_35_44\": 22843520,\n                \"all_45_54\": 29303408,\n                \"all_55_64\": 17926097,\n                \"all_65_plus\": 21633269,\n                \"all_unknown\": 17273144,\n                \"female_0_18\": 12376104,\n                \"female_18_24\": 13768831,\n                \"female_25_34\": 15800000,\n                \"female_35_44\": 8908461,\n                \"female_45_54\": 16062324,\n                \"female_55_64\": 8823979,\n                \"female_65_plus\": 8118096,\n                \"female_unknown\": 10746125,\n                \"male_0_18\": 10342876,\n                \"male_18_24\": 8266479,\n                \"male_25_34\": 17050704,\n                \"male_35_44\": 13642721,\n                \"male_45_54\": 12942900,\n                \"male_55_64\": 8797971,\n                \"male_65_plus\": 13204944,\n                \"male_unknown\": 6527019,\n                \"unknown_0_18\": 275478,\n                \"unknown_18_24\": 280987,\n                \"unknown_25_34\": 286606,\n                \"unknown_35_44\": 292338,\n                \"unknown_45_54\": 298184,\n                \"unknown_55_64\": 304147,\n                \"unknown_65_plus\": 310229,\n                \"unknown_unknown\": 316433\n            }\n        }\n    ]\n}"
						}
					]
				},
				{
					"name": "streams/project",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									"pm.test(\"Response time is less than 1000ms\", function () {",
									"",
									"pm.expect(pm.response.responseTime).to.be.below(1000);",
									"",
									"});"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Client-Service",
								"value": "ManualTesting",
								"type": "text"
							},
							{
								"key": "Client-Environment",
								"value": "PROD",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/streams/project?start_date=2020-06-01&end_date=2021-12-29&country_code=us&group_by=date&sort_by=streams&sort_order=desc&limit=50&project_id=GRAS_387438",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"streams",
								"project"
							],
							"query": [
								{
									"key": "start_date",
									"value": "2020-06-01"
								},
								{
									"key": "end_date",
									"value": "2021-12-29"
								},
								{
									"key": "country_code",
									"value": "us"
								},
								{
									"key": "include",
									"value": "demographics",
									"disabled": true
								},
								{
									"key": "include",
									"value": "saves",
									"disabled": true
								},
								{
									"key": "include",
									"value": "all",
									"disabled": true
								},
								{
									"key": "include",
									"value": "dsp_streams_info",
									"disabled": true
								},
								{
									"key": "group_by",
									"value": "date"
								},
								{
									"key": "group_by",
									"value": "sub_dsp",
									"disabled": true
								},
								{
									"key": "sort_by",
									"value": "streams"
								},
								{
									"key": "sort_order",
									"value": "desc"
								},
								{
									"key": "limit",
									"value": "50"
								},
								{
									"key": "cursor",
									"value": "date:2020-07-31",
									"disabled": true
								},
								{
									"key": "limit_range",
									"value": "days:2",
									"disabled": true
								},
								{
									"key": "project_id",
									"value": "GRAS_387438"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "streams/product-family",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									"pm.test(\"Response time is less than 1000ms\", function () {",
									"",
									"pm.expect(pm.response.responseTime).to.be.below(1000);",
									"",
									"});"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "GET",
						"header": [
							{
								"key": "Client-Service",
								"value": "ManualTesting",
								"type": "text"
							},
							{
								"key": "Client-Environment",
								"value": "PROD",
								"type": "text"
							}
						],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/streams/product-family?start_date=2020-06-01&end_date=2022-12-29&group_by=date&sort_by=streams&sort_order=desc&limit=50&product_family_id=GRAS_527",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"streams",
								"product-family"
							],
							"query": [
								{
									"key": "start_date",
									"value": "2020-06-01"
								},
								{
									"key": "end_date",
									"value": "2022-12-29"
								},
								{
									"key": "country_code",
									"value": "us",
									"disabled": true
								},
								{
									"key": "include",
									"value": "demographics",
									"disabled": true
								},
								{
									"key": "include",
									"value": "saves",
									"disabled": true
								},
								{
									"key": "include",
									"value": "all",
									"disabled": true
								},
								{
									"key": "include",
									"value": "dsp_streams_info",
									"disabled": true
								},
								{
									"key": "group_by",
									"value": "date"
								},
								{
									"key": "group_by",
									"value": "sub_dsp",
									"disabled": true
								},
								{
									"key": "sort_by",
									"value": "streams"
								},
								{
									"key": "sort_order",
									"value": "desc"
								},
								{
									"key": "limit",
									"value": "50"
								},
								{
									"key": "cursor",
									"value": "date:2020-07-31",
									"disabled": true
								},
								{
									"key": "limit_range",
									"value": "days:2",
									"disabled": true
								},
								{
									"key": "product_family_id",
									"value": "GRAS_527"
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "tiktok/tracks/analytics",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/tiktok/tracks/analytics?start_date=2021-07-04&end_date=2021-07-26&isrc=USSM19902991&metrics=likes",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"tiktok",
								"tracks",
								"analytics"
							],
							"query": [
								{
									"key": "start_date",
									"value": "2021-07-04"
								},
								{
									"key": "end_date",
									"value": "2021-07-26"
								},
								{
									"key": "isrc",
									"value": "USSM19902991"
								},
								{
									"key": "isrc",
									"value": "DEA819900668",
									"disabled": true
								},
								{
									"key": "isrc",
									"value": "GBARL1700773",
									"disabled": true
								},
								{
									"key": "isrc",
									"value": "COS019800108",
									"disabled": true
								},
								{
									"key": "isrc",
									"value": "GBN9Y1100088",
									"disabled": true
								},
								{
									"key": "content_type",
									"value": "UGC",
									"disabled": true
								},
								{
									"key": "country_code",
									"value": "uy",
									"disabled": true
								},
								{
									"key": "breakdowns",
									"value": "daily",
									"disabled": true
								},
								{
									"key": "metrics",
									"value": "likes"
								},
								{
									"key": "breakdowns",
									"value": "content_type_country",
									"disabled": true
								},
								{
									"key": "breakdowns",
									"value": "country_totals",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "tracks",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/tracks?artist_id=GRAS_66289&config_cat_key=C&config_key=95",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"tracks"
							],
							"query": [
								{
									"key": "artist_id",
									"value": "GRAS_66289"
								},
								{
									"key": "product_id",
									"value": "GRAS_G010001191555M",
									"disabled": true
								},
								{
									"key": "product_family_no",
									"value": "195003",
									"disabled": true
								},
								{
									"key": "isrc",
									"value": "USSM19902991",
									"disabled": true
								},
								{
									"key": "isrc",
									"value": "DEA819900668",
									"disabled": true
								},
								{
									"key": "isrc",
									"value": "GBARL1700773",
									"disabled": true
								},
								{
									"key": "isrc",
									"value": "USRC11200002",
									"disabled": true
								},
								{
									"key": "isrc",
									"value": "GBN9Y1100088",
									"disabled": true
								},
								{
									"key": "config_cat_key",
									"value": "C"
								},
								{
									"key": "config_key",
									"value": "95"
								},
								{
									"key": "media_type",
									"value": "audio",
									"disabled": true
								},
								{
									"key": "group_by",
									"value": "isrc",
									"disabled": true
								},
								{
									"key": "sort_by",
									"value": "name",
									"disabled": true
								},
								{
									"key": "sort_order",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "10",
									"disabled": true
								},
								{
									"key": "offset",
									"value": "10",
									"disabled": true
								}
							]
						}
					},
					"response": [
						{
							"name": "tracks",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{proto}}{{hostname}}/v3/tracks?artist_id={{artist_id_charris}}&group_by=isrc&limit=10&sort_by=release_date&sort_order=desc&isrc={{isrc1}}",
									"host": [
										"{{proto}}{{hostname}}"
									],
									"path": [
										"v3",
										"tracks"
									],
									"query": [
										{
											"key": "artist_id",
											"value": "{{artist_id_charris}}"
										},
										{
											"key": "group_by",
											"value": "isrc"
										},
										{
											"key": "limit",
											"value": "10"
										},
										{
											"key": "sort_by",
											"value": "release_date"
										},
										{
											"key": "sort_order",
											"value": "desc"
										},
										{
											"key": "isrc",
											"value": "{{isrc1}}"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Mon, 13 Apr 2020 20:48:01 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "4128"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Server",
									"value": "gunicorn/20.0.4"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"count\": 10,\n    \"items\": [\n        {\n            \"isrc\": \"USUS11201141\",\n            \"lyrics_version\": null,\n            \"name\": \"Sweet Nothing\",\n            \"product\": {\n                \"name\": \"Ultra Dance 14\",\n                \"product_id\": \"GRAS_G0100029844473\",\n                \"release_date\": null,\n                \"spotify_popularity\": null\n            },\n            \"release_date\": \"2013-07-23\",\n            \"track_id\": \"GRAS_A10328E0006456476H\",\n            \"track_name_suppl\": null\n        },\n        {\n            \"isrc\": \"USUS11200875\",\n            \"lyrics_version\": null,\n            \"name\": \"Feel So Close\",\n            \"product\": {\n                \"name\": \"Ultra Dubstep\",\n                \"product_id\": \"GRAS_G0100029722911\",\n                \"release_date\": null,\n                \"spotify_popularity\": null\n            },\n            \"release_date\": \"2013-07-23\",\n            \"track_id\": \"GRAS_A10328E0006427884W\",\n            \"track_name_suppl\": \"Nero Dub\"\n        },\n        {\n            \"isrc\": \"USUS11200728\",\n            \"lyrics_version\": null,\n            \"name\": \"Feel So Close\",\n            \"product\": {\n                \"name\": \"Feel So Close\",\n                \"product_id\": \"GRAS_G010003074786Y\",\n                \"release_date\": null,\n                \"spotify_popularity\": null\n            },\n            \"release_date\": \"2013-07-23\",\n            \"track_id\": \"GRAS_A10328E0006707786B\",\n            \"track_name_suppl\": \"Extended Mix\"\n        },\n        {\n            \"isrc\": \"USUS11200386\",\n            \"lyrics_version\": null,\n            \"name\": \"Feel So Close\",\n            \"product\": {\n                \"name\": \"Ultra Weekend 8\",\n                \"product_id\": \"GRAS_G0100029934049\",\n                \"release_date\": null,\n                \"spotify_popularity\": null\n            },\n            \"release_date\": \"2013-07-23\",\n            \"track_id\": \"GRAS_A10328E00064832994\",\n            \"track_name_suppl\": \"Extended Mix\"\n        },\n        {\n            \"isrc\": \"USUS11100502\",\n            \"lyrics_version\": null,\n            \"name\": \"Feel So Close\",\n            \"product\": {\n                \"name\": \"Feel So Close\",\n                \"product_id\": \"GRAS_G0100030747905\",\n                \"release_date\": null,\n                \"spotify_popularity\": null\n            },\n            \"release_date\": \"2013-07-23\",\n            \"track_id\": \"GRAS_A10328E0006707790J\",\n            \"track_name_suppl\": \"Extended Mix\"\n        },\n        {\n            \"isrc\": \"USUS11100444\",\n            \"lyrics_version\": null,\n            \"name\": \"Feel So Close\",\n            \"product\": {\n                \"name\": \"Feel So Close\",\n                \"product_id\": \"GRAS_G0100030747841\",\n                \"release_date\": null,\n                \"spotify_popularity\": null\n            },\n            \"release_date\": \"2013-07-23\",\n            \"track_id\": \"GRAS_A10328E0006707784F\",\n            \"track_name_suppl\": \"Benny Benassi Remix\"\n        },\n        {\n            \"isrc\": \"USUS11001085\",\n            \"lyrics_version\": null,\n            \"name\": \"Flashback\",\n            \"product\": {\n                \"name\": \"Flashback\",\n                \"product_id\": \"GRAS_G010003115611B\",\n                \"release_date\": null,\n                \"spotify_popularity\": null\n            },\n            \"release_date\": \"2013-11-20\",\n            \"track_id\": \"GRAS_A10328E0006815064N\",\n            \"track_name_suppl\": \"Eric Prydz Remix\"\n        },\n        {\n            \"isrc\": \"USUS11001019\",\n            \"lyrics_version\": null,\n            \"name\": \"You Used to Hold Me\",\n            \"product\": {\n                \"name\": \"You Used To Hold Me\",\n                \"product_id\": \"GRAS_G010002943509W\",\n                \"release_date\": null,\n                \"spotify_popularity\": null\n            },\n            \"release_date\": \"2013-07-23\",\n            \"track_id\": \"GRAS_A10328E0006355730V\",\n            \"track_name_suppl\": \"Instrumental\"\n        },\n        {\n            \"isrc\": \"USUS11000647\",\n            \"lyrics_version\": null,\n            \"name\": \"Flashback\",\n            \"product\": {\n                \"name\": \"Ultra 2011\",\n                \"product_id\": \"GRAS_G010002993347W\",\n                \"release_date\": null,\n                \"spotify_popularity\": null\n            },\n            \"release_date\": \"2013-07-23\",\n            \"track_id\": \"GRAS_A10328E00064827298\",\n            \"track_name_suppl\": \"David Guetta's One Love Remix\"\n        },\n        {\n            \"isrc\": \"USUS11000199\",\n            \"lyrics_version\": null,\n            \"name\": \"Flashback\",\n            \"product\": {\n                \"name\": \"Flashback\",\n                \"product_id\": \"GRAS_G010003115678A\",\n                \"release_date\": null,\n                \"spotify_popularity\": null\n            },\n            \"release_date\": \"2013-07-23\",\n            \"track_id\": \"GRAS_A10328E0006815131X\",\n            \"track_name_suppl\": \"David Guetta's One Love Remix\"\n        }\n    ]\n}"
						}
					]
				},
				{
					"name": "tracks/:track_id",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/tracks/:track_id",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"tracks",
								":track_id"
							],
							"variable": [
								{
									"key": "track_id",
									"value": "GRAS_A10328E0001758472B"
								}
							]
						}
					},
					"response": [
						{
							"name": "tracks/:track_id",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{proto}}{{hostname}}/v3/tracks/:track_id",
									"host": [
										"{{proto}}{{hostname}}"
									],
									"path": [
										"v3",
										"tracks",
										":track_id"
									],
									"variable": [
										{
											"key": "track_id",
											"value": "{{track_id_ozzy}}"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Mon, 13 Apr 2020 20:50:24 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "718"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Server",
									"value": "gunicorn/20.0.4"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"artists\": [\n        {\n            \"artist_id\": \"GRAS_7513\",\n            \"first_name\": \"Ozzy\",\n            \"full_name\": \"Ozzy Osbourne\",\n            \"image\": {\n                \"height\": null,\n                \"uri\": \"https://qa-images-api.atlas.stream/artists/by_gras_participant_id/7513\",\n                \"width\": null\n            },\n            \"last_name\": \"Osbourne\"\n        }\n    ],\n    \"isrc\": \"USSM10208595\",\n    \"lyrics_version\": null,\n    \"name\": \"Bark at the Moon\",\n    \"product\": {\n        \"name\": \"Live At Budokan\",\n        \"product_id\": \"GRAS_G010001339797V\",\n        \"release_date\": null,\n        \"spotify_popularity\": null\n    },\n    \"release_date\": \"2008-02-05\",\n    \"track_id\": \"GRAS_A10328E00029480228\",\n    \"track_name_suppl\": \"Live at Budokan Hall, Tokyo, Japan - February 2002\"\n}"
						}
					]
				},
				{
					"name": "track-positions/charts",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/track-positions/charts?start_date=2021-01-27&end_date=2021-01-27&artist_id=GRAS_1192524",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"track-positions",
								"charts"
							],
							"query": [
								{
									"key": "start_date",
									"value": "2021-01-27"
								},
								{
									"key": "end_date",
									"value": "2021-01-27"
								},
								{
									"key": "chart_id",
									"value": "spotify_top200_daily_us",
									"disabled": true
								},
								{
									"key": "artist_id",
									"value": "GRAS_1192524"
								},
								{
									"key": "isrc",
									"value": "USRC11400478",
									"disabled": true
								},
								{
									"key": "dsp",
									"value": "apple",
									"disabled": true
								},
								{
									"key": "include",
									"value": "charts",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "10",
									"disabled": true
								},
								{
									"key": "offset",
									"value": "10",
									"disabled": true
								},
								{
									"key": "group_by",
									"value": "dsp,sub_dsp",
									"disabled": true
								},
								{
									"key": "sort_by",
									"value": "current",
									"disabled": true
								},
								{
									"key": "sort_order",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "limit_range",
									"value": "days:4",
									"disabled": true
								},
								{
									"key": "cursor",
									"value": "date:2020-07-16",
									"disabled": true
								}
							]
						}
					},
					"response": [
						{
							"name": "track-positions/charts",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{proto}}{{hostname}}/v3/track-positions/charts?start_date={{start_date}}&end_date={{end_date}}&artist_id={{artist_id_charris}}&include=charts&limit=10",
									"host": [
										"{{proto}}{{hostname}}"
									],
									"path": [
										"v3",
										"track-positions",
										"charts"
									],
									"query": [
										{
											"key": "start_date",
											"value": "{{start_date}}"
										},
										{
											"key": "end_date",
											"value": "{{end_date}}"
										},
										{
											"key": "chart_id",
											"value": "{{chart_id_spotify}}",
											"disabled": true
										},
										{
											"key": "artist_id",
											"value": "{{artist_id_charris}}"
										},
										{
											"key": "isrc",
											"value": "{{isrc_charris}}",
											"disabled": true
										},
										{
											"key": "include",
											"value": "charts"
										},
										{
											"key": "limit",
											"value": "10"
										},
										{
											"key": "offset",
											"value": "0",
											"disabled": true
										},
										{
											"key": "sort_by",
											"value": "current",
											"disabled": true
										},
										{
											"key": "sort_order",
											"value": "desc",
											"disabled": true
										},
										{
											"key": "dsp",
											"value": "spotify",
											"disabled": true
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Mon, 13 Apr 2020 20:54:53 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "6773"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Server",
									"value": "gunicorn/20.0.4"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"count\": 10,\n    \"items\": [\n        {\n            \"chart\": {\n                \"chart_group\": \"top100_weekly\",\n                \"chart_id\": \"apple_top100_weekly_us\",\n                \"country_code\": \"us\",\n                \"dsp\": {\n                    \"dsp_id\": \"apple\",\n                    \"name\": \"Apple\",\n                    \"slug\": \"apple\"\n                },\n                \"name\": \"Apple Top 100 United States of America\",\n                \"num_tracks\": 100,\n                \"rank\": null,\n                \"uri\": null\n            },\n            \"chart_id\": \"apple_top100_weekly_us\",\n            \"current\": 14,\n            \"date\": \"2020-04-15\",\n            \"enter_date\": null,\n            \"exit_date\": null,\n            \"isrc\": \"GBARL1900453\",\n            \"num_weeks_on\": 19,\n            \"previous\": 17,\n            \"top\": 17,\n            \"track_id\": null\n        },\n        {\n            \"chart\": {\n                \"chart_group\": \"top200_weekly\",\n                \"chart_id\": \"spotify_top200_weekly_af\",\n                \"country_code\": \"af\",\n                \"dsp\": {\n                    \"dsp_id\": \"spotify\",\n                    \"name\": \"Spotify\",\n                    \"slug\": \"spotify\"\n                },\n                \"name\": \"Spotify Top 200 Afghanistan\",\n                \"num_tracks\": 200,\n                \"rank\": null,\n                \"uri\": null\n            },\n            \"chart_id\": \"spotify_top200_weekly_af\",\n            \"current\": 54,\n            \"date\": \"2020-04-15\",\n            \"enter_date\": null,\n            \"exit_date\": null,\n            \"isrc\": \"GBARL1900453\",\n            \"num_weeks_on\": 13,\n            \"previous\": 51,\n            \"top\": 51,\n            \"track_id\": null\n        },\n        {\n            \"chart\": {\n                \"chart_group\": \"top200_weekly\",\n                \"chart_id\": \"spotify_top200_weekly_ax\",\n                \"country_code\": \"ax\",\n                \"dsp\": {\n                    \"dsp_id\": \"spotify\",\n                    \"name\": \"Spotify\",\n                    \"slug\": \"spotify\"\n                },\n                \"name\": \"Spotify Top 200 Åland Islands\",\n                \"num_tracks\": 200,\n                \"rank\": null,\n                \"uri\": null\n            },\n            \"chart_id\": \"spotify_top200_weekly_ax\",\n            \"current\": 153,\n            \"date\": \"2020-04-15\",\n            \"enter_date\": null,\n            \"exit_date\": null,\n            \"isrc\": \"GBARL1900453\",\n            \"num_weeks_on\": 19,\n            \"previous\": 156,\n            \"top\": 156,\n            \"track_id\": null\n        },\n        {\n            \"chart\": {\n                \"chart_group\": \"top200_weekly\",\n                \"chart_id\": \"spotify_top200_weekly_al\",\n                \"country_code\": \"al\",\n                \"dsp\": {\n                    \"dsp_id\": \"spotify\",\n                    \"name\": \"Spotify\",\n                    \"slug\": \"spotify\"\n                },\n                \"name\": \"Spotify Top 200 Albania\",\n                \"num_tracks\": 200,\n                \"rank\": null,\n                \"uri\": null\n            },\n            \"chart_id\": \"spotify_top200_weekly_al\",\n            \"current\": 109,\n            \"date\": \"2020-04-15\",\n            \"enter_date\": null,\n            \"exit_date\": null,\n            \"isrc\": \"GBARL1900453\",\n            \"num_weeks_on\": 18,\n            \"previous\": 111,\n            \"top\": 111,\n            \"track_id\": null\n        },\n        {\n            \"chart\": {\n                \"chart_group\": \"top200_weekly\",\n                \"chart_id\": \"spotify_top200_weekly_dz\",\n                \"country_code\": \"dz\",\n                \"dsp\": {\n                    \"dsp_id\": \"spotify\",\n                    \"name\": \"Spotify\",\n                    \"slug\": \"spotify\"\n                },\n                \"name\": \"Spotify Top 200 Algeria\",\n                \"num_tracks\": 200,\n                \"rank\": null,\n                \"uri\": null\n            },\n            \"chart_id\": \"spotify_top200_weekly_dz\",\n            \"current\": 175,\n            \"date\": \"2020-04-15\",\n            \"enter_date\": null,\n            \"exit_date\": null,\n            \"isrc\": \"GBARL1900453\",\n            \"num_weeks_on\": 14,\n            \"previous\": 173,\n            \"top\": 173,\n            \"track_id\": null\n        },\n        {\n            \"chart\": {\n                \"chart_group\": \"top200_weekly\",\n                \"chart_id\": \"spotify_top200_weekly_as\",\n                \"country_code\": \"as\",\n                \"dsp\": {\n                    \"dsp_id\": \"spotify\",\n                    \"name\": \"Spotify\",\n                    \"slug\": \"spotify\"\n                },\n                \"name\": \"Spotify Top 200 American Samoa\",\n                \"num_tracks\": 200,\n                \"rank\": null,\n                \"uri\": null\n            },\n            \"chart_id\": \"spotify_top200_weekly_as\",\n            \"current\": 152,\n            \"date\": \"2020-04-15\",\n            \"enter_date\": null,\n            \"exit_date\": null,\n            \"isrc\": \"GBARL1900453\",\n            \"num_weeks_on\": 15,\n            \"previous\": 151,\n            \"top\": 151,\n            \"track_id\": null\n        },\n        {\n            \"chart\": {\n                \"chart_group\": \"top200_weekly\",\n                \"chart_id\": \"spotify_top200_weekly_ad\",\n                \"country_code\": \"ad\",\n                \"dsp\": {\n                    \"dsp_id\": \"spotify\",\n                    \"name\": \"Spotify\",\n                    \"slug\": \"spotify\"\n                },\n                \"name\": \"Spotify Top 200 Andorra\",\n                \"num_tracks\": 200,\n                \"rank\": null,\n                \"uri\": null\n            },\n            \"chart_id\": \"spotify_top200_weekly_ad\",\n            \"current\": 184,\n            \"date\": \"2020-04-15\",\n            \"enter_date\": null,\n            \"exit_date\": null,\n            \"isrc\": \"GBARL1900453\",\n            \"num_weeks_on\": 17,\n            \"previous\": 185,\n            \"top\": 185,\n            \"track_id\": null\n        },\n        {\n            \"chart\": {\n                \"chart_group\": \"top200_weekly\",\n                \"chart_id\": \"spotify_top200_weekly_ao\",\n                \"country_code\": \"ao\",\n                \"dsp\": {\n                    \"dsp_id\": \"spotify\",\n                    \"name\": \"Spotify\",\n                    \"slug\": \"spotify\"\n                },\n                \"name\": \"Spotify Top 200 Angola\",\n                \"num_tracks\": 200,\n                \"rank\": null,\n                \"uri\": null\n            },\n            \"chart_id\": \"spotify_top200_weekly_ao\",\n            \"current\": 135,\n            \"date\": \"2020-04-15\",\n            \"enter_date\": null,\n            \"exit_date\": null,\n            \"isrc\": \"GBARL1900453\",\n            \"num_weeks_on\": 18,\n            \"previous\": 137,\n            \"top\": 137,\n            \"track_id\": null\n        },\n        {\n            \"chart\": {\n                \"chart_group\": \"top200_weekly\",\n                \"chart_id\": \"spotify_top200_weekly_ai\",\n                \"country_code\": \"ai\",\n                \"dsp\": {\n                    \"dsp_id\": \"spotify\",\n                    \"name\": \"Spotify\",\n                    \"slug\": \"spotify\"\n                },\n                \"name\": \"Spotify Top 200 Anguilla\",\n                \"num_tracks\": 200,\n                \"rank\": null,\n                \"uri\": null\n            },\n            \"chart_id\": \"spotify_top200_weekly_ai\",\n            \"current\": 31,\n            \"date\": \"2020-04-15\",\n            \"enter_date\": null,\n            \"exit_date\": null,\n            \"isrc\": \"GBARL1900453\",\n            \"num_weeks_on\": 13,\n            \"previous\": 28,\n            \"top\": 28,\n            \"track_id\": null\n        },\n        {\n            \"chart\": {\n                \"chart_group\": \"top200_weekly\",\n                \"chart_id\": \"spotify_top200_weekly_aq\",\n                \"country_code\": \"aq\",\n                \"dsp\": {\n                    \"dsp_id\": \"spotify\",\n                    \"name\": \"Spotify\",\n                    \"slug\": \"spotify\"\n                },\n                \"name\": \"Spotify Top 200 Antarctica\",\n                \"num_tracks\": 200,\n                \"rank\": null,\n                \"uri\": null\n            },\n            \"chart_id\": \"spotify_top200_weekly_aq\",\n            \"current\": 81,\n            \"date\": \"2020-04-15\",\n            \"enter_date\": null,\n            \"exit_date\": null,\n            \"isrc\": \"GBARL1900453\",\n            \"num_weeks_on\": 18,\n            \"previous\": 83,\n            \"top\": 83,\n            \"track_id\": null\n        }\n    ]\n}"
						}
					]
				},
				{
					"name": "track-positions/playlists",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									"pm.test(\"Response time is less than 1000ms\", function () {",
									"",
									"pm.expect(pm.response.responseTime).to.be.below(1000);",
									"",
									"});"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/track-positions/playlists?start_date=2021-01-01&end_date=2021-02-01&artist_id=GRAS_1192524&limit_range=days:2&cursor=date:2021-01-04",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"track-positions",
								"playlists"
							],
							"query": [
								{
									"key": "start_date",
									"value": "2021-01-01"
								},
								{
									"key": "end_date",
									"value": "2021-02-01"
								},
								{
									"key": "dsp",
									"value": "apple",
									"disabled": true
								},
								{
									"key": "playlist_id",
									"value": "spotify_37i9dQZF1DXbYM3nMM0oPk",
									"disabled": true
								},
								{
									"key": "artist_id",
									"value": "GRAS_1192524",
									"description": "GRAS_1735245"
								},
								{
									"key": "isrc",
									"value": "USQX91901111",
									"disabled": true
								},
								{
									"key": "isrc",
									"value": "US6XF1800275",
									"disabled": true
								},
								{
									"key": "include",
									"value": "streams",
									"disabled": true
								},
								{
									"key": "playlist_type",
									"value": "user-shared",
									"disabled": true
								},
								{
									"key": "group_by",
									"value": "date",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "50",
									"disabled": true
								},
								{
									"key": "offset",
									"value": "0",
									"disabled": true
								},
								{
									"key": "sort_by",
									"value": "date",
									"disabled": true
								},
								{
									"key": "sort_order",
									"value": "asc",
									"disabled": true
								},
								{
									"key": "include",
									"value": "playlists",
									"disabled": true
								},
								{
									"key": "limit_range",
									"value": "days:2"
								},
								{
									"key": "cursor",
									"value": "date:2021-01-04"
								}
							]
						}
					},
					"response": [
						{
							"name": "track-positions/playlists",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{proto}}{{hostname}}/v3/track-positions/playlists?start_date={{start_date}}&end_date={{end_date}}&dsp=spotify&isrc={{isrc_charris}}&include=playlists&limit=2",
									"host": [
										"{{proto}}{{hostname}}"
									],
									"path": [
										"v3",
										"track-positions",
										"playlists"
									],
									"query": [
										{
											"key": "start_date",
											"value": "{{start_date}}"
										},
										{
											"key": "end_date",
											"value": "{{end_date}}"
										},
										{
											"key": "dsp",
											"value": "spotify"
										},
										{
											"key": "playlist_id",
											"value": "{{playlist_id_spotify}}",
											"disabled": true
										},
										{
											"key": "artist_id",
											"value": "{{artist_id_charris}}",
											"disabled": true
										},
										{
											"key": "isrc",
											"value": "{{isrc_charris}}"
										},
										{
											"key": "include",
											"value": "playlists"
										},
										{
											"key": "limit",
											"value": "2"
										},
										{
											"key": "offset",
											"value": "0",
											"disabled": true
										},
										{
											"key": "sort_by",
											"value": "playlist",
											"disabled": true
										},
										{
											"key": "sort_order",
											"value": "desc",
											"disabled": true
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Mon, 13 Apr 2020 21:08:50 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "1959"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Server",
									"value": "gunicorn/20.0.4"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"count\": 2,\n    \"items\": [\n        {\n            \"current\": 95,\n            \"date\": \"2020-04-15\",\n            \"enter_date\": null,\n            \"exit_date\": null,\n            \"isrc\": \"USUS11100502\",\n            \"num_weeks_on\": 15,\n            \"playlist\": {\n                \"country_code\": null,\n                \"dsp\": {\n                    \"dsp_id\": \"spotify\",\n                    \"name\": \"Spotify\",\n                    \"slug\": \"spotify\"\n                },\n                \"dsp_playlist_id\": \"02C8uKtc6CoBpD0IdqOZdT\",\n                \"image\": {\n                    \"height\": null,\n                    \"uri\": \"https://qa-images-api.atlas.stream/playlists/by_spotify_id/02C8uKtc6CoBpD0IdqOZdT\",\n                    \"width\": null\n                },\n                \"name\": \"Top Rock Music 2020 - Best Rock Hits Playlist (Alternative Rock, Metal, Hard Rock Songs 2020)\",\n                \"num_tracks\": 99,\n                \"playlist_id\": \"spotify_02C8uKtc6CoBpD0IdqOZdT\",\n                \"rank\": null,\n                \"uri\": \"spotify:playlist:02C8uKtc6CoBpD0IdqOZdT\"\n            },\n            \"playlist_id\": \"spotify_02C8uKtc6CoBpD0IdqOZdT\",\n            \"previous\": 94,\n            \"top\": 94,\n            \"track_id\": null\n        },\n        {\n            \"current\": 172,\n            \"date\": \"2020-04-15\",\n            \"enter_date\": null,\n            \"exit_date\": null,\n            \"isrc\": \"USUS11100502\",\n            \"num_weeks_on\": 13,\n            \"playlist\": {\n                \"country_code\": null,\n                \"dsp\": {\n                    \"dsp_id\": \"spotify\",\n                    \"name\": \"Spotify\",\n                    \"slug\": \"spotify\"\n                },\n                \"dsp_playlist_id\": \"02Dyt0c8CktnqyBiVsZpJX\",\n                \"image\": {\n                    \"height\": null,\n                    \"uri\": \"https://qa-images-api.atlas.stream/playlists/by_spotify_id/02Dyt0c8CktnqyBiVsZpJX\",\n                    \"width\": null\n                },\n                \"name\": \"Your top songs 2015 - 2020\",\n                \"num_tracks\": 266,\n                \"playlist_id\": \"spotify_02Dyt0c8CktnqyBiVsZpJX\",\n                \"rank\": null,\n                \"uri\": \"spotify:playlist:02Dyt0c8CktnqyBiVsZpJX\"\n            },\n            \"playlist_id\": \"spotify_02Dyt0c8CktnqyBiVsZpJX\",\n            \"previous\": 169,\n            \"top\": 169,\n            \"track_id\": null\n        }\n    ]\n}"
						}
					]
				},
				{
					"name": "track-positions/playlists/additions",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									"pm.test(\"Response time is less than 1000ms\", function () {",
									"",
									"pm.expect(pm.response.responseTime).to.be.below(1000);",
									"",
									"});"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/track-positions/playlists/additions?start_date=2020-12-01&end_date=2020-12-03&isrc=USQX91901111&sort_by=streams&sort_order=desc",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"track-positions",
								"playlists",
								"additions"
							],
							"query": [
								{
									"key": "start_date",
									"value": "2020-12-01"
								},
								{
									"key": "end_date",
									"value": "2020-12-03"
								},
								{
									"key": "isrc",
									"value": "USQX91901111"
								},
								{
									"key": "playlist_type",
									"value": "algorithmic",
									"disabled": true
								},
								{
									"key": "include",
									"value": "playlists",
									"disabled": true
								},
								{
									"key": "include",
									"value": "streams",
									"disabled": true
								},
								{
									"key": "include",
									"value": "playlists,streams",
									"disabled": true
								},
								{
									"key": "dsp",
									"value": "spotify",
									"disabled": true
								},
								{
									"key": "sort_by",
									"value": "streams"
								},
								{
									"key": "sort_order",
									"value": "desc"
								},
								{
									"key": "limit",
									"value": "100",
									"disabled": true
								},
								{
									"key": "offset",
									"value": "0",
									"disabled": true
								},
								{
									"key": "limit_range",
									"value": "days:2",
									"disabled": true
								},
								{
									"key": "cursor",
									"value": "date:2020-07-04",
									"disabled": true
								},
								{
									"key": "cursor",
									"value": "date:2020-09-03",
									"disabled": true
								}
							]
						}
					},
					"response": [
						{
							"name": "track-positions/playlists",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{proto}}{{hostname}}/v3/track-positions/playlists?start_date={{start_date}}&end_date={{end_date}}&dsp=spotify&isrc={{isrc_charris}}&include=playlists&limit=2",
									"host": [
										"{{proto}}{{hostname}}"
									],
									"path": [
										"v3",
										"track-positions",
										"playlists"
									],
									"query": [
										{
											"key": "start_date",
											"value": "{{start_date}}"
										},
										{
											"key": "end_date",
											"value": "{{end_date}}"
										},
										{
											"key": "dsp",
											"value": "spotify"
										},
										{
											"key": "playlist_id",
											"value": "{{playlist_id_spotify}}",
											"disabled": true
										},
										{
											"key": "artist_id",
											"value": "{{artist_id_charris}}",
											"disabled": true
										},
										{
											"key": "isrc",
											"value": "{{isrc_charris}}"
										},
										{
											"key": "include",
											"value": "playlists"
										},
										{
											"key": "limit",
											"value": "2"
										},
										{
											"key": "offset",
											"value": "0",
											"disabled": true
										},
										{
											"key": "sort_by",
											"value": "playlist",
											"disabled": true
										},
										{
											"key": "sort_order",
											"value": "desc",
											"disabled": true
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Mon, 13 Apr 2020 21:08:50 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "1959"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Server",
									"value": "gunicorn/20.0.4"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"count\": 2,\n    \"items\": [\n        {\n            \"current\": 95,\n            \"date\": \"2020-04-15\",\n            \"enter_date\": null,\n            \"exit_date\": null,\n            \"isrc\": \"USUS11100502\",\n            \"num_weeks_on\": 15,\n            \"playlist\": {\n                \"country_code\": null,\n                \"dsp\": {\n                    \"dsp_id\": \"spotify\",\n                    \"name\": \"Spotify\",\n                    \"slug\": \"spotify\"\n                },\n                \"dsp_playlist_id\": \"02C8uKtc6CoBpD0IdqOZdT\",\n                \"image\": {\n                    \"height\": null,\n                    \"uri\": \"https://qa-images-api.atlas.stream/playlists/by_spotify_id/02C8uKtc6CoBpD0IdqOZdT\",\n                    \"width\": null\n                },\n                \"name\": \"Top Rock Music 2020 - Best Rock Hits Playlist (Alternative Rock, Metal, Hard Rock Songs 2020)\",\n                \"num_tracks\": 99,\n                \"playlist_id\": \"spotify_02C8uKtc6CoBpD0IdqOZdT\",\n                \"rank\": null,\n                \"uri\": \"spotify:playlist:02C8uKtc6CoBpD0IdqOZdT\"\n            },\n            \"playlist_id\": \"spotify_02C8uKtc6CoBpD0IdqOZdT\",\n            \"previous\": 94,\n            \"top\": 94,\n            \"track_id\": null\n        },\n        {\n            \"current\": 172,\n            \"date\": \"2020-04-15\",\n            \"enter_date\": null,\n            \"exit_date\": null,\n            \"isrc\": \"USUS11100502\",\n            \"num_weeks_on\": 13,\n            \"playlist\": {\n                \"country_code\": null,\n                \"dsp\": {\n                    \"dsp_id\": \"spotify\",\n                    \"name\": \"Spotify\",\n                    \"slug\": \"spotify\"\n                },\n                \"dsp_playlist_id\": \"02Dyt0c8CktnqyBiVsZpJX\",\n                \"image\": {\n                    \"height\": null,\n                    \"uri\": \"https://qa-images-api.atlas.stream/playlists/by_spotify_id/02Dyt0c8CktnqyBiVsZpJX\",\n                    \"width\": null\n                },\n                \"name\": \"Your top songs 2015 - 2020\",\n                \"num_tracks\": 266,\n                \"playlist_id\": \"spotify_02Dyt0c8CktnqyBiVsZpJX\",\n                \"rank\": null,\n                \"uri\": \"spotify:playlist:02Dyt0c8CktnqyBiVsZpJX\"\n            },\n            \"playlist_id\": \"spotify_02Dyt0c8CktnqyBiVsZpJX\",\n            \"previous\": 169,\n            \"top\": 169,\n            \"track_id\": null\n        }\n    ]\n}"
						}
					]
				},
				{
					"name": "track-positions/playlists/summary",
					"event": [
						{
							"listen": "test",
							"script": {
								"exec": [
									"pm.test(\"Response time is less than 1000ms\", function () {",
									"",
									"pm.expect(pm.response.responseTime).to.be.below(1000);",
									"",
									"});"
								],
								"type": "text/javascript"
							}
						}
					],
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/track-positions/playlists/summary?start_date=2021-01-20&end_date=2021-01-27&dsp=spotify&isrc=US6XF1800275&sort_by=total_playlists&sort_order=asc&limit_range=days:3&cursor=date:2021-01-20",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"track-positions",
								"playlists",
								"summary"
							],
							"query": [
								{
									"key": "start_date",
									"value": "2021-01-20"
								},
								{
									"key": "end_date",
									"value": "2021-01-27"
								},
								{
									"key": "dsp",
									"value": "spotify"
								},
								{
									"key": "artist_id",
									"value": "GRAS_1192524",
									"disabled": true
								},
								{
									"key": "isrc",
									"value": "USQX91901111",
									"description": "GRAS_1735245",
									"disabled": true
								},
								{
									"key": "isrc",
									"value": "US6XF1800275"
								},
								{
									"key": "playlist_type",
									"value": "editorial",
									"disabled": true
								},
								{
									"key": "sort_by",
									"value": "total_playlists"
								},
								{
									"key": "sort_order",
									"value": "asc"
								},
								{
									"key": "limit",
									"value": "50",
									"disabled": true
								},
								{
									"key": "offset",
									"value": "0",
									"disabled": true
								},
								{
									"key": "limit_range",
									"value": "days:3"
								},
								{
									"key": "cursor",
									"value": "date:2021-01-20"
								}
							]
						}
					},
					"response": [
						{
							"name": "track-positions/playlists",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{proto}}{{hostname}}/v3/track-positions/playlists?start_date={{start_date}}&end_date={{end_date}}&dsp=spotify&isrc={{isrc_charris}}&include=playlists&limit=2",
									"host": [
										"{{proto}}{{hostname}}"
									],
									"path": [
										"v3",
										"track-positions",
										"playlists"
									],
									"query": [
										{
											"key": "start_date",
											"value": "{{start_date}}"
										},
										{
											"key": "end_date",
											"value": "{{end_date}}"
										},
										{
											"key": "dsp",
											"value": "spotify"
										},
										{
											"key": "playlist_id",
											"value": "{{playlist_id_spotify}}",
											"disabled": true
										},
										{
											"key": "artist_id",
											"value": "{{artist_id_charris}}",
											"disabled": true
										},
										{
											"key": "isrc",
											"value": "{{isrc_charris}}"
										},
										{
											"key": "include",
											"value": "playlists"
										},
										{
											"key": "limit",
											"value": "2"
										},
										{
											"key": "offset",
											"value": "0",
											"disabled": true
										},
										{
											"key": "sort_by",
											"value": "playlist",
											"disabled": true
										},
										{
											"key": "sort_order",
											"value": "desc",
											"disabled": true
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Mon, 13 Apr 2020 21:08:50 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "1959"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Server",
									"value": "gunicorn/20.0.4"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"count\": 2,\n    \"items\": [\n        {\n            \"current\": 95,\n            \"date\": \"2020-04-15\",\n            \"enter_date\": null,\n            \"exit_date\": null,\n            \"isrc\": \"USUS11100502\",\n            \"num_weeks_on\": 15,\n            \"playlist\": {\n                \"country_code\": null,\n                \"dsp\": {\n                    \"dsp_id\": \"spotify\",\n                    \"name\": \"Spotify\",\n                    \"slug\": \"spotify\"\n                },\n                \"dsp_playlist_id\": \"02C8uKtc6CoBpD0IdqOZdT\",\n                \"image\": {\n                    \"height\": null,\n                    \"uri\": \"https://qa-images-api.atlas.stream/playlists/by_spotify_id/02C8uKtc6CoBpD0IdqOZdT\",\n                    \"width\": null\n                },\n                \"name\": \"Top Rock Music 2020 - Best Rock Hits Playlist (Alternative Rock, Metal, Hard Rock Songs 2020)\",\n                \"num_tracks\": 99,\n                \"playlist_id\": \"spotify_02C8uKtc6CoBpD0IdqOZdT\",\n                \"rank\": null,\n                \"uri\": \"spotify:playlist:02C8uKtc6CoBpD0IdqOZdT\"\n            },\n            \"playlist_id\": \"spotify_02C8uKtc6CoBpD0IdqOZdT\",\n            \"previous\": 94,\n            \"top\": 94,\n            \"track_id\": null\n        },\n        {\n            \"current\": 172,\n            \"date\": \"2020-04-15\",\n            \"enter_date\": null,\n            \"exit_date\": null,\n            \"isrc\": \"USUS11100502\",\n            \"num_weeks_on\": 13,\n            \"playlist\": {\n                \"country_code\": null,\n                \"dsp\": {\n                    \"dsp_id\": \"spotify\",\n                    \"name\": \"Spotify\",\n                    \"slug\": \"spotify\"\n                },\n                \"dsp_playlist_id\": \"02Dyt0c8CktnqyBiVsZpJX\",\n                \"image\": {\n                    \"height\": null,\n                    \"uri\": \"https://qa-images-api.atlas.stream/playlists/by_spotify_id/02Dyt0c8CktnqyBiVsZpJX\",\n                    \"width\": null\n                },\n                \"name\": \"Your top songs 2015 - 2020\",\n                \"num_tracks\": 266,\n                \"playlist_id\": \"spotify_02Dyt0c8CktnqyBiVsZpJX\",\n                \"rank\": null,\n                \"uri\": \"spotify:playlist:02Dyt0c8CktnqyBiVsZpJX\"\n            },\n            \"playlist_id\": \"spotify_02Dyt0c8CktnqyBiVsZpJX\",\n            \"previous\": 169,\n            \"top\": 169,\n            \"track_id\": null\n        }\n    ]\n}"
						}
					]
				},
				{
					"name": "video-analytics",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/video-analytics?start_date=2021-05-01&end_date=2021-05-06&artist_id=GRAS_740645&group_by=isrc",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"video-analytics"
							],
							"query": [
								{
									"key": "start_date",
									"value": "2021-05-01"
								},
								{
									"key": "end_date",
									"value": "2021-05-06"
								},
								{
									"key": "isrc",
									"value": "USSM10804556",
									"disabled": true
								},
								{
									"key": "video_id",
									"value": "youtube_GAEuJe8NDzc",
									"disabled": true
								},
								{
									"key": "artist_id",
									"value": "GRAS_740645",
									"description": "partner_uploaded,premium_ugc"
								},
								{
									"key": "content_type",
									"value": "partner_uploaded",
									"disabled": true
								},
								{
									"key": "dsp",
									"value": "youtube",
									"description": "date,video_id,isrc",
									"disabled": true
								},
								{
									"key": "expand_to",
									"value": "related_isrcs",
									"disabled": true
								},
								{
									"key": "group_by",
									"value": "isrc"
								},
								{
									"key": "country_code",
									"value": "worldwide",
									"disabled": true
								},
								{
									"key": "only",
									"value": "demographics",
									"disabled": true
								},
								{
									"key": "limit_range",
									"value": "days:2",
									"disabled": true
								},
								{
									"key": "cursor",
									"value": "date:2021-02-25",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "20",
									"disabled": true
								},
								{
									"key": "offset",
									"value": "100",
									"disabled": true
								},
								{
									"key": "sort_by",
									"value": "metrics.views",
									"disabled": true
								},
								{
									"key": "sort_order",
									"value": "desc",
									"disabled": true
								},
								{
									"key": "artist_id",
									"value": "gras_123",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "videos",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/videos?artist_id=GRAS_1347244",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"videos"
							],
							"query": [
								{
									"key": "artist_id",
									"value": "GRAS_1347244"
								},
								{
									"key": "channel_id",
									"value": "YOUTUBE_UC--5ddFedgkwFxaLnvpsfJQ",
									"description": "from video table in PG",
									"disabled": true
								},
								{
									"key": "isrc",
									"value": "USSM12004756",
									"disabled": true
								},
								{
									"key": "track_id",
									"value": "GRAS_A10328E00036063875",
									"description": "from video_track table in PG",
									"disabled": true
								},
								{
									"key": "dsp",
									"value": "youtube",
									"disabled": true
								},
								{
									"key": "expand_to",
									"value": "related_isrcs",
									"disabled": true
								},
								{
									"key": "content_type",
									"value": "UGCsong",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "20",
									"disabled": true
								},
								{
									"key": "offset",
									"value": "2",
									"disabled": true
								},
								{
									"key": "sort_by",
									"value": "views",
									"description": "USSM12006375",
									"disabled": true
								},
								{
									"key": "sort_order",
									"value": "asc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "videos/:video_id",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/videos/:video_id",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"videos",
								":video_id"
							],
							"query": [
								{
									"key": null,
									"value": "",
									"description": "WA79x85Scqk",
									"disabled": true
								}
							],
							"variable": [
								{
									"key": "video_id",
									"value": "YOUTUBE_AeGfss2vsZg",
									"description": "CM7z42fn220\n-0l-vi449x0"
								}
							]
						}
					},
					"response": [
						{
							"name": "tracks",
							"originalRequest": {
								"method": "GET",
								"header": [],
								"url": {
									"raw": "{{proto}}{{hostname}}/v3/tracks?artist_id={{artist_id_charris}}&group_by=isrc&limit=10&sort_by=release_date&sort_order=desc&isrc={{isrc1}}",
									"host": [
										"{{proto}}{{hostname}}"
									],
									"path": [
										"v3",
										"tracks"
									],
									"query": [
										{
											"key": "artist_id",
											"value": "{{artist_id_charris}}"
										},
										{
											"key": "group_by",
											"value": "isrc"
										},
										{
											"key": "limit",
											"value": "10"
										},
										{
											"key": "sort_by",
											"value": "release_date"
										},
										{
											"key": "sort_order",
											"value": "desc"
										},
										{
											"key": "isrc",
											"value": "{{isrc1}}"
										}
									]
								}
							},
							"status": "OK",
							"code": 200,
							"_postman_previewlanguage": "json",
							"header": [
								{
									"key": "Date",
									"value": "Mon, 13 Apr 2020 20:48:01 GMT"
								},
								{
									"key": "Content-Type",
									"value": "application/json"
								},
								{
									"key": "Content-Length",
									"value": "4128"
								},
								{
									"key": "Connection",
									"value": "keep-alive"
								},
								{
									"key": "Server",
									"value": "gunicorn/20.0.4"
								},
								{
									"key": "Access-Control-Allow-Origin",
									"value": "*"
								}
							],
							"cookie": [],
							"body": "{\n    \"count\": 10,\n    \"items\": [\n        {\n            \"isrc\": \"USUS11201141\",\n            \"lyrics_version\": null,\n            \"name\": \"Sweet Nothing\",\n            \"product\": {\n                \"name\": \"Ultra Dance 14\",\n                \"product_id\": \"GRAS_G0100029844473\",\n                \"release_date\": null,\n                \"spotify_popularity\": null\n            },\n            \"release_date\": \"2013-07-23\",\n            \"track_id\": \"GRAS_A10328E0006456476H\",\n            \"track_name_suppl\": null\n        },\n        {\n            \"isrc\": \"USUS11200875\",\n            \"lyrics_version\": null,\n            \"name\": \"Feel So Close\",\n            \"product\": {\n                \"name\": \"Ultra Dubstep\",\n                \"product_id\": \"GRAS_G0100029722911\",\n                \"release_date\": null,\n                \"spotify_popularity\": null\n            },\n            \"release_date\": \"2013-07-23\",\n            \"track_id\": \"GRAS_A10328E0006427884W\",\n            \"track_name_suppl\": \"Nero Dub\"\n        },\n        {\n            \"isrc\": \"USUS11200728\",\n            \"lyrics_version\": null,\n            \"name\": \"Feel So Close\",\n            \"product\": {\n                \"name\": \"Feel So Close\",\n                \"product_id\": \"GRAS_G010003074786Y\",\n                \"release_date\": null,\n                \"spotify_popularity\": null\n            },\n            \"release_date\": \"2013-07-23\",\n            \"track_id\": \"GRAS_A10328E0006707786B\",\n            \"track_name_suppl\": \"Extended Mix\"\n        },\n        {\n            \"isrc\": \"USUS11200386\",\n            \"lyrics_version\": null,\n            \"name\": \"Feel So Close\",\n            \"product\": {\n                \"name\": \"Ultra Weekend 8\",\n                \"product_id\": \"GRAS_G0100029934049\",\n                \"release_date\": null,\n                \"spotify_popularity\": null\n            },\n            \"release_date\": \"2013-07-23\",\n            \"track_id\": \"GRAS_A10328E00064832994\",\n            \"track_name_suppl\": \"Extended Mix\"\n        },\n        {\n            \"isrc\": \"USUS11100502\",\n            \"lyrics_version\": null,\n            \"name\": \"Feel So Close\",\n            \"product\": {\n                \"name\": \"Feel So Close\",\n                \"product_id\": \"GRAS_G0100030747905\",\n                \"release_date\": null,\n                \"spotify_popularity\": null\n            },\n            \"release_date\": \"2013-07-23\",\n            \"track_id\": \"GRAS_A10328E0006707790J\",\n            \"track_name_suppl\": \"Extended Mix\"\n        },\n        {\n            \"isrc\": \"USUS11100444\",\n            \"lyrics_version\": null,\n            \"name\": \"Feel So Close\",\n            \"product\": {\n                \"name\": \"Feel So Close\",\n                \"product_id\": \"GRAS_G0100030747841\",\n                \"release_date\": null,\n                \"spotify_popularity\": null\n            },\n            \"release_date\": \"2013-07-23\",\n            \"track_id\": \"GRAS_A10328E0006707784F\",\n            \"track_name_suppl\": \"Benny Benassi Remix\"\n        },\n        {\n            \"isrc\": \"USUS11001085\",\n            \"lyrics_version\": null,\n            \"name\": \"Flashback\",\n            \"product\": {\n                \"name\": \"Flashback\",\n                \"product_id\": \"GRAS_G010003115611B\",\n                \"release_date\": null,\n                \"spotify_popularity\": null\n            },\n            \"release_date\": \"2013-11-20\",\n            \"track_id\": \"GRAS_A10328E0006815064N\",\n            \"track_name_suppl\": \"Eric Prydz Remix\"\n        },\n        {\n            \"isrc\": \"USUS11001019\",\n            \"lyrics_version\": null,\n            \"name\": \"You Used to Hold Me\",\n            \"product\": {\n                \"name\": \"You Used To Hold Me\",\n                \"product_id\": \"GRAS_G010002943509W\",\n                \"release_date\": null,\n                \"spotify_popularity\": null\n            },\n            \"release_date\": \"2013-07-23\",\n            \"track_id\": \"GRAS_A10328E0006355730V\",\n            \"track_name_suppl\": \"Instrumental\"\n        },\n        {\n            \"isrc\": \"USUS11000647\",\n            \"lyrics_version\": null,\n            \"name\": \"Flashback\",\n            \"product\": {\n                \"name\": \"Ultra 2011\",\n                \"product_id\": \"GRAS_G010002993347W\",\n                \"release_date\": null,\n                \"spotify_popularity\": null\n            },\n            \"release_date\": \"2013-07-23\",\n            \"track_id\": \"GRAS_A10328E00064827298\",\n            \"track_name_suppl\": \"David Guetta's One Love Remix\"\n        },\n        {\n            \"isrc\": \"USUS11000199\",\n            \"lyrics_version\": null,\n            \"name\": \"Flashback\",\n            \"product\": {\n                \"name\": \"Flashback\",\n                \"product_id\": \"GRAS_G010003115678A\",\n                \"release_date\": null,\n                \"spotify_popularity\": null\n            },\n            \"release_date\": \"2013-07-23\",\n            \"track_id\": \"GRAS_A10328E0006815131X\",\n            \"track_name_suppl\": \"David Guetta's One Love Remix\"\n        }\n    ]\n}"
						}
					]
				},
				{
					"name": "video-positions/charts",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/video-positions/charts?start_date=2021-05-01&end_date=2021-06-27",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"video-positions",
								"charts"
							],
							"query": [
								{
									"key": "start_date",
									"value": "2021-05-01"
								},
								{
									"key": "end_date",
									"value": "2021-06-27",
									"description": "from video table in PG"
								},
								{
									"key": "artist_id",
									"value": "GRAS_348494",
									"disabled": true
								},
								{
									"key": "chart_id",
									"value": "youtube_trending_us",
									"description": "from video_track table in PG",
									"disabled": true
								},
								{
									"key": "isrc",
									"value": "USSD22100529",
									"disabled": true
								},
								{
									"key": "video_id",
									"value": "youtube_5N2_zOTxID0",
									"disabled": true
								},
								{
									"key": "chart_group",
									"value": "youtube_trending",
									"disabled": true
								},
								{
									"key": "dsp",
									"value": "youtube",
									"disabled": true
								},
								{
									"key": "expand_to",
									"value": "related_isrcs",
									"disabled": true
								},
								{
									"key": "content_type",
									"value": "PREMIUM_UGC",
									"description": "USSM12006375",
									"disabled": true
								},
								{
									"key": "country_code",
									"value": "ca",
									"disabled": true
								},
								{
									"key": "include",
									"value": "video",
									"disabled": true
								},
								{
									"key": "is_sony",
									"value": "true",
									"disabled": true
								},
								{
									"key": "limit_range",
									"value": "days:5",
									"disabled": true
								},
								{
									"key": "cursor",
									"value": "date:2021-06-27",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "5000",
									"disabled": true
								},
								{
									"key": "offset",
									"value": "0",
									"disabled": true
								},
								{
									"key": "sort_by",
									"value": "position.date",
									"disabled": true
								},
								{
									"key": "sort_order",
									"value": "desc",
									"disabled": true
								}
							]
						}
					},
					"response": []
				},
				{
					"name": "video-positions/charts/summary",
					"request": {
						"method": "GET",
						"header": [],
						"url": {
							"raw": "{{proto}}{{hostname}}/v3/video-positions/charts/summary?video_id=youtube_5N2_zOTxID0,youtube__VRyoaNF9sk&country_code=us&include=video&is_sony=true&sort_by=summary.total_days&sort_order=desc",
							"host": [
								"{{proto}}{{hostname}}"
							],
							"path": [
								"v3",
								"video-positions",
								"charts",
								"summary"
							],
							"query": [
								{
									"key": "artist_id",
									"value": "GRAS_348494",
									"disabled": true
								},
								{
									"key": "isrc",
									"value": "USSM12004756",
									"description": "from video table in PG",
									"disabled": true
								},
								{
									"key": "video_id",
									"value": "youtube_5N2_zOTxID0,youtube__VRyoaNF9sk"
								},
								{
									"key": "chart_id",
									"value": "youtube_trending_bo",
									"description": "from video_track table in PG",
									"disabled": true
								},
								{
									"key": "chart_group",
									"value": "youtube_trending",
									"disabled": true
								},
								{
									"key": "expand_to",
									"value": "related_isrcs",
									"disabled": true
								},
								{
									"key": "content_type",
									"value": "partner_uploaded",
									"disabled": true
								},
								{
									"key": "country_code",
									"value": "us"
								},
								{
									"key": "include",
									"value": "video"
								},
								{
									"key": "is_sony",
									"value": "true",
									"description": "USSM12006375"
								},
								{
									"key": "dsp",
									"value": "youtube",
									"disabled": true
								},
								{
									"key": "limit",
									"value": "5",
									"disabled": true
								},
								{
									"key": "offset",
									"value": "2",
									"disabled": true
								},
								{
									"key": "sort_by",
									"value": "summary.total_days"
								},
								{
									"key": "sort_order",
									"value": "desc"
								}
							]
						}
					},
					"response": []
				}
			]
		}
	],
	"auth": {
		"type": "bearer",
		"bearer": [
			{
				"key": "token",
				"value": "{{delphi-api-token}}",
				"type": "string"
			}
		]
	},
	"event": [
		{
			"listen": "prerequest",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		},
		{
			"listen": "test",
			"script": {
				"type": "text/javascript",
				"exec": [
					""
				]
			}
		}
	],
	"variable": [
		{
			"key": "proto",
			"value": "{{delphi-api-proto}}",
			"type": "string"
		},
		{
			"key": "hostname",
			"value": "{{delphi-api-hostname}}",
			"type": "string"
		},
		{
			"key": "client_id",
			"value": "{{delphi-api-client-id}}",
			"type": "string"
		},
		{
			"key": "client_secret",
			"value": "{{delphi-api-client-secret}}",
			"type": "string"
		},
		{
			"key": "isrc1",
			"value": "ESA011891255",
			"type": "string"
		},
		{
			"key": "isrc2",
			"value": "USSM11904174",
			"type": "string"
		},
		{
			"key": "isrc3",
			"value": "USSD11800343",
			"type": "string"
		},
		{
			"key": "isrc4",
			"value": "QMDA61852569",
			"type": "string"
		},
		{
			"key": "isrc5",
			"value": "",
			"type": "string"
		},
		{
			"key": "isrc6",
			"value": "",
			"type": "string"
		},
		{
			"key": "isrc7",
			"value": "",
			"type": "string"
		},
		{
			"key": "container_id1",
			"value": "pl.d89f273e20d4488983e079364ea36ac8",
			"type": "string"
		},
		{
			"key": "playlistId2",
			"value": "16C3dR9mCY3welkjSZqNXR",
			"type": "string"
		},
		{
			"key": "artist_id_ozzy",
			"value": "GRAS_7513",
			"type": "string"
		},
		{
			"key": "track_id_ozzy",
			"value": "",
			"type": "string"
		},
		{
			"key": "product_id_ozzy",
			"value": "",
			"type": "string"
		},
		{
			"key": "track_id_crazy_train",
			"value": "GRAS_A10328E00035064641",
			"type": "string"
		},
		{
			"key": "isrc_crazy_train",
			"value": "USSM10202700",
			"type": "string"
		},
		{
			"key": "artist_id_charris",
			"value": "GRAS_740645",
			"type": "string"
		},
		{
			"key": "isrc_charris",
			"value": "",
			"type": "string"
		},
		{
			"key": "product_id_charris",
			"value": "GRAS_G010003846618R",
			"type": "string"
		},
		{
			"key": "track_id_charris",
			"value": "GRAS_A10328E0008535954C",
			"type": "string"
		},
		{
			"key": "artist_id_tscott",
			"value": "",
			"type": "string"
		},
		{
			"key": "playlist_id_spotify",
			"value": "",
			"type": "string"
		},
		{
			"key": "playlist_id_apple",
			"value": "",
			"type": "string"
		},
		{
			"key": "chart_id_spotify",
			"value": "",
			"type": "string"
		},
		{
			"key": "chart_id_apple",
			"value": "",
			"type": "string"
		},
		{
			"key": "start_date",
			"value": "",
			"type": "string"
		},
		{
			"key": "end_date",
			"value": "",
			"type": "string"
		}
	]
}
