{"info":{"_postman_id":"999f7d91-7226-4e61-b1d8-9b5c6fe6dd20","name":"MOR Music","description":"<html><head></head><body><p>Welcome to MOR Music by Victory 91.5! When making a call, you'll use your API key in the header of each request by sending x-api-key. Your key will determine which stages and endpoints you have access to.</p>\n<p>MOR Music is currently operating under the v1 stage.</p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"108965","collectionId":"999f7d91-7226-4e61-b1d8-9b5c6fe6dd20","publishedId":"SVzuZfx5","public":true,"customColor":{"top-bar":"000000","right-sidebar":"303030","highlight":"2A79BE"},"publishDate":"2019-10-21T14:55:42.000Z"},"item":[{"name":"User Auth, Registration, & Validation","item":[{"name":"User Authorization","id":"7123531c-a94b-454f-913d-fa2d7459c3cb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"","description":"<p>API Key</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"email\":\"\",\n    \"password\":\"\"\n}"},"url":"https://api.mormusic.app/v1/user/authorize","description":"<p>If the user is already registered, we'll need validate the user by passing their email and password. Once the MOR Music Service validates the user, the response will contain a <code>token</code> to be used in subsequent requests and what services are active.</p>\n","urlObject":{"protocol":"https","path":["v1","user","authorize"],"host":["api.mormusic.app"],"query":[],"variable":[]}},"response":[{"id":"ec5f2eef-309f-4bd2-91d2-a319523bf979","name":"User Authorization","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"","description":"Your API Key"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\":\"\",\n    \"password\":\"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.victory.radio/v1/user/authorize"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"209"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 21 Oct 2019 15:29:49 GMT"},{"key":"x-amzn-RequestId","value":"3626639a-fa1e-4272-95ac-f695d34b10a6"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,X-userToken,Authorization,X-Amz-Date,X-Api-Key,X-Amz-Security-Token"},{"key":"x-amz-apigw-id","value":"B61FCH48IAMFXYw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5dadceec-2345e57785c1818572112e15"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 10ced671660307db6eedacb69410d18e.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ATL51-C1"},{"key":"X-Amz-Cf-Id","value":"rHWuiM4r6htYzcdiQS0Q8BzrjiMhPVuNnTJlgt86LrTsjXI-21jiPQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"name\": {\n        \"first\": \"Austin\",\n        \"last\": \"Hollis\"\n    },\n    \"token\": \"mor1571671789a8566163b685ae7c9823\",\n    \"subID\": \"13\",\n    \"subscription\": {\n        \"features\": {\n            \"radio\": {\n                \"active\": true,\n                \"adSupported\": false,\n                \"subscriptionEnd\": \"2032-01-01 00:00:00\"\n            },\n            \"streams\": {\n                \"active\": true,\n                \"adSupported\": false,\n                \"subscriptionEnd\": \"2032-01-01 00:00:00\"\n            },\n            \"podcasts\": {\n                \"active\": true,\n                \"adSupported\": false,\n                \"subscriptionEnd\": \"2032-01-01 00:00:00\"\n            },\n            \"onDemand\": {\n                \"active\": false,\n                \"subscriptionEnd\": \"2018-01-01 00:00:00\"\n            }\n        }\n    }\n}"}],"_postman_id":"7123531c-a94b-454f-913d-fa2d7459c3cb"},{"name":"Register User","id":"6cf6c6b2-7221-478a-8645-1fefdea29426","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"","description":"<p>Your API Key</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"email\": \"\",\n\t\"password\": \"\",\n\t\"firstName\": \"\",\n\t\"lastName\": \"\",\n\t\"phone\": \"\",\n\t\"zip\": \"\"\n}"},"url":"https://api.victory.radio/v1/user/register","description":"<p>If the user is new to the service, a new registration will need to be completed. Once a success message is returned saying the account has been created, you can then call the authorization endpoint to authorize the account.</p>\n","urlObject":{"protocol":"https","path":["v1","user","register"],"host":["api","victory","radio"],"query":[],"variable":[]}},"response":[{"id":"a50da7bc-e723-4c56-8cd3-dbc839fbfd51","name":"Register User","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"","description":"Your API Key"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\":\"\",\n    \"password\":\"\",\n    \"firstName\":\"{{userFirstName}}\",\n    \"lastName\":\"{{userLastName}}\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.victory.radio/v1/user/register"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"47","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 18 Oct 2017 12:54:43 GMT","name":"Date","description":""},{"key":"Via","value":"1.1 9af17e5a616bfc9ac07fc7e415ade9e6.cloudfront.net (CloudFront)","name":"Via","description":""},{"key":"X-Amz-Cf-Id","value":"KeiawL9EZC4P6vgAZzeFuNCLBH4tmxlVLD4VzQsVPu46YT_pvC67jA==","name":"X-Amz-Cf-Id","description":""},{"key":"X-Amzn-Trace-Id","value":"Root=1-59e74f13-ff057e08b3b604cec3109445","name":"X-Amzn-Trace-Id","description":""},{"key":"X-Cache","value":"Miss from cloudfront","name":"X-Cache","description":""},{"key":"x-amzn-RequestId","value":"831c9745-b403-11e7-a382-a980ff57354e","name":"x-amzn-RequestId","description":""}],"cookie":[],"responseTime":null,"body":"{\"success\":\"The user account has been created\"}"}],"_postman_id":"6cf6c6b2-7221-478a-8645-1fefdea29426"},{"name":"Forgot Password","id":"6aca725d-7c15-46a0-8fa7-478c4c895bea","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"","description":"<p>Your API Key</p>\n"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"email\":\"\"\n}"},"url":"https://api.victory.radio/v1/user/forgot","description":"<p>If the user cannot remember their account login information, simply pass their email and reset instructions will be sent to them.</p>\n","urlObject":{"protocol":"https","path":["v1","user","forgot"],"host":["api","victory","radio"],"query":[],"variable":[]}},"response":[{"id":"7bf19e37-bb3f-4480-a873-49fe68ef53d2","name":"Forgot Password","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"","description":"Your API Key"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"email\":\"\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.victory.radio/v1/user/forgot"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*","name":"Access-Control-Allow-Origin","description":""},{"key":"Connection","value":"keep-alive","name":"Connection","description":""},{"key":"Content-Length","value":"39","name":"Content-Length","description":""},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":""},{"key":"Date","value":"Wed, 18 Oct 2017 12:54:09 GMT","name":"Date","description":""},{"key":"Via","value":"1.1 9af17e5a616bfc9ac07fc7e415ade9e6.cloudfront.net (CloudFront)","name":"Via","description":""},{"key":"X-Amz-Cf-Id","value":"KmhDsE457AThflislfxXNdaaHEaDnr7H_WF9ipLsTzBPfv4Db5bLDw==","name":"X-Amz-Cf-Id","description":""},{"key":"X-Amzn-Trace-Id","value":"Root=1-59e74ef1-a1518fa535517a7741318542","name":"X-Amzn-Trace-Id","description":""},{"key":"X-Cache","value":"Miss from cloudfront","name":"X-Cache","description":""},{"key":"x-amzn-RequestId","value":"6e93f03b-b403-11e7-a606-17d2224a9b3f","name":"x-amzn-RequestId","description":""}],"cookie":[],"responseTime":null,"body":"{\"success\":\"password reset email sent\"}"}],"_postman_id":"6aca725d-7c15-46a0-8fa7-478c4c895bea"}],"id":"f53d98cf-95f4-4fa7-9f62-686866059666","description":"<p>In order to complete any other requests in the API, a user token will be required. This section outlines how to obtain a user token and how to register a new user.</p>\n","event":[{"listen":"prerequest","script":{"id":"b128e03e-d8bf-4732-b61a-b66d9c48223e","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"63416b4d-0333-477b-9d0f-b1a1c3b81fe8","type":"text/javascript","exec":[""]}}],"_postman_id":"f53d98cf-95f4-4fa7-9f62-686866059666"},{"name":"Live Radio","item":[{"name":"Listen Live","id":"ffdb3aeb-cdd1-421b-b7bc-415ebf0c3e47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"","description":"<p>API Key</p>\n"},{"key":"x-userToken","value":"{{userToken}}","description":"<p>User Token</p>\n"}],"url":"https://api.victory.radio/v1/radio/live","description":"<p>Get the live streaming URL for each stream the station has</p>\n","urlObject":{"protocol":"https","path":["v1","radio","live"],"host":["api","victory","radio"],"query":[],"variable":[]}},"response":[{"id":"553ad9d0-9a28-410a-a1a1-a601097d6002","name":"Listen Live","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"","description":"Your API Key"},{"key":"x-userToken","value":"{{userToken}}","description":"If you have an authenticated user, include their user token"}],"url":"https://api.victory.radio/v1/radio/live"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"streams\": [\n        {\n        \t\"name\": \"Victory 91.5\",\n        \t\"streamingURL\": \"http://s2.radioreformation.com:8062/;stream.mp3\"\n        }\n    ]\n}"}],"_postman_id":"ffdb3aeb-cdd1-421b-b7bc-415ebf0c3e47"},{"name":"Radio History","id":"05965866-947c-4367-b28f-feeaa029cfe3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"","description":"<p>API Key</p>\n"},{"key":"x-userToken","value":"{{userToken}}","description":"<p>User Token</p>\n"}],"url":"https://api.victory.radio/v1/radio/history","description":"<p>The response includes the most recent tracks played by the station. The limit is defined by the station and can change. If the airTime is used, be sure to do the correct UTC offset for where the user is.</p>\n<p>The <code>track-&gt;token</code> can be used to create a new stream. See the Music Request section on how to use this token.</p>\n","urlObject":{"protocol":"https","path":["v1","radio","history"],"host":["api","victory","radio"],"query":[],"variable":[]}},"response":[{"id":"705ff5a8-c9b8-498d-a9bf-bbb480331c5f","name":"Radio History","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"","description":"API Key"},{"key":"x-userToken","value":"{{userToken}}","description":"User Token"}],"url":"https://api.victory.radio/v1/radio/history"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"26605"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 21 Oct 2019 15:59:03 GMT"},{"key":"x-amzn-RequestId","value":"69d14a88-c4f4-425c-855e-5ea920114c51"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,X-userToken,Authorization,X-Amz-Date,X-Api-Key,X-Amz-Security-Token"},{"key":"x-amz-apigw-id","value":"B65XNHFhIAMFTzw="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5dadd5c7-833fd00871a4f974b94670dc"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 05f7e384e41d32741b70e356039aa994.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ATL52-C1"},{"key":"X-Amz-Cf-Id","value":"WXI2dsCsaRNUPEhCuEBYai4CbhDFgOiY9RvkffXG-Lb7w6yUEtBVGA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"historyItems\": [\n        {\n            \"itemType\": \"title\",\n            \"order\": \"1\",\n            \"airTime\": \"2019-10-21 15:54:50\",\n            \"track\": {\n                \"name\": \"Rhythm of Your Love - Banner\",\n                \"id\": \"89032\",\n                \"trackToken\": \"RADH1571673289dd82a255d5e\"\n            },\n            \"artist\": {\n                \"name\": \"Daniel Bashta\",\n                \"id\": \"333\"\n            },\n            \"album\": {\n                \"name\": \"Rhythm of Your Love-Banner\",\n                \"id\": \"14448\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/26cad0.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/26cad0.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/26cad0.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"2\",\n            \"airTime\": \"2019-10-21 15:50:33\",\n            \"track\": {\n                \"name\": \"Royalty\",\n                \"id\": \"90506\",\n                \"trackToken\": \"RADH1571673033dec84a2d3ee20a379\"\n            },\n            \"artist\": {\n                \"name\": \"London Gatch\",\n                \"id\": \"3843\"\n            },\n            \"album\": {\n                \"name\": \"New Stories\",\n                \"id\": \"14853\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/15575326007243c660e8f465.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/15575326007243c660e8f465.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/15575326007243c660e8f465.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"3\",\n            \"airTime\": \"2019-10-21 15:43:45\",\n            \"track\": {\n                \"name\": \"My Hope Is Built\",\n                \"id\": \"4145\",\n                \"trackToken\": \"RADH1571672625dac10cae9fb302f53ec945c6c\"\n            },\n            \"artist\": {\n                \"name\": \"Shane & Shane\",\n                \"id\": \"1162\"\n            },\n            \"album\": {\n                \"name\": \"Everything Is Different\",\n                \"id\": \"2438\"\n            },\n            \"lyrics\": \"My hope is built on nothing less\\nThan Jesus' blood and righteousness\\nI dare not trust the sweetest frame\\nBut wholly lean in Jesus' Name\\n\\nWhen darkness seems\\nTo hide His face\\nI rest on His unchanging grace\\nIn every high and stormy gale\\nMy anchor holds within the veil\\n\\nOn Christ the solid Rock I stand\\nAll other ground is sinking sand\\n\\nHis oath, His covenant, His blood\\n\\nSupport me in the whelming flood\\nWhen all around my soul gives way\\nHe then is all my Hope and Stay\\n\\nWhen He shall come\\nWith trumpet sound\\nOh may I then in Him be found\\nDressed in His righteousness alone\\nFaultless to stand before the throne\\n\\nI stand on the Rock Of Ages\",\n            \"lyricsHTML\": \"My hope is built on nothing less<br /> Than Jesus' blood and righteousness<br /> I dare not trust the sweetest frame<br /> But wholly lean in Jesus' Name<br /> <br /> When darkness seems<br /> To hide His face<br /> I rest on His unchanging grace<br /> In every high and stormy gale<br /> My anchor holds within the veil<br /> <br /> On Christ the solid Rock I stand<br /> All other ground is sinking sand<br /> <br /> His oath, His covenant, His blood<br /> <br /> Support me in the whelming flood<br /> When all around my soul gives way<br /> He then is all my Hope and Stay<br /> <br /> When He shall come<br /> With trumpet sound<br /> Oh may I then in Him be found<br /> Dressed in His righteousness alone<br /> Faultless to stand before the throne<br /> <br /> I stand on the Rock Of Ages\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/71254f7f4f.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/71254f7f4f.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/71254f7f4f.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"4\",\n            \"airTime\": \"2019-10-21 15:39:29\",\n            \"track\": {\n                \"name\": \"Perfect Love (Live)\",\n                \"id\": \"89307\",\n                \"trackToken\": \"RADH1571672369d943b9fbdd95ef266d8ad07857d\"\n            },\n            \"artist\": {\n                \"name\": \"Cindy Cruse Ratcliff\",\n                \"id\": \"1604\"\n            },\n            \"album\": {\n                \"name\": \"Edge Of The Universe (Live At Lakewood Church)\",\n                \"id\": \"14524\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/154707830153b81e3196fbe9.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/154707830153b81e3196fbe9.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/154707830153b81e3196fbe9.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"5\",\n            \"airTime\": \"2019-10-21 15:36:09\",\n            \"track\": {\n                \"name\": \"It's Gonna Get Better\",\n                \"id\": \"90726\",\n                \"trackToken\": \"RADH1571672169d36c6fa66e70617de131197\"\n            },\n            \"artist\": {\n                \"name\": \"Stars Go Dim\",\n                \"id\": \"1211\"\n            },\n            \"album\": {\n                \"name\": \"Better\",\n                \"id\": \"14343\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/15581289469b52.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/15581289469b52.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/15581289469b52.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"6\",\n            \"airTime\": \"2019-10-21 15:28:44\",\n            \"track\": {\n                \"name\": \"Oh Praise (The Only One)\",\n                \"id\": \"14552\",\n                \"trackToken\": \"RADH1571671724d6c7928afb6\"\n            },\n            \"artist\": {\n                \"name\": \"Michael Farren\",\n                \"id\": \"1546\"\n            },\n            \"album\": {\n                \"name\": \"Fighting for Us\",\n                \"id\": \"14265\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/68ea860452254bda2723f75f.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/68ea860452254bda2723f75f.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/68ea860452254bda2723f75f.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"7\",\n            \"airTime\": \"2019-10-21 15:24:47\",\n            \"track\": {\n                \"name\": \"Faithful (feat. Amy Grant)\",\n                \"id\": \"36348\",\n                \"trackToken\": \"RADH1571671487dcf46bf544e2658030a9a\"\n            },\n            \"artist\": {\n                \"name\": \"Ryan Stevenson featuring Amy Grant\",\n                \"id\": \"1115\"\n            },\n            \"album\": {\n                \"name\": \"No Matter What\",\n                \"id\": \"14073\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/87d48c73696c490a.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/87d48c73696c490a.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/87d48c73696c490a.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"8\",\n            \"airTime\": \"2019-10-21 15:18:57\",\n            \"track\": {\n                \"name\": \"Dust & Clay\",\n                \"id\": \"10624\",\n                \"trackToken\": \"RADH1571671137dff8ec3c801\"\n            },\n            \"artist\": {\n                \"name\": \"VIVE Worship\",\n                \"id\": \"3853\"\n            },\n            \"album\": {\n                \"name\": \"Dust & Clay\",\n                \"id\": \"14382\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/6d2a09b3dc0ba90bfc1e26.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/6d2a09b3dc0ba90bfc1e26.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/6d2a09b3dc0ba90bfc1e26.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"9\",\n            \"airTime\": \"2019-10-21 15:11:54\",\n            \"track\": {\n                \"name\": \"Undertow\",\n                \"id\": \"89843\",\n                \"trackToken\": \"RADH1571670714d8ee3cf554b4a84d3d3\"\n            },\n            \"artist\": {\n                \"name\": \"Dave Pettigrew\",\n                \"id\": \"3768\"\n            },\n            \"album\": {\n                \"name\": \"Faith and Gasoline\",\n                \"id\": \"14684\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/1556286737e479.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/1556286737e479.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/1556286737e479.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"10\",\n            \"airTime\": \"2019-10-21 15:06:59\",\n            \"track\": {\n                \"name\": \"Washed Clean (Live)\",\n                \"id\": \"12614\",\n                \"trackToken\": \"RADH1571670418dacd5e4cd32fce58c6a7499\"\n            },\n            \"artist\": {\n                \"name\": \"Zach Williams\",\n                \"id\": \"3398\"\n            },\n            \"album\": {\n                \"name\": \"Chain Breaker\",\n                \"id\": \"11566\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/9670799aa981.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/9670799aa981.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/9670799aa981.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"11\",\n            \"airTime\": \"2019-10-21 15:03:52\",\n            \"track\": {\n                \"name\": \"I Will Trust\",\n                \"id\": \"92039\",\n                \"trackToken\": \"RADH1571670231dcb6a1c95fc1a46460e\"\n            },\n            \"artist\": {\n                \"name\": \"Melanie Penn\",\n                \"id\": \"4049\"\n            },\n            \"album\": {\n                \"name\": \"I Will Trust\",\n                \"id\": \"4483\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/156530187360ad4c1251576c5f16494c1f.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/156530187360ad4c1251576c5f16494c1f.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/156530187360ad4c1251576c5f16494c1f.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"12\",\n            \"airTime\": \"2019-10-21 14:56:35\",\n            \"track\": {\n                \"name\": \"You Saved My Soul\",\n                \"id\": \"1877\",\n                \"trackToken\": \"RADH1571669795d2838481ff2f512a1\"\n            },\n            \"artist\": {\n                \"name\": \"Bryan & Katie Torwalt\",\n                \"id\": \"194\"\n            },\n            \"album\": {\n                \"name\": \"Here On Earth\",\n                \"id\": \"854\"\n            },\n            \"lyrics\": \"Forgetting my sorrow\\nForgetting my shame\\nCause you took it from me\\nNow I'm not the same\\n\\nI know You saved my soul\\nI know You made me whole\\nYou make me happy\\nYou make me free\\n\\nYou healed my sickness\\nAnd gave life to me\\nI know You saved my soul\\nI know You made me whole\\n\\nYou gave me power\\nYou gave me the keys\\nYou shared Your spoil\\nFrom you victory\\n\\nI'm free now cause You saved my soul\\nI'm healed now, cause You made me whole\\nI'm free now, cause You saved my soul\\nI'm healed now, cause You made me whole<br />\",\n            \"lyricsHTML\": \"Forgetting my sorrow<br /> Forgetting my shame<br /> Cause you took it from me<br /> Now I'm not the same<br /> <br /> I know You saved my soul<br /> I know You made me whole<br /> You make me happy<br /> You make me free<br /> <br /> You healed my sickness<br /> And gave life to me<br /> I know You saved my soul<br /> I know You made me whole<br /> <br /> You gave me power<br /> You gave me the keys<br /> You shared Your spoil<br /> From you victory<br /> <br /> I'm free now cause You saved my soul<br /> I'm healed now, cause You made me whole<br /> I'm free now, cause You saved my soul<br /> I'm healed now, cause You made me whole<br />\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/aec54ce728f32e7b25ce.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/aec54ce728f32e7b25ce.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/aec54ce728f32e7b25ce.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"13\",\n            \"airTime\": \"2019-10-21 14:52:50\",\n            \"track\": {\n                \"name\": \"Come Alive (Dry Bones)\",\n                \"id\": \"6965\",\n                \"trackToken\": \"RADH1571669569d1c815c96db\"\n            },\n            \"artist\": {\n                \"name\": \"Lauren Daigle\",\n                \"id\": \"1460\"\n            },\n            \"album\": {\n                \"name\": \"How Can It Be\",\n                \"id\": \"281\"\n            },\n            \"lyrics\": \"Through the eyes of men\\nIt seems there's so much\\nWe have lost\\n\\nAs we look down the road\\nWhere all the prodigals\\nHave walked\\nAnd one by one\\nThe enemy has whispered lies\\nAnd led them off as slaves\\n\\nBut we know that You are God\\nYours is the victory\\nWe know there is more to come\\nThat we may not yet see\\nSo with the faith You've given us\\nWe'll step into the valley unafraid, yeah\\n\\nAs we call out to dry bones\\ncome alive, come alive\\nAnd we call out to dead hearts\\nCome alive, come alive\\nCome up out of the ashes\\nLet us see an army rise\\nWe call out to dry bones come alive\\n\\nOh God of endless mercy\\nGod of unrelenting love\\nRescue every daughter\\nBring us back the wayward son\\nBy Your spirit breathe upon them\\nshow that You alone can save\\nYou alone can save\\n\\nAs we call out to dry bones\\ncome alive, come alive\\nAnd we call out to dead hearts\\nCome alive, come alive\\nCome up out of the ashes\\nLet us see an army rise\\nWe call out to dry bones come alive, Yeah\\n\\nSo breathe, oh breath of God\\nNow breathe, breath of God\\nBreathe oh breath of God\\nNow breathe\\n\\nOh breathe, breath of God\\nNow breathe, oh breath of God\\nBreathe, oh breath of God, now breathe\\n\\nAs we call out to dry bones\\ncome alive, come alive\\nAnd we call out to dead hearts\\nCome alive, come alive\\n\\nCome up out of the ashes\\nLet us see an army rise\\nWe call out to dry bones come alive, Yeah\\nWe call out to dry bones... come alive<br />\",\n            \"lyricsHTML\": \"Through the eyes of men<br /> It seems there's so much<br /> We have lost<br /> <br /> As we look down the road<br /> Where all the prodigals<br /> Have walked<br /> And one by one<br /> The enemy has whispered lies<br /> And led them off as slaves<br /> <br /> But we know that You are God<br /> Yours is the victory<br /> We know there is more to come<br /> That we may not yet see<br /> So with the faith You've given us<br /> We'll step into the valley unafraid, yeah<br /> <br /> As we call out to dry bones<br /> come alive, come alive<br /> And we call out to dead hearts<br /> Come alive, come alive<br /> Come up out of the ashes<br /> Let us see an army rise<br /> We call out to dry bones come alive<br /> <br /> Oh God of endless mercy<br /> God of unrelenting love<br /> Rescue every daughter<br /> Bring us back the wayward son<br /> By Your spirit breathe upon them<br /> show that You alone can save<br /> You alone can save<br /> <br /> As we call out to dry bones<br /> come alive, come alive<br /> And we call out to dead hearts<br /> Come alive, come alive<br /> Come up out of the ashes<br /> Let us see an army rise<br /> We call out to dry bones come alive, Yeah<br /> <br /> So breathe, oh breath of God<br /> Now breathe, breath of God<br /> Breathe oh breath of God<br /> Now breathe<br /> <br /> Oh breathe, breath of God<br /> Now breathe, oh breath of God<br /> Breathe, oh breath of God, now breathe<br /> <br /> As we call out to dry bones<br /> come alive, come alive<br /> And we call out to dead hearts<br /> Come alive, come alive<br /> <br /> Come up out of the ashes<br /> Let us see an army rise<br /> We call out to dry bones come alive, Yeah<br /> We call out to dry bones... come alive<br />\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/f705b7810f74d978d9.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/f705b7810f74d978d9.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/f705b7810f74d978d9.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"14\",\n            \"airTime\": \"2019-10-21 14:48:49\",\n            \"track\": {\n                \"name\": \"Starts With Me [feat. Aaron Cole]\",\n                \"id\": \"84187\",\n                \"trackToken\": \"RADH1571669328d2ce875fbaaf7d17a\"\n            },\n            \"artist\": {\n                \"name\": \"TobyMac\",\n                \"id\": \"1347\"\n            },\n            \"album\": {\n                \"name\": \"The Elements\",\n                \"id\": \"14349\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/06b612789010368975.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/06b612789010368975.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/06b612789010368975.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"15\",\n            \"airTime\": \"2019-10-21 14:44:01\",\n            \"track\": {\n                \"name\": \"Wild One (Live)\",\n                \"id\": \"89353\",\n                \"trackToken\": \"RADH1571669041d3489edd3c7cb4073a4af2944\"\n            },\n            \"artist\": {\n                \"name\": \"Sean Feucht\",\n                \"id\": \"1143\"\n            },\n            \"album\": {\n                \"name\": \"Wild (Live)\",\n                \"id\": \"14475\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/154714808294ab5fd344a3a182.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/154714808294ab5fd344a3a182.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/154714808294ab5fd344a3a182.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"16\",\n            \"airTime\": \"2019-10-21 14:38:50\",\n            \"track\": {\n                \"name\": \"Push Down                     \",\n                \"id\": \"2031\",\n                \"trackToken\": \"RADH1571668729da0df33f2ab9f594cbf0214\"\n            },\n            \"artist\": {\n                \"name\": \"Nicole Croteau                \",\n                \"id\": \"962\"\n            },\n            \"album\": {\n                \"name\": \"Anchors & Silhouettes\",\n                \"id\": \"37\"\n            },\n            \"lyrics\": \"Pushed down, but I got nothing to say about you, nothing to say anymore, Picked up, but you wont walk over me, no walk over me anymore.\\n\\nYour tried to hold me down, but I'm gonna get back up, I'm not afraid of love, Anymore!\\n\\nCuz I'm Dodging bullets now, and they're running out, I think I've finally found the cure, for living life in doubt,\\nI'm gone and you won't get it the way no, get it the way anymore, Move on cuz this isn't the first time, I've tried to convey this before.\\n\\nCuz I'm dodging bullets now, and they're running out. I think I've finally found the cure, for living life in doubt, and the tides are turning now, and the jury's out, they said we've finally found the cure, For living life out loud!\\n\\nIt's taken me awhile, to figure this out, But I think I've finally figured out, what life is all about!\",\n            \"lyricsHTML\": \"Pushed down, but I got nothing to say about you, nothing to say anymore, Picked up, but you wont walk over me, no walk over me anymore.<br /> <br /> Your tried to hold me down, but I'm gonna get back up, I'm not afraid of love, Anymore!<br /> <br /> Cuz I'm Dodging bullets now, and they're running out, I think I've finally found the cure, for living life in doubt,<br /> I'm gone and you won't get it the way no, get it the way anymore, Move on cuz this isn't the first time, I've tried to convey this before.<br /> <br /> Cuz I'm dodging bullets now, and they're running out. I think I've finally found the cure, for living life in doubt, and the tides are turning now, and the jury's out, they said we've finally found the cure, For living life out loud!<br /> <br /> It's taken me awhile, to figure this out, But I think I've finally figured out, what life is all about!\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/173646ad921fecab52b0.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/173646ad921fecab52b0.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/173646ad921fecab52b0.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"17\",\n            \"airTime\": \"2019-10-21 14:33:58\",\n            \"track\": {\n                \"name\": \"There's Nothing Like the Name\",\n                \"id\": \"92086\",\n                \"trackToken\": \"RADH1571668438d55e9fdf1702e70\"\n            },\n            \"artist\": {\n                \"name\": \"Trey\",\n                \"id\": \"4053\"\n            },\n            \"album\": {\n                \"name\": \"All Things New\",\n                \"id\": \"15240\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/15653049302e39f255bb0c.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/15653049302e39f255bb0c.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/15653049302e39f255bb0c.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"18\",\n            \"airTime\": \"2019-10-21 14:30:26\",\n            \"track\": {\n                \"name\": \"Miles Away\",\n                \"id\": \"91886\",\n                \"trackToken\": \"RADH1571668225d296dce8781a6aed77a\"\n            },\n            \"artist\": {\n                \"name\": \"Bonray\",\n                \"id\": \"3618\"\n            },\n            \"album\": {\n                \"name\": \"Turn My Eyes - EP\",\n                \"id\": \"15209\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/1565198826c33cd2e102653345.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/1565198826c33cd2e102653345.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/1565198826c33cd2e102653345.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"19\",\n            \"airTime\": \"2019-10-21 14:24:43\",\n            \"track\": {\n                \"name\": \"Somebody Loves You (Radio Edit)\",\n                \"id\": \"90676\",\n                \"trackToken\": \"RADH1571667882d013a39b091f6\"\n            },\n            \"artist\": {\n                \"name\": \"Plumb\",\n                \"id\": \"1031\"\n            },\n            \"album\": {\n                \"name\": \"Somebody Loves You (Radio Edit)\",\n                \"id\": \"14895\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/15579543886a21228b73e0078313dcbc.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/15579543886a21228b73e0078313dcbc.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/15579543886a21228b73e0078313dcbc.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"20\",\n            \"airTime\": \"2019-10-21 14:19:30\",\n            \"track\": {\n                \"name\": \"May I Run\",\n                \"id\": \"17180\",\n                \"trackToken\": \"RADH1571667570d302272e2039f7d976e02\"\n            },\n            \"artist\": {\n                \"name\": \"The Lowly Heirs\",\n                \"id\": \"3761\"\n            },\n            \"album\": {\n                \"name\": \"The Lowly Heirs\",\n                \"id\": \"13898\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/15f3a8.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/15f3a8.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/15f3a8.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"21\",\n            \"airTime\": \"2019-10-21 14:16:18\",\n            \"track\": {\n                \"name\": \"When It Hurts\",\n                \"id\": \"16633\",\n                \"trackToken\": \"RADH1571667377d137280d60f7dafb958ad23c7\"\n            },\n            \"artist\": {\n                \"name\": \"Curt Anderson\",\n                \"id\": \"3377\"\n            },\n            \"album\": {\n                \"name\": \"Every Moment\",\n                \"id\": \"11510\"\n            },\n            \"lyrics\": \"Another day my heart's like a heavy stone\\nAnother night and the wind keeps blowing cold\\nI cry tears, I get mad\\nIt doesn't change where I am\\nIf you're with me\\nWould you let me know\\n\\nWhen the sky falls\\nWhen the doubts rise\\nAnd all I feel is the pain that's inside\\nHelp me trust you when it hurts\\nWhen I lose hope\\nAnd when I can't stand\\nWhen everything goes against all of my plans\\nHelp me trust you when it hurts\\n\\nI can turn my back, but I know the truth\\nThat there's no other hope for me but you\\nGive peace, give grace\\nReach out, giving me more faith\\nThat you're with me\\nWhatever I go through\\n\\nWhen the sky falls\\nWhen the doubts rise\\nAnd all I feel is the pain that's inside\\nHelp me trust you when it hurts\\nWhen I lose hope\\nAnd when I can't stand\\nWhen everything goes against all of my plans\\nHelp me trust you when it hurts\\n\\nIt's easy to trust what I feel\\nIt's easy to only see with my eyes\\nAnd miss how you're using the hardest things for good\\nAll the time\\n\\nI don't understand\\nHow I'm still in your hands\\n\\nWhen the sky falls\\nWhen the doubts rise\\nAnd all I feel is the pain that's inside\\nHelp me trust you when it hurts\\nWhen I lose hope\\nAnd when I can't stand\\nWhen everything goes against all of my plans\\nHelp me trust you when it hurts\",\n            \"lyricsHTML\": \"Another day my heart's like a heavy stone<br /> Another night and the wind keeps blowing cold<br /> I cry tears, I get mad<br /> It doesn't change where I am<br /> If you're with me<br /> Would you let me know<br /> <br /> When the sky falls<br /> When the doubts rise<br /> And all I feel is the pain that's inside<br /> Help me trust you when it hurts<br /> When I lose hope<br /> And when I can't stand<br /> When everything goes against all of my plans<br /> Help me trust you when it hurts<br /> <br /> I can turn my back, but I know the truth<br /> That there's no other hope for me but you<br /> Give peace, give grace<br /> Reach out, giving me more faith<br /> That you're with me<br /> Whatever I go through<br /> <br /> When the sky falls<br /> When the doubts rise<br /> And all I feel is the pain that's inside<br /> Help me trust you when it hurts<br /> When I lose hope<br /> And when I can't stand<br /> When everything goes against all of my plans<br /> Help me trust you when it hurts<br /> <br /> It's easy to trust what I feel<br /> It's easy to only see with my eyes<br /> And miss how you're using the hardest things for good<br /> All the time<br /> <br /> I don't understand<br /> How I'm still in your hands<br /> <br /> When the sky falls<br /> When the doubts rise<br /> And all I feel is the pain that's inside<br /> Help me trust you when it hurts<br /> When I lose hope<br /> And when I can't stand<br /> When everything goes against all of my plans<br /> Help me trust you when it hurts\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/86fecd67219e90bf3a.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/86fecd67219e90bf3a.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/86fecd67219e90bf3a.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"22\",\n            \"airTime\": \"2019-10-21 14:09:27\",\n            \"track\": {\n                \"name\": \"Sound of Heaven (feat. Chris McClarney)\",\n                \"id\": \"90787\",\n                \"trackToken\": \"RADH1571666966d2bbf426d226e787c949a112a\"\n            },\n            \"artist\": {\n                \"name\": \"Tasha Layton\",\n                \"id\": \"3850\"\n            },\n            \"album\": {\n                \"name\": \"Sound of Heaven\",\n                \"id\": \"14925\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/15587160521dad8a2208037b.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/15587160521dad8a2208037b.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/15587160521dad8a2208037b.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"23\",\n            \"airTime\": \"2019-10-21 14:05:12\",\n            \"track\": {\n                \"name\": \"Water Into Wine\",\n                \"id\": \"5793\",\n                \"trackToken\": \"RADH1571666711d49a642ed1f7355\"\n            },\n            \"artist\": {\n                \"name\": \"Chris August\",\n                \"id\": \"259\"\n            },\n            \"album\": {\n                \"name\": \"The Upside of Down\",\n                \"id\": \"765\"\n            },\n            \"lyrics\": \"I've been runnin' round in circles\\nBut I can't do this on my own\\nTo be so far away from perfect\\nThat's all I've ever known\\n\\nIt's not like I ain't been tryin'\\n'Cause I've been trying every door\\nAnd when they'd open I'd be lyin' on the floor\\n'Cause I'm always falling short\\n\\nI've been lost chasing dreams of yesterday\\nFound my heart always leading me astray\\nSo take these broken wings and teach them to fly\\n'Cause You're changing me from water into wine\\n\\nI guess I thought that it'd be easy\\n'Cause people always speak of peace\\nAnd now I'm picking up the pieces left of me\\n'Cause I can see that it was You breaking me\\n\\nI've been lost chasing dreams of yesterday\\nFound my heart always leading me astray\\nSo take these broken wings and teach them to fly\\n'Cause You're changing me from water into wine\\nFrom water into wine\\n\\nI knew about the story revealing all Your glory\\nHow You can take the nothing and turn it into something\\nBut now I see my own life changing before my eyes\\nYou saw me at my worst\\nAnd fulfilled my thirst like water into wine\\n\\nI've been lost chasing dreams of yesterday\\nFound my heart always leading me astray\\nSo take these broken wings and teach them to fly\\n'Cause You're changing me from water into wine\\nFrom water into wine\",\n            \"lyricsHTML\": \"I've been runnin' round in circles<br /> But I can't do this on my own<br /> To be so far away from perfect<br /> That's all I've ever known<br /> <br /> It's not like I ain't been tryin'<br /> 'Cause I've been trying every door<br /> And when they'd open I'd be lyin' on the floor<br /> 'Cause I'm always falling short<br /> <br /> I've been lost chasing dreams of yesterday<br /> Found my heart always leading me astray<br /> So take these broken wings and teach them to fly<br /> 'Cause You're changing me from water into wine<br /> <br /> I guess I thought that it'd be easy<br /> 'Cause people always speak of peace<br /> And now I'm picking up the pieces left of me<br /> 'Cause I can see that it was You breaking me<br /> <br /> I've been lost chasing dreams of yesterday<br /> Found my heart always leading me astray<br /> So take these broken wings and teach them to fly<br /> 'Cause You're changing me from water into wine<br /> From water into wine<br /> <br /> I knew about the story revealing all Your glory<br /> How You can take the nothing and turn it into something<br /> But now I see my own life changing before my eyes<br /> You saw me at my worst<br /> And fulfilled my thirst like water into wine<br /> <br /> I've been lost chasing dreams of yesterday<br /> Found my heart always leading me astray<br /> So take these broken wings and teach them to fly<br /> 'Cause You're changing me from water into wine<br /> From water into wine\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/9e39f46cb5e7d084bc4a.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/9e39f46cb5e7d084bc4a.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/9e39f46cb5e7d084bc4a.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"24\",\n            \"airTime\": \"2019-10-21 14:02:23\",\n            \"track\": {\n                \"name\": \"Good Life\",\n                \"id\": \"91885\",\n                \"trackToken\": \"RADH1571666542d6cb623135290\"\n            },\n            \"artist\": {\n                \"name\": \"Bonray\",\n                \"id\": \"3618\"\n            },\n            \"album\": {\n                \"name\": \"Turn My Eyes - EP\",\n                \"id\": \"15209\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/15651987856fb0.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/15651987856fb0.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/15651987856fb0.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"25\",\n            \"airTime\": \"2019-10-21 13:57:45\",\n            \"track\": {\n                \"name\": \"Symphony\",\n                \"id\": \"90586\",\n                \"trackToken\": \"RADH1571666265d7be547cada3e11521b0b\"\n            },\n            \"artist\": {\n                \"name\": \"Newsboys\",\n                \"id\": \"954\"\n            },\n            \"album\": {\n                \"name\": \"United (Deluxe)\",\n                \"id\": \"14870\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/155778976125b8172581b627050bccbc.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/155778976125b8172581b627050bccbc.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/155778976125b8172581b627050bccbc.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"26\",\n            \"airTime\": \"2019-10-21 13:53:32\",\n            \"track\": {\n                \"name\": \"Did Not Our Hearts Burn\",\n                \"id\": \"91209\",\n                \"trackToken\": \"RADH1571666012d212bab8ab83a99fe7279ee8166\"\n            },\n            \"artist\": {\n                \"name\": \"Jess Ray\",\n                \"id\": \"4011\"\n            },\n            \"album\": {\n                \"name\": \"Parallels + Meridians\",\n                \"id\": \"15033\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/15623623880cdefd009809cd69a114.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/15623623880cdefd009809cd69a114.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/15623623880cdefd009809cd69a114.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"27\",\n            \"airTime\": \"2019-10-21 13:49:34\",\n            \"track\": {\n                \"name\": \"All The World [feat. Heath Balltzglier]\",\n                \"id\": \"72792\",\n                \"trackToken\": \"RADH1571665774d96c26dce4a\"\n            },\n            \"artist\": {\n                \"name\": \"North Point InsideOut\",\n                \"id\": \"3246\"\n            },\n            \"album\": {\n                \"name\": \"All The World\",\n                \"id\": \"14333\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/7553b5f91132.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/7553b5f91132.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/7553b5f91132.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"28\",\n            \"airTime\": \"2019-10-21 13:39:45\",\n            \"track\": {\n                \"name\": \"Run\",\n                \"id\": \"18214\",\n                \"trackToken\": \"RADH1571665185d1ad2ee11fdf1a94a\"\n            },\n            \"artist\": {\n                \"name\": \"Light City Music\",\n                \"id\": \"3647\"\n            },\n            \"album\": {\n                \"name\": \"In Rivers\",\n                \"id\": \"13444\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/064898053d88fdb487fba378.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/064898053d88fdb487fba378.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/064898053d88fdb487fba378.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"29\",\n            \"airTime\": \"2019-10-21 13:36:58\",\n            \"track\": {\n                \"name\": \"Everything\",\n                \"id\": \"92074\",\n                \"trackToken\": \"RADH1571665018da5cc7dbd04b5b6\"\n            },\n            \"artist\": {\n                \"name\": \"Taylor Leonhardt\",\n                \"id\": \"4052\"\n            },\n            \"album\": {\n                \"name\": \"River House\",\n                \"id\": \"15238\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/1565304117b06bcf976f6dfbd7b795d3.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/1565304117b06bcf976f6dfbd7b795d3.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/1565304117b06bcf976f6dfbd7b795d3.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"30\",\n            \"airTime\": \"2019-10-21 13:33:37\",\n            \"track\": {\n                \"name\": \"Beyond\",\n                \"id\": \"90164\",\n                \"trackToken\": \"RADH1571664817d3edc28fe3c54ccb1b28f16\"\n            },\n            \"artist\": {\n                \"name\": \"Landry Cantrell\",\n                \"id\": \"783\"\n            },\n            \"album\": {\n                \"name\": \"Beyond\",\n                \"id\": \"14797\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/1557348516b39395.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/1557348516b39395.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/1557348516b39395.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"31\",\n            \"airTime\": \"2019-10-21 13:26:04\",\n            \"track\": {\n                \"name\": \"Mighty God (Another Hallelujah)\",\n                \"id\": \"82121\",\n                \"trackToken\": \"RADH1571664363d99df2d74fc5753d4f814a94143\"\n            },\n            \"artist\": {\n                \"name\": \"Elevation Worship\",\n                \"id\": \"427\"\n            },\n            \"album\": {\n                \"name\": \"Hallelujah Here Below\",\n                \"id\": \"14305\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/8ef377f912.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/8ef377f912.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/8ef377f912.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"32\",\n            \"airTime\": \"2019-10-21 13:15:23\",\n            \"track\": {\n                \"name\": \"He Is With Us\",\n                \"id\": \"8824\",\n                \"trackToken\": \"RADH1571663722dcd0b5c65ba115c81d7\"\n            },\n            \"artist\": {\n                \"name\": \"Love & The Outcome\",\n                \"id\": \"815\"\n            },\n            \"album\": {\n                \"name\": \"Love & The Outcome\",\n                \"id\": \"989\"\n            },\n            \"lyrics\": \"Remember when your hope is lost and faith is shaken\\nRemember when you wonder if you're gonna make it\\nThere's a hand stretched out through your deepest doubt\\nWe can't pretend to see the ending or what's coming up ahead\\nTo know the story of tomorrow\\nBut we can stay close to the One who knows\\n\\nWe can trust our God\\nHe knows what He's doing\\nThough it might hurt now\\nWe won't be ruined\\nIt might seem there's an ocean in between\\nBut He's holding on to you and me\\nAnd He's never gonna leave,\\nHe is with us, He is with us\\nAlways, always\\nHe is with us, He is with us\\nAlways\\n\\nWe believe there is purpose, there is meaning in everything\\nWe surrender to His leading\\nHe wants nothing more than to have us close\\n\\nWe can trust our God\\nHe knows what He's doing\\nThough it might hurt now\\nWe won't be ruined\\nIt might seem there's an ocean in between\\nBut He's holding on to you and me\\nAnd He's never gonna leave,\\nHe is with us, He is with us\\nAlways, always\\nHe is with us, He is with us\\nAlways\\n\\nOur faith is sealed\\nOur hope is real\\nCome what may\\nWe're not afraid\\nOur faith is sealed\\nOur hope is real\\nCome what may\\nWe're not afraid\\nWe're not afraid\\n\\nWe can trust our God\\nAlways, always\\nWe can trust our God\\nAlways, always\\n\\nWe can trust our God\\nHe knows what He's doing\\nThough it might hurt now\\nWe won't be ruined\\nIt might seem there's an ocean in between\\nBut He's holding on to you and me\\nAnd He's never gonna leave\\nHe is with us, He is with us\\nAlways, always\\nHe is with us, He is with us\\nAlways, always\\nHe is with us, He is with us\\nAlways, always\\nHe is with us, He is with us\\nAlways\\nOur God is with us\",\n            \"lyricsHTML\": \"Remember when your hope is lost and faith is shaken<br /> Remember when you wonder if you're gonna make it<br /> There's a hand stretched out through your deepest doubt<br /> We can't pretend to see the ending or what's coming up ahead<br /> To know the story of tomorrow<br /> But we can stay close to the One who knows<br /> <br /> We can trust our God<br /> He knows what He's doing<br /> Though it might hurt now<br /> We won't be ruined<br /> It might seem there's an ocean in between<br /> But He's holding on to you and me<br /> And He's never gonna leave,<br /> He is with us, He is with us<br /> Always, always<br /> He is with us, He is with us<br /> Always<br /> <br /> We believe there is purpose, there is meaning in everything<br /> We surrender to His leading<br /> He wants nothing more than to have us close<br /> <br /> We can trust our God<br /> He knows what He's doing<br /> Though it might hurt now<br /> We won't be ruined<br /> It might seem there's an ocean in between<br /> But He's holding on to you and me<br /> And He's never gonna leave,<br /> He is with us, He is with us<br /> Always, always<br /> He is with us, He is with us<br /> Always<br /> <br /> Our faith is sealed<br /> Our hope is real<br /> Come what may<br /> We're not afraid<br /> Our faith is sealed<br /> Our hope is real<br /> Come what may<br /> We're not afraid<br /> We're not afraid<br /> <br /> We can trust our God<br /> Always, always<br /> We can trust our God<br /> Always, always<br /> <br /> We can trust our God<br /> He knows what He's doing<br /> Though it might hurt now<br /> We won't be ruined<br /> It might seem there's an ocean in between<br /> But He's holding on to you and me<br /> And He's never gonna leave<br /> He is with us, He is with us<br /> Always, always<br /> He is with us, He is with us<br /> Always, always<br /> He is with us, He is with us<br /> Always, always<br /> He is with us, He is with us<br /> Always<br /> Our God is with us\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/a39804c2ef1c.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/a39804c2ef1c.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/a39804c2ef1c.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"33\",\n            \"airTime\": \"2019-10-21 13:11:27\",\n            \"track\": {\n                \"name\": \"Perfectly\",\n                \"id\": \"89602\",\n                \"trackToken\": \"RADH1571663486d4f625f0e9c20bfe25bb619f4\"\n            },\n            \"artist\": {\n                \"name\": \"Branan Murphy\",\n                \"id\": \"3622\"\n            },\n            \"album\": {\n                \"name\": \"Perfectly\",\n                \"id\": \"14586\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/15531199083e09ac663ef0e3c4.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/15531199083e09ac663ef0e3c4.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/15531199083e09ac663ef0e3c4.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"34\",\n            \"airTime\": \"2019-10-21 13:08:28\",\n            \"track\": {\n                \"name\": \"In The River (Radio)\",\n                \"id\": \"90679\",\n                \"trackToken\": \"RADH1571663308dbc6b5d249dc1b782\"\n            },\n            \"artist\": {\n                \"name\": \"Seth & Nirva\",\n                \"id\": \"1151\"\n            },\n            \"album\": {\n                \"name\": \"In The River (Radio)\",\n                \"id\": \"14898\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/15579607149b5c.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/15579607149b5c.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/15579607149b5c.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"35\",\n            \"airTime\": \"2019-10-21 13:00:06\",\n            \"track\": {\n                \"name\": \"This Is A Move (Live)\",\n                \"id\": \"90786\",\n                \"trackToken\": \"RADH1571662805d1d6e857fddd0397ef8092e3862\"\n            },\n            \"artist\": {\n                \"name\": \"Tasha Cobbs Leonard\",\n                \"id\": \"3983\"\n            },\n            \"album\": {\n                \"name\": \"This Is A Move (Live)\",\n                \"id\": \"14924\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/1558715956c429bf7f67.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/1558715956c429bf7f67.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/1558715956c429bf7f67.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"36\",\n            \"airTime\": \"2019-10-21 12:55:33\",\n            \"track\": {\n                \"name\": \"Holy Roar (Live)\",\n                \"id\": \"89614\",\n                \"trackToken\": \"RADH1571662533dd28dcafe251a537c0f5d\"\n            },\n            \"artist\": {\n                \"name\": \"Chris Tomlin\",\n                \"id\": \"273\"\n            },\n            \"album\": {\n                \"name\": \"Holy Roar- Live From Church\",\n                \"id\": \"14588\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/155312235467eed2eb314d.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/155312235467eed2eb314d.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/155312235467eed2eb314d.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"37\",\n            \"airTime\": \"2019-10-21 12:45:12\",\n            \"track\": {\n                \"name\": \"I Will Follow (Live)\",\n                \"id\": \"89006\",\n                \"trackToken\": \"RADH1571661911dea34cf2b0b8a153c1e\"\n            },\n            \"artist\": {\n                \"name\": \"Community Music\",\n                \"id\": \"3872\"\n            },\n            \"album\": {\n                \"name\": \"I Will Follow (Live)\",\n                \"id\": \"14423\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/6901.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/6901.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/6901.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"38\",\n            \"airTime\": \"2019-10-21 12:40:16\",\n            \"track\": {\n                \"name\": \"Nothing Else\",\n                \"id\": \"89312\",\n                \"trackToken\": \"RADH1571661616d11bf3132a5ca0c6dea\"\n            },\n            \"artist\": {\n                \"name\": \"Cody Carnes\",\n                \"id\": \"3610\"\n            },\n            \"album\": {\n                \"name\": \"Nothing Else\",\n                \"id\": \"14525\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/15470786212a300bf3e1.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/15470786212a300bf3e1.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/15470786212a300bf3e1.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"39\",\n            \"airTime\": \"2019-10-21 12:36:14\",\n            \"track\": {\n                \"name\": \"Always Been You\",\n                \"id\": \"89232\",\n                \"trackToken\": \"RADH1571661373d1662662e61da5b73e8\"\n            },\n            \"artist\": {\n                \"name\": \"Sarah Reeves\",\n                \"id\": \"1130\"\n            },\n            \"album\": {\n                \"name\": \"Easy Never Needed You\",\n                \"id\": \"14076\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/1545010352b94f0cae.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/1545010352b94f0cae.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/1545010352b94f0cae.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"40\",\n            \"airTime\": \"2019-10-21 12:28:18\",\n            \"track\": {\n                \"name\": \"Enough\",\n                \"id\": \"90521\",\n                \"trackToken\": \"RADH1571660898d30ad442cb5c832ba9d8a\"\n            },\n            \"artist\": {\n                \"name\": \"Elias Dummer\",\n                \"id\": \"3970\"\n            },\n            \"album\": {\n                \"name\": \"The Work, Vol. I\",\n                \"id\": \"14855\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/1557783368e1c4eb05b12bb55c.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/1557783368e1c4eb05b12bb55c.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/1557783368e1c4eb05b12bb55c.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"41\",\n            \"airTime\": \"2019-10-21 12:25:09\",\n            \"track\": {\n                \"name\": \"You Know\",\n                \"id\": \"89765\",\n                \"trackToken\": \"RADH1571660709dee5e78d69c3e15b112\"\n            },\n            \"artist\": {\n                \"name\": \"After Grace\",\n                \"id\": \"3936\"\n            },\n            \"album\": {\n                \"name\": \"You Know\",\n                \"id\": \"14671\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/1556231315a7eb09a94436a79c.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/1556231315a7eb09a94436a79c.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/1556231315a7eb09a94436a79c.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"42\",\n            \"airTime\": \"2019-10-21 12:21:13\",\n            \"track\": {\n                \"name\": \"Glorious Day\",\n                \"id\": \"7487\",\n                \"trackToken\": \"RADH1571660473dd74ce0f1e47a0150\"\n            },\n            \"artist\": {\n                \"name\": \"Casting Crowns\",\n                \"id\": \"232\"\n            },\n            \"album\": {\n                \"name\": \"WOW Hits 2012\",\n                \"id\": \"11833\"\n            },\n            \"lyrics\": \"One day when Heaven was filled with His praises\\nOne day when sin was as black as could be\\nJesus came forth to be born of a virgin\\nHe dwelt among men, my example is He\\nOne day they led Him up Calvary's mountain\\nOne day they nailed Him to die on a tree\\n\\nSuffering anguish, despised and rejected\\nBearing our sins, my Redeemer is He\\nHands that healed nations, stretched out on a tree\\nAnd took the nails for me\\nLiving, He loved me\\nDying, He saved me\\n\\nBuried, He carried my sins far away\\nRising, He justified freely forever\\nOne day He's coming\\nOh glorious day, oh glorious day\\nOne day the grave could conceal Him no longer\\nOne day the stone rolled away from the door\\n\\nThen He arose, over death He had conquered\\nNow He's ascended, my Lord evermore\\nDeath could not hold Him, the grave could not keep Him\\nFrom rising again\\nLiving, He loved me\\nDying, He saved me\\n\\nBuried, He carried my sins far away\\nRising, He justified freely forever\\nAnd one day He's coming\\nOh glorious day, Oh glorious day\\n\\nGlorious day\\nOne day the trumpet will sound for His coming\\nOne day the skies with His glories will shine\\nWonderful day, my Beloved One, bringing\\nMy Savior, Jesus, is mine\\nLiving, He loved me\\nDying, He saved me\\nBuried, He carried my sins far away\\nRising, He justified freely forever\\nAnd one day He's coming\\nOh glorious day, Oh glorious day\\nGlorious day\\nOh, Glorious day\",\n            \"lyricsHTML\": \"One day when Heaven was filled with His praises<br /> One day when sin was as black as could be<br /> Jesus came forth to be born of a virgin<br /> He dwelt among men, my example is He<br /> One day they led Him up Calvary's mountain<br /> One day they nailed Him to die on a tree<br /> <br /> Suffering anguish, despised and rejected<br /> Bearing our sins, my Redeemer is He<br /> Hands that healed nations, stretched out on a tree<br /> And took the nails for me<br /> Living, He loved me<br /> Dying, He saved me<br /> <br /> Buried, He carried my sins far away<br /> Rising, He justified freely forever<br /> One day He's coming<br /> Oh glorious day, oh glorious day<br /> One day the grave could conceal Him no longer<br /> One day the stone rolled away from the door<br /> <br /> Then He arose, over death He had conquered<br /> Now He's ascended, my Lord evermore<br /> Death could not hold Him, the grave could not keep Him<br /> From rising again<br /> Living, He loved me<br /> Dying, He saved me<br /> <br /> Buried, He carried my sins far away<br /> Rising, He justified freely forever<br /> And one day He's coming<br /> Oh glorious day, Oh glorious day<br /> <br /> Glorious day<br /> One day the trumpet will sound for His coming<br /> One day the skies with His glories will shine<br /> Wonderful day, my Beloved One, bringing<br /> My Savior, Jesus, is mine<br /> Living, He loved me<br /> Dying, He saved me<br /> Buried, He carried my sins far away<br /> Rising, He justified freely forever<br /> And one day He's coming<br /> Oh glorious day, Oh glorious day<br /> Glorious day<br /> Oh, Glorious day\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/4542ddf2660f.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/4542ddf2660f.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/4542ddf2660f.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"43\",\n            \"airTime\": \"2019-10-21 12:13:05\",\n            \"track\": {\n                \"name\": \"Hiding Place (Live)\",\n                \"id\": \"11357\",\n                \"trackToken\": \"RADH1571659984df2daeb24151bf24966f8945551\"\n            },\n            \"artist\": {\n                \"name\": \"Chris McClarney\",\n                \"id\": \"265\"\n            },\n            \"album\": {\n                \"name\": \"Breakthrough (Live)\",\n                \"id\": \"14089\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/77f6d25c31d78cf758c35b11.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/77f6d25c31d78cf758c35b11.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/77f6d25c31d78cf758c35b11.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"44\",\n            \"airTime\": \"2019-10-21 12:08:53\",\n            \"track\": {\n                \"name\": \"Hallelujah Amen (feat. Jon Guerra)\",\n                \"id\": \"40397\",\n                \"trackToken\": \"RADH1571659733d36fec870e46b2c\"\n            },\n            \"artist\": {\n                \"name\": \"Vertical Worship feat. Jon Guerra\",\n                \"id\": \"1501\"\n            },\n            \"album\": {\n                \"name\": \"Bright Faith Bold Future\",\n                \"id\": \"13963\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/1804085ea857ba9b70.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/1804085ea857ba9b70.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/1804085ea857ba9b70.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"45\",\n            \"airTime\": \"2019-10-21 12:01:01\",\n            \"track\": {\n                \"name\": \"In-Between\",\n                \"id\": \"78270\",\n                \"trackToken\": \"RADH1571659260d78d7420b07efdeb66b79d4\"\n            },\n            \"artist\": {\n                \"name\": \"Carrollton\",\n                \"id\": \"230\"\n            },\n            \"album\": {\n                \"name\": \"Everything Or Nothing\",\n                \"id\": \"13378\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/4e30423a.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/4e30423a.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/4e30423a.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"46\",\n            \"airTime\": \"2019-10-21 11:53:26\",\n            \"track\": {\n                \"name\": \"We Know There's More [Live]\",\n                \"id\": \"89652\",\n                \"trackToken\": \"RADH1571658805d18f8106581d692fc\"\n            },\n            \"artist\": {\n                \"name\": \"Corey Voss & Madison Street Worship\",\n                \"id\": \"3914\"\n            },\n            \"album\": {\n                \"name\": \"Songs of the House (Live)\",\n                \"id\": \"14594\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/1553879478a5983dafd96c83cc189189b6.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/1553879478a5983dafd96c83cc189189b6.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/1553879478a5983dafd96c83cc189189b6.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"47\",\n            \"airTime\": \"2019-10-21 11:44:18\",\n            \"track\": {\n                \"name\": \"Cannot Do This Alone\",\n                \"id\": \"92237\",\n                \"trackToken\": \"RADH1571658258dc6892a97ad0300bf94\"\n            },\n            \"artist\": {\n                \"name\": \"Colony House\",\n                \"id\": \"3240\"\n            },\n            \"album\": {\n                \"name\": \"Only The Lonely\",\n                \"id\": \"11798\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/1566427873e033c0d1f43449.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/1566427873e033c0d1f43449.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/1566427873e033c0d1f43449.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"48\",\n            \"airTime\": \"2019-10-21 11:37:40\",\n            \"track\": {\n                \"name\": \"Grace To Grace (Live)\",\n                \"id\": \"2626\",\n                \"trackToken\": \"RADH1571657860d0578f36d77e4e4cf\"\n            },\n            \"artist\": {\n                \"name\": \"Hillsong Worship\",\n                \"id\": \"2847\"\n            },\n            \"album\": {\n                \"name\": \"Let There Be Light (Deluxe)\",\n                \"id\": \"11881\"\n            },\n            \"lyrics\": \"If love endured that ancient cross\\nHow precious is my Saviour's blood\\nThe beauty of heaven wrapped in my shame\\nThe image of love upon death's frame\\n\\nIf having my heart was worth the pain\\nWhat joy could You see beyond the grave\\nIf love found my soul worth dying for\\n\\nHow wonderful\\nHow glorious\\nMy Saviour's scars\\nVictorious\\nMy chains are gone\\nMy debt is paid\\nFrom death to life\\nAnd grace to grace\\n\\nIf heaven now owns that vacant tomb\\nHow great is the hope that lives inYou\\nThe passion that tore\\nThrough hell like a rose\\nThe promise that rolled back\\nDeath and its stone\\n\\nIf freedom is worth the life You raised\\nOh where is my sin where is my shame\\nIf love paid it all to have my heart\\n\\nWhen I see that cross I see freedom\\nWhen I see that grave I'll see Jesus\\nAnd from death to life\\nI will sing Your praise\\nIn the wonder of Your grace\\n\\nHow my soul will sing Your praise\\nIn the wonder of Your grace\\nHow my soul will sing Your praise\",\n            \"lyricsHTML\": \"If love endured that ancient cross<br /> How precious is my Saviour's blood<br /> The beauty of heaven wrapped in my shame<br /> The image of love upon death's frame<br /> <br /> If having my heart was worth the pain<br /> What joy could You see beyond the grave<br /> If love found my soul worth dying for<br /> <br /> How wonderful<br /> How glorious<br /> My Saviour's scars<br /> Victorious<br /> My chains are gone<br /> My debt is paid<br /> From death to life<br /> And grace to grace<br /> <br /> If heaven now owns that vacant tomb<br /> How great is the hope that lives inYou<br /> The passion that tore<br /> Through hell like a rose<br /> The promise that rolled back<br /> Death and its stone<br /> <br /> If freedom is worth the life You raised<br /> Oh where is my sin where is my shame<br /> If love paid it all to have my heart<br /> <br /> When I see that cross I see freedom<br /> When I see that grave I'll see Jesus<br /> And from death to life<br /> I will sing Your praise<br /> In the wonder of Your grace<br /> <br /> How my soul will sing Your praise<br /> In the wonder of Your grace<br /> How my soul will sing Your praise\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/9ae7fcd23f.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/9ae7fcd23f.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/9ae7fcd23f.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"49\",\n            \"airTime\": \"2019-10-21 11:33:59\",\n            \"track\": {\n                \"name\": \"Everything Is Sacred\",\n                \"id\": \"20532\",\n                \"trackToken\": \"RADH1571657639d8d1480a842\"\n            },\n            \"artist\": {\n                \"name\": \"Pat Barrett\",\n                \"id\": \"3776\"\n            },\n            \"album\": {\n                \"name\": \"Pat Barrett\",\n                \"id\": \"14266\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/bab245dfe1ff5a59e04d3a.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/bab245dfe1ff5a59e04d3a.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/bab245dfe1ff5a59e04d3a.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"50\",\n            \"airTime\": \"2019-10-21 11:26:12\",\n            \"track\": {\n                \"name\": \"Heavens Knife\",\n                \"id\": \"2658\",\n                \"trackToken\": \"RADH1571657171d63684ee8a3a175852f6f04bd\"\n            },\n            \"artist\": {\n                \"name\": \"Josh Garrels\",\n                \"id\": \"703\"\n            },\n            \"album\": {\n                \"name\": \"Home\",\n                \"id\": \"4905\"\n            },\n            \"lyrics\": \"Take my hand\\nI won't let go\\nWe've waited so long\\n\\nAnd all my life\\nI walked alone\\nTo you, my heart, my home\\n\\nLike the first man\\nI was cut so deep by heaven's knife\\nWhen I awoke from my sleep\\nOh, my Lord, she's beautiful\\nShe's a part of me\\nShe's my wife\\n\\nBound by love\\nOne flesh to be\\nAn unbroken ring\\n\\nAnd I lay down\\nMy life for thee\\nIn love, we are free\\n\\nLike the first man\\nI was cut so deep by heaven's knife\\nWhen I awoke from my sleep\\nOh my Lord, she' s beautiful\\nWalking up to me\\nOh she's wonderful, standing next to me\\nOh she's all\\nAll that I could need, yeah\\nShe's beautiful, she's a part of me\\nShe's my wife\",\n            \"lyricsHTML\": \"Take my hand<br /> I won't let go<br /> We've waited so long<br /> <br /> And all my life<br /> I walked alone<br /> To you, my heart, my home<br /> <br /> Like the first man<br /> I was cut so deep by heaven's knife<br /> When I awoke from my sleep<br /> Oh, my Lord, she's beautiful<br /> She's a part of me<br /> She's my wife<br /> <br /> Bound by love<br /> One flesh to be<br /> An unbroken ring<br /> <br /> And I lay down<br /> My life for thee<br /> In love, we are free<br /> <br /> Like the first man<br /> I was cut so deep by heaven's knife<br /> When I awoke from my sleep<br /> Oh my Lord, she' s beautiful<br /> Walking up to me<br /> Oh she's wonderful, standing next to me<br /> Oh she's all<br /> All that I could need, yeah<br /> She's beautiful, she's a part of me<br /> She's my wife\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/c0e6.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/c0e6.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/c0e6.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"51\",\n            \"airTime\": \"2019-10-21 11:20:54\",\n            \"track\": {\n                \"name\": \"Washed (Live)\",\n                \"id\": \"91520\",\n                \"trackToken\": \"RADH1571656854d3c927cfd841513c6d672d151\"\n            },\n            \"artist\": {\n                \"name\": \"UPPERROOM\",\n                \"id\": \"3774\"\n            },\n            \"album\": {\n                \"name\": \"To the One\",\n                \"id\": \"15138\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/1562948026bcfca51c49f921f1.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/1562948026bcfca51c49f921f1.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/1562948026bcfca51c49f921f1.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"52\",\n            \"airTime\": \"2019-10-21 11:12:51\",\n            \"track\": {\n                \"name\": \"Sing Like the Battle is Over\",\n                \"id\": \"91857\",\n                \"trackToken\": \"RADH1571656371d2343c741bc\"\n            },\n            \"artist\": {\n                \"name\": \"Catherine Mullins\",\n                \"id\": \"234\"\n            },\n            \"album\": {\n                \"name\": \"Sing Like the Battle is Over\",\n                \"id\": \"15011\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/1564367342ec9423cf.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/1564367342ec9423cf.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/1564367342ec9423cf.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"53\",\n            \"airTime\": \"2019-10-21 11:08:51\",\n            \"track\": {\n                \"name\": \"You Know Me Better\",\n                \"id\": \"64724\",\n                \"trackToken\": \"RADH1571656131da96421e8f9bed58b\"\n            },\n            \"artist\": {\n                \"name\": \"Stars Go Dim\",\n                \"id\": \"1211\"\n            },\n            \"album\": {\n                \"name\": \"Better\",\n                \"id\": \"14343\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/986eb693a17b96e4ee013032.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/986eb693a17b96e4ee013032.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/986eb693a17b96e4ee013032.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"54\",\n            \"airTime\": \"2019-10-21 11:05:39\",\n            \"track\": {\n                \"name\": \"Reason\",\n                \"id\": \"90784\",\n                \"trackToken\": \"RADH1571655938d18d1baa7517e651d5eb4180873\"\n            },\n            \"artist\": {\n                \"name\": \"Unspoken\",\n                \"id\": \"1392\"\n            },\n            \"album\": {\n                \"name\": \"Reason\",\n                \"id\": \"14922\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/1558558149d5a265b424c8.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/1558558149d5a265b424c8.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/1558558149d5a265b424c8.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"55\",\n            \"airTime\": \"2019-10-21 10:58:42\",\n            \"track\": {\n                \"name\": \"I'm Leaning On You [feat. Riley Clemmons]\",\n                \"id\": \"89015\",\n                \"trackToken\": \"RADH1571655522df9e8a7789bf42f\"\n            },\n            \"artist\": {\n                \"name\": \"Crowder\",\n                \"id\": \"314\"\n            },\n            \"album\": {\n                \"name\": \"I Know A Ghost\",\n                \"id\": \"14446\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/be01830802fba44d3de896.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/be01830802fba44d3de896.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/be01830802fba44d3de896.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"56\",\n            \"airTime\": \"2019-10-21 10:53:05\",\n            \"track\": {\n                \"name\": \"You Hold It All\",\n                \"id\": \"89823\",\n                \"trackToken\": \"RADH1571655185d0c0a73aefa401300f751\"\n            },\n            \"artist\": {\n                \"name\": \"Influencers Worship\",\n                \"id\": \"3912\"\n            },\n            \"album\": {\n                \"name\": \"Just The Cross\",\n                \"id\": \"14579\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/1556282562ed9955fa0b1c.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/1556282562ed9955fa0b1c.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/1556282562ed9955fa0b1c.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"57\",\n            \"airTime\": \"2019-10-21 10:49:31\",\n            \"track\": {\n                \"name\": \"My Anchor Holds\",\n                \"id\": \"89635\",\n                \"trackToken\": \"RADH1571654971d7b448066a9a0d564e99fb7\"\n            },\n            \"artist\": {\n                \"name\": \"Brandon Lake\",\n                \"id\": \"3913\"\n            },\n            \"album\": {\n                \"name\": \"Closer\",\n                \"id\": \"14590\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/1553876872f98388bd344bbafa1a71806b.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/1553876872f98388bd344bbafa1a71806b.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/1553876872f98388bd344bbafa1a71806b.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"58\",\n            \"airTime\": \"2019-10-21 10:42:40\",\n            \"track\": {\n                \"name\": \"Tonight\",\n                \"id\": \"5106\",\n                \"trackToken\": \"RADH1571654559ddd1ecbb2b9\"\n            },\n            \"artist\": {\n                \"name\": \"All Sons & Daughters\",\n                \"id\": \"45\"\n            },\n            \"album\": {\n                \"name\": \"All Sons & Daughters\",\n                \"id\": \"29\"\n            },\n            \"lyrics\": \"Jesus Christ, will You guide me\\nThrough this life?\\nWake me\\nWith each morning's light\\nOh and keep my soul\\nThrough Your strength\\nAll my fears will fade away\\nAs You lead me in Your ways\\nI will trust in You\\nYour love is deep\\nYour love is wide\\nI will rest in Your arms tonight\\nYour love is deep\\nYour love is wide\\nI will rest, I will rest\\nTonight, tonight\\nAll I see\\nIs Your beauty chasing me\\nOh the love\\nThat sets me free\\nI am found in You\\nLay Your peace\\nLike a blanket over me\\nAnd as I lay down to sleep\\nI will rest in You\",\n            \"lyricsHTML\": \"Jesus Christ, will You guide me<br /> Through this life?<br /> Wake me<br /> With each morning's light<br /> Oh and keep my soul<br /> Through Your strength<br /> All my fears will fade away<br /> As You lead me in Your ways<br /> I will trust in You<br /> Your love is deep<br /> Your love is wide<br /> I will rest in Your arms tonight<br /> Your love is deep<br /> Your love is wide<br /> I will rest, I will rest<br /> Tonight, tonight<br /> All I see<br /> Is Your beauty chasing me<br /> Oh the love<br /> That sets me free<br /> I am found in You<br /> Lay Your peace<br /> Like a blanket over me<br /> And as I lay down to sleep<br /> I will rest in You\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/2085641da24bdb.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/2085641da24bdb.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/2085641da24bdb.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"59\",\n            \"airTime\": \"2019-10-21 10:36:55\",\n            \"track\": {\n                \"name\": \"See A Victory\",\n                \"id\": \"92130\",\n                \"trackToken\": \"RADH1571654214d43086e9ccb6d5d3c84b1cc21e4\"\n            },\n            \"artist\": {\n                \"name\": \"Elevation Worship\",\n                \"id\": \"427\"\n            },\n            \"album\": {\n                \"name\": \"At Midnight - EP\",\n                \"id\": \"15247\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/1565643580899c39.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/1565643580899c39.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/1565643580899c39.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"60\",\n            \"airTime\": \"2019-10-21 10:24:41\",\n            \"track\": {\n                \"name\": \"Make Room (Live)\",\n                \"id\": \"92249\",\n                \"trackToken\": \"RADH1571653481d078532d62953\"\n            },\n            \"artist\": {\n                \"name\": \"Community Music\",\n                \"id\": \"3872\"\n            },\n            \"album\": {\n                \"name\": \"Make Room\",\n                \"id\": \"15269\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/156642893122bb28ad4e4a10.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/156642893122bb28ad4e4a10.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/156642893122bb28ad4e4a10.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"61\",\n            \"airTime\": \"2019-10-21 10:19:23\",\n            \"track\": {\n                \"name\": \"Across the Earth [Live]\",\n                \"id\": \"89648\",\n                \"trackToken\": \"RADH1571653163d4d7338834e7d42ec599eb8a548\"\n            },\n            \"artist\": {\n                \"name\": \"Corey Voss & Madison Street Worship\",\n                \"id\": \"3914\"\n            },\n            \"album\": {\n                \"name\": \"Songs of the House (Live)\",\n                \"id\": \"14594\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/1553879166100b4075.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/1553879166100b4075.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/1553879166100b4075.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"62\",\n            \"airTime\": \"2019-10-21 10:13:42\",\n            \"track\": {\n                \"name\": \"Let That Go\",\n                \"id\": \"89802\",\n                \"trackToken\": \"RADH1571652822d0ffca228178f8ebb42e288\"\n            },\n            \"artist\": {\n                \"name\": \"Dan Bremnes\",\n                \"id\": \"2739\"\n            },\n            \"album\": {\n                \"name\": \"Wherever I Go\",\n                \"id\": \"14301\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/15562344195ff01ba56b.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/15562344195ff01ba56b.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/15562344195ff01ba56b.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"63\",\n            \"airTime\": \"2019-10-21 10:09:49\",\n            \"track\": {\n                \"name\": \"Closer\",\n                \"id\": \"10808\",\n                \"trackToken\": \"RADH1571652588d91100d42653f0f623b3c7d12\"\n            },\n            \"artist\": {\n                \"name\": \"Building 429\",\n                \"id\": \"197\"\n            },\n            \"album\": {\n                \"name\": \"Live the Journey\",\n                \"id\": \"14253\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/418456.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/418456.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/418456.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"64\",\n            \"airTime\": \"2019-10-21 10:05:36\",\n            \"track\": {\n                \"name\": \"Unshakeable (Live)\",\n                \"id\": \"89303\",\n                \"trackToken\": \"RADH1571652335d078c3fd29416296fd2d6fc\"\n            },\n            \"artist\": {\n                \"name\": \"Cindy Cruse Ratcliff\",\n                \"id\": \"1604\"\n            },\n            \"album\": {\n                \"name\": \"Edge Of The Universe (Live At Lakewood Church)\",\n                \"id\": \"14524\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/1547078123445757889f89c7.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/1547078123445757889f89c7.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/1547078123445757889f89c7.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"65\",\n            \"airTime\": \"2019-10-21 09:56:02\",\n            \"track\": {\n                \"name\": \"The Kingdom Is Yours (feat. JonCarlos Velez, Jamie MacDonald, and Dee Wilson)\",\n                \"id\": \"92115\",\n                \"trackToken\": \"RADH1571651762d36b84f8466\"\n            },\n            \"artist\": {\n                \"name\": \"Common Hymnal\",\n                \"id\": \"4055\"\n            },\n            \"album\": {\n                \"name\": \"Common Hymnal\",\n                \"id\": \"15245\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/15656346750393f65a47bc.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/15656346750393f65a47bc.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/15656346750393f65a47bc.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"66\",\n            \"airTime\": \"2019-10-21 09:52:33\",\n            \"track\": {\n                \"name\": \"Back To You\",\n                \"id\": \"496\",\n                \"trackToken\": \"RADH1571651553d04162d304389\"\n            },\n            \"artist\": {\n                \"name\": \"Mandisa\",\n                \"id\": \"832\"\n            },\n            \"album\": {\n                \"name\": \"Overcomer\",\n                \"id\": \"1020\"\n            },\n            \"lyrics\": \"I could never say enough to thank You\\nFor everything, You've done for me\\nAnd I might think I could do enough to show You\\nBut I know that's just a crazy dream\\n\\nThis shouldn't be complicated\\nThis isn't that hard to see\\nIt's not about what I do for You\\nIt's what You've done for me\\n\\nYou gave Your love, You gave Your life\\nYou gave Your everything\\nI wanna give it all back\\nGive it all back to You\\nYou took a heart so black and blue\\nAnd piece by piece You make it new\\nThe only thing left, the only thing left to do\\nIs give it all back to You\\nGive it all back to You\\n\\nI just want to be a life that You use\\nI want all of me to be all for You\\nAnd when I get it wrong You stick with me\\nAin't that the truth\\nIt's just what You do\\n\\nThis shouldn't be complicated\\nThis isn't that hard to see\\nIt's not about what I do for You\\nIt's what You've done for me\\n\\nYou gave Your love, You gave Your life\\nYou gave Your everything and I Wanna give it all back\\nGive it all back to You\\nYou took a heart so black and blue\\nAnd piece by piece You make it new\\nThe only thing left, the only thing left to do\\nIs give it all back to You\\nGive it all back to You\\n\\nI won't forget what You did\\nHow You died so I could live\\nI don't deserve this kind of love\\nI'll testify, testify how You gave Your life for mine\\nThe only thing I know to do is give it all back to You\\n\\nIt's not about what I do for You\\nIt's what You've done for me\\n\\nYou gave Your love, You gave Your life\\nYou gave Your everything and I Wanna give it all back\\nGive it all back to You\\nYou took a heart so black and blue\\nAnd piece by piece You make it new\\nThe only thing left, the only thing left to do\\nIs give it all back to You\\nGive it all back to You\",\n            \"lyricsHTML\": \"I could never say enough to thank You<br /> For everything, You've done for me<br /> And I might think I could do enough to show You<br /> But I know that's just a crazy dream<br /> <br /> This shouldn't be complicated<br /> This isn't that hard to see<br /> It's not about what I do for You<br /> It's what You've done for me<br /> <br /> You gave Your love, You gave Your life<br /> You gave Your everything<br /> I wanna give it all back<br /> Give it all back to You<br /> You took a heart so black and blue<br /> And piece by piece You make it new<br /> The only thing left, the only thing left to do<br /> Is give it all back to You<br /> Give it all back to You<br /> <br /> I just want to be a life that You use<br /> I want all of me to be all for You<br /> And when I get it wrong You stick with me<br /> Ain't that the truth<br /> It's just what You do<br /> <br /> This shouldn't be complicated<br /> This isn't that hard to see<br /> It's not about what I do for You<br /> It's what You've done for me<br /> <br /> You gave Your love, You gave Your life<br /> You gave Your everything and I Wanna give it all back<br /> Give it all back to You<br /> You took a heart so black and blue<br /> And piece by piece You make it new<br /> The only thing left, the only thing left to do<br /> Is give it all back to You<br /> Give it all back to You<br /> <br /> I won't forget what You did<br /> How You died so I could live<br /> I don't deserve this kind of love<br /> I'll testify, testify how You gave Your life for mine<br /> The only thing I know to do is give it all back to You<br /> <br /> It's not about what I do for You<br /> It's what You've done for me<br /> <br /> You gave Your love, You gave Your life<br /> You gave Your everything and I Wanna give it all back<br /> Give it all back to You<br /> You took a heart so black and blue<br /> And piece by piece You make it new<br /> The only thing left, the only thing left to do<br /> Is give it all back to You<br /> Give it all back to You\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/0d165e12.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/0d165e12.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/0d165e12.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"67\",\n            \"airTime\": \"2019-10-21 09:45:28\",\n            \"track\": {\n                \"name\": \"You re Worthy of It All\",\n                \"id\": \"11057\",\n                \"trackToken\": \"RADH1571651128d2193ed62d0\"\n            },\n            \"artist\": {\n                \"name\": \"Shane & Shane\",\n                \"id\": \"1162\"\n            },\n            \"album\": {\n                \"name\": \"The Worship Initiative, Vol. 12\",\n                \"id\": \"14128\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/2750.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/2750.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/2750.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"68\",\n            \"airTime\": \"2019-10-21 09:40:44\",\n            \"track\": {\n                \"name\": \"Worship You Forever\",\n                \"id\": \"322\",\n                \"trackToken\": \"RADH1571650844d6cf14976b209dee05ea71fcbb1\"\n            },\n            \"artist\": {\n                \"name\": \"Todd Dulaney\",\n                \"id\": \"3369\"\n            },\n            \"album\": {\n                \"name\": \"A Worshipper's Heart\",\n                \"id\": \"11507\"\n            },\n            \"lyrics\": \"All the glory and the honor\\nbelongs to you, oh God\\nAll the glory and the honor\\n\\nbelongs to you, oh God\\n\\nI will worship, I will worship\\nI will worship you forever and always\\nI will worship, I will worship\\nI will worship you forever and always\\n\\nAll the glory (all the glory)\\nAnd the honor (and the honor)\\nbelongs to you, oh God\\nAll the glory (all the glory)\\nAnd the honor (and the honor)\\nbelongs to you, oh God\\n\\nI will worship, I will worship\\nI will worship you forever and always\\nI will worship, I will worship\\nI will worship you forever and always\\n\\nI will bow down, I will bow down\\nI worship you forever and always\\nI will bow down, I will bow down\\nI worship you forever and always\\n\\nI will worship, I will worship\\nI will worship you forever and always\\nI will worship, I will worship\\nI will worship you forever and always\\n\\nOhhhhhh\\nOhhhhhh\\nI will worship you forever and always\\nOhhhhhh\\nOhhhhhh\\nI will worship you forever and always\",\n            \"lyricsHTML\": \"All the glory and the honor<br /> belongs to you, oh God<br /> All the glory and the honor<br /> <br /> belongs to you, oh God<br /> <br /> I will worship, I will worship<br /> I will worship you forever and always<br /> I will worship, I will worship<br /> I will worship you forever and always<br /> <br /> All the glory (all the glory)<br /> And the honor (and the honor)<br /> belongs to you, oh God<br /> All the glory (all the glory)<br /> And the honor (and the honor)<br /> belongs to you, oh God<br /> <br /> I will worship, I will worship<br /> I will worship you forever and always<br /> I will worship, I will worship<br /> I will worship you forever and always<br /> <br /> I will bow down, I will bow down<br /> I worship you forever and always<br /> I will bow down, I will bow down<br /> I worship you forever and always<br /> <br /> I will worship, I will worship<br /> I will worship you forever and always<br /> I will worship, I will worship<br /> I will worship you forever and always<br /> <br /> Ohhhhhh<br /> Ohhhhhh<br /> I will worship you forever and always<br /> Ohhhhhh<br /> Ohhhhhh<br /> I will worship you forever and always\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/5675845202f70791572a77.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/5675845202f70791572a77.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/5675845202f70791572a77.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"69\",\n            \"airTime\": \"2019-10-21 09:36:56\",\n            \"track\": {\n                \"name\": \"The Kingdom\",\n                \"id\": \"7009\",\n                \"trackToken\": \"RADH1571650616de45dcb63304555\"\n            },\n            \"artist\": {\n                \"name\": \"Bethany Dillon\",\n                \"id\": \"138\"\n            },\n            \"album\": {\n                \"name\": \"Waking Up\",\n                \"id\": \"3904\"\n            },\n            \"lyrics\": \"It tapped me on the shoulder today when I got home\\nI saw everything collecting dust\\nIt made me hope there was something more\\nI pour over pages, desperate to find out why\\nThe cripple at Your table has what I'm longing to find\\n\\nTeach me how to hum it\\n'cause I don't know the words yet\\n\\nHelp me see the light\\nI'm reaching through the fight\\nYahweh, show me the Kingdom\\nArms open wide\\nDeath swallowed up by life\\nYahweh, show me the Kingdom\\n\\nWhy are some women barren\\nWhile the wicked's house is full\\nThe stories never seem to end\\nGive me evidence I'm not alone\\nYou said the weak would be lifted up\\nBut maybe just not yet\\nSo while I wait in this flesh and blood\\nI'll learn to lean in\\n\\nHelp me see the light\\nI'm reaching through the fight\\nYahweh, show me the Kingdom\\nArms open wide\\nDeath swallowed up by life\\nYahweh, show me the Kingdom\\n\\nHelp me see the light\\nI'm reaching through the fight\\nYahweh, the Kingdom\\nArms open wide\\nDeath swallowed up by life\\nYahweh, show me the Kingdom\\n\\nHelp me see the light\\nI'm reaching through the fight\\nYahweh, show me the Kingdom\\nArms open wide\\nDeath swallowed up by life\\nYahweh, show me the Kingdom\\n\\nThe Kingdom\\nThe Kingdom\\nThe Kingdom\\nThe Kingdom<br />\",\n            \"lyricsHTML\": \"It tapped me on the shoulder today when I got home<br /> I saw everything collecting dust<br /> It made me hope there was something more<br /> I pour over pages, desperate to find out why<br /> The cripple at Your table has what I'm longing to find<br /> <br /> Teach me how to hum it<br /> 'cause I don't know the words yet<br /> <br /> Help me see the light<br /> I'm reaching through the fight<br /> Yahweh, show me the Kingdom<br /> Arms open wide<br /> Death swallowed up by life<br /> Yahweh, show me the Kingdom<br /> <br /> Why are some women barren<br /> While the wicked's house is full<br /> The stories never seem to end<br /> Give me evidence I'm not alone<br /> You said the weak would be lifted up<br /> But maybe just not yet<br /> So while I wait in this flesh and blood<br /> I'll learn to lean in<br /> <br /> Help me see the light<br /> I'm reaching through the fight<br /> Yahweh, show me the Kingdom<br /> Arms open wide<br /> Death swallowed up by life<br /> Yahweh, show me the Kingdom<br /> <br /> Help me see the light<br /> I'm reaching through the fight<br /> Yahweh, the Kingdom<br /> Arms open wide<br /> Death swallowed up by life<br /> Yahweh, show me the Kingdom<br /> <br /> Help me see the light<br /> I'm reaching through the fight<br /> Yahweh, show me the Kingdom<br /> Arms open wide<br /> Death swallowed up by life<br /> Yahweh, show me the Kingdom<br /> <br /> The Kingdom<br /> The Kingdom<br /> The Kingdom<br /> The Kingdom<br />\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/b516.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/b516.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/b516.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"70\",\n            \"airTime\": \"2019-10-21 09:31:39\",\n            \"track\": {\n                \"name\": \"On The Way Up\",\n                \"id\": \"90670\",\n                \"trackToken\": \"RADH1571650299d71de30475070\"\n            },\n            \"artist\": {\n                \"name\": \"Apollo LTD\",\n                \"id\": \"3849\"\n            },\n            \"album\": {\n                \"name\": \"On The Way Up\",\n                \"id\": \"14889\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/1557952002393c8c6c88250c24c0.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/1557952002393c8c6c88250c24c0.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/1557952002393c8c6c88250c24c0.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"71\",\n            \"airTime\": \"2019-10-21 09:26:00\",\n            \"track\": {\n                \"name\": \"Holy Moment (Live)\",\n                \"id\": \"2825\",\n                \"trackToken\": \"RADH1571649960d7bb8a76fd800ca\"\n            },\n            \"artist\": {\n                \"name\": \"Chris McClarney\",\n                \"id\": \"265\"\n            },\n            \"album\": {\n                \"name\": \"Everything And Nothing Less (Live)\",\n                \"id\": \"8478\"\n            },\n            \"lyrics\": \"This is a Holy moment\\nThis is a Holy moment\\nThis is a Holy moment\\nThis is a Holy moment\\n\\nCome with expectation\\nEverything abandoned\\nLook and see the Glory of our God\\nLift your voice to heaven\\nJesus is our anthem\\nCelebrate the wonder of His love\\n\\nHe is here with us now\\nHe is here with us now\\nHe is here with us now\\nHe is here with us now\\n\\nCome with expectation\\nEverything abandoned\\nLook and see the Glory of our God\\nLift your voice to heaven\\nJesus is our anthem\\nCelebrate the wonder of His love\\n\\n\\nCome with expectation\\nEverything abandoned\\nLook and see the Glory of our God\\nLift your voice to heaven\\nJesus is our anthem\\nCelebrate the wonder of His love\\n\\nFor your honor and fame\\nFall again in this place\\nFill us up as we overflow with praise\\nFor your honor and fame\\nFall again in this place\\nFill us up as we overflow with praise\\nFor your honor and fame\\nFall again in this place\\nFill us up as we overflow with praise\\nFor your honor and fame\\nFall again in this place\\nFill us up as we overflow with praise\\n\\nWe come with expectation\\nEverything abandoned\\nHere to see the Glory of our God\\nWe lift our voice to heaven\\nJesus is our anthem\\nWe celebrate the wonder of your love\\n\\n\\nWe come with expectation\\nEverything abandoned\\nHere to see the Glory of our God\\nWe lift our voice to heaven\\nJesus is our anthem\\nWe celebrate the wonder of your love\\n\\n\\nThis is a Holy moment\\nThis is a Holy moment\\nThis is a Holy moment\\nThis is a Holy moment\",\n            \"lyricsHTML\": \"This is a Holy moment<br /> This is a Holy moment<br /> This is a Holy moment<br /> This is a Holy moment<br /> <br /> Come with expectation<br /> Everything abandoned<br /> Look and see the Glory of our God<br /> Lift your voice to heaven<br /> Jesus is our anthem<br /> Celebrate the wonder of His love<br /> <br /> He is here with us now<br /> He is here with us now<br /> He is here with us now<br /> He is here with us now<br /> <br /> Come with expectation<br /> Everything abandoned<br /> Look and see the Glory of our God<br /> Lift your voice to heaven<br /> Jesus is our anthem<br /> Celebrate the wonder of His love<br /> <br /> <br /> Come with expectation<br /> Everything abandoned<br /> Look and see the Glory of our God<br /> Lift your voice to heaven<br /> Jesus is our anthem<br /> Celebrate the wonder of His love<br /> <br /> For your honor and fame<br /> Fall again in this place<br /> Fill us up as we overflow with praise<br /> For your honor and fame<br /> Fall again in this place<br /> Fill us up as we overflow with praise<br /> For your honor and fame<br /> Fall again in this place<br /> Fill us up as we overflow with praise<br /> For your honor and fame<br /> Fall again in this place<br /> Fill us up as we overflow with praise<br /> <br /> We come with expectation<br /> Everything abandoned<br /> Here to see the Glory of our God<br /> We lift our voice to heaven<br /> Jesus is our anthem<br /> We celebrate the wonder of your love<br /> <br /> <br /> We come with expectation<br /> Everything abandoned<br /> Here to see the Glory of our God<br /> We lift our voice to heaven<br /> Jesus is our anthem<br /> We celebrate the wonder of your love<br /> <br /> <br /> This is a Holy moment<br /> This is a Holy moment<br /> This is a Holy moment<br /> This is a Holy moment\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/854f08327b5b9d77404247.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/854f08327b5b9d77404247.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/854f08327b5b9d77404247.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"72\",\n            \"airTime\": \"2019-10-21 09:22:03\",\n            \"track\": {\n                \"name\": \"Move\",\n                \"id\": \"7275\",\n                \"trackToken\": \"RADH1571649723d09b0982be177b15c9ece9f\"\n            },\n            \"artist\": {\n                \"name\": \"Noah Cleveland\",\n                \"id\": \"965\"\n            },\n            \"album\": {\n                \"name\": \"Come Alive\",\n                \"id\": \"1275\"\n            },\n            \"lyrics\": \"Freedom speaks from a place of peace\\nThat I find when I'm on my knees\\nMorning breaks at the darkest hour\\nWhen I cannot see Your face\\nBones come to life, the valley of death\\nNow is the time, I'm ready, ready, ready\\n\\nI can't stand still, My heart's beating\\nI know I'm feeling, Hope has arrived\\nNow I'm moving, It's out of control\\nNothing can stop me, I'm ready to go\\n\\nA symphony of life runs through my veins\\nA shot of light fills up this place\\nShaking to a point where I've go to move\\nThere's nothing left to lose\\nRunning tonight, tonight I'm gone\\nI'm not going back, I'm ready to go\",\n            \"lyricsHTML\": \"Freedom speaks from a place of peace<br /> That I find when I'm on my knees<br /> Morning breaks at the darkest hour<br /> When I cannot see Your face<br /> Bones come to life, the valley of death<br /> Now is the time, I'm ready, ready, ready<br /> <br /> I can't stand still, My heart's beating<br /> I know I'm feeling, Hope has arrived<br /> Now I'm moving, It's out of control<br /> Nothing can stop me, I'm ready to go<br /> <br /> A symphony of life runs through my veins<br /> A shot of light fills up this place<br /> Shaking to a point where I've go to move<br /> There's nothing left to lose<br /> Running tonight, tonight I'm gone<br /> I'm not going back, I'm ready to go\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/68cbba2c37d8180b.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/68cbba2c37d8180b.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/68cbba2c37d8180b.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"73\",\n            \"airTime\": \"2019-10-21 09:16:51\",\n            \"track\": {\n                \"name\": \"People Like Me\",\n                \"id\": \"7489\",\n                \"trackToken\": \"RADH1571649410df8dc5aba93\"\n            },\n            \"artist\": {\n                \"name\": \"Mikeschair\",\n                \"id\": \"915\"\n            },\n            \"album\": {\n                \"name\": \"People Like Me (EP)\",\n                \"id\": \"4036\"\n            },\n            \"lyrics\": \"What if I told you, what would you say\\nWould you stand by me, would you walk away\\nWhat if my walls came down and you saw everything\\n\\nAll of my weakness\\nAll of my scars\\nAll that I've hidden\\nDeep in my heart\\nFor so long\\nAnd I'm scared to set it free\\n\\nShow me a life that's broken\\nCan be redeemed\\nShow me that you can handle my honesty\\nAnd help me to know\\nYou'll never let go\\nYour love won't ever leave\\nShow me that grace was made\\nFor people like me\\n\\nYou say I'm forgiven\\nBeing restored\\nBut it's hard to feel it\\nHere in this storm\\nTorn between who I've been and who I want to be\\n\\nJesus, I need you\\nNeed You to be\\nHope in the darkness searching for me\\nOut of this doubt\\nLord, help me to believe\\n\\nShow me a life that's broken\\nCan be redeemed\\nShow me that you can handle my honesty\\nAnd help me to know\\nYou'll never let go\\nYour love won't ever leave\\nShow me that grace was made\\nFor people like me\\n\\nOh, my weak heart\\nAnd Your strong arms\\nGive me faith when mine is gone\\nOnly trusting in Your mercy\\nCat set free\\nPeople like me\\n\\nShow me Your arms are open\\nYour blood redeems\\nShow me that You can love\\nEven me\\n\\nShow me a life that's broken\\nCan be redeemed\\nShow me that you can handle my honesty\\nAnd help me to know\\nYou'll never let go\\nYour love won't ever leave\\nShow me that grace was made\\nFor people like me\\n\\nFor people like me\",\n            \"lyricsHTML\": \"What if I told you, what would you say<br /> Would you stand by me, would you walk away<br /> What if my walls came down and you saw everything<br /> <br /> All of my weakness<br /> All of my scars<br /> All that I've hidden<br /> Deep in my heart<br /> For so long<br /> And I'm scared to set it free<br /> <br /> Show me a life that's broken<br /> Can be redeemed<br /> Show me that you can handle my honesty<br /> And help me to know<br /> You'll never let go<br /> Your love won't ever leave<br /> Show me that grace was made<br /> For people like me<br /> <br /> You say I'm forgiven<br /> Being restored<br /> But it's hard to feel it<br /> Here in this storm<br /> Torn between who I've been and who I want to be<br /> <br /> Jesus, I need you<br /> Need You to be<br /> Hope in the darkness searching for me<br /> Out of this doubt<br /> Lord, help me to believe<br /> <br /> Show me a life that's broken<br /> Can be redeemed<br /> Show me that you can handle my honesty<br /> And help me to know<br /> You'll never let go<br /> Your love won't ever leave<br /> Show me that grace was made<br /> For people like me<br /> <br /> Oh, my weak heart<br /> And Your strong arms<br /> Give me faith when mine is gone<br /> Only trusting in Your mercy<br /> Cat set free<br /> People like me<br /> <br /> Show me Your arms are open<br /> Your blood redeems<br /> Show me that You can love<br /> Even me<br /> <br /> Show me a life that's broken<br /> Can be redeemed<br /> Show me that you can handle my honesty<br /> And help me to know<br /> You'll never let go<br /> Your love won't ever leave<br /> Show me that grace was made<br /> For people like me<br /> <br /> For people like me\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/c454d2f7e190d50ae85c1060.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/c454d2f7e190d50ae85c1060.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/c454d2f7e190d50ae85c1060.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"74\",\n            \"airTime\": \"2019-10-21 09:12:56\",\n            \"track\": {\n                \"name\": \"Hallelujah\",\n                \"id\": \"2670\",\n                \"trackToken\": \"RADH1571649176dfb6ce0a0d5cc\"\n            },\n            \"artist\": {\n                \"name\": \"forever JONES\",\n                \"id\": \"485\"\n            },\n            \"album\": {\n                \"name\": \"Musical Revival\",\n                \"id\": \"394\"\n            },\n            \"lyrics\": \"Let me hear you say\\nHa Ha Halle Lu Lu Lujah\\nYou are big in me\\n\\nSing it again\\nHa Ha Halle Lu Lu Lujah\\nYou are big in me\\n\\nMy identity is in You\\nMy identity is in You\\nMy identity is in You oh God\\n\\nWho I really am is in you\\nWho I really am is in you\\nWho I really am is in you oh God\\n\\nEverything I need is in You\\nEverything I need is in You\\nEverything I need is in You oh God\\n\\nHa Ha Halle Lu Lu Lujah\\nYou are big in me\\n\\nYou are my source\\nMy self-esteem\\nMy everything\\nSo that you are oh God\\n\\nHa Ha Halle Lu Lu Lujah\\nYou are big in me\\n\\nAll my fears and inhibitions\\nFade away when I recognize\\n\\nAll my fears and inhibitions\\nFade away, fade away\\nFade away, fade away\\nFade away, fade away\\n\\nHa Ha Halle Lu Lu Lujah\",\n            \"lyricsHTML\": \"Let me hear you say<br /> Ha Ha Halle Lu Lu Lujah<br /> You are big in me<br /> <br /> Sing it again<br /> Ha Ha Halle Lu Lu Lujah<br /> You are big in me<br /> <br /> My identity is in You<br /> My identity is in You<br /> My identity is in You oh God<br /> <br /> Who I really am is in you<br /> Who I really am is in you<br /> Who I really am is in you oh God<br /> <br /> Everything I need is in You<br /> Everything I need is in You<br /> Everything I need is in You oh God<br /> <br /> Ha Ha Halle Lu Lu Lujah<br /> You are big in me<br /> <br /> You are my source<br /> My self-esteem<br /> My everything<br /> So that you are oh God<br /> <br /> Ha Ha Halle Lu Lu Lujah<br /> You are big in me<br /> <br /> All my fears and inhibitions<br /> Fade away when I recognize<br /> <br /> All my fears and inhibitions<br /> Fade away, fade away<br /> Fade away, fade away<br /> Fade away, fade away<br /> <br /> Ha Ha Halle Lu Lu Lujah\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/a412.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/a412.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/a412.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"75\",\n            \"airTime\": \"2019-10-21 09:06:21\",\n            \"track\": {\n                \"name\": \"Since Your Love (Live) [feat. Brandon Hampton]\",\n                \"id\": \"3982\",\n                \"trackToken\": \"RADH1571648781d9f4c93ecc4ad\"\n            },\n            \"artist\": {\n                \"name\": \"United Pursuit\",\n                \"id\": \"1391\"\n            },\n            \"album\": {\n                \"name\": \"Simple Gospel (Live)\",\n                \"id\": \"9616\"\n            },\n            \"lyrics\": \"You are the light\\nSong of my life\\nYou always lead me\\nYou are the voice inside\\n\\nYou are my love\\nNo one before you\\nAll that I am\\nPoints to You\\n\\nAnd I was made by you\\nI was made for you\\nI am unfulfilled without full communion\\n\\nYou are the light\\nSong of my life\\nYou always lead me\\nYou are the voice inside\\n\\nYou are my love\\nNo one before you\\nAll that I am\\nLongs For You\\n\\nAnd I was made by you\\nI was made for you\\nI am unfulfilled without full communion\\n\\nI was made by you\\nAnd I was made for you\\nI am unfulfilled without full communion\\n\\nSince your love got a hold of me\\nSince your love got a hold of me\\nI'm a new creation\\nI'm forever changed\\n\\nI was made by you\\nI was made for you\\nI am unfulfilled without full communion\\n\\nIn you, is all I need\\nYou're my breath, you're my life, you're my everything\",\n            \"lyricsHTML\": \"You are the light<br /> Song of my life<br /> You always lead me<br /> You are the voice inside<br /> <br /> You are my love<br /> No one before you<br /> All that I am<br /> Points to You<br /> <br /> And I was made by you<br /> I was made for you<br /> I am unfulfilled without full communion<br /> <br /> You are the light<br /> Song of my life<br /> You always lead me<br /> You are the voice inside<br /> <br /> You are my love<br /> No one before you<br /> All that I am<br /> Longs For You<br /> <br /> And I was made by you<br /> I was made for you<br /> I am unfulfilled without full communion<br /> <br /> I was made by you<br /> And I was made for you<br /> I am unfulfilled without full communion<br /> <br /> Since your love got a hold of me<br /> Since your love got a hold of me<br /> I'm a new creation<br /> I'm forever changed<br /> <br /> I was made by you<br /> I was made for you<br /> I am unfulfilled without full communion<br /> <br /> In you, is all I need<br /> You're my breath, you're my life, you're my everything\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/496fb80378.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/496fb80378.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/496fb80378.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"76\",\n            \"airTime\": \"2019-10-21 09:02:56\",\n            \"track\": {\n                \"name\": \"Spend A Life\",\n                \"id\": \"90673\",\n                \"trackToken\": \"RADH1571648575dc2b9e15b8c\"\n            },\n            \"artist\": {\n                \"name\": \"David Dunn\",\n                \"id\": \"353\"\n            },\n            \"album\": {\n                \"name\": \"Spend A Life\",\n                \"id\": \"14892\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/15579528072c30104a23bd7284.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/15579528072c30104a23bd7284.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/15579528072c30104a23bd7284.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"77\",\n            \"airTime\": \"2019-10-21 08:57:52\",\n            \"track\": {\n                \"name\": \"Holy Ground (Live)\",\n                \"id\": \"16557\",\n                \"trackToken\": \"RADH1571648272dac08eec65fba61\"\n            },\n            \"artist\": {\n                \"name\": \"Urban Rescue\",\n                \"id\": \"3243\"\n            },\n            \"album\": {\n                \"name\": \"City Sessions (Live in Los Angeles)\",\n                \"id\": \"13651\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/3e9f58.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/3e9f58.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/3e9f58.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"78\",\n            \"airTime\": \"2019-10-21 08:54:59\",\n            \"track\": {\n                \"name\": \"Born Again\",\n                \"id\": \"8032\",\n                \"trackToken\": \"RADH1571648099d502943312dd0e54707b71daa84\"\n            },\n            \"artist\": {\n                \"name\": \"Austin French\",\n                \"id\": \"3763\"\n            },\n            \"album\": {\n                \"name\": \"Wide Open\",\n                \"id\": \"14008\"\n            },\n            \"lyrics\": \"I was down on my luck, I was stuck, I was running 'round broken-hearted\\nI was sinking so fast, I couldn't last falling apart and\\nYou could've ran away, leaving me there in my shame\\nLeaving me fighting my pain, but You made a better way\\n(Oh, ohh, ohhh)\\n\\nI've been saved, [?] back to the sinner, I'm held by the Father above\\nNo more shame, walked out of the desert and drowned in the power of love\\nAmazing grace, my soul set free, ain't no grave got a hold on me\\nI'm born again, born again, washed by the water, I'm clean\\n\\nMy eyes have been open, You're showing me all of my life in a new light\\nEvery step, every breath, like it's the first time\\nAnd You could've ran away, leaving me there in my shame\\nLeaving me fighting my pain, but You made a better way\\n(Oh, ohh, ohhh)\\n\\nI've been saved, [?] back to the sinner, I'm held by the Father above\\nNo more shame, walked out of the desert and drowned in the power of love\\nAmazing grace, my soul set free, ain't no grave got a hold on me\\nI'm born again, born again, washed by the water, I'm clean\\n\\nPreacher told me the good, good news (oh-ohh, oh-ohh)\\nWhen I way down deep in the river blues (oh-ohh, oh-ohh)\\nPreacher told me the good, good news (oh-ohh, oh-ohh)\\nAnd ever since my heart made new\\n\\nI've been saved, [?] back to the sinner, I'm held by the Father above\\nNo more shame, walked out of the desert and drowned in the power of love\\nAmazing grace, my soul set free, ain't no grave got a hold on me\\nI'm born again, born again, washed by the water, I'm clean\\n\\n(Washed by the water, I'm washed by the water)\\n(Washed by the water, I'm washed by the water)\\n\\nAmazing grace, my soul set free, ain't no grave got a hold on me\\nI'm born again, born again, washed by the water, I'm clean\",\n            \"lyricsHTML\": \"I was down on my luck, I was stuck, I was running 'round broken-hearted<br /> I was sinking so fast, I couldn't last falling apart and<br /> You could've ran away, leaving me there in my shame<br /> Leaving me fighting my pain, but You made a better way<br /> (Oh, ohh, ohhh)<br /> <br /> I've been saved, [?] back to the sinner, I'm held by the Father above<br /> No more shame, walked out of the desert and drowned in the power of love<br /> Amazing grace, my soul set free, ain't no grave got a hold on me<br /> I'm born again, born again, washed by the water, I'm clean<br /> <br /> My eyes have been open, You're showing me all of my life in a new light<br /> Every step, every breath, like it's the first time<br /> And You could've ran away, leaving me there in my shame<br /> Leaving me fighting my pain, but You made a better way<br /> (Oh, ohh, ohhh)<br /> <br /> I've been saved, [?] back to the sinner, I'm held by the Father above<br /> No more shame, walked out of the desert and drowned in the power of love<br /> Amazing grace, my soul set free, ain't no grave got a hold on me<br /> I'm born again, born again, washed by the water, I'm clean<br /> <br /> Preacher told me the good, good news (oh-ohh, oh-ohh)<br /> When I way down deep in the river blues (oh-ohh, oh-ohh)<br /> Preacher told me the good, good news (oh-ohh, oh-ohh)<br /> And ever since my heart made new<br /> <br /> I've been saved, [?] back to the sinner, I'm held by the Father above<br /> No more shame, walked out of the desert and drowned in the power of love<br /> Amazing grace, my soul set free, ain't no grave got a hold on me<br /> I'm born again, born again, washed by the water, I'm clean<br /> <br /> (Washed by the water, I'm washed by the water)<br /> (Washed by the water, I'm washed by the water)<br /> <br /> Amazing grace, my soul set free, ain't no grave got a hold on me<br /> I'm born again, born again, washed by the water, I'm clean\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/2a143eb3fe.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/2a143eb3fe.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/2a143eb3fe.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"79\",\n            \"airTime\": \"2019-10-21 08:50:07\",\n            \"track\": {\n                \"name\": \"Wonder (Spontaneous)\",\n                \"id\": \"7250\",\n                \"trackToken\": \"RADH1571647807d7c12247a1eed170555d2\"\n            },\n            \"artist\": {\n                \"name\": \"Bethel\",\n                \"id\": \"1553\"\n            },\n            \"album\": {\n                \"name\": \"You Make Me Brave\",\n                \"id\": \"11577\"\n            },\n            \"lyrics\": \"May we never lose our wonder\\nMay we never lose our wonder\\nWide-eyed and mystified\\nMay we be just like a child\\nStaring at the beauty of our King\\nFill us with wonder\\nMay we never lose our wonder\\nMay we never lose our wonder\\nWide-eyed and mystified\\nMay we be just like a child\\nStaring at the beauty of our King\\nCause you are beautiful in all your ways\\nKing of Kings\\nYou are beautiful in all your ways\\nJust close your eyes\\nJust close your eyes, you'll see him\\nYou are beautiful in all your ways\\nOpen the eyes of our heart to see you God\\nMay we never lose our wonder\\nMay we never lose our wonder\\nWide-eyed and mystified\\nMay we be just like a child\\nStaring at the beauty of our King\\nCause you are beautiful in all your ways\\nOh you are, yes you are\\nYou are beautiful in all your ways\\nWe give our lives to sing\\nCause you are beautiful in all your ways\\nCause you are beautiful in all your ways\\nYou fascinate me\\nYou fascinate us\\nYou fascinate us, with you are\\nYou fascinate us\\nYou fascinate us\\nYou fascinate us with your love\\nYou are beautiful\\nYou are glorious\\nYou are beautiful\\nYes you are\\nYou are beautiful\\nYou are glorious\\nYou are beautiful\\nYou are beautiful in all your ways\\nYou are beautiful in all your ways\\nMay we never lose our wonder\",\n            \"lyricsHTML\": \"May we never lose our wonder<br /> May we never lose our wonder<br /> Wide-eyed and mystified<br /> May we be just like a child<br /> Staring at the beauty of our King<br /> Fill us with wonder<br /> May we never lose our wonder<br /> May we never lose our wonder<br /> Wide-eyed and mystified<br /> May we be just like a child<br /> Staring at the beauty of our King<br /> Cause you are beautiful in all your ways<br /> King of Kings<br /> You are beautiful in all your ways<br /> Just close your eyes<br /> Just close your eyes, you'll see him<br /> You are beautiful in all your ways<br /> Open the eyes of our heart to see you God<br /> May we never lose our wonder<br /> May we never lose our wonder<br /> Wide-eyed and mystified<br /> May we be just like a child<br /> Staring at the beauty of our King<br /> Cause you are beautiful in all your ways<br /> Oh you are, yes you are<br /> You are beautiful in all your ways<br /> We give our lives to sing<br /> Cause you are beautiful in all your ways<br /> Cause you are beautiful in all your ways<br /> You fascinate me<br /> You fascinate us<br /> You fascinate us, with you are<br /> You fascinate us<br /> You fascinate us<br /> You fascinate us with your love<br /> You are beautiful<br /> You are glorious<br /> You are beautiful<br /> Yes you are<br /> You are beautiful<br /> You are glorious<br /> You are beautiful<br /> You are beautiful in all your ways<br /> You are beautiful in all your ways<br /> May we never lose our wonder\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/9918cba315.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/9918cba315.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/9918cba315.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"80\",\n            \"airTime\": \"2019-10-21 08:44:12\",\n            \"track\": {\n                \"name\": \"Sing Your Praises (Live)\",\n                \"id\": \"3632\",\n                \"trackToken\": \"RADH1571647452d51b738624b58474b815406731e\"\n            },\n            \"artist\": {\n                \"name\": \"Onething Live\",\n                \"id\": \"978\"\n            },\n            \"album\": {\n                \"name\": \"Sing Your Praises\",\n                \"id\": \"519\"\n            },\n            \"lyrics\": \"Gonna join in the song\\nthat the angels sing\\nGlory to our God and heaven's King\\n\\n\\nYour mighty Name, Lord we cry\\nLike a banner lift it high\\nYou are great and greatly to be praised\\n\\nI will dance around Your throne\\nIn Your Presence is my home\\nand the rocks will not cry out\\nI will shout, I will shout\\n\\nI will sing Your praises\\nYou are Holy, You are Holy\\nYou alone are worthy\\nOf the Glory, all the Glory\\n\\nI will sing Your praises\\nYou are Holy, You are Holy\\nYou alone are worthy\\nOf the Glory\\n\\nFrom the ends of the earth\\nI can hear their songs\\nGlory they sing to the Righteous One\\n\\nYour mighty Name, Lord we cry\\nLike a banner lift it high\\nFor You are great and greatly to be praised\\n\\nI will dance around Your throne\\nIn Your Presence is my home\\nand the rocks will not cry out\\nI will shout, I will shout\\n\\nI will dance around Your throne\\nIn Your Presence is my home\\nand the rocks will not cry out\\nI will shout, I will shout\\n\\nI will sing Your praises\\nYou are Holy, You are Holy\\nYou alone are worthy\\nOf the Glory, all the Glory\\n\\nI will sing Your praises\\nYou are Holy, You are Holy\\nYou alone are worthy\\nOf the Glory\\n\\nOh, oh oh oh, oh oh\\n\\nI will dance around Your throne\\nIn Your Presence is my home\\nand the rocks will not cry out\\nI will shout, I will shout\\n\\nI will dance around Your throne\\nIn Your Presence is my home\\nand the rocks will not cry out\\nI will shout, I will shout\\n\\nI will sing Your praises\\nYou are Holy, You are Holy\\nYou alone are worthy\\nOf the Glory, all the Glory\\n\\nI will sing Your praises\\nYou are Holy, You are Holy\\nYou alone are worthy\\nOf the Glory\\n\\nOh, oh oh oh, oh oh\\n\\nI will sing Your praises\\nYou are Holy, You are Holy\\nYou alone are worthy\\nOf the Glory, all the Glory\\n\\nI will sing Your praises\\nYou are Holy, You are Holy\\nYou alone are worthy\\nOf the Glory\",\n            \"lyricsHTML\": \"Gonna join in the song<br /> that the angels sing<br /> Glory to our God and heaven's King<br /> <br /> <br /> Your mighty Name, Lord we cry<br /> Like a banner lift it high<br /> You are great and greatly to be praised<br /> <br /> I will dance around Your throne<br /> In Your Presence is my home<br /> and the rocks will not cry out<br /> I will shout, I will shout<br /> <br /> I will sing Your praises<br /> You are Holy, You are Holy<br /> You alone are worthy<br /> Of the Glory, all the Glory<br /> <br /> I will sing Your praises<br /> You are Holy, You are Holy<br /> You alone are worthy<br /> Of the Glory<br /> <br /> From the ends of the earth<br /> I can hear their songs<br /> Glory they sing to the Righteous One<br /> <br /> Your mighty Name, Lord we cry<br /> Like a banner lift it high<br /> For You are great and greatly to be praised<br /> <br /> I will dance around Your throne<br /> In Your Presence is my home<br /> and the rocks will not cry out<br /> I will shout, I will shout<br /> <br /> I will dance around Your throne<br /> In Your Presence is my home<br /> and the rocks will not cry out<br /> I will shout, I will shout<br /> <br /> I will sing Your praises<br /> You are Holy, You are Holy<br /> You alone are worthy<br /> Of the Glory, all the Glory<br /> <br /> I will sing Your praises<br /> You are Holy, You are Holy<br /> You alone are worthy<br /> Of the Glory<br /> <br /> Oh, oh oh oh, oh oh<br /> <br /> I will dance around Your throne<br /> In Your Presence is my home<br /> and the rocks will not cry out<br /> I will shout, I will shout<br /> <br /> I will dance around Your throne<br /> In Your Presence is my home<br /> and the rocks will not cry out<br /> I will shout, I will shout<br /> <br /> I will sing Your praises<br /> You are Holy, You are Holy<br /> You alone are worthy<br /> Of the Glory, all the Glory<br /> <br /> I will sing Your praises<br /> You are Holy, You are Holy<br /> You alone are worthy<br /> Of the Glory<br /> <br /> Oh, oh oh oh, oh oh<br /> <br /> I will sing Your praises<br /> You are Holy, You are Holy<br /> You alone are worthy<br /> Of the Glory, all the Glory<br /> <br /> I will sing Your praises<br /> You are Holy, You are Holy<br /> You alone are worthy<br /> Of the Glory\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/ac4e81c2abac.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/ac4e81c2abac.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/ac4e81c2abac.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"81\",\n            \"airTime\": \"2019-10-21 08:38:26\",\n            \"track\": {\n                \"name\": \"Is He Worthy? (Live)\",\n                \"id\": \"89613\",\n                \"trackToken\": \"RADH1571647106d094b462b4e02b3\"\n            },\n            \"artist\": {\n                \"name\": \"Chris Tomlin\",\n                \"id\": \"273\"\n            },\n            \"album\": {\n                \"name\": \"Holy Roar- Live From Church\",\n                \"id\": \"14588\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/1553121883492008f06b575bc25e.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/1553121883492008f06b575bc25e.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/1553121883492008f06b575bc25e.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"82\",\n            \"airTime\": \"2019-10-21 08:34:47\",\n            \"track\": {\n                \"name\": \"One Thing\",\n                \"id\": \"6665\",\n                \"trackToken\": \"RADH1571646887d7436cb05b8610fef35\"\n            },\n            \"artist\": {\n                \"name\": \"Tenth Avenue North\",\n                \"id\": \"1250\"\n            },\n            \"album\": {\n                \"name\": \"Followers\",\n                \"id\": \"11908\"\n            },\n            \"lyrics\": \"You don't really know what you need\\n'Til you've got nothing\\nYou don't really know what you believe\\n\\n'Til you've been broken\\nYou don't really know what you treasure now\\n'Til it all comes crashing down\\nBut I can see so clearly now\\n\\nIf I've got nothing but You\\nI still have everything I need\\nYou're the one thing I can't lose\\nWhen I run to the end of me\\nEverything I thought I lost\\nI found it all in You, my God\\nYou're the one thing, one thing, one thing\\nOne thing I need\\n\\nAll of the wants and all the plans I've been chasing\\nAll of the dreams in my heart, You can take them\\n'Cause all of the beauty starts to fade in the light of just one face\\nI can see so clearly now\\n\\nMy soul will cry\\nThis one thing I know\\nYou alone will satisfy\\n\\nIf I've got nothing but You\\nI still have everything I need\\nYou're the one thing I can't lose\\nWhen I've run to the end of me\\n\\nOne thing I need\",\n            \"lyricsHTML\": \"You don't really know what you need<br /> 'Til you've got nothing<br /> You don't really know what you believe<br /> <br /> 'Til you've been broken<br /> You don't really know what you treasure now<br /> 'Til it all comes crashing down<br /> But I can see so clearly now<br /> <br /> If I've got nothing but You<br /> I still have everything I need<br /> You're the one thing I can't lose<br /> When I run to the end of me<br /> Everything I thought I lost<br /> I found it all in You, my God<br /> You're the one thing, one thing, one thing<br /> One thing I need<br /> <br /> All of the wants and all the plans I've been chasing<br /> All of the dreams in my heart, You can take them<br /> 'Cause all of the beauty starts to fade in the light of just one face<br /> I can see so clearly now<br /> <br /> My soul will cry<br /> This one thing I know<br /> You alone will satisfy<br /> <br /> If I've got nothing but You<br /> I still have everything I need<br /> You're the one thing I can't lose<br /> When I've run to the end of me<br /> <br /> One thing I need\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/0c07b152f5831b5d.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/0c07b152f5831b5d.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/0c07b152f5831b5d.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"83\",\n            \"airTime\": \"2019-10-21 08:31:47\",\n            \"track\": {\n                \"name\": \"Glow\",\n                \"id\": \"7981\",\n                \"trackToken\": \"RADH1571646707d7446904cad7edf913e3e27\"\n            },\n            \"artist\": {\n                \"name\": \"Britt Nicole\",\n                \"id\": \"185\"\n            },\n            \"album\": {\n                \"name\": \"The Lost Get Found\",\n                \"id\": \"604\"\n            },\n            \"lyrics\": \"You were walking on the moon, now you're feeling low -ow-ow\\nWhat they said wasn't true, you're beautiful ul-ul\\nSticks and stones break your bones, I know what you're feeling\\nwords like those won't steal your glow, you're one in a million\\n\\nThis, this is for all the girls, and boys all over the world\\nwhatever you've been told, you're worth more than gold\\nso hold your head up high, it's your time to shine\\nfrom the inside it shows, you're worth more than gold\\n(gold gold, you're gold)\\nYou're worth more than gold\\n(gold gold you're gold)\\n\\nWell everybody keeps score, afraid you're gonna lose\\njust ignore they don't know the real you\\nall the rain in the sky can't put out your fire\\nof all the stars out tonight, you shine brighter\\n\\nThis, this is for all the girls, and boys all over the world\\nwhatever you've been told, you're worth more than gold\\nso hold your head up high, it's your time to shine\\nfrom the inside it shows, you're worth more than gold\\n(gold gold, you're gold)\\nYou're worth more than gold\\n(gold gold you're gold)\\n\\nSo don't let anybody tell you that you're not loved\\nand don't let anybody tell you that you're not enough\\nyeah there are days that we all feel like we are messed up\\nbut the truth is that we're all diamonds in the rough\\nso don't be ashamed to wear your crown\\nyou're a king you're a queen inside and out\\nyou glow like the moon, you shine like the stars\\nthis is for you, wherever you are\\n\\nOh, oh, yeah, yeah, oh, oh,\\nyou're gold\\n\\nThis, this is for all the girls, and boys all over the world\\nwhatever you've been told, you're worth more than gold\\n(so hold your head up high) so hold your head up high,\\nit's your time to shine\\nfrom the inside it shows, you're worth more than gold\\n(gold gold, you're gold)\\nYou're worth more than gold\\n(gold gold you're gold)\\n\\nSo don't be ashamed to wear your crown\\nyou're a king you're a queen inside and out\",\n            \"lyricsHTML\": \"You were walking on the moon, now you're feeling low -ow-ow<br /> What they said wasn't true, you're beautiful ul-ul<br /> Sticks and stones break your bones, I know what you're feeling<br /> words like those won't steal your glow, you're one in a million<br /> <br /> This, this is for all the girls, and boys all over the world<br /> whatever you've been told, you're worth more than gold<br /> so hold your head up high, it's your time to shine<br /> from the inside it shows, you're worth more than gold<br /> (gold gold, you're gold)<br /> You're worth more than gold<br /> (gold gold you're gold)<br /> <br /> Well everybody keeps score, afraid you're gonna lose<br /> just ignore they don't know the real you<br /> all the rain in the sky can't put out your fire<br /> of all the stars out tonight, you shine brighter<br /> <br /> This, this is for all the girls, and boys all over the world<br /> whatever you've been told, you're worth more than gold<br /> so hold your head up high, it's your time to shine<br /> from the inside it shows, you're worth more than gold<br /> (gold gold, you're gold)<br /> You're worth more than gold<br /> (gold gold you're gold)<br /> <br /> So don't let anybody tell you that you're not loved<br /> and don't let anybody tell you that you're not enough<br /> yeah there are days that we all feel like we are messed up<br /> but the truth is that we're all diamonds in the rough<br /> so don't be ashamed to wear your crown<br /> you're a king you're a queen inside and out<br /> you glow like the moon, you shine like the stars<br /> this is for you, wherever you are<br /> <br /> Oh, oh, yeah, yeah, oh, oh,<br /> you're gold<br /> <br /> This, this is for all the girls, and boys all over the world<br /> whatever you've been told, you're worth more than gold<br /> (so hold your head up high) so hold your head up high,<br /> it's your time to shine<br /> from the inside it shows, you're worth more than gold<br /> (gold gold, you're gold)<br /> You're worth more than gold<br /> (gold gold you're gold)<br /> <br /> So don't be ashamed to wear your crown<br /> you're a king you're a queen inside and out\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/668b.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/668b.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/668b.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"84\",\n            \"airTime\": \"2019-10-21 08:25:10\",\n            \"track\": {\n                \"name\": \"Dancing On the Grave\",\n                \"id\": \"89952\",\n                \"trackToken\": \"RADH1571646309dd5da8516ce4701d378\"\n            },\n            \"artist\": {\n                \"name\": \"Christ For The Nations Worship\",\n                \"id\": \"3953\"\n            },\n            \"album\": {\n                \"name\": \"Taste of Heaven\",\n                \"id\": \"14763\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/1556918780823f20b5335491fb7e31.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/1556918780823f20b5335491fb7e31.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/1556918780823f20b5335491fb7e31.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"85\",\n            \"airTime\": \"2019-10-21 08:21:20\",\n            \"track\": {\n                \"name\": \"Into the Glorious\",\n                \"id\": \"5666\",\n                \"trackToken\": \"RADH1571646080d9d68e4b4c6e5d1\"\n            },\n            \"artist\": {\n                \"name\": \"Christy Nockels\",\n                \"id\": \"282\"\n            },\n            \"album\": {\n                \"name\": \"Into the Glorious\",\n                \"id\": \"958\"\n            },\n            \"lyrics\": \"I was made for more\\nthan this world could offer me\\nMy heart to hold true mystery\\nMy voice was made to fall\\non holy ears.\\nMy life to collide with majesty.\\n\\nOut from the ordinary.\\nInto extraordinary.\\n\\nThis is a heart-cry, from my life.\\nTo say I love You, God, I love You.\\nSo take me deeper, oh.\\nI can hear You calling.\\nInviting me in.\\nInto the glorious.\\n\\nI was made me for rest,\\nin a world, thats striving.\\nTo lie down in the fields of green.\\nTo set my feet upon this holy ground.\\nTo build my life on the things unseen.\\nOut from the ordinary.\\nInto extraordinary.\\nThis is a heart-cry, from my life.\\nTo say I love You, God, I love You.\\nSo take me deeper, oh.\\nI can hear You calling.\\nInviting me in.\\nInto the glorious\\nInto the glorious\",\n            \"lyricsHTML\": \"I was made for more<br /> than this world could offer me<br /> My heart to hold true mystery<br /> My voice was made to fall<br /> on holy ears.<br /> My life to collide with majesty.<br /> <br /> Out from the ordinary.<br /> Into extraordinary.<br /> <br /> This is a heart-cry, from my life.<br /> To say I love You, God, I love You.<br /> So take me deeper, oh.<br /> I can hear You calling.<br /> Inviting me in.<br /> Into the glorious.<br /> <br /> I was made me for rest,<br /> in a world, thats striving.<br /> To lie down in the fields of green.<br /> To set my feet upon this holy ground.<br /> To build my life on the things unseen.<br /> Out from the ordinary.<br /> Into extraordinary.<br /> This is a heart-cry, from my life.<br /> To say I love You, God, I love You.<br /> So take me deeper, oh.<br /> I can hear You calling.<br /> Inviting me in.<br /> Into the glorious<br /> Into the glorious\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/ff81.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/ff81.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/ff81.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"86\",\n            \"airTime\": \"2019-10-21 08:17:40\",\n            \"track\": {\n                \"name\": \"One Day\",\n                \"id\": \"316\",\n                \"trackToken\": \"RADH1571645860d9de4749ff88bf64127322624\"\n            },\n            \"artist\": {\n                \"name\": \"Mark Schultz\",\n                \"id\": \"849\"\n            },\n            \"album\": {\n                \"name\": \"All Things Possible\",\n                \"id\": \"816\"\n            },\n            \"lyrics\": \"She came into this world\\nFighting for every breath she took\\nNothing was easy\\nThey said they'd do everything they could\\nStill she keeps waiting\\nHolding on to the promise of a cure that's sure to come\\nOne day, one day\\nWe will touch the Healer's hand\\nWe will be whole again\\nOne day, one day\\nHe'll take every sorrow and wipe my tears away\\nSo maybe you're breaking\\nMaybe your world just fell apart\\nMaybe you're facing\\nSomething that's stronger than you are\\nHold on to this promise\\nHe's written on every wounded soul and broken heart\\nOne day, one day\\nWe will touch the Healer's hand\\nWe will be whole again\\nOne day, one day\\nHe'll take every sorrow and wipe my tears away\\nThe lame will walk, the blind will see\\nThe prisoners will be set free\\nAnd hope will rise, the shadows disappear\\nAnd all that's lost we'll find again\\nDeath will die and tears will end\\nAnd we will come alive and truly live\\nOne day, one day\\nWe will touch the Healer's hand\\nWe will be whole again\\nOne day, one day\\nHe'll take every sorrow and wipe our tears away\\nOne day, one day\\nOne day, one day\\nOne day, one day\",\n            \"lyricsHTML\": \"She came into this world<br /> Fighting for every breath she took<br /> Nothing was easy<br /> They said they'd do everything they could<br /> Still she keeps waiting<br /> Holding on to the promise of a cure that's sure to come<br /> One day, one day<br /> We will touch the Healer's hand<br /> We will be whole again<br /> One day, one day<br /> He'll take every sorrow and wipe my tears away<br /> So maybe you're breaking<br /> Maybe your world just fell apart<br /> Maybe you're facing<br /> Something that's stronger than you are<br /> Hold on to this promise<br /> He's written on every wounded soul and broken heart<br /> One day, one day<br /> We will touch the Healer's hand<br /> We will be whole again<br /> One day, one day<br /> He'll take every sorrow and wipe my tears away<br /> The lame will walk, the blind will see<br /> The prisoners will be set free<br /> And hope will rise, the shadows disappear<br /> And all that's lost we'll find again<br /> Death will die and tears will end<br /> And we will come alive and truly live<br /> One day, one day<br /> We will touch the Healer's hand<br /> We will be whole again<br /> One day, one day<br /> He'll take every sorrow and wipe our tears away<br /> One day, one day<br /> One day, one day<br /> One day, one day\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/f84b.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/f84b.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/f84b.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"87\",\n            \"airTime\": \"2019-10-21 08:13:06\",\n            \"track\": {\n                \"name\": \"Lord I'm Ready Now\",\n                \"id\": \"2908\",\n                \"trackToken\": \"RADH1571645585d53b0c25fd8ef4c64\"\n            },\n            \"artist\": {\n                \"name\": \"Plumb\",\n                \"id\": \"1031\"\n            },\n            \"album\": {\n                \"name\": \"Exhale\",\n                \"id\": \"9104\"\n            },\n            \"lyrics\": \"I just let go\\nAnd I feel exposed\\nBut its so beautiful\\n\\n'Cause this is who I am\\n\\nI've been such a mess\\nBut now I can't care less\\nI could bleed to death\\n\\nOh Lord I'm ready now\\nAll the walls are down\\nTime is running out\\nAnd I wanna make this count\\nI ran away from you\\nAnd did what I wanted to\\nBut I don't wanna let you down\\nOh Lord I'm ready now\\nLord I'm ready now\\n\\nI was so caught up\\nIn who I'm not\\nCan you please forgive me?\\n\\nOh Lord I'm ready now\\nAll the walls are down\\nTime is running out\\nAnd I wanna make this count\\nI ran away from you\\nAnd did what I wanted to\\nBut I don't wanna let you down\\nOh Lord I'm ready now\\nLord I'm ready now\\n\\nI've nothing left to hide\\nNo reason's left to lie\\nGive me another chance\\n\\nLord I'm ready now\\nAll the walls are down\\nTime is running out\\nAnd I wanna make this count\\nI ran away from you\\nAnd did what I wanted to\\nBut I don't wanna let you down\\nOh Lord I'm ready now\\nLord I'm ready now\",\n            \"lyricsHTML\": \"I just let go<br /> And I feel exposed<br /> But its so beautiful<br /> <br /> 'Cause this is who I am<br /> <br /> I've been such a mess<br /> But now I can't care less<br /> I could bleed to death<br /> <br /> Oh Lord I'm ready now<br /> All the walls are down<br /> Time is running out<br /> And I wanna make this count<br /> I ran away from you<br /> And did what I wanted to<br /> But I don't wanna let you down<br /> Oh Lord I'm ready now<br /> Lord I'm ready now<br /> <br /> I was so caught up<br /> In who I'm not<br /> Can you please forgive me?<br /> <br /> Oh Lord I'm ready now<br /> All the walls are down<br /> Time is running out<br /> And I wanna make this count<br /> I ran away from you<br /> And did what I wanted to<br /> But I don't wanna let you down<br /> Oh Lord I'm ready now<br /> Lord I'm ready now<br /> <br /> I've nothing left to hide<br /> No reason's left to lie<br /> Give me another chance<br /> <br /> Lord I'm ready now<br /> All the walls are down<br /> Time is running out<br /> And I wanna make this count<br /> I ran away from you<br /> And did what I wanted to<br /> But I don't wanna let you down<br /> Oh Lord I'm ready now<br /> Lord I'm ready now\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/9be2f2dc0178f03d2b.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/9be2f2dc0178f03d2b.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/9be2f2dc0178f03d2b.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"88\",\n            \"airTime\": \"2019-10-21 08:09:27\",\n            \"track\": {\n                \"name\": \"The Reckoning\",\n                \"id\": \"1865\",\n                \"trackToken\": \"RADH1571645366d4781e34e65b3c5\"\n            },\n            \"artist\": {\n                \"name\": \"NEEDTOBREATHE\",\n                \"id\": \"951\"\n            },\n            \"album\": {\n                \"name\": \"The Reckoning\",\n                \"id\": \"617\"\n            },\n            \"lyrics\": \"Goin to California\\nSuitcase in my hand\\nNever run away a boy\\nWhen you can walk away a man\\n\\nPride it comes to find you\\nIn your hopes and in your dreams\\nLike a thief who tells his lover\\nHe's got one last thing.\\n\\nCause I can see the shadows\\nAt the foot of my door\\nI can see the faces\\nThey don't doubt us anymore\\nI can see it coming\\nI pray I don't go blind\\nIn the middle of our reckoning time\\n\\nEasy is a refuge\\nAnd it's an easy place to be\\nBut when the sun shines on us\\nWhat will the whole world think\\n\\nCause I can see the shadows\\nAt the foot of my door\\nI can see the faces\\nThey don't doubt us anymore\\nI can see it coming\\nI pray I don't go blind\\nIn the middle of our reckoning time\\n\\nThe nature of the broken\\nSpirit of the chosen\\nWe stand alone\\nA journey through the purpose\\nThe weight of when it's worthless\\nThe words don't show\\nIn the middle of our reckoning time\\n\\nGoin' to California\\nSuitcase in my hand\\nNever run away a boy\\nWhen you can walk away a man\",\n            \"lyricsHTML\": \"Goin to California<br /> Suitcase in my hand<br /> Never run away a boy<br /> When you can walk away a man<br /> <br /> Pride it comes to find you<br /> In your hopes and in your dreams<br /> Like a thief who tells his lover<br /> He's got one last thing.<br /> <br /> Cause I can see the shadows<br /> At the foot of my door<br /> I can see the faces<br /> They don't doubt us anymore<br /> I can see it coming<br /> I pray I don't go blind<br /> In the middle of our reckoning time<br /> <br /> Easy is a refuge<br /> And it's an easy place to be<br /> But when the sun shines on us<br /> What will the whole world think<br /> <br /> Cause I can see the shadows<br /> At the foot of my door<br /> I can see the faces<br /> They don't doubt us anymore<br /> I can see it coming<br /> I pray I don't go blind<br /> In the middle of our reckoning time<br /> <br /> The nature of the broken<br /> Spirit of the chosen<br /> We stand alone<br /> A journey through the purpose<br /> The weight of when it's worthless<br /> The words don't show<br /> In the middle of our reckoning time<br /> <br /> Goin' to California<br /> Suitcase in my hand<br /> Never run away a boy<br /> When you can walk away a man\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/a88d14ffe24d.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/a88d14ffe24d.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/a88d14ffe24d.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"89\",\n            \"airTime\": \"2019-10-21 08:05:29\",\n            \"track\": {\n                \"name\": \"Jesus Is Willing (feat. Tasha Cobbs Leonard)\",\n                \"id\": \"4651\",\n                \"trackToken\": \"RADH1571645128d67f96eba508452ddf8\"\n            },\n            \"artist\": {\n                \"name\": \"Kristene DiMarco\",\n                \"id\": \"770\"\n            },\n            \"album\": {\n                \"name\": \"Where His Light Was\",\n                \"id\": \"13357\"\n            },\n            \"lyrics\": \"So many hopes and dreams\\nI can think of a thousand things\\nThat I am waiting for\\nThat I'm still praying for\\nBut that doesn't compromise\\nYou're my hope and my hope's alive\\nYou will not leave me in need\\n\\nJesus is willing\\nJesus is here now\\nJesus won't fail me\\nHe doesn't know how\\nBe thou my vision\\nWhen I see no way out\\nI have no doubt\\nYou will make a way\\n\\nIn the middle of the mystery\\nNothing's clear like I'd hoped it'd be\\nI remember who You've always been to me\\nAlways doing what You said You'd do\\nEvery miracle goes to prove\\nYou will not leave me in need\\n\\nJesus is willing\\nJesus is here now\\nJesus won't fail me\\nHe doesn't know how\\nBe thou my vision\\nWhen I see no way out\\nI have no doubt\\nYou will make a way\\n\\nYou are God\\nMore than able\\nEver faithful\\nAlways good\\nYou are God\\nMore than able\\nEver faithful\\nAlways good\\nYou are God\\nMore than able\\nEver faithful\\nAlways good\\nYou are God\\nMore than able\\nEver faithful\\nAlways good\\n\\nJesus is willing\\nJesus is here now\\nJesus won't fail me\\nHe doesn't know how\\nBe thou my vision\\nWhen I see no way out\\nI have no doubt\\nYou will make a way\",\n            \"lyricsHTML\": \"So many hopes and dreams<br /> I can think of a thousand things<br /> That I am waiting for<br /> That I'm still praying for<br /> But that doesn't compromise<br /> You're my hope and my hope's alive<br /> You will not leave me in need<br /> <br /> Jesus is willing<br /> Jesus is here now<br /> Jesus won't fail me<br /> He doesn't know how<br /> Be thou my vision<br /> When I see no way out<br /> I have no doubt<br /> You will make a way<br /> <br /> In the middle of the mystery<br /> Nothing's clear like I'd hoped it'd be<br /> I remember who You've always been to me<br /> Always doing what You said You'd do<br /> Every miracle goes to prove<br /> You will not leave me in need<br /> <br /> Jesus is willing<br /> Jesus is here now<br /> Jesus won't fail me<br /> He doesn't know how<br /> Be thou my vision<br /> When I see no way out<br /> I have no doubt<br /> You will make a way<br /> <br /> You are God<br /> More than able<br /> Ever faithful<br /> Always good<br /> You are God<br /> More than able<br /> Ever faithful<br /> Always good<br /> You are God<br /> More than able<br /> Ever faithful<br /> Always good<br /> You are God<br /> More than able<br /> Ever faithful<br /> Always good<br /> <br /> Jesus is willing<br /> Jesus is here now<br /> Jesus won't fail me<br /> He doesn't know how<br /> Be thou my vision<br /> When I see no way out<br /> I have no doubt<br /> You will make a way\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/15441400345e232d50ba.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/15441400345e232d50ba.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/15441400345e232d50ba.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"90\",\n            \"airTime\": \"2019-10-21 08:02:14\",\n            \"track\": {\n                \"name\": \"Everyday I'm Blessed\",\n                \"id\": \"89014\",\n                \"trackToken\": \"RADH1571644933d5e8dd0f19da5cba9543bd57914\"\n            },\n            \"artist\": {\n                \"name\": \"Crowder\",\n                \"id\": \"314\"\n            },\n            \"album\": {\n                \"name\": \"I Know A Ghost\",\n                \"id\": \"14446\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/ef56315c37529cd1.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/ef56315c37529cd1.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/ef56315c37529cd1.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"91\",\n            \"airTime\": \"2019-10-21 07:55:23\",\n            \"track\": {\n                \"name\": \"Thank You Song (feat. Meredith Mauldin)\",\n                \"id\": \"52056\",\n                \"trackToken\": \"RADH1571644523d661e712045994f060e2b6b33\"\n            },\n            \"artist\": {\n                \"name\": \"Upper Room Music\",\n                \"id\": \"3774\"\n            },\n            \"album\": {\n                \"name\": \"God You Are\",\n                \"id\": \"13952\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/c0976bef.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/c0976bef.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/c0976bef.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"92\",\n            \"airTime\": \"2019-10-21 07:51:55\",\n            \"track\": {\n                \"name\": \"I Got 2\",\n                \"id\": \"8127\",\n                \"trackToken\": \"RADH1571644314d55c030dba5eb41fbe86020a34d\"\n            },\n            \"artist\": {\n                \"name\": \"Jor'dan Armstrong\",\n                \"id\": \"3439\"\n            },\n            \"album\": {\n                \"name\": \"52 Weeks of Summer\",\n                \"id\": \"11911\"\n            },\n            \"lyrics\": \"Somebody tell me what the deal is\\nWe gone act a fool\\nYou gone have to deal with it\\nImma keep it reals with ya\\nAll I gotta do, is do my little dance with it\\nThey be like Jor'dan what the deal with ya\\nI honestly don't understand how you keep it still\\nHe ain't never mad at you\\nHe got your back like a ally-oop (oop)\\nHold up hold up respresent ya hold up\\nAlright time to lift my hands and lift them way up\\nParty live and you know it\\nCelebrate how we survive we don't know it\\nThat's why we trust in the Lord\\nBut you should already know it yeah\\n\\nI know what I gotta do\\nI stay dependent on you\\nI know what people gone say\\nI let them hate anyway\\nImma stay loyal to you and do what you tell me to do\\nBecause you show me loovee so I got to show you love too ohhh\\n\\nI be lifting up my hands because I got to do it\\nDo my little dance 'cus I gotta do it\\ngive him praise 'cus I gotta do it\\nI believe he made a way I gotta do it\\nSo I give him praises\\nLifting up his name 'cus I gotta do it\\nGotta do it\\nGotta do it\\nI wish you could understand that I got 2\\nI got 2 (ohh)\\nI got 2\\n\\nGotta tell you 'bout shawty from the home team\\nGot married to my homie back in '03\\nThe doctor said that she will never conceive\\nShawty just as fine and she got 3\\nYou already know it\\nShe gone represent and she ain't afraid to show it\\nSo gone get with it\\nLike he already did it (ohh)\\nBlessed me with things I ain't even asked for\\nBlessing me he always openin doors\\nAnd I be so geeked 'cus I'm winning\\nI'm blessed so I might as well admit it oh yeah\\n\\nI know what I got to do\\nI stay dependent on you\\nI know what people gone say\\nI let the hate anyway\\nImma stay loyal to you\\nAnd do what you tell me to do\\nBecause you show me love\\nSo I got to show you love too\\n\\nI be lifting up my hands because I got to do it\\nDo my little dance 'cus I gotta do it\\ngive him praise 'cus I gotta do it\\nI believe he made a way I gotta do it\\nSo I give him praises\\nLifting up his name 'cus I gotta do it\\nGotta do it\\nGotta do it\\nI wish you could understand that I got 2\\nI got 2 (ohh)\\nI wish you could understand that I got 2\",\n            \"lyricsHTML\": \"Somebody tell me what the deal is<br /> We gone act a fool<br /> You gone have to deal with it<br /> Imma keep it reals with ya<br /> All I gotta do, is do my little dance with it<br /> They be like Jor'dan what the deal with ya<br /> I honestly don't understand how you keep it still<br /> He ain't never mad at you<br /> He got your back like a ally-oop (oop)<br /> Hold up hold up respresent ya hold up<br /> Alright time to lift my hands and lift them way up<br /> Party live and you know it<br /> Celebrate how we survive we don't know it<br /> That's why we trust in the Lord<br /> But you should already know it yeah<br /> <br /> I know what I gotta do<br /> I stay dependent on you<br /> I know what people gone say<br /> I let them hate anyway<br /> Imma stay loyal to you and do what you tell me to do<br /> Because you show me loovee so I got to show you love too ohhh<br /> <br /> I be lifting up my hands because I got to do it<br /> Do my little dance 'cus I gotta do it<br /> give him praise 'cus I gotta do it<br /> I believe he made a way I gotta do it<br /> So I give him praises<br /> Lifting up his name 'cus I gotta do it<br /> Gotta do it<br /> Gotta do it<br /> I wish you could understand that I got 2<br /> I got 2 (ohh)<br /> I got 2<br /> <br /> Gotta tell you 'bout shawty from the home team<br /> Got married to my homie back in '03<br /> The doctor said that she will never conceive<br /> Shawty just as fine and she got 3<br /> You already know it<br /> She gone represent and she ain't afraid to show it<br /> So gone get with it<br /> Like he already did it (ohh)<br /> Blessed me with things I ain't even asked for<br /> Blessing me he always openin doors<br /> And I be so geeked 'cus I'm winning<br /> I'm blessed so I might as well admit it oh yeah<br /> <br /> I know what I got to do<br /> I stay dependent on you<br /> I know what people gone say<br /> I let the hate anyway<br /> Imma stay loyal to you<br /> And do what you tell me to do<br /> Because you show me love<br /> So I got to show you love too<br /> <br /> I be lifting up my hands because I got to do it<br /> Do my little dance 'cus I gotta do it<br /> give him praise 'cus I gotta do it<br /> I believe he made a way I gotta do it<br /> So I give him praises<br /> Lifting up his name 'cus I gotta do it<br /> Gotta do it<br /> Gotta do it<br /> I wish you could understand that I got 2<br /> I got 2 (ohh)<br /> I wish you could understand that I got 2\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/a49a.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/a49a.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/a49a.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"93\",\n            \"airTime\": \"2019-10-21 07:47:46\",\n            \"track\": {\n                \"name\": \"Gravity (Pulling Heaven Down)\",\n                \"id\": \"4673\",\n                \"trackToken\": \"RADH1571644065d7e9e9bd6099aa9fc8953\"\n            },\n            \"artist\": {\n                \"name\": \"Royal Tailor\",\n                \"id\": \"1106\"\n            },\n            \"album\": {\n                \"name\": \"Black & White\",\n                \"id\": \"67\"\n            },\n            \"lyrics\": \"What's love without a heart that it can teach?\\nWhat's war without a cause?\\nWhat's hope without humanity in need?\\n\\nWhat's a win without a loss?\\n\\nI know, I know we fight against gravity\\nBut gravity's no enemy\\nYes, I know, I know we fight against gravity\\nBut gravity is what we need\\n\\nIt's pulling heaven down, down, down\\nIt's pulling heaven down, down, down\\nHow could it be the gravity that holds me to the ground\\nIs pulling heaven down, down, down?\\n\\nWhat's free if there's no chains to be found?\\nWhat's death without a cost?\\nWhat's truth if we keep it out of reach?\\nWho's Christ without a cross?\\n\\nI know, I know we fight against gravity\\nBut gravity's no enemy\\nNo, I know, I know we fight against gravity\\nBut gravity is what we need\\n\\nGravity found us a Savior\\nPut Him on earth so He could save us\\nNo love, no force is greater\\nHeaven meets earth, that's the gravity of love\\n\\nPulling heaven down so look up there's a change in the wind\\nA revolution is about to begin, love wins\\nYeah, I'm talking about a holy visitation\\nFor God to come and visit, this nation's patiently waiting\\n\\nFor Him to move like He said He would move\\nReady for God to do anything that He wants to\\nThe time is now to pull, if you ask me\\nI'm not afraid of gravity, it's pulling heaven down\",\n            \"lyricsHTML\": \"What's love without a heart that it can teach?<br /> What's war without a cause?<br /> What's hope without humanity in need?<br /> <br /> What's a win without a loss?<br /> <br /> I know, I know we fight against gravity<br /> But gravity's no enemy<br /> Yes, I know, I know we fight against gravity<br /> But gravity is what we need<br /> <br /> It's pulling heaven down, down, down<br /> It's pulling heaven down, down, down<br /> How could it be the gravity that holds me to the ground<br /> Is pulling heaven down, down, down?<br /> <br /> What's free if there's no chains to be found?<br /> What's death without a cost?<br /> What's truth if we keep it out of reach?<br /> Who's Christ without a cross?<br /> <br /> I know, I know we fight against gravity<br /> But gravity's no enemy<br /> No, I know, I know we fight against gravity<br /> But gravity is what we need<br /> <br /> Gravity found us a Savior<br /> Put Him on earth so He could save us<br /> No love, no force is greater<br /> Heaven meets earth, that's the gravity of love<br /> <br /> Pulling heaven down so look up there's a change in the wind<br /> A revolution is about to begin, love wins<br /> Yeah, I'm talking about a holy visitation<br /> For God to come and visit, this nation's patiently waiting<br /> <br /> For Him to move like He said He would move<br /> Ready for God to do anything that He wants to<br /> The time is now to pull, if you ask me<br /> I'm not afraid of gravity, it's pulling heaven down\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/7571b9a92a2d534f2d69de.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/7571b9a92a2d534f2d69de.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/7571b9a92a2d534f2d69de.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"94\",\n            \"airTime\": \"2019-10-21 07:44:36\",\n            \"track\": {\n                \"name\": \"Never Beyond Repair\",\n                \"id\": \"7115\",\n                \"trackToken\": \"RADH1571643876d8c71ad12d93b8641d6098ecae2\"\n            },\n            \"artist\": {\n                \"name\": \"Everfound\",\n                \"id\": \"451\"\n            },\n            \"album\": {\n                \"name\": \"Everfound\",\n                \"id\": \"181\"\n            },\n            \"lyrics\": \"You've done what you promised that you d never do\\nYour innocence was gone and your fears coming true\\nHow did you end up like this, feeling so lost?\\nLike your life is in pieces too broken to fix\\nAnd chains got you tied to a weight you can't lift\\nBut the biggest mistake that you made\\nIsn't too big\\n\\nYou're not beyond repair\\nGrace meets you anywhere\\nAnd the mess of your heart\\nIs where love's gonna start\\nCause you are, never beyond repair\\nYou're never beyond repair\\nFor all of your pain, there's a father who hurts\\nFor all of your hurt, there's a healer who works\\nYou're never too far from his reach\\nSo just believe, just believe\\nYou're not beyond repair\\nGrace meets you anywhere\\nAnd the mess of your heart\\n\\nCause you are, never beyond repair\\nNever beyond repair\\nThe moment you gave up\\nHe gave up his life for you\\nThe savior is able,\\nHis forgiveness is the proof\\nYou're not beyond repair\\nGrace meets you anywhere\\nAnd the mess of your heart\\nIs where love's gonna start\\nCause you are, never beyond repair\\nYou're never beyond repair\\nYou're not beyond repair\\nGrace meets you anywhere\\nAnd the mess of your heart\\nIs where love's gonna start\\nCause you are, never beyond repair\\nYou're never beyond repair\\nNever beyond repair,\\nYou're never beyond repair\",\n            \"lyricsHTML\": \"You've done what you promised that you d never do<br /> Your innocence was gone and your fears coming true<br /> How did you end up like this, feeling so lost?<br /> Like your life is in pieces too broken to fix<br /> And chains got you tied to a weight you can't lift<br /> But the biggest mistake that you made<br /> Isn't too big<br /> <br /> You're not beyond repair<br /> Grace meets you anywhere<br /> And the mess of your heart<br /> Is where love's gonna start<br /> Cause you are, never beyond repair<br /> You're never beyond repair<br /> For all of your pain, there's a father who hurts<br /> For all of your hurt, there's a healer who works<br /> You're never too far from his reach<br /> So just believe, just believe<br /> You're not beyond repair<br /> Grace meets you anywhere<br /> And the mess of your heart<br /> <br /> Cause you are, never beyond repair<br /> Never beyond repair<br /> The moment you gave up<br /> He gave up his life for you<br /> The savior is able,<br /> His forgiveness is the proof<br /> You're not beyond repair<br /> Grace meets you anywhere<br /> And the mess of your heart<br /> Is where love's gonna start<br /> Cause you are, never beyond repair<br /> You're never beyond repair<br /> You're not beyond repair<br /> Grace meets you anywhere<br /> And the mess of your heart<br /> Is where love's gonna start<br /> Cause you are, never beyond repair<br /> You're never beyond repair<br /> Never beyond repair,<br /> You're never beyond repair\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/f142bffa9d5c6ce130.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/f142bffa9d5c6ce130.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/f142bffa9d5c6ce130.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"95\",\n            \"airTime\": \"2019-10-21 07:40:05\",\n            \"track\": {\n                \"name\": \"Up & Alive (feat. Luke Hellebronth & Anna Hellebro\",\n                \"id\": \"89453\",\n                \"trackToken\": \"RADH1571643604da9c1b0cf2c4fb82624497e\"\n            },\n            \"artist\": {\n                \"name\": \"Luke + Anna Hellebronth\",\n                \"id\": \"3900\"\n            },\n            \"album\": {\n                \"name\": \"Up & Alive (feat. Luke Hellebronth & Anna Hellebro\",\n                \"id\": \"14544\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/15472481919e784458d09e9d0564c2ba.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/15472481919e784458d09e9d0564c2ba.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/15472481919e784458d09e9d0564c2ba.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"96\",\n            \"airTime\": \"2019-10-21 07:35:22\",\n            \"track\": {\n                \"name\": \"Not Even Now\",\n                \"id\": \"4880\",\n                \"trackToken\": \"RADH1571643322d0edad8e48fd2c1df7d\"\n            },\n            \"artist\": {\n                \"name\": \"Alisa Turner\",\n                \"id\": \"3623\"\n            },\n            \"album\": {\n                \"name\": \"Alisa Turner\",\n                \"id\": \"13308\"\n            },\n            \"lyrics\": \"Though the world around us may be shaking\\nThough the darkness rolls in like a flood\\nWe will fix our eyes on what's unchanging\\nStanding on the truth of who You are\\n\\nNot even now are you defeated\\nNot even now are we alone\\nNot even now are you less than Almighty God\\nNot even, not even now\\n\\nThough sometimes the future seems uncertain\\nThough sometimes we're faced with the unknown\\nNothing's gonna strip You of Your power\\nNothing's gonna shake You from Your throne\\n\\nNot even now are you defeated\\nNot even now are we alone\\nNot even now are you less than Almighty God\\nNot even, not even now\\n\\nNot even if the sky is falling\\nNot even when the enemy roars\\nYours is eternal glory\\nYou are forever strong\\nNot even if the sky is falling\\nNot even when the enemy roars\\nYours is eternal glory\\nYou are forever strong\\nNot even if the sky is falling\\nNot even when the enemy roars\\nYours is eternal glory\\nYou are forever strong\\nNot even if the sky is falling\\nNot even when the enemy roars\\nYours is eternal glory\\nYou are forever strong\\n\\nNot even now are you defeated\\nNot even now are we alone\\nNot even now are you less than Almighty God\\nNot even, not even now\\nNot even, not even now\",\n            \"lyricsHTML\": \"Though the world around us may be shaking<br /> Though the darkness rolls in like a flood<br /> We will fix our eyes on what's unchanging<br /> Standing on the truth of who You are<br /> <br /> Not even now are you defeated<br /> Not even now are we alone<br /> Not even now are you less than Almighty God<br /> Not even, not even now<br /> <br /> Though sometimes the future seems uncertain<br /> Though sometimes we're faced with the unknown<br /> Nothing's gonna strip You of Your power<br /> Nothing's gonna shake You from Your throne<br /> <br /> Not even now are you defeated<br /> Not even now are we alone<br /> Not even now are you less than Almighty God<br /> Not even, not even now<br /> <br /> Not even if the sky is falling<br /> Not even when the enemy roars<br /> Yours is eternal glory<br /> You are forever strong<br /> Not even if the sky is falling<br /> Not even when the enemy roars<br /> Yours is eternal glory<br /> You are forever strong<br /> Not even if the sky is falling<br /> Not even when the enemy roars<br /> Yours is eternal glory<br /> You are forever strong<br /> Not even if the sky is falling<br /> Not even when the enemy roars<br /> Yours is eternal glory<br /> You are forever strong<br /> <br /> Not even now are you defeated<br /> Not even now are we alone<br /> Not even now are you less than Almighty God<br /> Not even, not even now<br /> Not even, not even now\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/2455494505f338578c35.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/2455494505f338578c35.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/2455494505f338578c35.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"97\",\n            \"airTime\": \"2019-10-21 07:32:08\",\n            \"track\": {\n                \"name\": \"Promises\",\n                \"id\": \"8469\",\n                \"trackToken\": \"RADH1571643127d94cec9b78b2ab8\"\n            },\n            \"artist\": {\n                \"name\": \"Sanctus Real\",\n                \"id\": \"1125\"\n            },\n            \"album\": {\n                \"name\": \"Run\",\n                \"id\": \"2549\"\n            },\n            \"lyrics\": \"Sometimes it's hard to keep believing in what you can't see\\nThat everything happens for a reason even the worst life brings\\nIf you're reaching for an answer and you don't know what to pray\\nJust open up the pages, let His Word be your strength\\n\\nAnd hold on to the promises (hold tight)\\nHold on to the promises (all right)\\nJesus is alive, so hold tight\\nHold on to the promises\\n\\nAnd all things work for the good of those who love God\\nHe holds back nothing that will heal you, not even His own son\\nHis love is everlasting, His faithfulness unending\\nOh, if God is for us who can be against us\\nSo, if you feel weak\\n\\nJust hold on to the promises (hold tight)\\nHold on to the promises (all right)\\nJesus is alive, so hold tight\\nHold on to the promises\\n\\nNeither life nor death could separate us\\nFrom the eternal love of our God who saves us\\n\\nNeither life nor death could separate us\\nFrom the eternal love of our God who saves us\\n\\nJust hold on to the promises (hold tight)\\nHold on to the promises (all right)\\nJesus is alive, so hold tight\\nHold on to the promises\\n\\nJust hold on to the promises (hold tight)\\nHold on to the promises (all right)\\nJesus is alive, so hold tight\\nHold on to the promises\\n\\nNeither life nor death could separate us\\nFrom the eternal love of our God who saves us\",\n            \"lyricsHTML\": \"Sometimes it's hard to keep believing in what you can't see<br /> That everything happens for a reason even the worst life brings<br /> If you're reaching for an answer and you don't know what to pray<br /> Just open up the pages, let His Word be your strength<br /> <br /> And hold on to the promises (hold tight)<br /> Hold on to the promises (all right)<br /> Jesus is alive, so hold tight<br /> Hold on to the promises<br /> <br /> And all things work for the good of those who love God<br /> He holds back nothing that will heal you, not even His own son<br /> His love is everlasting, His faithfulness unending<br /> Oh, if God is for us who can be against us<br /> So, if you feel weak<br /> <br /> Just hold on to the promises (hold tight)<br /> Hold on to the promises (all right)<br /> Jesus is alive, so hold tight<br /> Hold on to the promises<br /> <br /> Neither life nor death could separate us<br /> From the eternal love of our God who saves us<br /> <br /> Neither life nor death could separate us<br /> From the eternal love of our God who saves us<br /> <br /> Just hold on to the promises (hold tight)<br /> Hold on to the promises (all right)<br /> Jesus is alive, so hold tight<br /> Hold on to the promises<br /> <br /> Just hold on to the promises (hold tight)<br /> Hold on to the promises (all right)<br /> Jesus is alive, so hold tight<br /> Hold on to the promises<br /> <br /> Neither life nor death could separate us<br /> From the eternal love of our God who saves us\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/07946c235c0499.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/07946c235c0499.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/07946c235c0499.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"98\",\n            \"airTime\": \"2019-10-21 07:27:45\",\n            \"track\": {\n                \"name\": \"Searching For Something\",\n                \"id\": \"89656\",\n                \"trackToken\": \"RADH1571642864db5e0a5ebbbc6e6\"\n            },\n            \"artist\": {\n                \"name\": \"Dan Bremnes\",\n                \"id\": \"2739\"\n            },\n            \"album\": {\n                \"name\": \"Searching For Something\",\n                \"id\": \"14595\"\n            },\n            \"lyrics\": \"\",\n            \"lyricsHTML\": \"\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/15538799146657a95c8670.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/15538799146657a95c8670.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/15538799146657a95c8670.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"99\",\n            \"airTime\": \"2019-10-21 07:22:39\",\n            \"track\": {\n                \"name\": \"Give Me You\",\n                \"id\": \"8668\",\n                \"trackToken\": \"RADH1571642558d60e72669dce944f29ebd\"\n            },\n            \"artist\": {\n                \"name\": \"Shana Wilson\",\n                \"id\": \"1161\"\n            },\n            \"album\": {\n                \"name\": \"I Love You Live\",\n                \"id\": \"288\"\n            },\n            \"lyrics\": \"Give me you\\nEverything else can wait\\nGive me you\\nI hope I'm not too late\\nLord, Give me you \\nI hope I'm not too late \\nLord, Give me you \\nIt's me oh Lord\\nI'm on my knees\\nCrying out to you\\nIt's me oh Lord\\nI'm on my knees\\nGive me you\\nGive me you\",\n            \"lyricsHTML\": \"Give me you<br /> Everything else can wait<br /> Give me you<br /> I hope I'm not too late<br /> Lord, Give me you <br /> I hope I'm not too late <br /> Lord, Give me you <br /> It's me oh Lord<br /> I'm on my knees<br /> Crying out to you<br /> It's me oh Lord<br /> I'm on my knees<br /> Give me you<br /> Give me you\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/140bf78123c0.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/140bf78123c0.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/140bf78123c0.jpg\"\n            }\n        },\n        {\n            \"itemType\": \"title\",\n            \"order\": \"100\",\n            \"airTime\": \"2019-10-21 07:18:11\",\n            \"track\": {\n                \"name\": \"Jesus, You Redeemed Us\",\n                \"id\": \"5539\",\n                \"trackToken\": \"RADH1571642291d5e5719801ac181f7fa58aefd\"\n            },\n            \"artist\": {\n                \"name\": \"Raymond Gregory\",\n                \"id\": \"1489\"\n            },\n            \"album\": {\n                \"name\": \"All Things Wonderful\",\n                \"id\": \"3569\"\n            },\n            \"lyrics\": \"Lost and alone in the dark\\nSeparated from the light\\nA war was waged and lines were drawn\\nA victory already won\\n\\nSo we will not be afraid\\nFor you conquered death and the grave\\nWe fall to our knees\\nBecause it's only by your blood\\nThat we can be made clean\\n\\nWe are running to you\\nWe are running for you\\nJesus you redeemed us\\nYou have gone inside the darkness\\nInto the light of Jesus\\nYou redeemed us\\n\\nNo longer bound by these chains\\nThe former things have passed away\\nWe will not be afraid\\nFor you conquered death and the grave\\nAnd we fall to our knees\\nCause it's only by your blood that we can be made clean\\n\\nWe are running to you\\nWe are running for you\\nJesus you redeemed us\\nYou have gone inside the darkness\\nInto the light of Jesus\\nYou redeemed us\\n\\nWe are forever changed\\n\\nWe are running to you\\nWe are running for you\\nJesus you redeemed us\\nYou have gone inside the darkness\\nInto the light of Jesus\\nYou redeemed us\",\n            \"lyricsHTML\": \"Lost and alone in the dark<br /> Separated from the light<br /> A war was waged and lines were drawn<br /> A victory already won<br /> <br /> So we will not be afraid<br /> For you conquered death and the grave<br /> We fall to our knees<br /> Because it's only by your blood<br /> That we can be made clean<br /> <br /> We are running to you<br /> We are running for you<br /> Jesus you redeemed us<br /> You have gone inside the darkness<br /> Into the light of Jesus<br /> You redeemed us<br /> <br /> No longer bound by these chains<br /> The former things have passed away<br /> We will not be afraid<br /> For you conquered death and the grave<br /> And we fall to our knees<br /> Cause it's only by your blood that we can be made clean<br /> <br /> We are running to you<br /> We are running for you<br /> Jesus you redeemed us<br /> You have gone inside the darkness<br /> Into the light of Jesus<br /> You redeemed us<br /> <br /> We are forever changed<br /> <br /> We are running to you<br /> We are running for you<br /> Jesus you redeemed us<br /> You have gone inside the darkness<br /> Into the light of Jesus<br /> You redeemed us\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/9b4791bad85d.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/9b4791bad85d.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/9b4791bad85d.jpg\"\n            }\n        }\n    ]\n}"}],"_postman_id":"05965866-947c-4367-b28f-feeaa029cfe3"},{"name":"Radio History (Custom Sort)","id":"d44a13d0-a32c-433f-9a47-0c894ee584a6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"","description":"<p>Your API Key</p>\n"},{"key":"x-userToken","value":"{{userToken}}","description":"<p>User Token</p>\n"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"startLimit\": 0,\n  \"stopLimit\": 1,\n  \"ordering\": \"desc\"\n}"},"url":"https://api.victory.radio/v1/radio/history/custom","description":"<p>Instead of polling the typical Radio History endpoint, this allows the client to specify how much data is always returned.</p>\n","urlObject":{"protocol":"https","path":["v1","radio","history","custom"],"host":["api","victory","radio"],"query":[],"variable":[]}},"response":[{"id":"8780e5ff-6591-40d6-aca0-e11bf09b4053","name":"Radio History (Custom Sort)","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"","description":"Your API Key"},{"key":"x-userToken","value":"{{userToken}}","description":"User Token"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"startLimit\": 0,\n  \"stopLimit\": 1,\n  \"ordering\": \"desc\"\n}"},"url":"https://api.victory.radio/v1/radio/history/custom"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"628"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 21 Oct 2019 16:02:03 GMT"},{"key":"x-amzn-RequestId","value":"5e1fdb40-ffed-49e4-a138-7cffcc9ee7d8"},{"key":"Content-Encoding","value":"gzip"},{"key":"x-amz-apigw-id","value":"B65zVEGzoAMFQag="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5dadd67b-97dfa46a8955cde4faab3197"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 05f7e384e41d32741b70e356039aa994.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ATL52-C1"},{"key":"X-Amz-Cf-Id","value":"_MqwqvV7iWjHjF_WhHP_MKTbV1H3VQYInfNAI-dC4On-UxhUu-v2kg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"historyItems\": [\n        {\n            \"itemType\": \"title\",\n            \"order\": \"1\",\n            \"airTime\": \"2019-10-21 16:00:43\",\n            \"track\": {\n                \"name\": \"You Will Remain\",\n                \"id\": \"1087\",\n                \"trackToken\": \"RADH1571673643df6641bf1f0aea40d\"\n            },\n            \"artist\": {\n                \"name\": \"All Sons & Daughters\",\n                \"id\": \"45\"\n            },\n            \"album\": {\n                \"name\": \"All Sons & Daughters\",\n                \"id\": \"29\"\n            },\n            \"lyrics\": \"You, Oh Lord are my stay\\nHumbly came\\nMy soul to save\\nTo light the way\\nAll I have is found in You\\nChrist in me, all things true\\nAll things pure\\nAll things good\\nYou are the Great I Am\\nSo unchanging\\nYour promise is sure\\nNever ending\\nYour love will endure\\nYou were, You will be\\nYou always are the Great I Am\\nYou, Oh Lord will remain\\nWhen everything else\\nFades away\\nYou, Oh Lord will remain\\nHallelujah, hallelujah\\nYour love never fails\",\n            \"lyricsHTML\": \"You, Oh Lord are my stay<br /> Humbly came<br /> My soul to save<br /> To light the way<br /> All I have is found in You<br /> Christ in me, all things true<br /> All things pure<br /> All things good<br /> You are the Great I Am<br /> So unchanging<br /> Your promise is sure<br /> Never ending<br /> Your love will endure<br /> You were, You will be<br /> You always are the Great I Am<br /> You, Oh Lord will remain<br /> When everything else<br /> Fades away<br /> You, Oh Lord will remain<br /> Hallelujah, hallelujah<br /> Your love never fails\",\n            \"artwork\": {\n                \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/10193859ca5344e0e4532b6c.jpg\",\n                \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/10193859ca5344e0e4532b6c.jpg\",\n                \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/10193859ca5344e0e4532b6c.jpg\"\n            }\n        }\n    ]\n}"}],"_postman_id":"d44a13d0-a32c-433f-9a47-0c894ee584a6"}],"id":"3d6cc324-7f75-4036-b39d-57c1161125da","description":"<p>This section includes all information related to playing and displaying data associated with the live radio feed.</p>\n","event":[{"listen":"prerequest","script":{"id":"d896a3cc-153e-4f87-8ad4-154bcb686751","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"272336f6-78e9-4812-ac6c-4086d4f53bbe","type":"text/javascript","exec":[""]}}],"_postman_id":"3d6cc324-7f75-4036-b39d-57c1161125da"},{"name":"Genres","id":"0b10a252-3dc4-457d-ac0e-a784c6217dcb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"","description":"<p>Your API Key</p>\n"},{"key":"x-userToken","value":"{{userToken}}"}],"url":"https://api.victory.radio/v1/genres","description":"<p>List genres</p>\n","urlObject":{"protocol":"https","path":["v1","genres"],"host":["api","victory","radio"],"query":[],"variable":[]}},"response":[{"id":"76a6a6a6-74f4-453a-9e52-c223989f3ebc","name":"List Genres","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"","description":"Your API Key","disabled":false},{"key":"x-userToken","value":"{{userToken}}","disabled":false}],"url":"https://api.victory.radio/v1/genres"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"1909","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 19 Mar 2018 19:26:18 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Via","value":"1.1 3b1807627d3f1dc0cdeb157fc313627b.cloudfront.net (CloudFront)","name":"Via","description":"Informs the client of proxies through which the response was sent."},{"key":"X-Amz-Cf-Id","value":"ykUnWGREQm083p8IEtCULgNtIaVDtN4sRouY4DdszfiUCkrN_fNNyg==","name":"X-Amz-Cf-Id","description":"Custom header"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ab00eda-7689f5651a19fe27dbb9eda8","name":"X-Amzn-Trace-Id","description":"Custom header"},{"key":"X-Cache","value":"Miss from cloudfront","name":"X-Cache","description":"Custom header"},{"key":"x-amzn-RequestId","value":"662eb953-2bab-11e8-bf4f-09c39d04c4cc","name":"x-amzn-RequestId","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"Today's Worship\":{\"active\":true,\"genreID\":1,\"imageURL\":\"https://ondemandapi.com/artwork/thumb.php?src=http://d21rgwdyk6ylm5.cloudfront.net/graphics/placeholder.jpg&w=500&h=500\"},\"Pop\":{\"active\":true,\"genreID\":12,\"imageURL\":\"https://ondemandapi.com/artwork/thumb.php?src=http://d21rgwdyk6ylm5.cloudfront.net/graphics/placeholder.jpg&w=500&h=500\"},\"Hip-Hop\":{\"active\":true,\"genreID\":10,\"imageURL\":\"https://ondemandapi.com/artwork/thumb.php?src=http://d21rgwdyk6ylm5.cloudfront.net/graphics/placeholder.jpg&w=500&h=500\"},\"EDM\":{\"active\":true,\"genreID\":9,\"imageURL\":\"https://ondemandapi.com/artwork/thumb.php?src=http://d21rgwdyk6ylm5.cloudfront.net/graphics/placeholder.jpg&w=500&h=500\"},\"Southern Gospel\":{\"active\":true,\"genreID\":7,\"imageURL\":\"https://ondemandapi.com/artwork/thumb.php?src=http://d21rgwdyk6ylm5.cloudfront.net/graphics/placeholder.jpg&w=500&h=500\"},\"ClassicTrax\":{\"active\":true,\"genreID\":5,\"imageURL\":\"https://ondemandapi.com/artwork/thumb.php?src=http://d21rgwdyk6ylm5.cloudfront.net/graphics/placeholder.jpg&w=500&h=500\"},\"Christmas\":{\"active\":true,\"genreID\":13,\"imageURL\":\"https://ondemandapi.com/artwork/thumb.php?src=http://d21rgwdyk6ylm5.cloudfront.net/graphics/placeholder.jpg&w=500&h=500\"},\"Spanish Worship\":{\"active\":true,\"genreID\":11,\"imageURL\":\"https://ondemandapi.com/artwork/thumb.php?src=http://d21rgwdyk6ylm5.cloudfront.net/graphics/placeholder.jpg&w=500&h=500\"},\"Millennium\":{\"active\":true,\"genreID\":6,\"imageURL\":\"https://ondemandapi.com/artwork/thumb.php?src=http://d21rgwdyk6ylm5.cloudfront.net/graphics/placeholder.jpg&w=500&h=500\"},\"Rock\":{\"active\":true,\"genreID\":14,\"imageURL\":\"https://ondemandapi.com/artwork/thumb.php?src=http://d21rgwdyk6ylm5.cloudfront.net/graphics/placeholder.jpg&w=500&h=500\"},\"Gospel\":{\"active\":true,\"genreID\":15,\"imageURL\":\"https://ondemandapi.com/artwork/thumb.php?src=http://d21rgwdyk6ylm5.cloudfront.net/graphics/placeholder.jpg&w=500&h=500\"}}"}],"_postman_id":"0b10a252-3dc4-457d-ac0e-a784c6217dcb"},{"name":"You May Like","id":"854cc292-a565-466e-a02c-a9a0065cd34a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"","description":"<p>Your API Key</p>\n"},{"key":"x-userToken","value":"{{userToken}}","type":"text"}],"url":"https://api.victory.radio/v1/streams/moods/{{genreID}}","description":"<p>Used under You May Likke, this will return prebuilt streams. Use the <code>token</code> returned to Create a New Stream. Making the request with genreID set to 0 will not return a genre specific response</p>\n","urlObject":{"protocol":"https","path":["v1","streams","moods","{{genreID}}"],"host":["api","victory","radio"],"query":[],"variable":[]}},"response":[],"_postman_id":"854cc292-a565-466e-a02c-a9a0065cd34a"},{"name":"Report Track Progress","id":"863b4b9c-b08f-4fec-b8da-614bbb8746e9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"","description":"<p>Your API Key</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"x-userToken","value":"{{userToken}}","type":"text"}],"body":{"mode":"raw","raw":"{\n  \"progress\": 123403,\n  \"reason\": \"skip\"\n}"},"url":"https://api.mormusic.app/v1/progress/{{trackToken}}","description":"<p>When a track has ended, or when a user skips a track, report the total number of milliseconds played. A reason must also be provided. Did the user <code>skip</code> or has the track <code>ended</code></p>\n","urlObject":{"protocol":"https","path":["v1","progress","{{trackToken}}"],"host":["api.mormusic.app"],"query":[],"variable":[]}},"response":[{"id":"bb0bce58-b8bd-46de-a462-17828a0eeb7c","name":"Track reported as skipped","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"","description":"Your API Key"},{"key":"Content-Type","value":"application/json"},{"key":"x-userToken","value":"{{userToken}}"}],"body":{"mode":"raw","raw":"{\n\t\"progress\": 123403,\n\t\"reason\": \"skip\"\n}"},"url":"https://api.victory.radio/v1/progress/{{trackToken}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"status\": \"ok\"\n}"}],"_postman_id":"863b4b9c-b08f-4fec-b8da-614bbb8746e9"},{"name":"Create New Stream","id":"89de1294-0a6c-4b1d-81c3-3b38a6e44822","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"","description":"<p>Your API Key</p>\n"},{"key":"x-userToken","value":"{{userToken}}"},{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"type\": \"title\",\n\t\"token\": \"RADH1571674892d8b28301b72\"\n}"},"url":"https://api.victory.radio/v1/new","description":"<p>New streams can be created based on <code>artist</code>, <code>title</code>, <code>album</code>, <code>genre</code> or <code>mood</code>. Submit a <code>type</code> and <code>token</code> to have a new stream created. The stream token and related details will be returned. In most cases, Play Existing Stream should be immediately called after the creation of a new stream.</p>\n<p>If you want to create a stream from the radio history, just pass the title type and the track-&gt;token.</p>\n","urlObject":{"protocol":"https","path":["v1","new"],"host":["api","victory","radio"],"query":[],"variable":[]}},"response":[{"id":"f6f7b34e-fa89-4848-90af-c7c2157be49d","name":"Create New Stream","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"","description":"Your API Key"},{"key":"x-userToken","value":"{{userToken}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"type\": \"title\",\n\t\"token\": \"RADH1571674892d8b28301b72\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.victory.radio/v1/new"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"220"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 21 Oct 2019 16:26:56 GMT"},{"key":"x-amzn-RequestId","value":"e3e9700e-f1d2-47ee-a763-532b94b1933c"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,X-userToken,Authorization,X-Amz-Date,X-Api-Key,X-Amz-Security-Token"},{"key":"x-amz-apigw-id","value":"B69ciFkWoAMF-aQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5daddc50-c80817c848ab62488e440b20"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 345b2282ab3306d545f171f9fd698094.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ATL50-C1"},{"key":"X-Amz-Cf-Id","value":"b8OFkiGWyvfzvhs5MSXmnhP36CWNfO0-hlo2wVq2AuzQ2_RwzgPlDg=="}],"cookie":[],"responseTime":null,"body":"{\n    \"streamName\": \"Impossible Things [feat. Danny Gokey]\",\n    \"streamToken\": \"1571675216NTBSf37989de5e8ede0b8e\",\n    \"streamBase\": {\n        \"type\": \"title\",\n        \"token\": \"RADH1571674892d8b28301b72\"\n    },\n    \"coverArt\": \"https://delivery-us-1.mormusic.app/coverart/300x300/mor.jpg\",\n    \"pbs\": false\n}"}],"_postman_id":"89de1294-0a6c-4b1d-81c3-3b38a6e44822"},{"name":"Delete Stream","id":"8f3f7dc2-a042-4fc5-81c7-dc9f7d85c6af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"DELETE","header":[{"key":"x-api-key","value":"","description":"<p>Your API Key</p>\n"},{"key":"x-userToken","value":"{{userToken}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.victory.radio/v1/{{streamToken}}","description":"<p>Get the details for a specific stream.</p>\n","urlObject":{"protocol":"https","path":["v1","{{streamToken}}"],"host":["api","victory","radio"],"query":[],"variable":[]}},"response":[{"id":"73a9f8dc-84d1-4283-afbc-6b0b89686c73","name":"Delete Stream","originalRequest":{"method":"DELETE","header":[{"key":"x-api-key","value":"","description":"Your API Key"},{"key":"x-userToken","value":"{{userToken}}"}],"body":{"mode":"formdata","formdata":[]},"url":"https://api.victory.radio/v1/{{streamToken}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"success\": \"Stream Deleted\"\n}"}],"_postman_id":"8f3f7dc2-a042-4fc5-81c7-dc9f7d85c6af"},{"name":"Search","id":"9efb85c7-068d-4c2f-80c2-6b70b26b7ddd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"x-api-key","value":"","description":"<p>Your API Key</p>\n"},{"key":"x-userToken","value":"{{userToken}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"query\": \"Pop\"\n}"},"url":"https://api.victory.radio/v1/search","description":"<p>MOR Music's search engine searches tracks, artists, albums, and prebuilt streams. New streams can be made from any of the results! MOR Music is equipped with typo tolerance in the index so the user can still get the results they were looking for. If a user enters lyrics, the system will search for those too.</p>\n","urlObject":{"protocol":"https","path":["v1","search"],"host":["api","victory","radio"],"query":[],"variable":[]}},"response":[{"id":"1d8f3dc8-0b9c-4a23-bd97-f9edb89c00c0","name":"Search","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"","description":"Your API Key"},{"key":"x-userToken","value":"{{userToken}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"query\": \"card\"\n}"},"url":"https://api.victory.radio/v1/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"4999"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Tue, 20 Nov 2018 17:34:14 GMT"},{"key":"x-amzn-RequestId","value":"7f7052f0-ecea-11e8-9f4b-6dbd2d8dcf0a"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,X-userToken,Authorization,X-Amz-Date,X-Api-Key,X-Amz-Security-Token"},{"key":"x-amz-apigw-id","value":"Qq_PbFHJIAMFgxA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5bf44595-b245d3986b8afc100cbf7b58"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 4699960019e93a24692fa0bf4279af0c.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Id","value":"I2dY-c7sOLnJLVTZ3gCLS6YDTNHemimDF53tnESqrRQOd-InFwpU9g=="}],"cookie":[],"responseTime":null,"body":"{\n    \"tracks\": [\n        {\n            \"artist\": {\n                \"name\": \"Steven Curtis Chapman\",\n                \"id\": \"1224\",\n                \"token\": \"SRCH1224\"\n            },\n            \"album\": {\n                \"name\": \"Joy\",\n                \"id\": \"9648\",\n                \"token\": \"SRCH9648\"\n            },\n            \"track\": {\n                \"name\": \"Christmas Card\",\n                \"token\": \"SRCH7132\",\n                \"id\": \"7132\"\n            }\n        },\n        {\n            \"artist\": {\n                \"name\": \"Fight The Fade\",\n                \"id\": \"465\",\n                \"token\": \"SRCH465\"\n            },\n            \"album\": {\n                \"name\": \"What We Know\",\n                \"id\": \"8797\",\n                \"token\": \"SRCH8797\"\n            },\n            \"track\": {\n                \"name\": \"House of Cards\",\n                \"token\": \"SRCH35603\",\n                \"id\": \"35603\"\n            }\n        },\n        {\n            \"artist\": {\n                \"name\": \"BenJah\",\n                \"id\": \"133\",\n                \"token\": \"SRCH133\"\n            },\n            \"album\": {\n                \"name\": \"Haze & Reflections\",\n                \"id\": \"996\",\n                \"token\": \"SRCH996\"\n            },\n            \"track\": {\n                \"name\": \"Work (Ginger Beer & Cardec Drums Remix)\",\n                \"token\": \"SRCH37398\",\n                \"id\": \"37398\"\n            }\n        },\n        {\n            \"artist\": {\n                \"name\": \"Michael Card\",\n                \"id\": \"891\",\n                \"token\": \"SRCH891\"\n            },\n            \"album\": {\n                \"name\": \"Signature Songs\",\n                \"id\": \"1348\",\n                \"token\": \"SRCH1348\"\n            },\n            \"track\": {\n                \"name\": \"Jesus Loves Me\",\n                \"token\": \"SRCH934\",\n                \"id\": \"934\"\n            }\n        },\n        {\n            \"artist\": {\n                \"name\": \"Michael Card\",\n                \"id\": \"891\",\n                \"token\": \"SRCH891\"\n            },\n            \"album\": {\n                \"name\": \"Joy In The Journey\",\n                \"id\": \"2120\",\n                \"token\": \"SRCH2120\"\n            },\n            \"track\": {\n                \"name\": \"Know You in the Now\",\n                \"token\": \"SRCH8623\",\n                \"id\": \"8623\"\n            }\n        },\n        {\n            \"artist\": {\n                \"name\": \"Michael Card\",\n                \"id\": \"891\",\n                \"token\": \"SRCH891\"\n            },\n            \"album\": {\n                \"name\": \"Christmas\",\n                \"id\": \"9455\",\n                \"token\": \"SRCH9455\"\n            },\n            \"track\": {\n                \"name\": \"What Child Is This\",\n                \"token\": \"SRCH8280\",\n                \"id\": \"8280\"\n            }\n        },\n        {\n            \"artist\": {\n                \"name\": \"Michael Card\",\n                \"id\": \"891\",\n                \"token\": \"SRCH891\"\n            },\n            \"album\": {\n                \"name\": \"The Ultimate Collection\",\n                \"id\": \"12428\",\n                \"token\": \"SRCH12428\"\n            },\n            \"track\": {\n                \"name\": \"My Help\",\n                \"token\": \"SRCH81667\",\n                \"id\": \"81667\"\n            }\n        },\n        {\n            \"artist\": {\n                \"name\": \"Michael Card\",\n                \"id\": \"891\",\n                \"token\": \"SRCH891\"\n            },\n            \"album\": {\n                \"name\": \"Joy In The Journey\",\n                \"id\": \"2120\",\n                \"token\": \"SRCH2120\"\n            },\n            \"track\": {\n                \"name\": \"El Shaddai\",\n                \"token\": \"SRCH8129\",\n                \"id\": \"8129\"\n            }\n        },\n        {\n            \"artist\": {\n                \"name\": \"Michael Card\",\n                \"id\": \"891\",\n                \"token\": \"SRCH891\"\n            },\n            \"album\": {\n                \"name\": \"The Life\",\n                \"id\": \"12439\",\n                \"token\": \"SRCH12439\"\n            },\n            \"track\": {\n                \"name\": \"God's Own Fool\",\n                \"token\": \"SRCH80396\",\n                \"id\": \"80396\"\n            }\n        },\n        {\n            \"artist\": {\n                \"name\": \"Michael Card\",\n                \"id\": \"891\",\n                \"token\": \"SRCH891\"\n            },\n            \"album\": {\n                \"name\": \"Joy In The Journey\",\n                \"id\": \"2120\",\n                \"token\": \"SRCH2120\"\n            },\n            \"track\": {\n                \"name\": \"Joy in the Journey\",\n                \"token\": \"SRCH8033\",\n                \"id\": \"8033\"\n            }\n        },\n        {\n            \"artist\": {\n                \"name\": \"Michael Card\",\n                \"id\": \"891\",\n                \"token\": \"SRCH891\"\n            },\n            \"album\": {\n                \"name\": \"Signature Songs\",\n                \"id\": \"1348\",\n                \"token\": \"SRCH1348\"\n            },\n            \"track\": {\n                \"name\": \"I Have Decided\",\n                \"token\": \"SRCH80128\",\n                \"id\": \"80128\"\n            }\n        },\n        {\n            \"artist\": {\n                \"name\": \"Michael Card\",\n                \"id\": \"891\",\n                \"token\": \"SRCH891\"\n            },\n            \"album\": {\n                \"name\": \"The Ancient Faith\",\n                \"id\": \"12437\",\n                \"token\": \"SRCH12437\"\n            },\n            \"track\": {\n                \"name\": \"Jubilee\",\n                \"token\": \"SRCH79626\",\n                \"id\": \"79626\"\n            }\n        }\n    ],\n    \"artists\": [\n        {\n            \"artist\": {\n                \"name\": \"Michael Card\",\n                \"token\": \"SRCH891\",\n                \"id\": \"891\"\n            }\n        },\n        {\n            \"artist\": {\n                \"name\": \"Carl Fontaine\",\n                \"token\": \"SRCH3717\",\n                \"id\": \"3717\"\n            }\n        },\n        {\n            \"artist\": {\n                \"name\": \"Carmen Justice\",\n                \"token\": \"SRCH3670\",\n                \"id\": \"3670\"\n            }\n        },\n        {\n            \"artist\": {\n                \"name\": \"Carlos Baez\",\n                \"token\": \"SRCH3440\",\n                \"id\": \"3440\"\n            }\n        },\n        {\n            \"artist\": {\n                \"name\": \"Carbin & Doulos\",\n                \"token\": \"SRCH3357\",\n                \"id\": \"3357\"\n            }\n        },\n        {\n            \"artist\": {\n                \"name\": \"Carbin\",\n                \"token\": \"SRCH3330\",\n                \"id\": \"3330\"\n            }\n        },\n        {\n            \"artist\": {\n                \"name\": \"Cary Nokey\",\n                \"token\": \"SRCH3319\",\n                \"id\": \"3319\"\n            }\n        },\n        {\n            \"artist\": {\n                \"name\": \"Carlos Carcache\",\n                \"token\": \"SRCH3118\",\n                \"id\": \"3118\"\n            }\n        },\n        {\n            \"artist\": {\n                \"name\": \"Carrollton\",\n                \"token\": \"SRCH230\",\n                \"id\": \"230\"\n            }\n        },\n        {\n            \"artist\": {\n                \"name\": \"Carroll Roberson\",\n                \"token\": \"SRCH229\",\n                \"id\": \"229\"\n            }\n        },\n        {\n            \"artist\": {\n                \"name\": \"Carolyn Pankalla\",\n                \"token\": \"SRCH228\",\n                \"id\": \"228\"\n            }\n        },\n        {\n            \"artist\": {\n                \"name\": \"Carolyn Arends\",\n                \"token\": \"SRCH227\",\n                \"id\": \"227\"\n            }\n        }\n    ],\n    \"albums\": [\n        {\n            \"album\": {\n                \"name\": \"Scandalon\",\n                \"token\": \"SRCH777\",\n                \"id\": \"777\"\n            },\n            \"artist\": {\n                \"name\": \"Michael Card\",\n                \"token\": \"SRCH891\",\n                \"id\": \"891\"\n            }\n        },\n        {\n            \"album\": {\n                \"name\": \"Starkindler\",\n                \"token\": \"SRCH4864\",\n                \"id\": \"4864\"\n            },\n            \"artist\": {\n                \"name\": \"Michael Card\",\n                \"token\": \"SRCH891\",\n                \"id\": \"891\"\n            }\n        },\n        {\n            \"album\": {\n                \"name\": \"Legacy\",\n                \"token\": \"SRCH1324\",\n                \"id\": \"1324\"\n            },\n            \"artist\": {\n                \"name\": \"Michael Card\",\n                \"token\": \"SRCH891\",\n                \"id\": \"891\"\n            }\n        },\n        {\n            \"album\": {\n                \"name\": \"The Final Word\",\n                \"token\": \"SRCH1563\",\n                \"id\": \"1563\"\n            },\n            \"artist\": {\n                \"name\": \"Michael Card\",\n                \"token\": \"SRCH891\",\n                \"id\": \"891\"\n            }\n        },\n        {\n            \"album\": {\n                \"name\": \"Carry Us Through\",\n                \"token\": \"SRCH5152\",\n                \"id\": \"5152\"\n            },\n            \"artist\": {\n                \"name\": \"Sarah Masen\",\n                \"token\": \"SRCH1883\",\n                \"id\": \"1883\"\n            }\n        },\n        {\n            \"album\": {\n                \"name\": \"Cadia\",\n                \"token\": \"SRCH2075\",\n                \"id\": \"2075\"\n            },\n            \"artist\": {\n                \"name\": \"Cadia\",\n                \"token\": \"SRCH207\",\n                \"id\": \"207\"\n            }\n        },\n        {\n            \"album\": {\n                \"name\": \"Carry Me (Radio Edit)\",\n                \"token\": \"SRCH13855\",\n                \"id\": \"13855\"\n            },\n            \"artist\": {\n                \"name\": \"Joshua Luke Smith\",\n                \"token\": \"SRCH3751\",\n                \"id\": \"3751\"\n            }\n        },\n        {\n            \"album\": {\n                \"name\": \"Cartas Ao Remetente\",\n                \"token\": \"SRCH12034\",\n                \"id\": \"12034\"\n            },\n            \"artist\": {\n                \"name\": \"Rosa De Saron\",\n                \"token\": \"SRCH3465\",\n                \"id\": \"3465\"\n            }\n        },\n        {\n            \"album\": {\n                \"name\": \"Open Carefully Message Inside\",\n                \"token\": \"SRCH7699\",\n                \"id\": \"7699\"\n            },\n            \"artist\": {\n                \"name\": \"Doyle Lawson & Quicksilver\",\n                \"token\": \"SRCH2677\",\n                \"id\": \"2677\"\n            }\n        },\n        {\n            \"album\": {\n                \"name\": \"Don't Care - Single\",\n                \"token\": \"SRCH13087\",\n                \"id\": \"13087\"\n            },\n            \"artist\": {\n                \"name\": \"FirstLast\",\n                \"token\": \"SRCH3445\",\n                \"id\": \"3445\"\n            }\n        },\n        {\n            \"album\": {\n                \"name\": \"Someone To Care - Single\",\n                \"token\": \"SRCH6406\",\n                \"id\": \"6406\"\n            },\n            \"artist\": {\n                \"name\": \"The Happy Goodman Family\",\n                \"token\": \"SRCH1283\",\n                \"id\": \"1283\"\n            }\n        },\n        {\n            \"album\": {\n                \"name\": \"The Champion\",\n                \"token\": \"SRCH4865\",\n                \"id\": \"4865\"\n            },\n            \"artist\": {\n                \"name\": \"Carman\",\n                \"token\": \"SRCH225\",\n                \"id\": \"225\"\n            }\n        }\n    ],\n    \"streams\": [\n        {\n            \"token\": \"c3adb59a443ff4e10840e4e7\",\n            \"title\": \"Cardio Pop\",\n            \"description\": \"Upbeat tracks to keep you energized\",\n            \"primaryGenre\": \"12\",\n            \"baseType\": \"title\",\n            \"originalToken\": \"SRCH1175\",\n            \"systemID\": \"7\"\n        }\n    ]\n}"},{"id":"f78898b7-5894-4c32-a3eb-2e682e6e88e2","name":"Search Results","originalRequest":{"method":"POST","header":[{"key":"x-api-key","value":"","description":"Your API Key"},{"key":"x-userToken","value":"{{userToken}}"},{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"query\": \"Pop\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.victory.radio/v1/search"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"1773"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 21 Oct 2019 16:30:34 GMT"},{"key":"x-amzn-RequestId","value":"cfdf4337-6c0e-4e19-8c4a-3f94a32c17c5"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,X-userToken,Authorization,X-Amz-Date,X-Api-Key,X-Amz-Security-Token"},{"key":"x-amz-apigw-id","value":"B69-lH_XIAMF6ug="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5daddd2a-35e04adca3457f40cf1314e0"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 345b2282ab3306d545f171f9fd698094.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ATL50-C1"},{"key":"X-Amz-Cf-Id","value":"bO-faES1pBpuy0UlHJxKUKHkZ1nVW20BYyLwiywR1C7QXZ62zneZRQ=="}],"cookie":[],"responseTime":null,"body":"{\n    \"tracks\": [\n        {\n            \"artist\": {\n                \"name\": \"Marcos Witt\",\n                \"id\": \"838\",\n                \"token\": \"SRCH838\"\n            },\n            \"album\": {\n                \"name\": \"Recordando... Una Misma Senda\",\n                \"id\": \"11097\",\n                \"token\": \"SRCH11097\"\n            },\n            \"track\": {\n                \"name\": \"Popurri De Coros\",\n                \"token\": \"SRCH73240\",\n                \"cdnID\": \"af58a02a733e79\",\n                \"id\": \"73240\",\n                \"enabled\": \"1\"\n            }\n        },\n        {\n            \"artist\": {\n                \"name\": \"Martin Valverde\",\n                \"id\": \"3117\",\n                \"token\": \"SRCH3117\"\n            },\n            \"album\": {\n                \"name\": \"30 Aniversario\",\n                \"id\": \"10683\",\n                \"token\": \"SRCH10683\"\n            },\n            \"track\": {\n                \"name\": \"Popurri (Fuga / Jesus / Todo Lo Puedo)\",\n                \"token\": \"SRCH73076\",\n                \"cdnID\": \"47aa4517\",\n                \"id\": \"73076\",\n                \"enabled\": \"1\"\n            }\n        },\n        {\n            \"artist\": {\n                \"name\": \"Ambassador\",\n                \"id\": \"53\",\n                \"token\": \"SRCH53\"\n            },\n            \"album\": {\n                \"name\": \"Stop The Funeral\",\n                \"id\": \"5559\",\n                \"token\": \"SRCH5559\"\n            },\n            \"track\": {\n                \"name\": \"Pop, Pop, Pop\",\n                \"token\": \"SRCH57039\",\n                \"cdnID\": \"281e023485\",\n                \"id\": \"57039\",\n                \"enabled\": \"1\"\n            }\n        },\n        {\n            \"artist\": {\n                \"name\": \"Sean Slaughter\",\n                \"id\": \"1145\",\n                \"token\": \"SRCH1145\"\n            },\n            \"album\": {\n                \"name\": \"Die Another Day\",\n                \"id\": \"5389\",\n                \"token\": \"SRCH5389\"\n            },\n            \"track\": {\n                \"name\": \"Pop Off\",\n                \"token\": \"SRCH52634\",\n                \"cdnID\": \"d6b11a99bc1f0f8b21\",\n                \"id\": \"52634\",\n                \"enabled\": \"1\"\n            }\n        },\n        {\n            \"artist\": {\n                \"name\": \"Marcos Witt\",\n                \"id\": \"838\",\n                \"token\": \"SRCH838\"\n            },\n            \"album\": {\n                \"name\": \"Directo Al Espiritu Disc 2\",\n                \"id\": \"10916\",\n                \"token\": \"SRCH10916\"\n            },\n            \"track\": {\n                \"name\": \"Popurri de Coros: Alabare-Alsbad a Jahove/Yo Tengo Gozo en Mi Alma\",\n                \"token\": \"SRCH37118\",\n                \"cdnID\": \"0285e584d3f8\",\n                \"id\": \"37118\",\n                \"enabled\": \"1\"\n            }\n        },\n        {\n            \"artist\": {\n                \"name\": \"Kathleen Carnali\",\n                \"id\": \"729\",\n                \"token\": \"SRCH729\"\n            },\n            \"album\": {\n                \"name\": \"Dangerous Prayer\",\n                \"id\": \"1747\",\n                \"token\": \"SRCH1747\"\n            },\n            \"track\": {\n                \"name\": \"More Popular Than Christ\",\n                \"token\": \"SRCH8525\",\n                \"cdnID\": \"a3b3fde5b9b6\",\n                \"id\": \"8525\",\n                \"enabled\": \"1\"\n            }\n        },\n        {\n            \"artist\": {\n                \"name\": \"Oiwolf\",\n                \"id\": \"975\",\n                \"token\": \"SRCH975\"\n            },\n            \"album\": {\n                \"name\": \"By Popular Demand\",\n                \"id\": \"11373\",\n                \"token\": \"SRCH11373\"\n            },\n            \"track\": {\n                \"name\": \"By Popular Demand\",\n                \"token\": \"SRCH83615\",\n                \"cdnID\": \"6d8b567c6776788c35\",\n                \"id\": \"83615\",\n                \"enabled\": \"1\"\n            }\n        },\n        {\n            \"artist\": {\n                \"name\": \"KJ-52\",\n                \"id\": \"766\",\n                \"token\": \"SRCH766\"\n            },\n            \"album\": {\n                \"name\": \"It's Pronounced Five Two\",\n                \"id\": \"310\",\n                \"token\": \"SRCH310\"\n            },\n            \"track\": {\n                \"name\": \"47 Pop Stars\",\n                \"token\": \"SRCH78077\",\n                \"cdnID\": \"e5c888f7\",\n                \"id\": \"78077\",\n                \"enabled\": \"1\"\n            }\n        },\n        {\n            \"artist\": {\n                \"name\": \"Bryan Popin\",\n                \"id\": \"3631\",\n                \"token\": \"SRCH3631\"\n            },\n            \"album\": {\n                \"name\": \"I Got Out (Deluxe Edition)\",\n                \"id\": \"13351\",\n                \"token\": \"SRCH13351\"\n            },\n            \"track\": {\n                \"name\": \"Bryan Popin Talkbox Intro (feat. Steven J Collins)\",\n                \"token\": \"SRCH66550\",\n                \"cdnID\": \"5bd88d12d1d05e61b71f\",\n                \"id\": \"66550\",\n                \"enabled\": \"1\"\n            }\n        },\n        {\n            \"artist\": {\n                \"name\": \"Tercer Cielo\",\n                \"id\": \"3115\",\n                \"token\": \"SRCH3115\"\n            },\n            \"album\": {\n                \"name\": \"Lo Que El Viento Me Enseno (Deluxe Version)\",\n                \"id\": \"11066\",\n                \"token\": \"SRCH11066\"\n            },\n            \"track\": {\n                \"name\": \"Demente (Pop) [feat. Annette Moreno]\",\n                \"token\": \"SRCH63689\",\n                \"cdnID\": \"db5d8cfcdec6\",\n                \"id\": \"63689\",\n                \"enabled\": \"1\"\n            }\n        },\n        {\n            \"artist\": {\n                \"name\": \"Marz\",\n                \"id\": \"863\",\n                \"token\": \"SRCH863\"\n            },\n            \"album\": {\n                \"name\": \"Revelation\",\n                \"id\": \"13604\",\n                \"token\": \"SRCH13604\"\n            },\n            \"track\": {\n                \"name\": \"Get It Popin\",\n                \"token\": \"SRCH28668\",\n                \"cdnID\": \"d03cb7bfb9f9b2f9\",\n                \"id\": \"28668\",\n                \"enabled\": \"1\"\n            }\n        },\n        {\n            \"artist\": {\n                \"name\": \"Tercer Cielo\",\n                \"id\": \"3115\",\n                \"token\": \"SRCH3115\"\n            },\n            \"album\": {\n                \"name\": \"Lo Que El Viento Me Enseno (Deluxe Version)\",\n                \"id\": \"11066\",\n                \"token\": \"SRCH11066\"\n            },\n            \"track\": {\n                \"name\": \"No Estoy Solo (Pop)\",\n                \"token\": \"SRCH55696\",\n                \"cdnID\": \"cf51e9e64c67a2\",\n                \"id\": \"55696\",\n                \"enabled\": \"1\"\n            }\n        }\n    ],\n    \"artists\": [\n        {\n            \"artist\": {\n                \"name\": \"Pop Winans\",\n                \"token\": \"SRCH2993\",\n                \"id\": \"2993\"\n            }\n        },\n        {\n            \"artist\": {\n                \"name\": \"Bryan Popin\",\n                \"token\": \"SRCH3631\",\n                \"id\": \"3631\"\n            }\n        },\n        {\n            \"artist\": {\n                \"name\": \"Mom & Pop Winans\",\n                \"token\": \"SRCH2886\",\n                \"id\": \"2886\"\n            }\n        },\n        {\n            \"artist\": {\n                \"name\": \"Harvey Pop Watkins\",\n                \"token\": \"SRCH2258\",\n                \"id\": \"2258\"\n            }\n        }\n    ],\n    \"albums\": [\n        {\n            \"album\": {\n                \"name\": \"Popular Mechanix\",\n                \"token\": \"SRCH15477\",\n                \"id\": \"15477\"\n            },\n            \"artist\": {\n                \"name\": \"Apollo Rojas\",\n                \"token\": \"SRCH4133\",\n                \"id\": \"4133\"\n            }\n        },\n        {\n            \"album\": {\n                \"name\": \"Electro-Pop Deluxe\",\n                \"token\": \"SRCH4650\",\n                \"id\": \"4650\"\n            },\n            \"artist\": {\n                \"name\": \"V. Rose\",\n                \"token\": \"SRCH1394\",\n                \"id\": \"1394\"\n            }\n        },\n        {\n            \"album\": {\n                \"name\": \"SPARKLE. POP. RAMPAGE.\",\n                \"token\": \"SRCH15319\",\n                \"id\": \"15319\"\n            },\n            \"artist\": {\n                \"name\": \"Rend Co. Kids & Rend Collective\",\n                \"token\": \"SRCH4076\",\n                \"id\": \"4076\"\n            }\n        },\n        {\n            \"album\": {\n                \"name\": \"By Popular Demand\",\n                \"token\": \"SRCH11373\",\n                \"id\": \"11373\"\n            },\n            \"artist\": {\n                \"name\": \"Oiwolf\",\n                \"token\": \"SRCH975\",\n                \"id\": \"975\"\n            }\n        },\n        {\n            \"album\": {\n                \"name\": \"Split the Sea (Pop Mix)\",\n                \"token\": \"SRCH14956\",\n                \"id\": \"14956\"\n            },\n            \"artist\": {\n                \"name\": \"Hannah Kerr\",\n                \"token\": \"SRCH3033\",\n                \"id\": \"3033\"\n            }\n        },\n        {\n            \"album\": {\n                \"name\": \"Christmas: Our Gifts to You\",\n                \"token\": \"SRCH9811\",\n                \"id\": \"9811\"\n            },\n            \"artist\": {\n                \"name\": \"Pop Winans\",\n                \"token\": \"SRCH2993\",\n                \"id\": \"2993\"\n            }\n        },\n        {\n            \"album\": {\n                \"name\": \"A Gospel Family Christmas\",\n                \"token\": \"SRCH9334\",\n                \"id\": \"9334\"\n            },\n            \"artist\": {\n                \"name\": \"Mom & Pop Winans\",\n                \"token\": \"SRCH2886\",\n                \"id\": \"2886\"\n            }\n        },\n        {\n            \"album\": {\n                \"name\": \"Live in Memphis II\",\n                \"token\": \"SRCH5999\",\n                \"id\": \"5999\"\n            },\n            \"artist\": {\n                \"name\": \"Harvey Pop Watkins\",\n                \"token\": \"SRCH2258\",\n                \"id\": \"2258\"\n            }\n        },\n        {\n            \"album\": {\n                \"name\": \"I Got Out (Deluxe Edition)\",\n                \"token\": \"SRCH13351\",\n                \"id\": \"13351\"\n            },\n            \"artist\": {\n                \"name\": \"Bryan Popin\",\n                \"token\": \"SRCH3631\",\n                \"id\": \"3631\"\n            }\n        }\n    ],\n    \"streams\": [\n        {\n            \"token\": \"pbpl1566913229NSBS6a14c71aac\",\n            \"title\": \"Pop Worship\",\n            \"description\": \"Pop Worship Hits \",\n            \"primaryGenre\": \"12\",\n            \"baseType\": \"title\",\n            \"originalToken\": \"SRCH89696\",\n            \"systemID\": \"3438\"\n        },\n        {\n            \"token\": \"pbpl1567604135NTBS3d01d0f9289af8dc0cd3fc\",\n            \"title\": \"Good Pop Vibes Only\",\n            \"description\": \"All the Best Pop Vibes\",\n            \"primaryGenre\": \"12\",\n            \"baseType\": \"title\",\n            \"originalToken\": \"SRCH2232\",\n            \"systemID\": \"3849\"\n        },\n        {\n            \"token\": \"pbpl1566841214NTBS7f1e3e2014125fce33\",\n            \"title\": \"New Release Pop\",\n            \"description\": \"Latest Pop\",\n            \"primaryGenre\": \"12\",\n            \"baseType\": \"title\",\n            \"originalToken\": \"SRCH92235\",\n            \"systemID\": \"3325\"\n        },\n        {\n            \"token\": \"pbpl1566855323CLN78936e67fd797f\",\n            \"title\": \"PSL\",\n            \"description\": \"Trending Pop\",\n            \"primaryGenre\": \"12\",\n            \"baseType\": \"title\",\n            \"originalToken\": \"SRCH92235\",\n            \"systemID\": \"3337\"\n        },\n        {\n            \"token\": \"pbpl1567709211CLN5c934db3553923f8e0e62d\",\n            \"title\": \"Adult Favs\",\n            \"description\": \"Adult Contemporary Pop\",\n            \"primaryGenre\": \"12\",\n            \"baseType\": \"title\",\n            \"originalToken\": \"SRCH535\",\n            \"systemID\": \"3935\"\n        },\n        {\n            \"token\": \"pbpl1567604751NTBSe77991f1436db67e47b11d\",\n            \"title\": \"The PRD Show\",\n            \"description\": \"Songs from The PRD Show\",\n            \"primaryGenre\": \"12\",\n            \"baseType\": \"title\",\n            \"originalToken\": \"SRCH706\",\n            \"systemID\": \"3850\"\n        }\n    ]\n}"}],"_postman_id":"9efb85c7-068d-4c2f-80c2-6b70b26b7ddd"},{"name":"Stream Details","id":"ca502e14-eff1-4262-abda-199c52709e95","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"","description":"<p>Your API Key</p>\n"},{"key":"x-userToken","value":"{{userToken}}"}],"url":"https://api.victory.radio/v1/{{streamToken}}","description":"<p>Get the details for a specific stream.</p>\n","urlObject":{"protocol":"https","path":["v1","{{streamToken}}"],"host":["api","victory","radio"],"query":[],"variable":[]}},"response":[{"id":"7bc37d20-077e-4053-8a52-f1df70420a0b","name":"Stream Details","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"","description":"Your API Key"},{"key":"x-userToken","value":"{{userToken}}"}],"url":"https://api.victory.radio/v1/{{streamToken}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"streamName\": \"Hillsong\",\n    \"streamToken\": \"912ec803b2ce49e4a541068d495ab570\",\n    \"streamBase\": {\n        \"type\": \"artist\",\n        \"token\": \"789234\"\n    },\n    \"coverArt\": \"https://ondemandapi.com/artwork/0/0/0\",\n    \"created\": \"2017-08-01 23:52:11\"\n}"}],"_postman_id":"ca502e14-eff1-4262-abda-199c52709e95"},{"name":"List Featured Artists","id":"cd663b05-83f6-4d48-a254-90f71ba1465a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"","description":"<p>Your API Key</p>\n"}],"url":"https://api.victory.radio/v1/streams/artist/{{genreID}}","description":"<p>Get a list of suggested artist for each genre. Use the <code>token</code> returned to Create a New Stream with the <code>artist</code> as the type. Making the request with genreID set as 0 will not return a genre specific response.</p>\n<p>If <code>prebuilt</code> is set to true, then you can create a new stream using the <code>stream</code> type</p>\n","urlObject":{"protocol":"https","path":["v1","streams","artist","{{genreID}}"],"host":["api","victory","radio"],"query":[],"variable":[]}},"response":[{"id":"a389b7e9-9302-4db0-aa82-3d60129a0157","name":"List Artists","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"","description":"Your API Key","disabled":false}],"url":"https://api.victory.radio/v1/streams/artist/1"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Connection","value":"keep-alive","name":"Connection","description":"Options that are desired for the connection"},{"key":"Content-Length","value":"409","name":"Content-Length","description":"The length of the response body in octets (8-bit bytes)"},{"key":"Content-Type","value":"application/json","name":"Content-Type","description":"The mime type of this content"},{"key":"Date","value":"Mon, 19 Mar 2018 20:46:42 GMT","name":"Date","description":"The date and time that the message was sent"},{"key":"Via","value":"1.1 3ca903308204f614c41391aa137ca82b.cloudfront.net (CloudFront)","name":"Via","description":"Informs the client of proxies through which the response was sent."},{"key":"X-Amz-Cf-Id","value":"id4dtYX23jQz2Oks8_mOWfLnIUOpay-2CZskn96fKAKn28LOCrhkTg==","name":"X-Amz-Cf-Id","description":"Custom header"},{"key":"X-Amzn-Trace-Id","value":"Root=1-5ab021b2-da2d600c8a686367d60ac73b","name":"X-Amzn-Trace-Id","description":"Custom header"},{"key":"X-Cache","value":"Miss from cloudfront","name":"X-Cache","description":"Custom header"},{"key":"x-amzn-RequestId","value":"a10e6f98-2bb6-11e8-94b5-0345488ec2be","name":"x-amzn-RequestId","description":"Custom header"}],"cookie":[],"responseTime":null,"body":"{\"request\":{\"genreID\":\"1\"},\"artistStreams\":[{\"artistTitle\": \"Lindy Conant, The Circuit Riders\",\"token\": \"3564\",\"prebuilt\": false},{\"artistTitle\": \"Hillsong Young & Free\",\"token\": \"555\",\"prebuilt\": false},{\"artistTitle\": \"All Sons & Daughters\",\"token\": \"45\",\"prebuilt\": false},{\"artistTitle\": \"Bethel Music\",\"token\": \"1553\",\"prebuilt\": false},{\"artistTitle\": \"Jesus Culture\",\"token\": \"657\",\"prebuilt\": false}]}"}],"_postman_id":"cd663b05-83f6-4d48-a254-90f71ba1465a"},{"name":"Rate a Track","id":"d199f400-542e-4207-a2f9-749333f741da","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PATCH","header":[{"key":"x-api-key","value":"","description":"<p>Your API Key</p>\n"},{"key":"Content-Type","value":"application/json"},{"key":"x-userToken","value":"{{userToken}}"}],"body":{"mode":"raw","raw":"{\n\t\"thumbs\": 1,\n\t\"streamToken\": \"\",\n\t\"streamPrebuilt\": 0\n}"},"url":"https://api.victory.radio/v1/rate/{{trackToken}}","description":"<p>Rate a track in a stream. Give <code>thumbs</code> a value of <code>0</code> for thumbs-down, <code>1</code> for no rating and <code>2</code> for thumbs-up.</p>\n<p>If a user gives a thumbs-down rating, immediately skip the track.</p>\n","urlObject":{"protocol":"https","path":["v1","rate","{{trackToken}}"],"host":["api","victory","radio"],"query":[],"variable":[]}},"response":[{"id":"6ddd7f07-f73d-4a36-b747-41cd59200612","name":"Thumbs-up Rating","originalRequest":{"method":"PATCH","header":[{"key":"x-api-key","value":"","description":"Your API Key"},{"key":"Content-Type","value":"application/json"},{"key":"x-userToken","value":"{{userToken}}"}],"body":{"mode":"raw","raw":"{\n\t\"thumbs\": 2\n}"},"url":"https://api.victory.radio/v1/rate/{{trackToken}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n\t\"status\": \"ok\"\n}"}],"_postman_id":"d199f400-542e-4207-a2f9-749333f741da"},{"name":"Play Exisiting Stream","id":"f6810e28-7584-4799-ae8a-f0012b8fd2e1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"","description":"<p>Your API Key</p>\n"},{"key":"x-userToken","value":"{{userToken}}","type":"text"}],"url":"https://api.victory.radio/v1/{{streamToken}}/next","description":"<p>Once a user has a stream, the streamToken will be used here to get the media. You'll use this to get the first element and then make a call towards the end of the track to get the next item. This repeats until the user no longer is listening.</p>\n<p>If the user can skip the track is represented here by <code>canSkip</code>.</p>\n<p><code>mediaType</code> can be <code>track</code> or <code>ad</code></p>\n","urlObject":{"protocol":"https","path":["v1","{{streamToken}}","next"],"host":["api","victory","radio"],"query":[],"variable":[]}},"response":[{"id":"71cc42e8-60ac-48ca-a8c3-754c57861d90","name":"Normal Media","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"","description":"Your API Key"},{"key":"x-userToken","value":"{{userToken}}"}],"url":"https://api.victory.radio/v1/{{streamToken}}/next"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"mediaType\": \"track\",\n    \"trackToken\": \"34D1F91FB2E514B8576FAB1A75A89A6B\",\n    \"canSkip\": true,\n    \"artist\": {\n        \"name\": \"Hillsong Live\",\n        \"token\": \"522\"\n    },\n    \"track\": {\n        \"name\": \"Beautiful Exchange\",\n        \"token\": \"14662\"\n    },\n    \"album\": {\n        \"name\": \"A Beautiful Exchange\",\n        \"token\": \"2234\"\n    },\n    \"thumbs\": 2,\n    \"coverArt\": \"https://ondemandapi.com/artwork/900/597\",\n    \"mediaURLs\": {\n        \"MP3\": \"https://d21rgwdyk6ylm5.cloudfront.net/autoUp/1/5378283a6af9c.mp3\",\n        \"HEAAC\": \"https://d21rgwdyk6ylm5.cloudfront.net/autoUp/1/5378283a6af9c.mp4\"\n    }\n}"},{"id":"e7abd070-6322-498c-b498-fbde0c367a43","name":"Ad Response","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"","description":"Your API Key"},{"key":"x-userToken","value":"1565970115fe3e43c0cc817f83a341a85fc89e","type":"text"}],"url":"https://api.victory.radio/v1/1565888465NSBS029490e5eb43cbbf7d7bac/next"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"339"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Fri, 16 Aug 2019 15:58:16 GMT"},{"key":"x-amzn-RequestId","value":"a8ff27ab-c03e-11e9-a8c8-7ff801f28731"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,X-userToken,Authorization,X-Amz-Date,X-Api-Key,X-Amz-Security-Token"},{"key":"x-amz-apigw-id","value":"ehXX3HpSoAMFdjQ="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5d56d298-9fab17d594e7aa4eff02b368"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 4eb6db543899d63048055031c3411b01.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ATL51-C1"},{"key":"X-Amz-Cf-Id","value":"Sx8Bi8fOLuXCaZ1nvSgLOgkI2y69qUDXUkek8Iz2aMg0ZFV-DE31xw=="}],"cookie":[],"responseTime":null,"body":"{\n    \"mediaType\": \"ad\",\n    \"canSkip\": false,\n    \"adToken\": \"523af537946b79c4f8369ed39ba78605\",\n    \"trackToken\": \"523af537946b79c4f8369ed39ba78605\",\n    \"artist\": {\n        \"name\": \"Advertisement\",\n        \"token\": \"\"\n    },\n    \"track\": {\n        \"name\": \"Test Advertisement\",\n        \"token\": \"\"\n    },\n    \"album\": {\n        \"name\": \"\",\n        \"token\": \"\"\n    },\n    \"thumbs\": 1,\n    \"clickThroughUrl\": \"https://victory.radio\",\n    \"artwork\": {\n        \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/pbpl1561006848268f1102057f4298758542.jpg\",\n        \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/pbpl1561006848268f1102057f4298758542.jpg\",\n        \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/pbpl1561006848268f1102057f4298758542.jpg\"\n    },\n    \"mediaURLs\": {\n        \"MP3\": \"https://delivery-us-1.mormusic.app/music/mp3x192/spot3-pop1.mp3\",\n        \"HEAAC\": \"https://delivery-us-1.mormusic.app/music/heaacv2x56/spot3-pop1.m4a\"\n    }\n}"}],"_postman_id":"f6810e28-7584-4799-ae8a-f0012b8fd2e1"},{"name":"List Existings Streams","id":"fd47ceb0-9548-4a86-87ef-38d950dcffe4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"description":"<p>API Key</p>\n","key":"x-api-key","value":""},{"description":"<p>User Token</p>\n","key":"x-userToken","type":"text","value":"{{userToken}}"}],"url":"https://api.victory.radio/v1/user/{{userToken}}/streams","description":"<p>Show the user their existing streams and obtain the stream token for streams they already have created.</p>\n","urlObject":{"protocol":"https","path":["v1","user","{{userToken}}","streams"],"host":["api","victory","radio"],"query":[],"variable":[]}},"response":[{"id":"e484cae4-3581-46fe-ad66-86690974eab4","name":"List Existings Streams","originalRequest":{"method":"GET","header":[{"description":"API Key","key":"x-api-key","value":""},{"description":"User Token","key":"x-userToken","type":"text","value":"{{userToken}}"}],"url":"https://api.victory.radio/v1/user/{{userToken}}/streams"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json"},{"key":"Content-Length","value":"2429"},{"key":"Connection","value":"keep-alive"},{"key":"Date","value":"Mon, 21 Oct 2019 16:19:10 GMT"},{"key":"x-amzn-RequestId","value":"1734bf81-852b-4a16-b460-f005c7fa59c4"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Encoding","value":"gzip"},{"key":"Access-Control-Allow-Headers","value":"Content-Type,X-userToken,Authorization,X-Amz-Date,X-Api-Key,X-Amz-Security-Token"},{"key":"x-amz-apigw-id","value":"B68TyFeKoAMFxNA="},{"key":"X-Amzn-Trace-Id","value":"Root=1-5dadda7e-ddd940d4edddfdbc553a9a68"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 345b2282ab3306d545f171f9fd698094.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"ATL50-C1"},{"key":"X-Amz-Cf-Id","value":"Mi3jbJyt88ehWl7FX9Waef5-qQ1cllsdmjbJEbXtCQeWCFerYTG0HA=="}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"streamName\": \"¿Quién Contra Nosotros?\",\n        \"streamToken\": \"1571059822NSBSa07569a8b4\",\n        \"description\": \"Alex Zurdo\",\n        \"isPublic\": \"not published\",\n        \"prebuiltStatus\": \"Based on 1567529815NTBS5163f15da0f5b1312b39c2\",\n        \"artwork\": {\n            \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/mor.jpg\",\n            \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/mor.jpg\",\n            \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/mor.jpg\"\n        }\n    },\n    {\n        \"streamName\": \"Alex Campos\",\n        \"streamToken\": \"1567194205NTBSfc1554568210f2c0bab3132c\",\n        \"description\": \"Latin Worship\",\n        \"isPublic\": \"published to public\",\n        \"prebuiltStatus\": \"\",\n        \"artwork\": {\n            \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/mor.jpg\",\n            \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/mor.jpg\",\n            \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/mor.jpg\"\n        }\n    },\n    {\n        \"streamName\": \"Breakthrough (Live)\",\n        \"streamToken\": \"1568211130NTBS7fb822a8c928b5\",\n        \"description\": \"Breakthrough (Live) from Chris McClarney\",\n        \"isPublic\": \"not published\",\n        \"prebuiltStatus\": \"\",\n        \"artwork\": {\n            \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/mor.jpg\",\n            \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/mor.jpg\",\n            \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/mor.jpg\"\n        }\n    },\n    {\n        \"streamName\": \"Building 429\",\n        \"streamToken\": \"1566507404NTBS127aea80a4be\",\n        \"description\": \"Best of Building 429\",\n        \"isPublic\": \"published to public\",\n        \"prebuiltStatus\": \"\",\n        \"artwork\": {\n            \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/mor.jpg\",\n            \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/mor.jpg\",\n            \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/mor.jpg\"\n        }\n    },\n    {\n        \"streamName\": \"Camp Fire\",\n        \"streamToken\": \"1569157630NSBSd5e651b5f10dd04e8c93a5c9\",\n        \"description\": \"By the Camp Fire \",\n        \"isPublic\": \"not published\",\n        \"prebuiltStatus\": \"Based on 1567603824NTBSc2e7e9de8c\",\n        \"artwork\": {\n            \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/mor.jpg\",\n            \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/mor.jpg\",\n            \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/mor.jpg\"\n        }\n    },\n    {\n        \"streamName\": \"Cardio Workout\",\n        \"streamToken\": \"1569020733NSBS2aa366c225aa0010\",\n        \"description\": \"Music That Moves You\",\n        \"isPublic\": \"not published\",\n        \"prebuiltStatus\": \"Based on 1567690213NTBS96f0ea74a8\",\n        \"artwork\": {\n            \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/mor.jpg\",\n            \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/mor.jpg\",\n            \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/mor.jpg\"\n        }\n    },\n    {\n        \"streamName\": \"Colony House\",\n        \"streamToken\": \"1568315030NTBSa9a2eccabf94e44a58\",\n        \"description\": \"Silhouettes from Colony House\",\n        \"isPublic\": \"not published\",\n        \"prebuiltStatus\": \"\",\n        \"artwork\": {\n            \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/mor.jpg\",\n            \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/mor.jpg\",\n            \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/mor.jpg\"\n        }\n    },\n    {\n        \"streamName\": \"Corrie's Playlist\",\n        \"streamToken\": \"1570152010NTBS0fea5696af3f70e1d3733f\",\n        \"description\": \"Like Butter\",\n        \"isPublic\": \"published to public\",\n        \"prebuiltStatus\": \"\",\n        \"artwork\": {\n            \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/mor.jpg\",\n            \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/mor.jpg\",\n            \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/mor.jpg\"\n        }\n    },\n    {\n        \"streamName\": \"Corrie's Playlist\",\n        \"streamToken\": \"1570238166NSBSceceeede35\",\n        \"description\": \"Like Butter\",\n        \"isPublic\": \"not published\",\n        \"prebuiltStatus\": \"Based on 1570152010NTBS0fea5696af3f70e1d3733f\",\n        \"artwork\": {\n            \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/mor.jpg\",\n            \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/mor.jpg\",\n            \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/mor.jpg\"\n        }\n    },\n    {\n        \"streamName\": \"David Leonard\",\n        \"streamToken\": \"1569411085NARBSd2325c8121\",\n        \"description\": \"Your personal stream based on David Leonard\",\n        \"isPublic\": \"not published\",\n        \"prebuiltStatus\": \"\",\n        \"artwork\": {\n            \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/mor.jpg\",\n            \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/mor.jpg\",\n            \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/mor.jpg\"\n        }\n    },\n    {\n        \"streamName\": \"Girl Power\",\n        \"streamToken\": \"1570366851NSBS2bcff627d8c794bda3f0627e\",\n        \"description\": \"Your Favorite Girl Artists \",\n        \"isPublic\": \"not published\",\n        \"prebuiltStatus\": \"Based on 1567691037NTBSc19fb1859242\",\n        \"artwork\": {\n            \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/mor.jpg\",\n            \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/mor.jpg\",\n            \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/mor.jpg\"\n        }\n    },\n    {\n        \"streamName\": \"Give Me Jesus\",\n        \"streamToken\": \"1569413930NTBS94c0805cc8e8b3d118\",\n        \"description\": \"Give Me Jesus from Shane & Shane\",\n        \"isPublic\": \"not published\",\n        \"prebuiltStatus\": \"\",\n        \"artwork\": {\n            \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/mor.jpg\",\n            \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/mor.jpg\",\n            \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/mor.jpg\"\n        }\n    },\n    {\n        \"streamName\": \"Global Project: Español \",\n        \"streamToken\": \"1571059807NSBSad662044aa1ea3889411f8\",\n        \"description\": \"Hillsong\",\n        \"isPublic\": \"not published\",\n        \"prebuiltStatus\": \"Based on 1565981188NTBS2a2f4e877195\",\n        \"artwork\": {\n            \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/mor.jpg\",\n            \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/mor.jpg\",\n            \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/mor.jpg\"\n        }\n    },\n    {\n        \"streamName\": \"I Stand Amazed (Live)\",\n        \"streamToken\": \"1569007776NTBS9e5da624af1ce9\",\n        \"description\": \"I Stand Amazed (Live) from Sinach\",\n        \"isPublic\": \"not published\",\n        \"prebuiltStatus\": \"\",\n        \"artwork\": {\n            \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/mor.jpg\",\n            \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/mor.jpg\",\n            \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/mor.jpg\"\n        }\n    },\n    {\n        \"streamName\": \"Intimacy\",\n        \"streamToken\": \"1566926791CLN5a7194060f8f4d30670f8d\",\n        \"description\": \"Deep Intimate Worship\",\n        \"isPublic\": \"published to public\",\n        \"prebuiltStatus\": \"\",\n        \"artwork\": {\n            \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/mor.jpg\",\n            \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/mor.jpg\",\n            \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/mor.jpg\"\n        }\n    },\n    {\n        \"streamName\": \"Iron Bell Music\",\n        \"streamToken\": \"1566513325NTBS0a3bf9b2e6c9fe\",\n        \"description\": \"Best of Iron Bell Music\",\n        \"isPublic\": \"published to public\",\n        \"prebuiltStatus\": \"\",\n        \"artwork\": {\n            \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/mor.jpg\",\n            \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/mor.jpg\",\n            \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/mor.jpg\"\n        }\n    },\n    {\n        \"streamName\": \"Jesus Rock\",\n        \"streamToken\": \"1569007845NSBSff2bfcb482c600\",\n        \"description\": \"70's & 80's Rock\",\n        \"isPublic\": \"not published\",\n        \"prebuiltStatus\": \"Based on 1555529729NS70b40ccbecf1b6702c7b99\",\n        \"artwork\": {\n            \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/mor.jpg\",\n            \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/mor.jpg\",\n            \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/mor.jpg\"\n        }\n    },\n    {\n        \"streamName\": \"Keith's Mid-Day Mix\",\n        \"streamToken\": \"1569427496NSBScaae4262363b0d1d91a72ed0\",\n        \"description\": \"by Keith Davis\",\n        \"isPublic\": \"not published\",\n        \"prebuiltStatus\": \"Based on 1567604921NTBS9632882ce0f4\",\n        \"artwork\": {\n            \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/mor.jpg\",\n            \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/mor.jpg\",\n            \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/mor.jpg\"\n        }\n    },\n    {\n        \"streamName\": \"Latino Worship\",\n        \"streamToken\": \"1571059757NSBS1b738a0d854a5d\",\n        \"description\": \"Latino Worship\",\n        \"isPublic\": \"not published\",\n        \"prebuiltStatus\": \"Based on 1567534109CLNfee4fdbb01ccd0\",\n        \"artwork\": {\n            \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/mor.jpg\",\n            \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/mor.jpg\",\n            \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/mor.jpg\"\n        }\n    },\n    {\n        \"streamName\": \"Live Worship\",\n        \"streamToken\": \"1570972248NSBS1b3480324b\",\n        \"description\": \"Live Worship\",\n        \"isPublic\": \"not published\",\n        \"prebuiltStatus\": \"Based on 1566483578NTBS4b2c30839b4c7b3d\",\n        \"artwork\": {\n            \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/mor.jpg\",\n            \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/mor.jpg\",\n            \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/mor.jpg\"\n        }\n    },\n    {\n        \"streamName\": \"Make Room\",\n        \"streamToken\": \"1569413962NSBS771d628dc109200305ba4666\",\n        \"description\": \"Jonathan McReynolds\",\n        \"isPublic\": \"not published\",\n        \"prebuiltStatus\": \"Based on 1565790829NTBS262e27693d38\",\n        \"artwork\": {\n            \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/mor.jpg\",\n            \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/mor.jpg\",\n            \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/mor.jpg\"\n        }\n    },\n    {\n        \"streamName\": \"Mood Boost!\",\n        \"streamToken\": \"1569020753NSBSdacb61d785b301b14d\",\n        \"description\": \"Feel Good Songs\",\n        \"isPublic\": \"not published\",\n        \"prebuiltStatus\": \"Based on 1565632712NTBSe4bd3ec26d\",\n        \"artwork\": {\n            \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/mor.jpg\",\n            \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/mor.jpg\",\n            \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/mor.jpg\"\n        }\n    },\n    {\n        \"streamName\": \"Morning Song\",\n        \"streamToken\": \"1566912310NTBS568d3a2728d39ca7\",\n        \"description\": \"Morning Song from Jess Ray\",\n        \"isPublic\": \"not published\",\n        \"prebuiltStatus\": \"\",\n        \"artwork\": {\n            \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/mor.jpg\",\n            \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/mor.jpg\",\n            \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/mor.jpg\"\n        }\n    },\n    {\n        \"streamName\": \"NEEDTOBREATHE\",\n        \"streamToken\": \"1566511221CLNd1bdd526f90cd44d96f4c5a8\",\n        \"description\": \"Best of NEEDTOBREATHE\",\n        \"isPublic\": \"published to public\",\n        \"prebuiltStatus\": \"\",\n        \"artwork\": {\n            \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/mor.jpg\",\n            \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/mor.jpg\",\n            \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/mor.jpg\"\n        }\n    },\n    {\n        \"streamName\": \"NEEDTOBREATHE\",\n        \"streamToken\": \"1566511841CLN8b0e4fd0da2a\",\n        \"description\": \"Worship of NEEDTOBREATHE\",\n        \"isPublic\": \"published to public\",\n        \"prebuiltStatus\": \"\",\n        \"artwork\": {\n            \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/mor.jpg\",\n            \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/mor.jpg\",\n            \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/mor.jpg\"\n        }\n    },\n    {\n        \"streamName\": \"NEEDTOBREATHE\",\n        \"streamToken\": \"1566512074CLN541a64bc111053c29e780c\",\n        \"description\": \"The Reckoning\",\n        \"isPublic\": \"published to public\",\n        \"prebuiltStatus\": \"\",\n        \"artwork\": {\n            \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/mor.jpg\",\n            \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/mor.jpg\",\n            \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/mor.jpg\"\n        }\n    },\n    {\n        \"streamName\": \"NEEDTOBREATHE\",\n        \"streamToken\": \"1566512222CLNe170c2ced0b6a9996e38\",\n        \"description\": \"The Outsiders\",\n        \"isPublic\": \"published to public\",\n        \"prebuiltStatus\": \"\",\n        \"artwork\": {\n            \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/mor.jpg\",\n            \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/mor.jpg\",\n            \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/mor.jpg\"\n        }\n    },\n    {\n        \"streamName\": \"NEEDTOBREATHE\",\n        \"streamToken\": \"1566512315CLN22ff21d6c91fe7b6d9\",\n        \"description\": \"HARDLOVE\",\n        \"isPublic\": \"published to public\",\n        \"prebuiltStatus\": \"\",\n        \"artwork\": {\n            \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/mor.jpg\",\n            \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/mor.jpg\",\n            \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/mor.jpg\"\n        }\n    },\n    {\n        \"streamName\": \"NEEDTOBREATHE\",\n        \"streamToken\": \"1570668785NSBS2c1f3440801199f2\",\n        \"description\": \"Worship of NEEDTOBREATHE\",\n        \"isPublic\": \"not published\",\n        \"prebuiltStatus\": \"Based on 1566511841CLN8b0e4fd0da2a\",\n        \"artwork\": {\n            \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/mor.jpg\",\n            \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/mor.jpg\",\n            \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/mor.jpg\"\n        }\n    },\n    {\n        \"streamName\": \"Never Fold\",\n        \"streamToken\": \"1569007748NSBS71bdb4ca3593444d\",\n        \"description\": \"Tedashii\",\n        \"isPublic\": \"not published\",\n        \"prebuiltStatus\": \"Based on 1565031777CLN400599c4142230fa63b5\",\n        \"artwork\": {\n            \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/mor.jpg\",\n            \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/mor.jpg\",\n            \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/mor.jpg\"\n        }\n    },\n    {\n        \"streamName\": \"New Release Gospel\",\n        \"streamToken\": \"1568408017NSBSd48277d9bf8227c95b46\",\n        \"description\": \"Fresh Gospel sounds\",\n        \"isPublic\": \"not published\",\n        \"prebuiltStatus\": \"Based on 1566928673NTBSed6f9ed47a04fc3a60\",\n        \"artwork\": {\n            \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/mor.jpg\",\n            \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/mor.jpg\",\n            \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/mor.jpg\"\n        }\n    },\n    {\n        \"streamName\": \"New Release Gospel\",\n        \"streamToken\": \"1566928673NTBSed6f9ed47a04fc3a60\",\n        \"description\": \"Fresh Gospel sounds\",\n        \"isPublic\": \"published to public\",\n        \"prebuiltStatus\": \"\",\n        \"artwork\": {\n            \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/mor.jpg\",\n            \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/mor.jpg\",\n            \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/mor.jpg\"\n        }\n    },\n    {\n        \"streamName\": \"New Release Pop\",\n        \"streamToken\": \"1566841214NTBS7f1e3e2014125fce33\",\n        \"description\": \"Latest Pop\",\n        \"isPublic\": \"published to public\",\n        \"prebuiltStatus\": \"\",\n        \"artwork\": {\n            \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/mor.jpg\",\n            \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/mor.jpg\",\n            \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/mor.jpg\"\n        }\n    },\n    {\n        \"streamName\": \"New Release Praise\",\n        \"streamToken\": \"1569020691NSBS132141a40b8c\",\n        \"description\": \"Latest Praise\",\n        \"isPublic\": \"not published\",\n        \"prebuiltStatus\": \"Based on 1566835871NTBSc7ff825c84f2f8ac\",\n        \"artwork\": {\n            \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/mor.jpg\",\n            \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/mor.jpg\",\n            \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/mor.jpg\"\n        }\n    },\n    {\n        \"streamName\": \"New Release Praise\",\n        \"streamToken\": \"1566835871NTBSc7ff825c84f2f8ac\",\n        \"description\": \"Latest Praise\",\n        \"isPublic\": \"published to public\",\n        \"prebuiltStatus\": \"\",\n        \"artwork\": {\n            \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/mor.jpg\",\n            \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/mor.jpg\",\n            \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/mor.jpg\"\n        }\n    },\n    {\n        \"streamName\": \"New Release Worship\",\n        \"streamToken\": \"1566921698NTBSd74609515ea873e73ccbe8e7\",\n        \"description\": \"Latest Worship\",\n        \"isPublic\": \"published to public\",\n        \"prebuiltStatus\": \"\",\n        \"artwork\": {\n            \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/mor.jpg\",\n            \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/mor.jpg\",\n            \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/mor.jpg\"\n        }\n    },\n    {\n        \"streamName\": \"Rise & Stein\",\n        \"streamToken\": \"1568986332NSBSd07705a2674b56c2811821a8\",\n        \"description\": \"David & Leanna's Favorite Worship Songs\",\n        \"isPublic\": \"not published\",\n        \"prebuiltStatus\": \"Based on 1566997618NTBSf8b474fd844594286c31c9\",\n        \"artwork\": {\n            \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/mor.jpg\",\n            \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/mor.jpg\",\n            \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/mor.jpg\"\n        }\n    },\n    {\n        \"streamName\": \"Road Trip\",\n        \"streamToken\": \"1570366829NSBS59f846b557a5f36093679f55\",\n        \"description\": \"Tunes to Sing to on the Road\",\n        \"isPublic\": \"not published\",\n        \"prebuiltStatus\": \"Based on 1567689436NTBS8360d7f2dde2db32b4137c16\",\n        \"artwork\": {\n            \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/mor.jpg\",\n            \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/mor.jpg\",\n            \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/mor.jpg\"\n        }\n    },\n    {\n        \"streamName\": \"Road Trip\",\n        \"streamToken\": \"1570366839NSBSa002e5b8605390\",\n        \"description\": \"Tunes to Sing to on the Road\",\n        \"isPublic\": \"not published\",\n        \"prebuiltStatus\": \"Based on 1567689436NTBS8360d7f2dde2db32b4137c16\",\n        \"artwork\": {\n            \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/mor.jpg\",\n            \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/mor.jpg\",\n            \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/mor.jpg\"\n        }\n    },\n    {\n        \"streamName\": \"Simple Gospel\",\n        \"streamToken\": \"1566516330CLN0f4438903b74d4\",\n        \"description\": \"United Pursuit\",\n        \"isPublic\": \"published to public\",\n        \"prebuiltStatus\": \"\",\n        \"artwork\": {\n            \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/mor.jpg\",\n            \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/mor.jpg\",\n            \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/mor.jpg\"\n        }\n    },\n    {\n        \"streamName\": \"Singing In The Choir\",\n        \"streamToken\": \"1569157239NSBScc2aa6509c\",\n        \"description\": \"Gospel Choirs\",\n        \"isPublic\": \"not published\",\n        \"prebuiltStatus\": \"Based on 1565803259NTBS5c7e877c9bb39b\",\n        \"artwork\": {\n            \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/mor.jpg\",\n            \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/mor.jpg\",\n            \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/mor.jpg\"\n        }\n    },\n    {\n        \"streamName\": \"The Sky Is Falling\",\n        \"streamToken\": \"1569007939NSBS95dff4a0fd08\",\n        \"description\": \"Randy Stonehill\",\n        \"isPublic\": \"not published\",\n        \"prebuiltStatus\": \"Based on 1565379138NTBS91a015aa536c70\",\n        \"artwork\": {\n            \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/mor.jpg\",\n            \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/mor.jpg\",\n            \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/mor.jpg\"\n        }\n    },\n    {\n        \"streamName\": \"United Pursuit\",\n        \"streamToken\": \"1566514595NTBSb2506a5cc0b091fd6b64\",\n        \"description\": \"Deep Worship of United Pursuit\",\n        \"isPublic\": \"published to public\",\n        \"prebuiltStatus\": \"\",\n        \"artwork\": {\n            \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/mor.jpg\",\n            \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/mor.jpg\",\n            \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/mor.jpg\"\n        }\n    },\n    {\n        \"streamName\": \"Unrestrained\",\n        \"streamToken\": \"1568822650NTBSa263d25efa2a5863\",\n        \"description\": \"Unrestrained from Sanctus Real\",\n        \"isPublic\": \"not published\",\n        \"prebuiltStatus\": \"\",\n        \"artwork\": {\n            \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/mor.jpg\",\n            \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/mor.jpg\",\n            \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/mor.jpg\"\n        }\n    },\n    {\n        \"streamName\": \"Women of Gospel\",\n        \"streamToken\": \"1569020767NSBSa60786deb1ef56\",\n        \"description\": \"Women of Gospel\",\n        \"isPublic\": \"not published\",\n        \"prebuiltStatus\": \"Based on 1565801586NTBS5a158ca9006ca2\",\n        \"artwork\": {\n            \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/mor.jpg\",\n            \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/mor.jpg\",\n            \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/mor.jpg\"\n        }\n    },\n    {\n        \"streamName\": \"You Are Enough (Live)\",\n        \"streamToken\": \"1568209212NTBS050b7e3ea75f3f5b8985\",\n        \"description\": \"You Are Enough (Live) from Community Music\",\n        \"isPublic\": \"not published\",\n        \"prebuiltStatus\": \"\",\n        \"artwork\": {\n            \"100px\": \"https://delivery-us-1.mormusic.app/coverart/100x100/mor.jpg\",\n            \"300px\": \"https://delivery-us-1.mormusic.app/coverart/300x300/mor.jpg\",\n            \"500px\": \"https://delivery-us-1.mormusic.app/coverart/500x500/mor.jpg\"\n        }\n    }\n]"}],"_postman_id":"fd47ceb0-9548-4a86-87ef-38d950dcffe4"},{"name":"List Featured Albums","id":"fee8107c-20d4-4cf8-bef5-c1743ad8f31f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"x-api-key","value":"","description":"<p>Your API Key</p>\n"}],"url":"https://api.victory.radio/v1/streams/album/{{genreID}}","description":"<p>Get a list of suggested albums for each genre. Use the <code>token</code> returned to Create a New Stream with the <code>album</code> as the type. Making the request with genreID set as 0 will not return a genre specific response.</p>\n<p>If <code>prebuilt</code> is set to true, then you can create a new stream using the <code>stream</code> type</p>\n","urlObject":{"protocol":"https","path":["v1","streams","album","{{genreID}}"],"host":["api","victory","radio"],"query":[],"variable":[]}},"response":[{"id":"fb0f2e66-7a68-4157-8c05-a949101e2361","name":"List Featured Albums","originalRequest":{"method":"GET","header":[{"key":"x-api-key","value":"","description":"Your API Key"}],"url":"https://api.victory.radio/v1/streams/album/{{genreID}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[],"cookie":[],"responseTime":null,"body":"{\n    \"request\": {\n        \"genreID\": \"1\"\n    },\n    \"albums\": [\n        {\n            \"albumTitle\": \"Every Nation\",\n            \"token\": \"13018\",\n            \"prebuilt\": false\n        },\n        {\n            \"albumTitle\": \"Season One\",\n            \"token\": \"884\",\n            \"prebuilt\": false\n        },\n        {\n            \"albumTitle\": \"This Is Living\",\n            \"token\": \"8512\",\n            \"prebuilt\": false\n        },\n        {\n            \"albumTitle\": \"Let It Echo Unplugged (Live)\",\n            \"token\": \"11482\",\n            \"prebuilt\": false\n        },\n        {\n            \"albumTitle\": \"Here Is Love\",\n            \"token\": \"11576\",\n            \"prebuilt\": false\n        }\n    ]\n}"}],"_postman_id":"fee8107c-20d4-4cf8-bef5-c1743ad8f31f"}],"event":[{"listen":"prerequest","script":{"id":"0e059ccc-2ab1-4d93-a4ab-2de2bd019c40","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"dc25451c-2eeb-4292-9bfe-cb200a3e1440","type":"text/javascript","exec":[""]}}],"variable":[{"key":"stageID","value":"v1"},{"key":"x-api-key","value":""},{"key":"userEmail","value":""},{"key":"userPassword","value":""},{"key":"apiDomain","value":"api.mormusic.app"}]}