<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>:root{--color-white:#fff;--color-black:#000;--color-red:red;--color-brand-red:#c6002b;--color-brand-grey:#939697;--palette-red-600:#c6002b;--palette-red-500:#cd212e;--palette-red-400:#e22c3a;--palette-red-300:#f4747c;--palette-red-200:#f79096;--palette-red-100:#f4adb1;--palette-orange-600:#fb6825;--palette-orange-500:#fc833e;--palette-orange-400:#fc9e65;--palette-orange-300:#fdb990;--palette-orange-200:#fdd5bb;--palette-orange-100:#fef1e8;--palette-yellow-600:#fcba38;--palette-yellow-500:#fdc64c;--palette-yellow-400:#fdd36f;--palette-yellow-300:#fddf96;--palette-yellow-200:#feecbf;--palette-yellow-100:#fff8e9;--palette-green-600:#46815a;--palette-green-500:#62aa7b;--palette-green-400:#78d297;--palette-green-300:#8bdea7;--palette-green-200:#9ce2b4;--palette-green-100:#ace7c0;--palette-blue-600:#0055b7;--palette-blue-500:#509da7;--palette-blue-400:#60bac6;--palette-blue-300:#68c8d5;--palette-blue-200:#84dae5;--palette-blue-100:#a3e2eb;--palette-purple-600:#793cb7;--palette-purple-500:#8d5bcd;--palette-purple-400:#a071dc;--palette-purple-300:#a586e5;--palette-purple-200:#b895f2;--palette-purple-100:#c7a3f5;--palette-grey-600:#27292d;--palette-grey-600-rgb:39,41,45;--palette-grey-500:#3f4447;--palette-grey-500-rgb:63,68,71;--palette-grey-400:#717277;--palette-grey-400-rgb:113,114,119;--palette-grey-300:#a9afb2;--palette-grey-300-rgb:169,175,178;--palette-grey-250:#dadfe3;--palette-grey-250-rgb:218,223,227;--palette-grey-200:#e6eaed;--palette-grey-200-rgb:230,234,237;--palette-grey-150:#edf1f3;--palette-grey-150-rgb:237,241,243;--palette-grey-100:#f6f8f9;--palette-grey-100-rgb:246,248,249;--accent-color:var(--palette-grey-600);--station-accent-background:var(--palette-grey-600);--station-accent-background-overlay:var(--accent-color);--station-accent-foreground:var(--color-white);--station-font-family:"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";--body-bgcolor:var(--palette-grey-100);--body-font-family:var(--station-font-family);--body-font-size:1.6rem;--body-font-size-2:1.4rem;--body-text-color:var(--palette-grey-600);--secondary-text-color:var(--palette-grey-500);--caption-text-color:var(--palette-grey-400);--default-link-color:var(--palette-grey-600);--default-link-hover-color:var(--palette-grey-500);--station-link-color:var(--accent-color);--station-link-hover-color:var(--default-link-hover-color);--content-min-width:90rem;--content-max-width:128rem;--grid-vertical-spacing:3.2rem;--base-grid-gap:1.6rem;--region-row-gap:var(--grid-vertical-spacing);--grid-gutter-width:1.6rem;--front-matter-grid-column:2;--two-column-grid-template-columns:var(--grid-gutter-width) minmax(28.8rem,1fr) var(--grid-gutter-width);--full-width-grid-template-columns:1fr;--full-width-grid-block-template-columns:var(--grid-gutter-width) minmax(28.8rem,1fr) var(--grid-gutter-width);--site-theme-overlay-opacity:0.25;--site-theme-foreground-color:var(--palette-grey-500);--site-theme-foreground-hover-color:var(--palette-grey-400);--site-theme-background-color:var(--color-white);--text-highlight-background:var(--color-black);--text-highlight-foreground:var(--color-white);--alert-background-color:var(--palette-blue-600);--alert-foreground-color:var(--color-white);--browser-checker-bg-color:var(--palette-grey-400);--browser-checker-text-color:var(--color-black);--eyebrow-text-color:var(--palette-grey-600);--byline-text-color:var(--palette-grey-600);--button-background:var(--palette-grey-600);--button-foreground:var(--color-white);--button-border:none;--button-padding:1.5rem 2.4rem;--button-radius:99.9rem;--button-font-size:1.5rem;--button-font-weight:600;--button-line-height:2rem;--button-shadow:0 0.1rem 0.3rem rgba(0,0,0,.15);--button-hover-background:var(--palette-grey-500);--button-hover-foreground:var(--color-white);--button-hover-shadow:0 0.3rem 0.5rem rgba(0,0,0,.15);--button-hover-border:var(--button-border);--button-active-background:var(--button-background);--button-active-foreground:var(--button-foreground);--button-active-shadow:var(--button-shadow);--button-active-border:var(--button-border);--button-disabled-background:var(--palette-grey-250);--button-disabled-foreground:var(--palette-grey-300);--button-disabled-shadow:none;--button-disabled-border:var(--button-border);--button-secondary-background:transparent;--button-secondary-foreground:var(--palette-grey-600);--button-secondary-border:0.1rem solid var(--palette-grey-600);--button-secondary-hover-background:var(--palette-grey-150);--button-secondary-hover-foreground:var(--button-secondary-foreground);--button-secondary-hover-border:var(--button-secondary-border);--button-secondary-active-background:var(--palette-grey-600);--button-secondary-active-foreground:var(--color-white);--button-secondary-active-border:var(--button-secondary-border);--button-customized-foreground:var(--body-text-color);--button-customized-background:transparent;--button-customized-hover-foreground:var(--body-text-color);--button-customized-hover-background:transparent;--block-theme-foreground-color:var(--body-text-color);--block-theme-background-color:var(--palette-grey-200);--block-theme-background-overlay:transparent;--heading-vertical-margin:2.4rem;--card-heading-color:var(--palette-grey-600);--card-bg-color:var(--color-white);--card-text-primary-color:var(--palette-grey-600);--card-text-secondary-color:var(--palette-grey-500);--tabs-text-default-color:var(--palette-grey-500);--tabs-text-active-color:var(--palette-grey-600);--fader-bg-color:var(--palette-grey-200);--fader-width:3.2rem;--fader-gradient:linear-gradient(to right,rgba(var(--palette-grey-200-rgb),0) 0%,var(--palette-grey-200) 90%);--viewmore-text-color:var(--palette-grey-600);--heading-text-color:var(--body-text-color);--container-max-width:128rem;--container-horizontal-margin:1.6rem;--container-block-vertical-margin:1.6rem;--container-width:calc(100vw - var(--container-horizontal-margin)*2);--container-block-width:var(--container-width);--navigation-zindex:999;--playerbar-zindex:9;--legalnotice-zindex:10;--modal-zindex:1000;--heading-font-weight:900;--heading-margin-default:0;--heading-1-font-size:3.2rem;--heading-1-line-height:3.6rem;--heading-2-font-size:2.4rem;--heading-2-line-height:2.8rem;--heading-3-font-size:2.4rem;--heading-3-line-height:2.8rem;--heading-4-font-size:1.8rem;--heading-4-line-height:2.2rem;--heading-5-font-size:1.6rem;--heading-5-line-height:2rem;--heading-6-font-size:1.4rem;--heading-6-line-height:1.6rem;--elevation-1:0 0.1rem 0.3rem rgba(0,0,0,.15);--elevation-4:0 0.3rem 0.5rem rgba(0,0,0,.15);--elevation-6:0 0.5rem 0.8rem rgba(0,0,0,.15);--elevation-8:0 0.8rem 2.4rem rgba(0,0,0,.15);--elevation-up:0 -0.1rem 0.3rem -0.3rem #000;--elevation-down:0 0.1rem 0.3rem -0.3rem #000;--weather-icon-color:var(--color-white);--arrow-icon-color:var(--color-white);--icon-default-width:2.4rem;--icon-default-height:2.4rem;--icon-primary-color:var(--palette-grey-500);--icon-secondary-color:var(--color-white);--icon-primary-hover-color:var(--palette-grey-400);--icon-secondary-hover-color:var(--color-white);--search-input-foreground:var(--palette-grey-600);--search-input-background:transparent;--search-container-background:var(--color-white);--search-input-placeholder:var(--palette-grey-400);--template-grid-height:100%}@media screen and (min-width:768px){:root{--max-gutter:calc((100% - var(--container-max-width))/2);--grid-gutter-width:minmax(2rem,var(--max-gutter));--base-grid-gap:3.2rem;--two-column-grid-template-columns:var(--grid-gutter-width) minmax(32rem,60rem) minmax(32rem,38rem) var(--grid-gutter-width)}}@media screen and (min-width:1060px){:root{--grid-gutter-width:minmax(8rem,var(--max-gutter));--two-column-grid-template-columns:var(--grid-gutter-width) minmax(52rem,90rem) 38rem var(--grid-gutter-width);--full-width-grid-block-template-columns:var(--grid-gutter-width) minmax(90rem,1fr) var(--grid-gutter-width);--container-horizontal-margin:8rem;--container-block-vertical-margin:3.2rem;--heading-1-font-size:4rem;--heading-1-line-height:4.8rem;--heading-2-font-size:3.2rem;--heading-2-line-height:3.6rem}}body.theme-night{--site-theme-foreground-color:var(--palette-grey-100);--site-theme-foreground-hover-color:var(--palette-grey-300);--site-theme-background-color:var(--color-black);--alert-background-color:var(--color-white);--alert-foreground-color:var(--color-black);--search-input-foreground:var(--site-theme-foreground-color);--search-container-background:var(--site-theme-background-color);--search-input-placeholder:var(--site-theme-foreground-hover-color);--station-accent-background:var(--color-white);--station-accent-background-overlay:var(--accent-color);--station-accent-foreground:var(--color-black);--block-theme-background-color:var(--palette-grey-600);--block-theme-background-overlay:var(--accent-color);--block-theme-foreground-color:var(--color-white)}body.theme-night .themed-block{--tabs-text-default-color:var(--palette-grey-100);--tabs-text-active-color:var(--palette-grey-200);--card-text-primary-color:var(--block-theme-foreground-color);--card-text-secondary-color:var(--block-theme-foreground-color);--viewmore-text-color:var(--block-theme-foreground-color);--icon-primary-color:var(--block-theme-foreground-color);--heading-text-color:var(--block-theme-foreground-color);--default-link-color:var(--block-theme-foreground-color);--body-text-color:var(--block-theme-foreground-color);--fader-gradient:none;--eyebrow-text-color:var(--block-theme-foreground-color);--button-background:var(--color-white);--button-foreground:var(--palette-grey-600);--button-border:none;--button-hover-background:var(--palette-grey-100);--button-hover-foreground:var(--palette-grey-600);--button-active-background:var(--button-hover-background);--button-active-foreground:var(--button-hover-foreground);--button-disabled-background:var(--palette-grey-400);--button-disabled-foreground:var(--palette-grey-300);--button-secondary-background:transparent;--button-secondary-foreground:var(--color-white);--button-secondary-border:0.1rem solid var(--palette-grey-100);--button-secondary-hover-background:var(--palette-grey-100);--button-secondary-hover-foreground:var(--palette-grey-600);--button-secondary-hover-border:var(--button-secondary-border);--button-secondary-active-background:var(--color-white);--button-secondary-active-foreground:var(--palette-grey-600);--button-secondary-active-border:var(--button-secondary-border)}body.template-coast{--accent-color:var(--palette-grey-100);--body-bgcolor:var(--color-black);--body-text-color:var(--color-white);--card-heading-color:var(--color-white);--card-bg-color:transparent;--card-text-primary-color:var(--color-white);--card-text-secondary-color:var(--palette-grey-100);--heading-text-color:var(--body-text-color);--tabs-text-default-color:var(--color-white);--tabs-text-active-color:var(--palette-grey-100);--button-customized-foreground:var(--default-link-color);--button-customized-hover-foreground:var(--default-link-hover-color)}.card-title{font-size:var(--heading-4-font-size);font-weight:var(--heading-font-weight);line-height:var(--heading-4-line-height)}.alerts:not(:empty),.themed-block{background-color:var(--block-theme-background-color);max-width:none;position:relative}.theme-night .alerts:not(:empty)>*,.theme-night .themed-block>*{position:relative;z-index:1}.theme-night .alerts:not(:empty):before,.theme-night .themed-block:before{background-color:var(--block-theme-background-overlay);content:"";display:inline-flex;height:100%;left:0;opacity:var(--site-theme-overlay-opacity);position:absolute;top:0;width:100%;z-index:0}.subheading{color:var(--secondary-text-color)}.caption{color:var(--caption-text-color)}.scroll-blocker{background-color:rgba(0,0,0,.7);height:100vh;left:0;opacity:0;position:fixed;top:0;transition:visibility 0s ease-in-out,opacity .3s;visibility:hidden;width:100%;z-index:10}.no-content{display:none}.hidden{display:none!important}.search-button{background-color:transparent;border:none;cursor:pointer;line-height:0;margin:0;padding:0}.search-button svg .primary-path{fill:var(--icon-primary-color)}.search-button:active svg .primary-path,.search-button:hover svg .primary-path{fill:var(--icon-primary-hover-color)}.text-default{color:var(--palette-grey-500)}.text-headline{color:var(--palette-grey-600)}.text-caption{color:var(--palette-grey-400)}.text-on-dark{color:#fff}.text-on-light{color:var(--palette-grey-500)}.text-inactive{color:var(--palette-grey-300)}.text-link{color:var(--palette-red-400)}.bg-default{background-color:var(--palette-grey-100)}.bg-light{background-color:#fff}.bg-dark{background-color:var(--palette-grey-600)}.bg-inactive{background-color:var(--palette-grey-300)}.bg-selected{background-color:var(--palette-red-400)}.border-default{border-color:var(--palette-grey-300)}.border-neutral-light{border-color:var(--palette-grey-200)}.border-neutral-dark{border-color:var(--palette-grey-400)}.border-dark{border-color:var(--palette-grey-500)}.card{box-shadow:var(--elevation-1)}.card:hover{box-shadow:var(--elevation-4)}.menu{box-shadow:var(--elevation-6)}.dialog{box-shadow:var(--elevation-8)}.elevation-01,.navigation-bar{box-shadow:var(--elevation-1)}.elevation-01,.elevation-04{border-radius:.6rem}.elevation-04{box-shadow:var(--elevation-4)}.elevation-06{border-radius:.6rem;box-shadow:var(--elevation-6)}.elevation-08{border-radius:.6rem;box-shadow:var(--elevation-8)}.elevation-up{border-radius:.6rem;box-shadow:var(--elevation-up)}.img-responsive{height:auto;max-width:100%}.warning-text{background:var(--palette-yellow-300);border-radius:.6rem;box-shadow:0 .4rem .4rem rgba(0,0,0,.1);color:var(--palette-grey-600);display:flex;font-size:1.6rem;font-weight:400;gap:.8rem;padding:1.6rem;width:100%}.warning-text:before{content:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='brown'><path d='M11.777.465a.882.882 0 00-1.554 0L.122 18.605C-.224 19.225.208 20 .899 20H21.1c.691 0 1.123-.775.777-1.395L11.777.465zM11 12.5c-.55 0-1-.45-1-1v-4c0-.55.45-1 1-1s1 .45 1 1v4c0 .55-.45 1-1 1zm0 4a1 1 0 110-2 1 1 0 010 2z' /></svg>");display:block;height:2rem;width:2.2rem}.fader{position:relative}.fader:after{background:var(--fader-gradient);content:"";display:inline-block;height:100%;position:absolute;right:-.1rem;top:-.1rem;width:var(--fader-width)}.fader .fade{display:none}.alerts:not(:empty){margin-bottom:-.1rem;padding:2.4rem 0}hr.divider{background-color:var(--palette-grey-300);border:none;height:.1rem;margin:0}hr.dark{background:var(--palette-grey-400)}html{font-size:10px;margin:0;max-width:100vw;padding:0;width:100%}html *{box-sizing:border-box}@-moz-document url-prefix(){body{font-weight:lighter}}body{background-color:var(--body-bgcolor);color:var(--body-text-color);font-family:var(--body-font-family);font-size:var(--body-font-size);margin:0;overflow:hidden;overflow-anchor:none;padding:0;position:relative;width:100%}body.no-scroll{height:100vh;overflow:hidden}body.no-scroll .scroll-blocker{opacity:1;visibility:visible}a{color:var(--default-link-color)}a.next-page{height:.1rem;visibility:hidden}h1,h2,h3,h4,h5,h6{color:var(--heading-text-color);font-weight:var(--heading-font-weight);margin:var(--heading-margin-default)}h1,h2,h3,h4{letter-spacing:-.02rem}h1{font-size:var(--heading-1-font-size);line-height:var(--heading-1-line-height)}h2{font-size:var(--heading-2-font-size);line-height:var(--heading-2-line-height)}h3{font-size:var(--heading-3-font-size);line-height:var(--heading-3-line-height)}h4{font-size:var(--heading-4-font-size);line-height:var(--heading-4-line-height)}h5{font-size:var(--heading-5-font-size);line-height:var(--heading-5-line-height)}h6{font-size:var(--heading-6-font-size);line-height:var(--heading-6-line-height)}figure{margin:0 auto}[type=email],[type=number],[type=password],input[type=text]{background:#fff;border:.1rem solid #717277;border-radius:.6rem}.tabbed-item:focus{background-color:#ff0!important;outline:.2rem dashed red!important}button{font-family:var(--body-font-family)}svg .primary-path{fill:var(--icon-primary-color)}svg .secondary-path{fill:var(--icon-secondary-color)}::selection{background-color:var(--text-highlight-background);color:var(--text-highlight-foreground)}@media print{@page{size:A4 portrait;margin:1cm}::-webkit-scrollbar{display:none}body{background:#fff!important;color:#000;font:13pt Georgia,Times New Roman,Times,serif;line-height:1.3;margin:0}#app{display:block;height:100%;width:auto}h1{font-size:24pt}h2,h3,h4{font-size:14pt;margin-top:2.5rem}h1,h2,h3,h4,h5,h6{page-break-after:avoid}a,blockquote,h1,h2,h3,h4,h5,h6,img,p{page-break-inside:avoid}img{page-break-after:avoid}pre,table{page-break-inside:avoid}a,a:link,a:visited{background:transparent;color:#520;font-weight:700;text-align:left;text-decoration:underline}a[href^="#"]{font-weight:400;text-decoration:none}a:after>img,article a[href^="#"]:after{content:""}address,blockquote,dd,dt,li,p{font-size:100%}ol,ul{list-style:square;margin-bottom:20pt;margin-left:18pt}li{line-height:1.6em}.component-site-header{display:block;position:relative}.component-site-header .main-header-items{display:block;width:100%}iframe{height:0!important;line-height:0pt!important;overflow:hidden!important;white-space:nowrap;width:0!important}.component-ad-unit,.component-pushdown,.component-recommendation,.component-social-network-icons,.footer-national-links,.lower-footer-national-links,.nav-toggler,.search-user-container,.share-icons,iframe,nav{display:none}}.component-app{background-color:pink;display:flex;flex-direction:column}.template-grid{display:grid;grid-template-areas:"router-outlet" "player-bar";grid-template-columns:1fr;grid-template-rows:1fr auto;height:100vh;height:var(--template-grid-height);overflow:hidden}.template-grid>.component-routes{grid-area:router-outlet;overflow:auto}.template-grid>.ihr-player-bar{grid-area:player-bar}
/*# sourceMappingURL=local-critical-style.5a54a2ee878d2c1e77ca.css.map*/</style>
<link rel="preconnect" href="https://static.inferno.iheart.com" data-reactroot=""/><link rel="preconnect" href="https://i.iheart.com" data-reactroot=""/><link rel="preconnect" href="https://webapi.radioedit.iheart.com" data-reactroot=""/><link rel="preconnect" href="https://us.api.iheart.com" data-reactroot=""/><link rel="preconnect" href="https://https://cdn.cookielaw.org" data-reactroot=""/><link rel="preconnect" href="https://www.iheart.com" data-reactroot=""/><link rel="dns-prefetch" href="https://static.inferno.iheart.com" data-reactroot=""/><link rel="preload" href="https://www.iheart.com/sdk/sdk.js" as="script" data-reactroot=""/><link rel="preload" href="https://cdn.cookielaw.org/consent/7d044e9d-e966-4b73-b448-a29d06f71027/otSDKStub.js" as="script" data-reactroot=""/><link rel="preload" href="https://cdn.cookielaw.org/opt-out/otCCPAiab.js" as="script" data-reactroot=""/>
<link data-chunk="bundle" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/bundle.3b72355a31018725a3c6.css">
<link data-chunk="local" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/local.bc06f128f534d4a5d747.css">
<link data-chunk="core-components-tiles-OnairTileLoader-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/core-components-tiles-OnairTileLoader-component.12f62d6d6ad5771d626e.css">
<link data-chunk="core-page-blocks-datasource-DatasourceLoader-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/core-page-blocks-datasource-DatasourceLoader-component.ed118ca85e0cefc658b6.css">
<link data-chunk="Datasource-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/Datasource-component.a1eb25fbdc158e499608.css">
<link data-chunk="Grid-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/Grid-component.9e05f3f8fa0e6b993347.css">
<link data-chunk="components-tiles-ContentTile-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/components-tiles-ContentTile-component.a5e9ee6f3bc07a62d945.css">
<link data-chunk="core-page-blocks-music-MusicTile-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/core-page-blocks-music-MusicTile-component.c0f2337b7d57cb7e8b6d.css">
<link data-chunk="Heading-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/Heading-component.d79a5c95e6ef67a97bca.css">
<link data-chunk="Show-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/Show-component.608ec1ff0656c8b676a1.css">
<link data-chunk="LoadMoreFromCursor-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/LoadMoreFromCursor-component.4a7a0f66bc2d890b3034.css">
<link data-chunk="core-page-blocks-datasource-DatasourceTileLoader-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/core-page-blocks-datasource-DatasourceTileLoader-component.a1eb25fbdc158e499608.css">
<link data-chunk="FauxButton-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/FauxButton-component.1f25bb623660eb4f88c1.css">
<link data-chunk="Eyebrow-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/Eyebrow-component.23e83d8b8cab22ea99d6.css">
<link data-chunk="Podcasts-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/Podcasts-component.570accd833088f4c4e7d.css">
<link data-chunk="ui-ImageTile-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/ImageTile-component.c2cbd469fbc0bd11cbdf.css">
<link data-chunk="Card-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/Card-component.c66d212af09897afcdd6.css">
<link data-chunk="components-catalog-TrackList-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/components-catalog-TrackList-component.626e2b289929900208bd.css">
<link data-chunk="AptivadaKeywordContest-component" rel="stylesheet" href="https://static.inferno.iheart.com/inferno/styles/AptivadaKeywordContest-component.a21f13419d9d48bf409a.css">
<style data-reactroot="">:root {
--station-font-family: "Exo 2","Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
--gradient-start: hsl(357,73.8%,27.799999999999997%);
--gradient-stop: hsl(357,73.8%,23.799999999999997%);
--accent-color: #d4202a;
--darkFooterColor: hsl(357,73.8%,32.8%);
--premiere-footer-dark-color:var(--darkFooterColor);
}</style>
<title data-rh="true">98ROCK - Tampa Bay's ROCK Station & Bucs Football</title>
<link data-rh="true" rel="shortcut icon" type="" title="" href="https://i.iheart.com/v3/re/assets.brands/600e0a0c03679dd3865d741b?ops=gravity(%22center%22),contain(32,32),quality(65)"/><link data-rh="true" rel="apple-touch-icon" type="" title="" href="https://i.iheart.com/v3/re/assets.brands/600e0a0c03679dd3865d741b?ops=new(),flood(%22white%22),swap(),merge(%22over%22),gravity(%22center%22),contain(167,167),quality(80),format(%22png%22)"/><link data-rh="true" rel="image_src" type="" title="" href="https://i.iheart.com/v3/re/assets.brands/687fee275dfcb5a8714a4f7c?ops=gravity(%22center%22),contain(1200,675),quality(65),new(),flood(%22%23444444%22),swap(),merge(%22over%22)"/><link data-rh="true" rel="canonical" type="" title="" href="https://98rock.iheart.com/"/>
<meta data-rh="true" property="og:locale" content="en_us"/><meta data-rh="true" name="msapplication-TileColor" content="#fff"/><meta data-rh="true" name="msvalidate.01" content="E98E323249F89ACF6294F958692E230B"/><meta data-rh="true" name="format-detection" content="telephone=no"/><meta data-rh="true" name="theme-color" content="#d4202a"/><meta data-rh="true" property="og:title" content="98ROCK - Tampa Bay's ROCK Station & Bucs Football"/><meta data-rh="true" property="twitter:title" content="98ROCK - Tampa Bay's ROCK Station & Bucs Football"/><meta data-rh="true" itemprop="name" content="98ROCK - Tampa Bay's ROCK Station & Bucs Football"/><meta data-rh="true" name="description" content="98 ROCK is Tampa Bay's Rock Station and the flagship station of the Tampa Bay Buccaneers."/><meta data-rh="true" property="og:description" content="98 ROCK is Tampa Bay's Rock Station and the flagship station of the Tampa Bay Buccaneers."/><meta data-rh="true" property="twitter:description" content="98 ROCK is Tampa Bay's Rock Station and the flagship station of the Tampa Bay Buccaneers."/><meta data-rh="true" itemprop="description" content="98 ROCK is Tampa Bay's Rock Station and the flagship station of the Tampa Bay Buccaneers."/><meta data-rh="true" name="keywords" content="Tampa Bay's Rock Station, rock station, tampa rock station, tampa rock radio, tampa concerts, babes"/><meta data-rh="true" property="og:url" content="https://98rock.iheart.com/"/><meta data-rh="true" property="twitter:url" content="https://98rock.iheart.com/"/><meta data-rh="true" itemprop="url" content="https://98rock.iheart.com/"/><meta data-rh="true" name="thumbnail" content="https://i.iheart.com/v3/re/assets.brands/687fee275dfcb5a8714a4f7c?ops=gravity(%22center%22),contain(1200,675),quality(65),new(),flood(%22%23444444%22),swap(),merge(%22over%22)"/><meta data-rh="true" property="og:image" content="https://i.iheart.com/v3/re/assets.brands/687fee275dfcb5a8714a4f7c?ops=gravity(%22center%22),contain(1200,675),quality(65),new(),flood(%22%23444444%22),swap(),merge(%22over%22)"/><meta data-rh="true" property="og:image:width" content="1200"/><meta data-rh="true" property="og:image:height" content="675"/><meta data-rh="true" property="twitter:image" content="https://i.iheart.com/v3/re/assets.brands/687fee275dfcb5a8714a4f7c?ops=gravity(%22center%22),contain(1200,675),quality(65),new(),flood(%22%23444444%22),swap(),merge(%22over%22)"/><meta data-rh="true" itemprop="image" content="https://i.iheart.com/v3/re/assets.brands/687fee275dfcb5a8714a4f7c?ops=gravity(%22center%22),contain(1200,675),quality(65),new(),flood(%22%23444444%22),swap(),merge(%22over%22)"/><meta data-rh="true" name="msapplication-TileImage" content="https://i.iheart.com/v3/re/assets.brands/687fee275dfcb5a8714a4f7c?ops=gravity(%22center%22),contain(1200,675),quality(65),new(),flood(%22%23444444%22),swap(),merge(%22over%22)"/><meta data-rh="true" property="twitter:card" content="Summary"/><meta data-rh="true" property="twitter:site" content="@98rocktampabay"/><meta data-rh="true" property="twitter:creator" content="@98rocktampabay"/><meta data-rh="true" property="twitter:domain" content="98rock.iheart.com"/><meta data-rh="true" property="og:site_name" content="98ROCK"/><meta data-rh="true" name="application-name" content="98ROCK"/><meta data-rh="true" property="fb:app_id" content="189870927716669"/><meta data-rh="true" property="fb:pages" content="72803244045"/><meta data-rh="true" name="google-site-verification" content="p2FWrUKxtwBmQgHV4CjD80oKdZZBjmMNByoWvZMsYso"/>
</head>
<body class="theme-night template-default">
<div id="app"><div class="component-template template-grid" data-reactroot=""><div class="component-routes"><div class="component-pushdown"><div tabindex="-1" class="component-ad-unit lazy-load" data-position="3330" data-split="50" id="dfp-ad-3330-ad:top-leaderboard"></div></div><header class="component-site-header"><section class="main-header-items"><button aria-label="Open Site Navigation" class="nav-toggler" tabindex="0"><svg tabindex="-1" focusable="false" class="svg-icon icon-hamburger" width="32px" height="32px" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><circle cx="16" cy="16" r="15" fill="none" stroke="none" stroke-width="2"></circle><path fill-rule="evenodd" clip-rule="evenodd" tabindex="-1" class="primary-path" fill="none" d="M7 22h18v-2H7v2zm0-5h18v-2H7v2zm0-7v2h18v-2H7z"></path></svg></button><nav class="" tabindex="-1" aria-hidden="true" aria-label="Primary Site Navigation" id="component-site-nav"><header class="navbar-header"><figure class="component-station-logo"><a aria-label="Station Link" tabindex="0" href="/"><img src="https://i.iheart.com/v3/re/assets.brands/687fee275dfcb5a8714a4f7c?ops=gravity(%22center%22),contain(180,60)&quality=80" data-src="https://i.iheart.com/v3/re/assets.brands/687fee275dfcb5a8714a4f7c?ops=gravity(%22center%22),contain(180,60)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/687fee275dfcb5a8714a4f7c?ops=gravity(%22center%22),contain(180,60)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/687fee275dfcb5a8714a4f7c?ops=gravity(%22center%22),contain(360,120)&quality=80 2x" sizes="" alt="98ROCK - Tampa Bay's ROCK Station & Bucs Football" class="lazyload" srcSet="https://i.iheart.com/v3/re/assets.brands/687fee275dfcb5a8714a4f7c?ops=gravity(%22center%22),contain(180,60)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/687fee275dfcb5a8714a4f7c?ops=gravity(%22center%22),contain(360,120)&quality=80 2x" width="180" height="60"/></a></figure><button class="CloseButton-module_close_4S+oa undefined" aria-label="Close Site Navigation" tabindex="0"><svg class="svg-icon icon-close" focusable="false" tabindex="-1" aria-hidden="true" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path aria-hidden="true" focusable="false" tabindex="-1" class="primary-path" d="M18.3 5.70997C17.91 5.31997 17.28 5.31997 16.89 5.70997L12 10.59L7.10997 5.69997C6.71997 5.30997 6.08997 5.30997 5.69997 5.69997C5.30997 6.08997 5.30997 6.71997 5.69997 7.10997L10.59 12L5.69997 16.89C5.30997 17.28 5.30997 17.91 5.69997 18.3C6.08997 18.69 6.71997 18.69 7.10997 18.3L12 13.41L16.89 18.3C17.28 18.69 17.91 18.69 18.3 18.3C18.69 17.91 18.69 17.28 18.3 16.89L13.41 12L18.3 7.10997C18.68 6.72997 18.68 6.08997 18.3 5.70997Z" fill="#3F4447"></path></svg></button></header><hr class="divider"/><section class="nav-inner-wrapper"><ul style="max-height:calc(100vh - 100px)" class="menu-container main-nav"><li class="menu-top-label"><button aria-label="Listen" class="button-text" tabindex="0"><span class="menu-label">Listen</span></button></li><li class="menu-top-label"><a aria-label="Crash & AJ" tabindex="0" href="/featured/crash-mornings/">Crash & AJ</a></li><li data-testid="menu-top-label" class="menu-top-label menu-toggler"><button aria-label="Toggle Menu for On Air" class="button-text" tabindex="0"><span class="menu-label">On Air</span><svg tabindex="-1" focusable="false" class="svg-icon icon-expand" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path class="primary-path" tabindex="-1" d="M15.88 9.29006L12 13.1701L8.11998 9.29006C7.72998 8.90006 7.09998 8.90006 6.70998 9.29006C6.31998 9.68006 6.31998 10.3101 6.70998 10.7001L11.3 15.2901C11.69 15.6801 12.32 15.6801 12.71 15.2901L17.3 10.7001C17.69 10.3101 17.69 9.68006 17.3 9.29006C16.91 8.91006 16.27 8.90006 15.88 9.29006Z"></path></svg></button><ul class="submenu-container" aria-hidden="true"><li><a aria-label="Crash & AJ" tabindex="0" href="/featured/crash-mornings/">Crash & AJ</a></li><li><a aria-label="Aly" tabindex="0" href="/featured/aly/">Aly</a></li><li><a aria-label="Big Rig" tabindex="0" href="/featured/big-rig/">Big Rig</a></li><li><a aria-label="Klinger" tabindex="0" href="/featured/klinger/">Klinger</a></li><li><a href="https://www.johnclaywolfe.com/" target="_blank" rel="noopener" aria-label="John Clay Wolfe">John Clay Wolfe</a></li><li><a href="https://wflanews.iheart.com/featured/operation-stormwatch-tampa-bay/?77" target="_blank" rel="noopener" aria-label="Operation Storm Watch">Operation Storm Watch</a></li><li><a href="https://www.iheart.com/live/98rock-697/" target="_self" aria-label="Listen Live - 98ROCK's The Bay">Listen Live - 98ROCK's The Bay</a></li></ul></li><li class="menu-top-label"><a aria-label="Tampa Bay Buccaneers" tabindex="0" href="/featured/best-bucs-coverage/">Tampa Bay Buccaneers</a></li><li data-testid="menu-top-label" class="menu-top-label menu-toggler"><button aria-label="Toggle Menu for Photos & Info" class="button-text" tabindex="0"><span class="menu-label">Photos & Info</span><svg tabindex="-1" focusable="false" class="svg-icon icon-expand" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path class="primary-path" tabindex="-1" d="M15.88 9.29006L12 13.1701L8.11998 9.29006C7.72998 8.90006 7.09998 8.90006 6.70998 9.29006C6.31998 9.68006 6.31998 10.3101 6.70998 10.7001L11.3 15.2901C11.69 15.6801 12.32 15.6801 12.71 15.2901L17.3 10.7001C17.69 10.3101 17.69 9.68006 17.3 9.29006C16.91 8.91006 16.27 8.90006 15.88 9.29006Z"></path></svg></button><ul class="submenu-container" aria-hidden="true"><li><a aria-label="98ROCKFEST" tabindex="0" href="/featured/98rockfest/">98ROCKFEST</a></li><li><a href="http://ticketmaster.evyy.net/c/261094/264167/4272" target="_blank" rel="noopener" aria-label="Buy Concert Tickets">Buy Concert Tickets</a></li><li><a aria-label="Event Calendar" tabindex="0" href="/calendar/">Event Calendar</a></li><li><a href="https://www.facebook.com/98rocktampabay/" target="_blank" rel="noopener" aria-label="Facebook">Facebook</a></li><li><a href="https://www.instagram.com/98rocktampabay/" target="_blank" rel="noopener" aria-label="Instagram">Instagram</a></li><li><a href="http://www.twitter.com/98rocktampabay" target="_blank" rel="noopener" aria-label="Twitter">Twitter</a></li><li><a href="https://www.iheartmedia.com/careers" target="_blank" rel="noopener" aria-label="Careers">Careers</a></li><li><a href="https://streetlaced.com/party-dj/98rock" target="_self" aria-label="Book a Party DJ">Book a Party DJ</a></li><li><a aria-label="Photos" tabindex="0" href="/topic/photos/">Photos</a></li><li><a aria-label="Recently Played" tabindex="0" href="/music/recently-played/">Recently Played</a></li><li><a aria-label="Top Songs" tabindex="0" href="/music/top-songs/">Top Songs</a></li></ul></li><li class="menu-top-label menu-toggler"><button aria-label="Toggle Menu for Contests & Promotions" class="button-text" tabindex="0"><span class="menu-label">Contests & Promotions</span><svg tabindex="-1" focusable="false" class="svg-icon icon-expand" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path class="primary-path" tabindex="-1" d="M15.88 9.29006L12 13.1701L8.11998 9.29006C7.72998 8.90006 7.09998 8.90006 6.70998 9.29006C6.31998 9.68006 6.31998 10.3101 6.70998 10.7001L11.3 15.2901C11.69 15.6801 12.32 15.6801 12.71 15.2901L17.3 10.7001C17.69 10.3101 17.69 9.68006 17.3 9.29006C16.91 8.91006 16.27 8.90006 15.88 9.29006Z"></path></svg></button><ul class="submenu-container" aria-hidden="true"><li><a aria-label="Win a month of Tommy's Express Car Wash!" tabindex="0" href="/promotions/win-a-month-of-tommys-express-1802164/">Win a month of Tommy's Express Car Wash!</a></li><li><a aria-label="Win Tickets to Monster Jam 2025!" tabindex="0" href="/promotions/win-tickets-to-monster-jam-2025-1789096/">Win Tickets to Monster Jam 2025!</a></li><li><a aria-label="WIN Tickets To See The All Time Low Everyone's Talking World tour" tabindex="0" href="/promotions/win-tickets-to-see-the-all-1793819/">WIN Tickets To See The All Time Low Everyone's Talking World tour</a></li><li><a aria-label="Win tickets to see Jim Bob World Tour Live From The Amp" tabindex="0" href="/promotions/win-tickets-to-see-jim-bob-1793824/">Win tickets to see Jim Bob World Tour Live From The Amp</a></li><li><a aria-label="Win tickets to see Falling In Reverse: God Is A Weapon Tour" tabindex="0" href="/promotions/win-tickets-to-see-falling-in-1793830/">Win tickets to see Falling In Reverse: God Is A Weapon Tour</a></li><li><a aria-label="All Contests & Promotions" tabindex="0" href="/promotions/">All Contests & Promotions</a></li><li><a aria-label="Contest Rules" tabindex="0" href="/rules/">Contest Rules</a></li></ul></li><li class="menu-top-label"><a tabindex="0" href="/contact/">Contact</a></li><li class="menu-top-label"><a tabindex="0" href="/newsletter/">Newsletter</a></li><li class="menu-top-label"><a tabindex="0" href="/advertise/">Advertise on 98ROCK</a></li><li class="menu-top-label"><a href="tel:1-844-844-iHeart">1-844-844-iHeart</a></li><ul class="component-social-icons"><li class="icon-container"><a href="//www.facebook.com/98rocktampabay" aria-label="Visit us on facebook" target="_blank" rel="noopener"><svg tabindex="-1" focusable="false" class="svg-icon icon-facebook" width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="none"><path class="primary-path" tabindex="-1" d="M21 12C21 7.02891 16.9711 3 12 3C7.02891 3 3 7.02891 3 12C3 16.493 6.29062 20.216 10.5938 20.891V14.6016H8.30859V12H10.5938V10.0172C10.5938 7.76191 11.9367 6.51562 13.9934 6.51562C14.9777 6.51562 16.0078 6.69141 16.0078 6.69141V8.90625H14.8723C13.7543 8.90625 13.4062 9.60059 13.4062 10.3125V12H15.9023L15.5033 14.6016H13.4062V20.891C17.7094 20.216 21 16.493 21 12Z" fill="#27292D"></path><path class="secondary-path" tabindex="-1" d="M15.5033 14.6016L15.9023 12H13.4062V10.3125C13.4062 9.60059 13.7543 8.90625 14.8723 8.90625H16.0078V6.69141C16.0078 6.69141 14.9777 6.51562 13.9934 6.51562C11.9367 6.51562 10.5938 7.76191 10.5938 10.0172V12H8.30859V14.6016H10.5938V20.891C11.0525 20.9631 11.5219 21 12 21C12.4781 21 12.9475 20.9631 13.4062 20.891V14.6016H15.5033Z" fill="white"></path></svg></a></li><li class="icon-container"><a href="//www.x.com/98rocktampabay" aria-label="Visit us on X" target="_blank" rel="noopener"><svg tabindex="-1" focusable="false" class="svg-icon icon-twitter" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path class="primary-path" d="M13.7124 10.6218L20.4133 3H18.8254L13.0071 9.61788L8.35992 3H3L10.0274 13.0074L3 21H4.58799L10.7324 14.0113L15.6401 21H21L13.7124 10.6218ZM11.5375 13.0956L10.8255 12.0991L5.16017 4.16971H7.59922L12.1712 10.5689L12.8832 11.5655L18.8262 19.8835H16.3871L11.5375 13.0956Z" fill="#27292D"></path></svg></a></li><li class="icon-container"><a href="//www.instagram.com/98rocksthebay" aria-label="Visit us on instagram" target="_blank" rel="noopener"><svg tabindex="-1" focusable="false" class="svg-icon icon-instagram" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path class="primary-path" tabindex="-1" fill-rule="evenodd" clip-rule="evenodd" d="M12.0001 7.37836C11.086 7.37836 10.1924 7.64941 9.43242 8.15724C8.6724 8.66508 8.08003 9.38688 7.73023 10.2314C7.38043 11.0759 7.28891 12.0051 7.46723 12.9016C7.64556 13.7981 8.08573 14.6216 8.73208 15.268C9.37842 15.9143 10.2019 16.3545 11.0984 16.5328C11.9949 16.7112 12.9242 16.6196 13.7687 16.2698C14.6132 15.92 15.335 15.3277 15.8428 14.5676C16.3506 13.8076 16.6217 12.9141 16.6217 12C16.6217 10.7743 16.1348 9.59873 15.2681 8.732C14.4013 7.86528 13.2258 7.37836 12.0001 7.37836ZM12.0001 15C11.4067 15 10.8267 14.824 10.3334 14.4944C9.84003 14.1647 9.45553 13.6962 9.22847 13.148C9.00141 12.5998 8.94201 11.9966 9.05777 11.4147C9.17353 10.8328 9.45925 10.2982 9.87881 9.87867C10.2984 9.45912 10.8329 9.17341 11.4148 9.05765C11.9968 8.9419 12.6 9.00131 13.1482 9.22838C13.6963 9.45544 14.1649 9.83995 14.4945 10.3333C14.8241 10.8266 15.0001 11.4067 15.0001 12C15.0001 12.7956 14.684 13.5587 14.1214 14.1213C13.5588 14.6839 12.7957 15 12.0001 15Z" fill="#27292D"></path><path class="primary-path" tabindex="-1" d="M17.8842 7.19576C17.8842 7.79222 17.4007 8.27575 16.8042 8.27575C16.2078 8.27575 15.7243 7.79222 15.7243 7.19576C15.7243 6.5993 16.2078 6.11578 16.8042 6.11578C17.4007 6.11578 17.8842 6.5993 17.8842 7.19576Z" fill="#27292D"></path><path class="primary-path" tabindex="-1" fill-rule="evenodd" clip-rule="evenodd" d="M12 3C9.55581 3 9.24921 3.01036 8.28942 3.05416C7.33144 3.09789 6.67723 3.25001 6.10476 3.47251C5.50424 3.69849 4.96024 4.05275 4.51069 4.51058C4.05276 4.9601 3.6984 5.50411 3.47233 6.10466C3.25001 6.67716 3.09789 7.33137 3.05434 8.28935C3.01036 9.24915 3 9.55575 3 12C3 14.4443 3.01036 14.7509 3.05434 15.7107C3.09807 16.6687 3.25019 17.3229 3.47268 17.8953C3.69867 18.4959 4.05293 19.0399 4.51076 19.4894C4.96031 19.9472 5.50431 20.3015 6.10484 20.5275C6.67734 20.75 7.33154 20.9021 8.28949 20.9458C9.24944 20.9896 9.55592 21 12.0002 21C14.4444 21 14.751 20.9896 15.7108 20.9458C16.6688 20.9021 17.323 20.75 17.8955 20.5275C18.4933 20.2963 19.0363 19.9427 19.4896 19.4894C19.9428 19.0362 20.2964 18.4932 20.5276 17.8953C20.7501 17.3228 20.9023 16.6686 20.946 15.7107C20.9898 14.7507 21.0001 14.4443 21.0001 12C21.0001 9.55578 20.9898 9.24915 20.946 8.28935C20.9023 7.33137 20.7501 6.67716 20.5276 6.10469C20.3017 5.50417 19.9474 4.96016 19.4896 4.51062C19.04 4.0527 18.496 3.69836 17.8954 3.47233C17.3229 3.25001 16.6687 3.09789 15.7107 3.05434C14.7509 3.01036 14.4443 3 12 3ZM12 4.62165C14.4031 4.62165 14.6878 4.63084 15.6369 4.67414C16.5144 4.71418 16.9909 4.86077 17.308 4.98402C17.699 5.1283 18.0526 5.35835 18.3429 5.65727C18.6418 5.94757 18.8718 6.30118 19.0161 6.69209C19.1394 7.00923 19.286 7.48577 19.326 8.36326C19.3693 9.31231 19.3785 9.59694 19.3785 12.0001C19.3785 14.4033 19.3693 14.6879 19.326 15.637C19.286 16.5145 19.1393 16.991 19.0161 17.3082C18.8664 17.6963 18.6371 18.0488 18.3429 18.343C18.0487 18.6372 17.6962 18.8665 17.308 19.0162C16.9909 19.1395 16.5144 19.2861 15.6369 19.3261C14.688 19.3694 14.4034 19.3786 12 19.3786C9.59665 19.3786 9.31213 19.3694 8.36316 19.3261C7.48566 19.2861 7.00916 19.1395 6.69199 19.0162C6.30107 18.872 5.94747 18.6419 5.65716 18.343C5.35824 18.0527 5.12819 17.6991 4.98391 17.3082C4.86066 16.991 4.71404 16.5145 4.67403 15.637C4.63073 14.688 4.62155 14.4033 4.62155 12.0001C4.62155 9.59694 4.63073 9.31238 4.67403 8.36326C4.71408 7.48577 4.86066 7.00926 4.98391 6.69209C5.12821 6.30116 5.35828 5.94754 5.65723 5.65723C5.94754 5.35832 6.30115 5.12826 6.69206 4.98398C7.00919 4.86073 7.48574 4.71411 8.36323 4.6741C9.31228 4.6308 9.59683 4.62165 12 4.62165Z" fill="#27292D"></path></svg></a></li><li class="icon-container"><a href="//www.snapchat.com/add/98rocktampabay" aria-label="Visit us on snapchat" target="_blank" rel="noopener"><svg tabindex="-1" focusable="false" class="svg-icon icon-snapchat" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path tabindex="-1" class="primary-path" d="M21.6499 17.1157C18.9334 16.6657 17.7057 13.877 17.6557 13.7604C17.6502 13.7548 17.6502 13.7492 17.6446 13.7381C17.5002 13.4437 17.4668 13.1993 17.5502 13.0048C17.7057 12.6327 18.2834 12.4493 18.6668 12.3327C18.7723 12.2993 18.8723 12.266 18.9556 12.2327C19.6334 11.966 19.9722 11.6383 19.9667 11.255C19.9611 10.955 19.7278 10.6883 19.3556 10.555C19.2334 10.505 19.0834 10.4772 18.939 10.4772C18.839 10.4772 18.6945 10.4884 18.5557 10.555C18.2334 10.705 17.9446 10.7883 17.6946 10.7994C17.5279 10.7939 17.4224 10.7495 17.3613 10.7161C17.3668 10.5772 17.378 10.4384 17.3891 10.2884L17.3946 10.2328C17.4779 8.87181 17.5891 7.18304 17.1446 6.18866C15.8225 3.22776 13.0227 3 12.195 3C12.1783 3 12.1617 3 12.145 3C12.145 3 11.8228 3.00556 11.8006 3.00556C10.9729 3.00556 8.1786 3.23332 6.86203 6.19422C6.41762 7.18859 6.52317 8.87736 6.61205 10.2384C6.62316 10.3995 6.63427 10.5661 6.63982 10.7272C6.57316 10.7661 6.44539 10.8106 6.25096 10.8106C5.98987 10.8106 5.67878 10.7272 5.32881 10.5661C5.23437 10.5217 5.12882 10.4995 5.01216 10.4995C4.60664 10.4995 4.11778 10.7661 4.04001 11.1661C3.98446 11.455 4.11223 11.8771 5.03994 12.2382C5.12327 12.2716 5.22326 12.3049 5.32881 12.3382C5.71211 12.4604 6.28985 12.6438 6.44539 13.0104C6.52872 13.1993 6.49539 13.4493 6.35096 13.7437C6.3454 13.7492 6.3454 13.7548 6.33985 13.7659C6.28985 13.8826 5.06216 16.6768 2.34568 17.1212C2.13459 17.1546 1.9846 17.3434 2.00126 17.5545C2.00682 17.6156 2.01793 17.6823 2.0457 17.7434C2.25125 18.2211 3.1123 18.5711 4.67885 18.8155C4.72885 18.8878 4.7844 19.1377 4.81773 19.2877C4.85106 19.4377 4.88439 19.5933 4.93439 19.7544C4.97883 19.9155 5.1066 20.1099 5.41769 20.1099C5.54546 20.1099 5.69545 20.0821 5.86766 20.0488C6.12875 19.9988 6.48428 19.9266 6.93425 19.9266C7.18423 19.9266 7.43977 19.9488 7.70086 19.9932C8.20638 20.0766 8.63413 20.3821 9.13409 20.7321C9.84515 21.2376 10.6507 21.8042 11.8783 21.8042C11.9117 21.8042 11.945 21.8042 11.9783 21.7987C12.0172 21.7987 12.0672 21.8042 12.1228 21.8042C13.3505 21.8042 14.156 21.232 14.867 20.7321C15.367 20.3821 15.7947 20.0766 16.3003 19.9932C16.5613 19.9488 16.8169 19.9266 17.0669 19.9266C17.4946 19.9266 17.8335 19.9821 18.1335 20.0377C18.3223 20.0766 18.4723 20.0932 18.5834 20.0932H18.5945H18.6056C18.839 20.0932 19.0056 19.971 19.0667 19.7488C19.1112 19.5877 19.1501 19.4377 19.1834 19.2822C19.2167 19.1322 19.2723 18.8822 19.3223 18.81C20.8888 18.5656 21.7499 18.2156 21.9554 17.7434C21.9832 17.6823 21.9943 17.6212 21.9999 17.5545C22.0054 17.3379 21.8554 17.149 21.6499 17.1157Z" fill="#27292D"></path></svg></a></li><li class="icon-container"><a href="//www.tiktok.com/@98rocktampabay" aria-label="Visit us on tiktok" target="_blank" rel="noopener"><svg tabindex="-1" focusable="false" class="svg-icon icon-tiktok" width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path class="primary-path" tabindex="-1" d="M20.7501 6.91071C19.5331 6.84196 18.3823 6.33443 17.5108 5.48214C17.0478 5.03475 16.683 4.49596 16.4394 3.9C16.1913 3.30286 16.0697 2.66078 16.0822 2.01428H12.5822V15.0179C12.5822 17.2143 11.2751 18.5107 9.65367 18.5107C9.26383 18.5197 8.87615 18.4504 8.5136 18.3068C8.15104 18.1633 7.82097 17.9484 7.54296 17.675C7.2645 17.4005 7.04247 17.0741 6.88939 16.7143C6.73851 16.3534 6.66081 15.9661 6.66081 15.575C6.66081 15.1838 6.73851 14.7966 6.88939 14.4357C7.04247 14.0759 7.2645 13.7495 7.54296 13.475C7.82097 13.2016 8.15104 12.9867 8.5136 12.8432C8.87615 12.6996 9.26383 12.6303 9.65367 12.6393C9.97636 12.6414 10.2964 12.6981 10.6001 12.8071V9.23571C10.2892 9.169 9.97165 9.13784 9.65367 9.14285C8.38222 9.14285 7.13932 9.51988 6.08215 10.2263C5.02498 10.9326 4.20101 11.9366 3.71445 13.1113C3.22788 14.286 3.10058 15.5786 3.34862 16.8256C3.59667 18.0726 4.20893 19.2181 5.10799 20.1171C6.00704 21.0162 7.1525 21.6284 8.39952 21.8765C9.64654 22.1245 10.9391 21.9972 12.1138 21.5107C13.2884 21.0241 14.2925 20.2001 14.9988 19.1429C15.7052 18.0858 16.0822 16.8429 16.0822 15.5714V8.78571C17.4634 9.70742 19.0897 10.1927 20.7501 10.1786V6.91071Z" fill="#27292D"></path></svg></a></li></ul></ul></section><footer class="navbar-footer"><form class="search-form" name="search-form" role="search"><section class="search-container"><input type="search" name="keyword" id="search-input-field-nav" aria-label="search text" placeholder="Search" value="" maxLength="250"/><button class="search-button search-submit" aria-label="Search" type="submit"><svg class="svg-icon icon-search" tabindex="-1" width="32px" height="32px" viewBox="0 0 32 32" focusable="false" fill="none" xmlns="http://www.w3.org/2000/svg"><circle class="outline" cx="16" cy="16" r="15" fill="none" stroke="none" stroke-width="2"></circle><path class="primary-path" fill-rule="evenodd" clip-rule="evenodd" d="M18.457 20.343a7.69 7.69 0 111.929-1.591l4.658 5.434a1.25 1.25 0 11-1.898 1.628l-4.69-5.471zm.829-6.652a4.69 4.69 0 11-9.381 0 4.69 4.69 0 019.38 0z" fill="none"></path></svg></button></section></form></footer></nav><figure class="component-station-logo"><a aria-label="Station Link" tabindex="0" href="/"><img src="https://i.iheart.com/v3/re/assets.brands/687fee275dfcb5a8714a4f7c?ops=gravity(%22center%22),contain(180,60)&quality=80" data-src="https://i.iheart.com/v3/re/assets.brands/687fee275dfcb5a8714a4f7c?ops=gravity(%22center%22),contain(180,60)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/687fee275dfcb5a8714a4f7c?ops=gravity(%22center%22),contain(180,60)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/687fee275dfcb5a8714a4f7c?ops=gravity(%22center%22),contain(360,120)&quality=80 2x" sizes="" alt="98ROCK - Tampa Bay's ROCK Station & Bucs Football" class="lazyload" srcSet="https://i.iheart.com/v3/re/assets.brands/687fee275dfcb5a8714a4f7c?ops=gravity(%22center%22),contain(180,60)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/687fee275dfcb5a8714a4f7c?ops=gravity(%22center%22),contain(360,120)&quality=80 2x" width="180" height="60"/></a></figure><section class="listen-user-container"><div class="header-user"></div></section></section></header><main class="component-page layout-generic-full page-home wxtb-fm"><div class="alerts"></div><section class="col-top"><div class="component-region region-main-dynamic"><div class="OnairPlayTile-module_componentOnairPlayTile_Yxkqg themed-block" data-cy="componentOnairPlayTile"><section class="OnairPlayTile-module_streamStartWrapper_Or9qT" data-cy="streamStartWrapper"><div class="OnairPlayTile-module_streamStartThumb_hm6i6"><button class="OnairPlayTile-module_play-trigger_XLqj-" aria-label="Play 98ROCK stream now"><span class="OnairPlayTile-module_hover-icon_Dx4i2"><svg tabindex="-1" focusable="false" class="svg-icon icon-play" fill="none" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><circle class="secondary-path" cx="12" cy="12" r="12" fill="none" stroke="none"></circle><path tabindex="-1" class="primary-path" d="M10 15.0611V8.93886C10 8.58027 10.4111 8.37036 10.6997 8.58902L14.7841 11.6502C15.0203 11.8251 15.0203 12.1749 14.7841 12.3498L10.6997 15.411C10.4111 15.6296 10 15.4197 10 15.0611Z" fill="none"></path></svg></span><img src="https://i.iheart.com/v3/re/assets.brands/687fee275dfcb5a8714a4f7c?ops=gravity(%22center%22),contain(180,60)&quality=80" data-src="https://i.iheart.com/v3/re/assets.brands/687fee275dfcb5a8714a4f7c?ops=gravity(%22center%22),contain(180,60)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/687fee275dfcb5a8714a4f7c?ops=gravity(%22center%22),contain(180,60)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/687fee275dfcb5a8714a4f7c?ops=gravity(%22center%22),contain(360,120)&quality=80 2x" sizes="" alt="Logo for 98ROCK - Tampa Bay's ROCK Station & Bucs Football" class="lazyload" srcSet="https://i.iheart.com/v3/re/assets.brands/687fee275dfcb5a8714a4f7c?ops=gravity(%22center%22),contain(180,60)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/687fee275dfcb5a8714a4f7c?ops=gravity(%22center%22),contain(360,120)&quality=80 2x" width="180" height="60"/></button></div><div class="OnairPlayTile-module_streamStartDetails_vOU86"><h1>98ROCK</h1><span class="OnairPlayTile-module_positioner_lTAsj">Tampa Bay's ROCK Station & Bucs Football</span><svg tabindex="-1" focusable="false" class="svg-icon icon-live" width="33" height="15" viewBox="0 0 33 15" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="33" height="15" rx="2" fill="#D2252A"></rect><path tabindex="-1" d="M10.291 9.78613H6.73535V3.24951H5.34961V11H10.291V9.78613Z" fill="white"></path><path tabindex="-1" d="M13.1699 11V3.24951H11.7842V11H13.1699Z" fill="white"></path><path tabindex="-1" d="M18.8096 11L21.4897 3.24951H20.0127L18.0791 9.3833H17.9878L16.0381 3.24951H14.5073L17.2144 11H18.8096Z" fill="white"></path><path tabindex="-1" d="M27.8438 9.80225H24.2129V7.63232H27.645V6.50439H24.2129V4.44727H27.8438V3.24951H22.8271V11H27.8438V9.80225Z" fill="white"></path></svg><a class="OnairPlayTile-module_showTitle_mzyM7" tabindex="0" href="/featured/tamo/">Tamo</a><button class="OnairPlayTile-module_toggleBtn_dBWEQ" aria-label="Play Stream Now"><svg tabindex="-1" focusable="false" class="svg-icon icon-play" fill="none" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><circle class="secondary-path" cx="12" cy="12" r="12" fill="none" stroke="none"></circle><path tabindex="-1" class="primary-path" d="M10 15.0611V8.93886C10 8.58027 10.4111 8.37036 10.6997 8.58902L14.7841 11.6502C15.0203 11.8251 15.0203 12.1749 14.7841 12.3498L10.6997 15.411C10.4111 15.6296 10 15.4197 10 15.0611Z" fill="none"></path></svg></button></div></section></div><input type="hidden" data-id="FppTo"/></div></section><section class="col-left"><div class="component-region region-main-dynamic"><div class="component-container component-feed feed-style-horizontal themed-block block" data-test-type="feed" data-feed="USAGE:feed-usecases/Default Content"><div class="feed-cards" data-block-id="e6Rs0"><div class="component-grid col-1"><figure class="component-content-tile thumb-left feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-08-02-hot-dog-spill-closes-busy-interstate/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/assets.getty/688e7173f12dc1d489b4c047?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/688e7173f12dc1d489b4c047?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/688e7173f12dc1d489b4c047?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/688e7173f12dc1d489b4c047?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/688e7173f12dc1d489b4c047?ops=gravity(%22north%22),fit(600,338),quality(65) 600w,https://i.iheart.com/v3/re/assets.getty/688e7173f12dc1d489b4c047?ops=gravity(%22north%22),fit(690,388),quality(65) 690w,https://i.iheart.com/v3/re/assets.getty/688e7173f12dc1d489b4c047?ops=gravity(%22north%22),fit(740,416),quality(65) 740w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 630px) 600px,(max-width: 720px) 690px,(max-width: 767px) 740px,(min-width: 768px) and (max-width: 800px) 420px,(max-width: 940px) 510px,(max-width: 1230px) 600px,(max-width: 1379px) 690px,(min-width: 1380px) 740px" alt="National News - Hot Dog Spill Closes Busy Interstate" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(600,338),quality(65) 600w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(690,388),quality(65) 690w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(740,416),quality(65) 740w" width="288" height="162"/></a></div><figcaption><nav data-cy="eyebrow" class="Eyebrow-module_component-eyebrow_AIV95"><a tabindex="0" href="/topic/national-news/">National News</a></nav><a class="card-title" tabindex="0" href="/content/2025-08-02-hot-dog-spill-closes-busy-interstate/">Hot Dog Spill Closes Busy Interstate</a><time class="component-date-display" dateTime="1754165400000">Aug 02, 2025</time></figcaption></figure></div></div></div><input type="hidden" data-id="e6Rs0"/><div class="component-container component-feed feed-style-xsmall block" data-test-type="feed" data-feed="USAGE:feed-usecases/Default Promotions"><div class="feed-cards" data-block-id="WQJCS"><div class="component-grid col-4"><figure class="component-content-tile thumb-top feed-leads-item"><div class="thumb-container"><a href="https://www.donorschoose.org/iheartradio" target="_blank" rel="noopener"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/new_assets//687aae40875b23cab49ddde1?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets//687aae40875b23cab49ddde1?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets//687aae40875b23cab49ddde1?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets//687aae40875b23cab49ddde1?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets//687aae40875b23cab49ddde1?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Nominate An Exceptional Teacher Who Is Making A Lasting Impact!" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><a href="https://www.donorschoose.org/iheartradio" class="card-title" target="_blank" rel="noopener">Nominate An Exceptional Teacher Who Is Making A Lasting Impact!</a></figcaption></figure><figure class="component-content-tile thumb-top feed-leads-item"><div class="thumb-container"><a tabindex="0" href="/featured/best-bucs-coverage/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/new_assets//62fbbda7c6ccee51e1b516d8?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets//62fbbda7c6ccee51e1b516d8?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets//62fbbda7c6ccee51e1b516d8?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets//62fbbda7c6ccee51e1b516d8?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets//62fbbda7c6ccee51e1b516d8?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Buccaneers 24/7 Coverage" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><a class="card-title" tabindex="0" href="/featured/best-bucs-coverage/">Buccaneers 24/7 Coverage</a></figcaption></figure><figure class="component-content-tile thumb-top feed-leads-item"><div class="thumb-container"><a tabindex="0" href="/promotions/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/new_assets//63dab91a845d2140bc2acac7?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets//63dab91a845d2140bc2acac7?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets//63dab91a845d2140bc2acac7?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets//63dab91a845d2140bc2acac7?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets//63dab91a845d2140bc2acac7?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Win Concert Tickets & More" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><a class="card-title" tabindex="0" href="/promotions/">Win Concert Tickets & More</a></figcaption></figure><figure class="component-content-tile thumb-top feed-leads-item"><div class="thumb-container"><a tabindex="0" href="/advertise/?campid=advertise_promo"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/new_assets//67b8f45de072eb330342907f?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets//67b8f45de072eb330342907f?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets//67b8f45de072eb330342907f?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets//67b8f45de072eb330342907f?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets//67b8f45de072eb330342907f?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Advertise with America's #1 Audio Company" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><a class="card-title" tabindex="0" href="/advertise/?campid=advertise_promo">Advertise with America's #1 Audio Company</a></figcaption></figure></div></div></div><input type="hidden" data-id="WQJCS"/><div class="component-container component-feed feed-style-large block" data-test-type="feed" data-feed="USAGE:feed-usecases/Default Content"><div class="feed-cards" data-block-id="lP0Ih"><div class="component-grid col-2"><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2021-08-02-why-august-2nd-matters-in-rock-history/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/new_assets/5d434487090c72de53f3df13?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/5d434487090c72de53f3df13?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/5d434487090c72de53f3df13?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/5d434487090c72de53f3df13?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/5d434487090c72de53f3df13?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Music News - Why August 2nd Matters In Rock History" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><nav data-cy="eyebrow" class="Eyebrow-module_component-eyebrow_AIV95"><a tabindex="0" href="/topic/music-news/">Music News</a></nav><a class="card-title" tabindex="0" href="/content/2021-08-02-why-august-2nd-matters-in-rock-history/">Why August 2nd Matters In Rock History</a><time class="component-date-display" dateTime="1754136000000">Aug 02, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-08-01-woman-hit-with-five-figure-medical-bill-after-a-bat-flew-into-her-mouth/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/assets.getty/688d18732425089862b569d3?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/688d18732425089862b569d3?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/688d18732425089862b569d3?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/688d18732425089862b569d3?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/688d18732425089862b569d3?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="National News - Woman Hit With Five-Figure Medical Bill After A Bat Flew Into Her Mouth" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><nav data-cy="eyebrow" class="Eyebrow-module_component-eyebrow_AIV95"><a tabindex="0" href="/topic/national-news/">National News</a></nav><a class="card-title" tabindex="0" href="/content/2025-08-01-woman-hit-with-five-figure-medical-bill-after-a-bat-flew-into-her-mouth/">Woman Hit With Five-Figure Medical Bill After A Bat Flew Into Her Mouth</a><time class="component-date-display" dateTime="1754077260000">Aug 01, 2025</time></figcaption></figure></div></div></div><input type="hidden" data-id="lP0Ih"/><input type="hidden" data-id="beE6F"/><input type="hidden" data-id="ha5Er"/><div class="component-container component-playlist tile themed-block"><header class="component-heading"><h2 class="heading-title">98ROCK Music</h2></header><div class="component-tabs"><div class="tab-controls"><ul class="tab-selector"><li class="tab active"><button class="button-text">Recently Played</button></li><li class="tab"><button class="button-text">Top Songs</button></li></ul></div><div class="tab-content"><ul class="component-track-list"><li class="track-list-item"><figure class="component-track-display type-recentlyplayed"><section class="thumb"><a href="https://www.iheart.com/artist/the-white-stripes-58393/songs/seven-nation-army-112212563/" target="_blank" rel="noopener"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/catalog/track/112212563?ops=gravity("center"),ratio(1,1),fit(56,56),quality(80)" data-srcset="https://i.iheart.com/v3/catalog/track/112212563?ops=gravity("center"),ratio(1,1),fit(56,56),quality(80) 1x,https://i.iheart.com/v3/catalog/track/112212563?ops=gravity("center"),ratio(1,1),fit(112,112),quality(80) 2x" sizes="(max-width: 767px) 56px,(min-width: 768px) 112px,auto " alt="Seven Nation Army by The White Stripes" class="lazyload" srcSet="" width="56" height="56"/></a></section><figcaption><a href="https://www.iheart.com/artist/the-white-stripes-58393/songs/seven-nation-army-112212563/" class="track-title" target="_blank" rel="noopener"><span>Seven Nation Army</span></a><a href="https://www.iheart.com/artist/the-white-stripes-58393/" class="track-artist" target="_blank" rel="noopener"><span>The White Stripes</span></a><a href="https://www.iheart.com/artist/the-white-stripes-58393/albums/elephant-112212562/" class="track-album" target="_blank" rel="noopener"><span>Elephant</span></a><time class="component-datetime-display track-time" dateTime="2025-08-02T18:03:47" data-timezone="America/New_York">6:03 PM</time></figcaption></figure></li><li class="track-list-item"><figure class="component-track-display type-recentlyplayed"><section class="thumb"><a href="https://www.iheart.com/artist/korn-33170/songs/freak-on-a-leash-43021366/" target="_blank" rel="noopener"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/catalog/track/43021366?ops=gravity("center"),ratio(1,1),fit(56,56),quality(80)" data-srcset="https://i.iheart.com/v3/catalog/track/43021366?ops=gravity("center"),ratio(1,1),fit(56,56),quality(80) 1x,https://i.iheart.com/v3/catalog/track/43021366?ops=gravity("center"),ratio(1,1),fit(112,112),quality(80) 2x" sizes="(max-width: 767px) 56px,(min-width: 768px) 112px,auto " alt="Freak On a Leash by Korn" class="lazyload" srcSet="" width="56" height="56"/></a></section><figcaption><a href="https://www.iheart.com/artist/korn-33170/songs/freak-on-a-leash-43021366/" class="track-title" target="_blank" rel="noopener"><span>Freak On a Leash</span></a><a href="https://www.iheart.com/artist/korn-33170/" class="track-artist" target="_blank" rel="noopener"><span>Korn</span></a><a href="https://www.iheart.com/artist/korn-33170/albums/follow-the-leader-43021364/" class="track-album" target="_blank" rel="noopener"><span>Follow The Leader</span></a><time class="component-datetime-display track-time" dateTime="2025-08-02T17:59:23" data-timezone="America/New_York">5:59 PM</time></figcaption></figure></li><li class="track-list-item"><figure class="component-track-display type-recentlyplayed"><section class="thumb"><a href="https://www.iheart.com/artist/third-eye-blind-58139/songs/jumper-1118827/" target="_blank" rel="noopener"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/catalog/track/1118827?ops=gravity("center"),ratio(1,1),fit(56,56),quality(80)" data-srcset="https://i.iheart.com/v3/catalog/track/1118827?ops=gravity("center"),ratio(1,1),fit(56,56),quality(80) 1x,https://i.iheart.com/v3/catalog/track/1118827?ops=gravity("center"),ratio(1,1),fit(112,112),quality(80) 2x" sizes="(max-width: 767px) 56px,(min-width: 768px) 112px,auto " alt="Jumper by Third Eye Blind" class="lazyload" srcSet="" width="56" height="56"/></a></section><figcaption><a href="https://www.iheart.com/artist/third-eye-blind-58139/songs/jumper-1118827/" class="track-title" target="_blank" rel="noopener"><span>Jumper</span></a><a href="https://www.iheart.com/artist/third-eye-blind-58139/" class="track-artist" target="_blank" rel="noopener"><span>Third Eye Blind</span></a><a href="https://www.iheart.com/artist/third-eye-blind-58139/albums/third-eye-blind-1118823/" class="track-album" target="_blank" rel="noopener"><span>Third Eye Blind</span></a><time class="component-datetime-display track-time" dateTime="2025-08-02T17:38:10" data-timezone="America/New_York">5:38 PM</time></figcaption></figure></li></ul><a class="component-button button-faux secondary small see-all" tabindex="0" href="/music/recently-played/">See All Recently Played</a></div></div></div><input type="hidden" data-id="lHlMQ"/><div class="component-container component-show-collection block"><header class="component-heading"><h2 class="heading-title">Shows</h2></header><section class="Carousel-module_carousel-wrapper_299lN"><ul class="Carousel-module_carousel-controls_ZS68S"><li><button class="component-button secondary small Carousel-module_slide-button_A51nd" aria-label="Slide Content Left" aria-hidden="false" type="button"><svg tabindex="-1" focusable="false" class="svg-icon icon-arrow direction-left" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path tabindex="-1" d="M9.30812 6.71002C8.91813 7.10002 8.91813 7.73002 9.30812 8.12002L13.1881 12L9.30812 15.88C8.91813 16.27 8.91813 16.9 9.30812 17.29C9.69813 17.68 10.3281 17.68 10.7181 17.29L15.3081 12.7C15.6981 12.31 15.6981 11.68 15.3081 11.29L10.7181 6.70002C10.3381 6.32002 9.69813 6.32002 9.30812 6.71002Z" fill="#3F4447" class="primary-path"></path></svg></button></li><li><button class="component-button secondary small Carousel-module_slide-button_A51nd" aria-label="Slide Content Right" aria-hidden="false" type="button"><svg tabindex="-1" focusable="false" class="svg-icon icon-arrow direction-right" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path tabindex="-1" d="M9.30812 6.71002C8.91813 7.10002 8.91813 7.73002 9.30812 8.12002L13.1881 12L9.30812 15.88C8.91813 16.27 8.91813 16.9 9.30812 17.29C9.69813 17.68 10.3281 17.68 10.7181 17.29L15.3081 12.7C15.6981 12.31 15.6981 11.68 15.3081 11.29L10.7181 6.70002C10.3381 6.32002 9.69813 6.32002 9.30812 6.71002Z" fill="#3F4447" class="primary-path"></path></svg></button></li></ul><ul class="Carousel-module_carousel_oF6uY" tabindex="0"><li style="min-width:calc((100% - 2rem) / 3)"><figure class="component-show"><div class="thumb-container"><a tabindex="0" href="/featured/crash-mornings/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/assets.brands/5e5d6687f4997dd069b5ed82?ops=gravity(%22center%22),fit(160,160)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/5e5d6687f4997dd069b5ed82?ops=gravity(%22center%22),fit(160,160)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/5e5d6687f4997dd069b5ed82?ops=gravity(%22center%22),fit(320,320)&quality=80 2x" sizes="" alt="Photo of Crash & AJ" class="lazyload" srcSet="" width="160" height="160"/></a></div><figcaption><a class="card-title" tabindex="0" href="/featured/crash-mornings/">Crash & AJ</a></figcaption></figure></li><li style="min-width:calc((100% - 2rem) / 3)"><figure class="component-show"><div class="thumb-container"><a tabindex="0" href="/featured/aly/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/assets.brands/8cdda5f2de07dafbb2ee00738e1cc5a9?ops=gravity(%22center%22),fit(160,160)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/8cdda5f2de07dafbb2ee00738e1cc5a9?ops=gravity(%22center%22),fit(160,160)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/8cdda5f2de07dafbb2ee00738e1cc5a9?ops=gravity(%22center%22),fit(320,320)&quality=80 2x" sizes="" alt="Photo of Aly" class="lazyload" srcSet="" width="160" height="160"/></a></div><figcaption><a class="card-title" tabindex="0" href="/featured/aly/">Aly</a></figcaption></figure></li><li style="min-width:calc((100% - 2rem) / 3)"><figure class="component-show"><div class="thumb-container"><a tabindex="0" href="/featured/big-rig/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/assets.brands/61c2b1b180f2af03d229ca49?ops=gravity(%22center%22),fit(160,160)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/61c2b1b180f2af03d229ca49?ops=gravity(%22center%22),fit(160,160)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/61c2b1b180f2af03d229ca49?ops=gravity(%22center%22),fit(320,320)&quality=80 2x" sizes="" alt="Photo of Big Rig" class="lazyload" srcSet="" width="160" height="160"/></a></div><figcaption><a class="card-title" tabindex="0" href="/featured/big-rig/">Big Rig</a></figcaption></figure></li><li style="min-width:calc((100% - 2rem) / 3)"><figure class="component-show"><div class="thumb-container"><a tabindex="0" href="/featured/klinger/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/assets.brands/61de0814815960efa9709c45?ops=gravity(%22center%22),fit(160,160)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/61de0814815960efa9709c45?ops=gravity(%22center%22),fit(160,160)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/61de0814815960efa9709c45?ops=gravity(%22center%22),fit(320,320)&quality=80 2x" sizes="" alt="Photo of Klinger" class="lazyload" srcSet="" width="160" height="160"/></a></div><figcaption><a class="card-title" tabindex="0" href="/featured/klinger/">Klinger</a></figcaption></figure></li><li style="min-width:calc((100% - 2rem) / 3)"><figure class="component-show"><div class="thumb-container"><a tabindex="0" href="/featured/operation-stormwatch-tampa-bay/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/assets.brands/68766fc85349fec9d99362ac?ops=gravity(%22center%22),fit(160,160)&quality=80" data-srcset="https://i.iheart.com/v3/re/assets.brands/68766fc85349fec9d99362ac?ops=gravity(%22center%22),fit(160,160)&quality=80 1x,https://i.iheart.com/v3/re/assets.brands/68766fc85349fec9d99362ac?ops=gravity(%22center%22),fit(320,320)&quality=80 2x" sizes="" alt="Photo of Operation Stormwatch Tampa Bay" class="lazyload" srcSet="" width="160" height="160"/></a></div><figcaption><a class="card-title" tabindex="0" href="/featured/operation-stormwatch-tampa-bay/">Operation Stormwatch Tampa Bay</a></figcaption></figure></li></ul></section></div><input type="hidden" data-id="zlJN0"/><div tabindex="-1" class="component-ad-unit lazy-load" data-position="3331" data-split="0" id="dfp-ad-3331-MOi2y"></div><input type="hidden" data-id="MOi2y"/><div class="component-container component-podcasts themed-block block"><header class="component-heading"><h2 class="heading-title">98ROCK<!-- --> Podcasts</h2><a class="component-button button-faux secondary small see-all" tabindex="0" href="/podcasts/">See All</a></header><div class="component-grid col-4"><figure class="component-image-tile"><a href="https://www.iheart.com/podcast/1248-crash-aj-89902582/" target="_blank" rel="noopener"><div class="component-card elevation-01"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/catalog/podcast/89902582?ops=max(270,270),quality(70)" data-srcset="https://i.iheart.com/v3/catalog/podcast/89902582?ops=max(150,150),quality(70) 360w,https://i.iheart.com/v3/catalog/podcast/89902582?ops=max(270,270),quality(70) 600w,https://i.iheart.com/v3/catalog/podcast/89902582?ops=max(380,380),quality(70) 800w,https://i.iheart.com/v3/catalog/podcast/89902582?ops=max(480,480),quality(70) 1060w,https://i.iheart.com/v3/catalog/podcast/89902582?ops=max(250,250),quality(70) 1250w,https://i.iheart.com/v3/catalog/podcast/89902582?ops=max(300,300),quality(70) 1251w" sizes="(max-width: 359px) 360px,(max-width: 599px) 600px,(max-width: 759px) 800px,(max-width: 1059px) 1060px,(max-width: 1249px) 1250px,any 1251px" alt="Thumbnail for Crash & AJ Podcast" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(150,150),quality(70) 360w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(270,270),quality(70) 600w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(380,380),quality(70) 800w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(480,480),quality(70) 1060w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(250,250),quality(70) 1250w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(300,300),quality(70) 1251w" width="150" height="150"/></div><figcaption><p class="title">Crash & AJ</p></figcaption></a></figure><figure class="component-image-tile"><a href="https://www.iheart.com/podcast/256-the-osbournes-podcast-31112393/" target="_blank" rel="noopener"><div class="component-card elevation-01"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/catalog/podcast/31112393?ops=max(270,270),quality(70)" data-srcset="https://i.iheart.com/v3/catalog/podcast/31112393?ops=max(150,150),quality(70) 360w,https://i.iheart.com/v3/catalog/podcast/31112393?ops=max(270,270),quality(70) 600w,https://i.iheart.com/v3/catalog/podcast/31112393?ops=max(380,380),quality(70) 800w,https://i.iheart.com/v3/catalog/podcast/31112393?ops=max(480,480),quality(70) 1060w,https://i.iheart.com/v3/catalog/podcast/31112393?ops=max(250,250),quality(70) 1250w,https://i.iheart.com/v3/catalog/podcast/31112393?ops=max(300,300),quality(70) 1251w" sizes="(max-width: 359px) 360px,(max-width: 599px) 600px,(max-width: 759px) 800px,(max-width: 1059px) 1060px,(max-width: 1249px) 1250px,any 1251px" alt="Thumbnail for The Osbournes Podcast Podcast" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(150,150),quality(70) 360w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(270,270),quality(70) 600w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(380,380),quality(70) 800w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(480,480),quality(70) 1060w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(250,250),quality(70) 1250w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(300,300),quality(70) 1251w" width="150" height="150"/></div><figcaption><p class="title">The Osbournes Podcast</p></figcaption></a></figure><figure class="component-image-tile"><a href="https://www.iheart.com/podcast/269-the-metallica-report-119406777/" target="_blank" rel="noopener"><div class="component-card elevation-01"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/catalog/podcast/119406777?ops=max(270,270),quality(70)" data-srcset="https://i.iheart.com/v3/catalog/podcast/119406777?ops=max(150,150),quality(70) 360w,https://i.iheart.com/v3/catalog/podcast/119406777?ops=max(270,270),quality(70) 600w,https://i.iheart.com/v3/catalog/podcast/119406777?ops=max(380,380),quality(70) 800w,https://i.iheart.com/v3/catalog/podcast/119406777?ops=max(480,480),quality(70) 1060w,https://i.iheart.com/v3/catalog/podcast/119406777?ops=max(250,250),quality(70) 1250w,https://i.iheart.com/v3/catalog/podcast/119406777?ops=max(300,300),quality(70) 1251w" sizes="(max-width: 359px) 360px,(max-width: 599px) 600px,(max-width: 759px) 800px,(max-width: 1059px) 1060px,(max-width: 1249px) 1250px,any 1251px" alt="Thumbnail for The Metallica Report Podcast" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(150,150),quality(70) 360w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(270,270),quality(70) 600w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(380,380),quality(70) 800w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(480,480),quality(70) 1060w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(250,250),quality(70) 1250w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(300,300),quality(70) 1251w" width="150" height="150"/></div><figcaption><p class="title">The Metallica Report</p></figcaption></a></figure><figure class="component-image-tile"><a href="https://www.iheart.com/podcast/269-this-little-light-111681346/" target="_blank" rel="noopener"><div class="component-card elevation-01"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/catalog/podcast/111681346?ops=max(270,270),quality(70)" data-srcset="https://i.iheart.com/v3/catalog/podcast/111681346?ops=max(150,150),quality(70) 360w,https://i.iheart.com/v3/catalog/podcast/111681346?ops=max(270,270),quality(70) 600w,https://i.iheart.com/v3/catalog/podcast/111681346?ops=max(380,380),quality(70) 800w,https://i.iheart.com/v3/catalog/podcast/111681346?ops=max(480,480),quality(70) 1060w,https://i.iheart.com/v3/catalog/podcast/111681346?ops=max(250,250),quality(70) 1250w,https://i.iheart.com/v3/catalog/podcast/111681346?ops=max(300,300),quality(70) 1251w" sizes="(max-width: 359px) 360px,(max-width: 599px) 600px,(max-width: 759px) 800px,(max-width: 1059px) 1060px,(max-width: 1249px) 1250px,any 1251px" alt="Thumbnail for This Little Light Podcast" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(150,150),quality(70) 360w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(270,270),quality(70) 600w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(380,380),quality(70) 800w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(480,480),quality(70) 1060w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(250,250),quality(70) 1250w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=max(300,300),quality(70) 1251w" width="150" height="150"/></div><figcaption><p class="title">This Little Light</p></figcaption></a></figure></div></div><input type="hidden" data-id="Vj1NU"/><div class="component-container component-feed feed-style-small block" data-test-type="feed" data-feed="USAGE:feed-usecases/Default Content"><header class="component-heading"><h2 class="heading-title">Latest Stories</h2></header><div class="feed-cards" data-block-id="kIdtO"><div class="component-grid col-3"><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-08-01-you-wont-believe-which-007-actor-inspired-james-bonds-character/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/new_assets/688ce9b55555098f03dfab7a?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/688ce9b55555098f03dfab7a?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/688ce9b55555098f03dfab7a?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/688ce9b55555098f03dfab7a?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/688ce9b55555098f03dfab7a?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Entertainment News - You Won't Believe Which 007 Actor Inspired James Bond's Character" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><nav data-cy="eyebrow" class="Eyebrow-module_component-eyebrow_AIV95"><a tabindex="0" href="/topic/entertainment-news/">Entertainment News</a></nav><a class="card-title" tabindex="0" href="/content/2025-08-01-you-wont-believe-which-007-actor-inspired-james-bonds-character/">You Won't Believe Which 007 Actor Inspired James Bond's Character</a><time class="component-date-display" dateTime="1754072760000">Aug 01, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2021-07-30-why-august-1st-matters-in-rock-history/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/new_assets/5d420080c5c7d60244bb7991?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/5d420080c5c7d60244bb7991?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/5d420080c5c7d60244bb7991?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/5d420080c5c7d60244bb7991?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/5d420080c5c7d60244bb7991?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Music News - Why August 1st Matters In Rock History" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><nav data-cy="eyebrow" class="Eyebrow-module_component-eyebrow_AIV95"><a tabindex="0" href="/topic/music-news/">Music News</a></nav><a class="card-title" tabindex="0" href="/content/2021-07-30-why-august-1st-matters-in-rock-history/">Why August 1st Matters In Rock History</a><time class="component-date-display" dateTime="1754049600000">Aug 01, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-07-31-heart-stopping-video-shows-carnival-ride-full-of-people-snapping-in-half/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/assets.getty/688bd91251aba98b7900386b?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/688bd91251aba98b7900386b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/688bd91251aba98b7900386b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/688bd91251aba98b7900386b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/688bd91251aba98b7900386b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="National News - Heart-Stopping Video Shows Carnival Ride Full Of People Snapping In Half" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><nav data-cy="eyebrow" class="Eyebrow-module_component-eyebrow_AIV95"><a tabindex="0" href="/topic/national-news/">National News</a></nav><a class="card-title" tabindex="0" href="/content/2025-07-31-heart-stopping-video-shows-carnival-ride-full-of-people-snapping-in-half/">Heart-Stopping Video Shows Carnival Ride Full Of People Snapping In Half</a><time class="component-date-display" dateTime="1753995840000">Jul 31, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-07-31-joe-perry-hints-at-one-last-aerosmith-show-somethings-gonna-happen/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/new_assets/688bc07127d0eb0f9acca831?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/688bc07127d0eb0f9acca831?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/688bc07127d0eb0f9acca831?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/688bc07127d0eb0f9acca831?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/688bc07127d0eb0f9acca831?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Music News - Joe Perry Hints At One Last Aerosmith Show: 'Something’s Gonna Happen'" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><nav data-cy="eyebrow" class="Eyebrow-module_component-eyebrow_AIV95"><a tabindex="0" href="/topic/music-news/">Music News</a></nav><a class="card-title" tabindex="0" href="/content/2025-07-31-joe-perry-hints-at-one-last-aerosmith-show-somethings-gonna-happen/">Joe Perry Hints At One Last Aerosmith Show: 'Something’s Gonna Happen'</a><time class="component-date-display" dateTime="1753994100000">Jul 31, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-07-31-radioactive-wasp-nest-found-at-nuclear-waste-storage-site/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/assets.getty/688bc0a9f5e9a10fe30a4717?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/688bc0a9f5e9a10fe30a4717?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/688bc0a9f5e9a10fe30a4717?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/688bc0a9f5e9a10fe30a4717?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/688bc0a9f5e9a10fe30a4717?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="National News - Radioactive Wasp Nest Found At Nuclear Waste Storage Site" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><nav data-cy="eyebrow" class="Eyebrow-module_component-eyebrow_AIV95"><a tabindex="0" href="/topic/national-news/">National News</a></nav><a class="card-title" tabindex="0" href="/content/2025-07-31-radioactive-wasp-nest-found-at-nuclear-waste-storage-site/">Radioactive Wasp Nest Found At Nuclear Waste Storage Site</a><time class="component-date-display" dateTime="1753989180000">Jul 31, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/content/2025-07-31-hulk-hogans-private-serious-diagnosis-revealed-amid-cause-of-death/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/new_assets/68825ec0ef97e24aa4a2d7df?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/68825ec0ef97e24aa4a2d7df?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/68825ec0ef97e24aa4a2d7df?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/68825ec0ef97e24aa4a2d7df?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/68825ec0ef97e24aa4a2d7df?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Sports - Hulk Hogan's Private Serious Diagnosis Revealed Amid Cause Of Death" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><nav data-cy="eyebrow" class="Eyebrow-module_component-eyebrow_AIV95"><a tabindex="0" href="/topic/sports/">Sports</a></nav><a class="card-title" tabindex="0" href="/content/2025-07-31-hulk-hogans-private-serious-diagnosis-revealed-amid-cause-of-death/">Hulk Hogan's Private Serious Diagnosis Revealed Amid Cause Of Death</a><time class="component-date-display" dateTime="1753988460000">Jul 31, 2025</time></figcaption></figure></div></div><div class="component-load-more"><button class="component-button primary" aria-label="" aria-hidden="false" type="button">Load More</button></div></div><input type="hidden" data-id="kIdtO"/><div class="component-container component-feed feed-style-small-scrollable block" data-test-type="feed" data-feed="USAGE:feed-usecases/Default Personalities"><header class="component-heading"><h2 class="heading-title">From Our Shows</h2></header><div class="feed-cards" data-block-id="LSixG"><div class="component-grid col-3"><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/featured/crash-mornings/content/2025-07-30-did-this-ring-camera-just-prove-alien-life-exist/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/assets.getty/67806d8056ff431e819927a5?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/67806d8056ff431e819927a5?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/67806d8056ff431e819927a5?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/67806d8056ff431e819927a5?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/67806d8056ff431e819927a5?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Crash & AJ - Did This ring camera just prove alien life exist?" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><nav data-cy="eyebrow" class="Eyebrow-module_component-eyebrow_AIV95"><a tabindex="0" href="/featured/crash-mornings/">Crash & AJ</a></nav><a class="card-title" tabindex="0" href="/featured/crash-mornings/content/2025-07-30-did-this-ring-camera-just-prove-alien-life-exist/">Did This ring camera just prove alien life exist?</a><time class="component-date-display" dateTime="1753872660000">Jul 30, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/featured/big-rig/content/2025-07-27-breaking-big-rig-is-not-fired-hes-just-finally-taking-a-break-/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/assets.getty/6886168661f6ebfce871ee72?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/6886168661f6ebfce871ee72?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/6886168661f6ebfce871ee72?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/6886168661f6ebfce871ee72?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/6886168661f6ebfce871ee72?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Big Rig - BREAKING: Big Rig is NOT fired — he’s just finally taking a break! 😎" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><nav data-cy="eyebrow" class="Eyebrow-module_component-eyebrow_AIV95"><a tabindex="0" href="/featured/big-rig/">Big Rig</a></nav><a class="card-title" tabindex="0" href="/featured/big-rig/content/2025-07-27-breaking-big-rig-is-not-fired-hes-just-finally-taking-a-break-/">BREAKING: Big Rig is NOT fired — he’s just finally taking a break! 😎</a><time class="component-date-display" dateTime="1753617840000">Jul 27, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/featured/big-rig/content/2025-07-23-big-rig-rock-report-723/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/new_assets/68503d610a4e2dc57559e843?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/68503d610a4e2dc57559e843?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/68503d610a4e2dc57559e843?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/68503d610a4e2dc57559e843?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/68503d610a4e2dc57559e843?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Big Rig - Big Rig ROCK Report 7.23" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><nav data-cy="eyebrow" class="Eyebrow-module_component-eyebrow_AIV95"><a tabindex="0" href="/featured/big-rig/">Big Rig</a></nav><a class="card-title" tabindex="0" href="/featured/big-rig/content/2025-07-23-big-rig-rock-report-723/">Big Rig ROCK Report 7.23</a><time class="component-date-display" dateTime="1753300380000">Jul 23, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/featured/big-rig/content/2025-07-23-the-latest-on-ozzys-passing/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/assets.getty/68813cd51e00845eeb1b42a2?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/68813cd51e00845eeb1b42a2?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/68813cd51e00845eeb1b42a2?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/68813cd51e00845eeb1b42a2?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/68813cd51e00845eeb1b42a2?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Big Rig - The Latest On Ozzy's Passing" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><nav data-cy="eyebrow" class="Eyebrow-module_component-eyebrow_AIV95"><a tabindex="0" href="/featured/big-rig/">Big Rig</a></nav><a class="card-title" tabindex="0" href="/featured/big-rig/content/2025-07-23-the-latest-on-ozzys-passing/">The Latest On Ozzy's Passing</a><time class="component-date-display" dateTime="1753299900000">Jul 23, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/featured/big-rig/content/2025-07-22-big-rig-rock-report-722/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/assets.getty/687fa67b182a7021a03a214a?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/687fa67b182a7021a03a214a?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/687fa67b182a7021a03a214a?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/687fa67b182a7021a03a214a?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/687fa67b182a7021a03a214a?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Big Rig - Big Rig ROCK Report 7.22" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><nav data-cy="eyebrow" class="Eyebrow-module_component-eyebrow_AIV95"><a tabindex="0" href="/featured/big-rig/">Big Rig</a></nav><a class="card-title" tabindex="0" href="/featured/big-rig/content/2025-07-22-big-rig-rock-report-722/">Big Rig ROCK Report 7.22</a><time class="component-date-display" dateTime="1753195980000">Jul 22, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/featured/big-rig/content/2025-07-21-big-rig-rock-report-721/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/new_assets/686d5aab6131596e40f204ff?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/new_assets/686d5aab6131596e40f204ff?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/686d5aab6131596e40f204ff?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/686d5aab6131596e40f204ff?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/686d5aab6131596e40f204ff?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Big Rig - Big Rig ROCK Report 7.21" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><nav data-cy="eyebrow" class="Eyebrow-module_component-eyebrow_AIV95"><a tabindex="0" href="/featured/big-rig/">Big Rig</a></nav><a class="card-title" tabindex="0" href="/featured/big-rig/content/2025-07-21-big-rig-rock-report-721/">Big Rig ROCK Report 7.21</a><time class="component-date-display" dateTime="1753126920000">Jul 21, 2025</time></figcaption></figure></div></div></div><input type="hidden" data-id="LSixG"/><div class="component-container component-feed tile feed-style-xsmall block" data-feed="ID:calendar-topics-feed-matsubs"><div class="component-calendar-feed"><header class="component-heading"><h2 class="heading-title"><a tabindex="0" href="/calendar/">Events</a></h2><a class="component-button button-faux secondary small see-all" tabindex="0" href="/calendar/">See All</a></header><div class="feed-cards" data-block-id="aM2ge"><div class="component-grid col-4"><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/calendar/content/2025-08-04-98rocks-volbeat-halestorm-w-the-ghost-inside/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/assets.getty/67fe882cf3b65fd12ed9b55f?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.getty/67fe882cf3b65fd12ed9b55f?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.getty/67fe882cf3b65fd12ed9b55f?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.getty/67fe882cf3b65fd12ed9b55f?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.getty/67fe882cf3b65fd12ed9b55f?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Concerts - 98ROCK's Volbeat & Halestorm w/ The Ghost Inside" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><nav data-cy="eyebrow" class="Eyebrow-module_component-eyebrow_AIV95"><a tabindex="0" href="/calendar/category/concerts/">Concerts</a></nav><a class="card-title" tabindex="0" href="/calendar/content/2025-08-04-98rocks-volbeat-halestorm-w-the-ghost-inside/">98ROCK's Volbeat & Halestorm w/ The Ghost Inside</a><time class="component-date-display" dateTime="1754348427796">Aug 04, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/calendar/content/2025-08-15-monster-jam-2025-amalie-arena/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/assets.calendar/684c4c6008992c9a6be35072?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.calendar/684c4c6008992c9a6be35072?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.calendar/684c4c6008992c9a6be35072?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.calendar/684c4c6008992c9a6be35072?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.calendar/684c4c6008992c9a6be35072?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Entertainment - Monster Jam 2025 - Amalie Arena" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><nav data-cy="eyebrow" class="Eyebrow-module_component-eyebrow_AIV95"><a tabindex="0" href="/calendar/category/entertainment/">Entertainment</a></nav><a class="card-title" tabindex="0" href="/calendar/content/2025-08-15-monster-jam-2025-amalie-arena/">Monster Jam 2025 - Amalie Arena</a><time class="component-date-display" dateTime="1755298800192">Aug 15, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/calendar/content/2025-04-30-classic-albums-live-from-capitol-theatre/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/assets.calendar/67eab2839c0a962b42a8a5bb?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.calendar/67eab2839c0a962b42a8a5bb?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.calendar/67eab2839c0a962b42a8a5bb?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.calendar/67eab2839c0a962b42a8a5bb?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.calendar/67eab2839c0a962b42a8a5bb?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Concerts - Classic Albums Live from Capitol Theatre" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><nav data-cy="eyebrow" class="Eyebrow-module_component-eyebrow_AIV95"><a tabindex="0" href="/calendar/category/concerts/">Concerts</a></nav><a class="card-title" tabindex="0" href="/calendar/content/2025-04-30-classic-albums-live-from-capitol-theatre/">Classic Albums Live from Capitol Theatre</a><time class="component-date-display" dateTime="1755302453171">Aug 15, 2025</time></figcaption></figure><figure class="component-content-tile thumb-top feed-content-item"><div class="thumb-container"><a tabindex="0" href="/calendar/content/2025-08-20-falling-in-reverse-god-is-a-weapon-tour/"><img src="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b" data-src="https://i.iheart.com/v3/re/assets.calendar/6866ae1e52c2fa0f09126979?ops=gravity(%22north%22),fit(330,186),quality(65)" data-srcset="https://i.iheart.com/v3/re/assets.calendar/6866ae1e52c2fa0f09126979?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/assets.calendar/6866ae1e52c2fa0f09126979?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/assets.calendar/6866ae1e52c2fa0f09126979?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/assets.calendar/6866ae1e52c2fa0f09126979?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" sizes="(max-width: 360px) 330px,(max-width: 450px) 420px,(max-width: 540px) 510px,(max-width: 659px) 620px,(min-width: 660px) and (max-width: 719px) 330px,(max-width: 890px) 420px,(max-width: 970px) 510px,(max-width: 1159px) 330px,(min-width: 1160px) 420px" alt="Concerts - Falling In Reverse: God Is A Weapon Tour" class="lazyload" srcSet="https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(330,186),quality(65) 330w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(420,236),quality(65) 420w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(510,287),quality(65) 510w,https://i.iheart.com/v3/re/new_assets/f79fc341-a979-4863-81b0-eea1ddc6e07b?ops=gravity(%22north%22),fit(620,349),quality(65) 620w" width="288" height="162"/></a></div><figcaption><nav data-cy="eyebrow" class="Eyebrow-module_component-eyebrow_AIV95"><a tabindex="0" href="/calendar/category/concerts/">Concerts</a></nav><a class="card-title" tabindex="0" href="/calendar/content/2025-08-20-falling-in-reverse-god-is-a-weapon-tour/">Falling In Reverse: God Is A Weapon Tour</a><time class="component-date-display" dateTime="1755728153676">Aug 20, 2025</time></figcaption></figure></div></div></div></div><input type="hidden" data-id="aM2ge"/><input type="hidden" data-id="rbePH"/></div></section><section class="col-bottom"><div class="component-region region-ad-bottom-leaderboard"><div tabindex="-1" class="component-ad-unit lazy-load" data-position="3306" data-split="0" id="dfp-ad-3306-ad:bottom-leaderboard"></div><input type="hidden" data-id="ad:bottom-leaderboard"/></div></section></main><footer class="component-site-footer"><div class="component-container"><div class="footer-row footer-links"><ul class="footer-station-links"><li><a tabindex="0" href="/newsletter/">Rock-o-Holics</a></li></ul><ul class="footer-national-links"><li><a tabindex="0" href="/contact/">Contact</a></li><li><a tabindex="0" href="/advertise/">Advertise on 98ROCK</a></li><li><a href="https://www.iheart.com/apps/" target="_blank" rel="noopener">Download The Free iHeartRadio App</a></li><li><a href="https://www.iheart.com/podcast/" target="_blank" rel="noopener">Find a Podcast</a></li></ul><div class="component-social-network-icons"><ul class="component-social-icons"><li class="icon-container"><a href="//www.facebook.com/98rocktampabay" aria-label="Visit us on facebook" target="_blank" rel="noopener"><svg tabindex="-1" focusable="false" class="svg-icon icon-facebook" width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" fill="none"><path class="primary-path" tabindex="-1" d="M21 12C21 7.02891 16.9711 3 12 3C7.02891 3 3 7.02891 3 12C3 16.493 6.29062 20.216 10.5938 20.891V14.6016H8.30859V12H10.5938V10.0172C10.5938 7.76191 11.9367 6.51562 13.9934 6.51562C14.9777 6.51562 16.0078 6.69141 16.0078 6.69141V8.90625H14.8723C13.7543 8.90625 13.4062 9.60059 13.4062 10.3125V12H15.9023L15.5033 14.6016H13.4062V20.891C17.7094 20.216 21 16.493 21 12Z" fill="#27292D"></path><path class="secondary-path" tabindex="-1" d="M15.5033 14.6016L15.9023 12H13.4062V10.3125C13.4062 9.60059 13.7543 8.90625 14.8723 8.90625H16.0078V6.69141C16.0078 6.69141 14.9777 6.51562 13.9934 6.51562C11.9367 6.51562 10.5938 7.76191 10.5938 10.0172V12H8.30859V14.6016H10.5938V20.891C11.0525 20.9631 11.5219 21 12 21C12.4781 21 12.9475 20.9631 13.4062 20.891V14.6016H15.5033Z" fill="white"></path></svg></a></li><li class="icon-container"><a href="//www.x.com/98rocktampabay" aria-label="Visit us on X" target="_blank" rel="noopener"><svg tabindex="-1" focusable="false" class="svg-icon icon-twitter" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path class="primary-path" d="M13.7124 10.6218L20.4133 3H18.8254L13.0071 9.61788L8.35992 3H3L10.0274 13.0074L3 21H4.58799L10.7324 14.0113L15.6401 21H21L13.7124 10.6218ZM11.5375 13.0956L10.8255 12.0991L5.16017 4.16971H7.59922L12.1712 10.5689L12.8832 11.5655L18.8262 19.8835H16.3871L11.5375 13.0956Z" fill="#27292D"></path></svg></a></li><li class="icon-container"><a href="//www.instagram.com/98rocksthebay" aria-label="Visit us on instagram" target="_blank" rel="noopener"><svg tabindex="-1" focusable="false" class="svg-icon icon-instagram" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path class="primary-path" tabindex="-1" fill-rule="evenodd" clip-rule="evenodd" d="M12.0001 7.37836C11.086 7.37836 10.1924 7.64941 9.43242 8.15724C8.6724 8.66508 8.08003 9.38688 7.73023 10.2314C7.38043 11.0759 7.28891 12.0051 7.46723 12.9016C7.64556 13.7981 8.08573 14.6216 8.73208 15.268C9.37842 15.9143 10.2019 16.3545 11.0984 16.5328C11.9949 16.7112 12.9242 16.6196 13.7687 16.2698C14.6132 15.92 15.335 15.3277 15.8428 14.5676C16.3506 13.8076 16.6217 12.9141 16.6217 12C16.6217 10.7743 16.1348 9.59873 15.2681 8.732C14.4013 7.86528 13.2258 7.37836 12.0001 7.37836ZM12.0001 15C11.4067 15 10.8267 14.824 10.3334 14.4944C9.84003 14.1647 9.45553 13.6962 9.22847 13.148C9.00141 12.5998 8.94201 11.9966 9.05777 11.4147C9.17353 10.8328 9.45925 10.2982 9.87881 9.87867C10.2984 9.45912 10.8329 9.17341 11.4148 9.05765C11.9968 8.9419 12.6 9.00131 13.1482 9.22838C13.6963 9.45544 14.1649 9.83995 14.4945 10.3333C14.8241 10.8266 15.0001 11.4067 15.0001 12C15.0001 12.7956 14.684 13.5587 14.1214 14.1213C13.5588 14.6839 12.7957 15 12.0001 15Z" fill="#27292D"></path><path class="primary-path" tabindex="-1" d="M17.8842 7.19576C17.8842 7.79222 17.4007 8.27575 16.8042 8.27575C16.2078 8.27575 15.7243 7.79222 15.7243 7.19576C15.7243 6.5993 16.2078 6.11578 16.8042 6.11578C17.4007 6.11578 17.8842 6.5993 17.8842 7.19576Z" fill="#27292D"></path><path class="primary-path" tabindex="-1" fill-rule="evenodd" clip-rule="evenodd" d="M12 3C9.55581 3 9.24921 3.01036 8.28942 3.05416C7.33144 3.09789 6.67723 3.25001 6.10476 3.47251C5.50424 3.69849 4.96024 4.05275 4.51069 4.51058C4.05276 4.9601 3.6984 5.50411 3.47233 6.10466C3.25001 6.67716 3.09789 7.33137 3.05434 8.28935C3.01036 9.24915 3 9.55575 3 12C3 14.4443 3.01036 14.7509 3.05434 15.7107C3.09807 16.6687 3.25019 17.3229 3.47268 17.8953C3.69867 18.4959 4.05293 19.0399 4.51076 19.4894C4.96031 19.9472 5.50431 20.3015 6.10484 20.5275C6.67734 20.75 7.33154 20.9021 8.28949 20.9458C9.24944 20.9896 9.55592 21 12.0002 21C14.4444 21 14.751 20.9896 15.7108 20.9458C16.6688 20.9021 17.323 20.75 17.8955 20.5275C18.4933 20.2963 19.0363 19.9427 19.4896 19.4894C19.9428 19.0362 20.2964 18.4932 20.5276 17.8953C20.7501 17.3228 20.9023 16.6686 20.946 15.7107C20.9898 14.7507 21.0001 14.4443 21.0001 12C21.0001 9.55578 20.9898 9.24915 20.946 8.28935C20.9023 7.33137 20.7501 6.67716 20.5276 6.10469C20.3017 5.50417 19.9474 4.96016 19.4896 4.51062C19.04 4.0527 18.496 3.69836 17.8954 3.47233C17.3229 3.25001 16.6687 3.09789 15.7107 3.05434C14.7509 3.01036 14.4443 3 12 3ZM12 4.62165C14.4031 4.62165 14.6878 4.63084 15.6369 4.67414C16.5144 4.71418 16.9909 4.86077 17.308 4.98402C17.699 5.1283 18.0526 5.35835 18.3429 5.65727C18.6418 5.94757 18.8718 6.30118 19.0161 6.69209C19.1394 7.00923 19.286 7.48577 19.326 8.36326C19.3693 9.31231 19.3785 9.59694 19.3785 12.0001C19.3785 14.4033 19.3693 14.6879 19.326 15.637C19.286 16.5145 19.1393 16.991 19.0161 17.3082C18.8664 17.6963 18.6371 18.0488 18.3429 18.343C18.0487 18.6372 17.6962 18.8665 17.308 19.0162C16.9909 19.1395 16.5144 19.2861 15.6369 19.3261C14.688 19.3694 14.4034 19.3786 12 19.3786C9.59665 19.3786 9.31213 19.3694 8.36316 19.3261C7.48566 19.2861 7.00916 19.1395 6.69199 19.0162C6.30107 18.872 5.94747 18.6419 5.65716 18.343C5.35824 18.0527 5.12819 17.6991 4.98391 17.3082C4.86066 16.991 4.71404 16.5145 4.67403 15.637C4.63073 14.688 4.62155 14.4033 4.62155 12.0001C4.62155 9.59694 4.63073 9.31238 4.67403 8.36326C4.71408 7.48577 4.86066 7.00926 4.98391 6.69209C5.12821 6.30116 5.35828 5.94754 5.65723 5.65723C5.94754 5.35832 6.30115 5.12826 6.69206 4.98398C7.00919 4.86073 7.48574 4.71411 8.36323 4.6741C9.31228 4.6308 9.59683 4.62165 12 4.62165Z" fill="#27292D"></path></svg></a></li><li class="icon-container"><a href="//www.snapchat.com/add/98rocktampabay" aria-label="Visit us on snapchat" target="_blank" rel="noopener"><svg tabindex="-1" focusable="false" class="svg-icon icon-snapchat" width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path tabindex="-1" class="primary-path" d="M21.6499 17.1157C18.9334 16.6657 17.7057 13.877 17.6557 13.7604C17.6502 13.7548 17.6502 13.7492 17.6446 13.7381C17.5002 13.4437 17.4668 13.1993 17.5502 13.0048C17.7057 12.6327 18.2834 12.4493 18.6668 12.3327C18.7723 12.2993 18.8723 12.266 18.9556 12.2327C19.6334 11.966 19.9722 11.6383 19.9667 11.255C19.9611 10.955 19.7278 10.6883 19.3556 10.555C19.2334 10.505 19.0834 10.4772 18.939 10.4772C18.839 10.4772 18.6945 10.4884 18.5557 10.555C18.2334 10.705 17.9446 10.7883 17.6946 10.7994C17.5279 10.7939 17.4224 10.7495 17.3613 10.7161C17.3668 10.5772 17.378 10.4384 17.3891 10.2884L17.3946 10.2328C17.4779 8.87181 17.5891 7.18304 17.1446 6.18866C15.8225 3.22776 13.0227 3 12.195 3C12.1783 3 12.1617 3 12.145 3C12.145 3 11.8228 3.00556 11.8006 3.00556C10.9729 3.00556 8.1786 3.23332 6.86203 6.19422C6.41762 7.18859 6.52317 8.87736 6.61205 10.2384C6.62316 10.3995 6.63427 10.5661 6.63982 10.7272C6.57316 10.7661 6.44539 10.8106 6.25096 10.8106C5.98987 10.8106 5.67878 10.7272 5.32881 10.5661C5.23437 10.5217 5.12882 10.4995 5.01216 10.4995C4.60664 10.4995 4.11778 10.7661 4.04001 11.1661C3.98446 11.455 4.11223 11.8771 5.03994 12.2382C5.12327 12.2716 5.22326 12.3049 5.32881 12.3382C5.71211 12.4604 6.28985 12.6438 6.44539 13.0104C6.52872 13.1993 6.49539 13.4493 6.35096 13.7437C6.3454 13.7492 6.3454 13.7548 6.33985 13.7659C6.28985 13.8826 5.06216 16.6768 2.34568 17.1212C2.13459 17.1546 1.9846 17.3434 2.00126 17.5545C2.00682 17.6156 2.01793 17.6823 2.0457 17.7434C2.25125 18.2211 3.1123 18.5711 4.67885 18.8155C4.72885 18.8878 4.7844 19.1377 4.81773 19.2877C4.85106 19.4377 4.88439 19.5933 4.93439 19.7544C4.97883 19.9155 5.1066 20.1099 5.41769 20.1099C5.54546 20.1099 5.69545 20.0821 5.86766 20.0488C6.12875 19.9988 6.48428 19.9266 6.93425 19.9266C7.18423 19.9266 7.43977 19.9488 7.70086 19.9932C8.20638 20.0766 8.63413 20.3821 9.13409 20.7321C9.84515 21.2376 10.6507 21.8042 11.8783 21.8042C11.9117 21.8042 11.945 21.8042 11.9783 21.7987C12.0172 21.7987 12.0672 21.8042 12.1228 21.8042C13.3505 21.8042 14.156 21.232 14.867 20.7321C15.367 20.3821 15.7947 20.0766 16.3003 19.9932C16.5613 19.9488 16.8169 19.9266 17.0669 19.9266C17.4946 19.9266 17.8335 19.9821 18.1335 20.0377C18.3223 20.0766 18.4723 20.0932 18.5834 20.0932H18.5945H18.6056C18.839 20.0932 19.0056 19.971 19.0667 19.7488C19.1112 19.5877 19.1501 19.4377 19.1834 19.2822C19.2167 19.1322 19.2723 18.8822 19.3223 18.81C20.8888 18.5656 21.7499 18.2156 21.9554 17.7434C21.9832 17.6823 21.9943 17.6212 21.9999 17.5545C22.0054 17.3379 21.8554 17.149 21.6499 17.1157Z" fill="#27292D"></path></svg></a></li><li class="icon-container"><a href="//www.tiktok.com/@98rocktampabay" aria-label="Visit us on tiktok" target="_blank" rel="noopener"><svg tabindex="-1" focusable="false" class="svg-icon icon-tiktok" width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path class="primary-path" tabindex="-1" d="M20.7501 6.91071C19.5331 6.84196 18.3823 6.33443 17.5108 5.48214C17.0478 5.03475 16.683 4.49596 16.4394 3.9C16.1913 3.30286 16.0697 2.66078 16.0822 2.01428H12.5822V15.0179C12.5822 17.2143 11.2751 18.5107 9.65367 18.5107C9.26383 18.5197 8.87615 18.4504 8.5136 18.3068C8.15104 18.1633 7.82097 17.9484 7.54296 17.675C7.2645 17.4005 7.04247 17.0741 6.88939 16.7143C6.73851 16.3534 6.66081 15.9661 6.66081 15.575C6.66081 15.1838 6.73851 14.7966 6.88939 14.4357C7.04247 14.0759 7.2645 13.7495 7.54296 13.475C7.82097 13.2016 8.15104 12.9867 8.5136 12.8432C8.87615 12.6996 9.26383 12.6303 9.65367 12.6393C9.97636 12.6414 10.2964 12.6981 10.6001 12.8071V9.23571C10.2892 9.169 9.97165 9.13784 9.65367 9.14285C8.38222 9.14285 7.13932 9.51988 6.08215 10.2263C5.02498 10.9326 4.20101 11.9366 3.71445 13.1113C3.22788 14.286 3.10058 15.5786 3.34862 16.8256C3.59667 18.0726 4.20893 19.2181 5.10799 20.1171C6.00704 21.0162 7.1525 21.6284 8.39952 21.8765C9.64654 22.1245 10.9391 21.9972 12.1138 21.5107C13.2884 21.0241 14.2925 20.2001 14.9988 19.1429C15.7052 18.0858 16.0822 16.8429 16.0822 15.5714V8.78571C17.4634 9.70742 19.0897 10.1927 20.7501 10.1786V6.91071Z" fill="#27292D"></path></svg></a></li></ul></div><div class="description">98 ROCK is Tampa Bay's Rock Station and the flagship station of the Tampa Bay Buccaneers.</div><hr/><ul class="lower-footer-national-links"><li><a tabindex="0" href="/sitemap/">Sitemap</a></li><li><a tabindex="0" href="/rules/">Contest Rules</a></li><li><a href="https://www.iheart.com/privacy/" target="_blank" rel="noopener">Privacy Policy</a></li><li><a href="https://privacy.iheart.com/" target="_blank" rel="noopener">Your Privacy Choices<img data-src="http://i-stg.iheart.com/v3/re/new_assets/66fee14066ebdb3465fd0684" alt="Your privacy Logo" class="lazyload" width="13" height="14"/></a></li><li><a href="https://www.iheart.com/terms/" target="_blank" rel="noopener">Terms of Use</a></li><li><a href="https://www.iheart.com/adchoices/" target="_blank" rel="noopener">AdChoices<img data-src="https://i.iheart.com/v3/re/new_assets/faf40618-8c4b-4554-939b-49bce06bbcca" alt="AdChoices Logo" class="lazyload" width="13" height="14"/></a></li><li class="public-inspection-file"><a href="https://publicfiles.fcc.gov/fm-profile/WXTB/" target="_blank" rel="noopener">WXTB<!-- --> <!-- -->Public Inspection File</a></li><li><a href="https://politicalfiles.iheartmedia.com/files/location/WXTB/" target="_blank" rel="noopener">WXTB<!-- --> <!-- -->Political File</a></li><li><a href="https://i.iheart.com/v3/re/assets.eeo/66f5b6d62d483476e1093d5f?passthrough=1" target="_blank" rel="noopener">EEO Public File</a></li><li><a tabindex="0" href="/content/public-file-assistance/">Public File Assistance</a></li><li><a tabindex="0" href="/fcc-applications/">FCC Applications</a></li></ul><div class="site-ownership"><div>© <!-- -->2025<!-- --> <!-- -->iHeartMedia, Inc.</div></div></div></div></footer><div class="component-apptray"><div id="recaptcha-badge" class="g-recaptcha"></div></div></div></div></div>
<div id="fb-root" />
<script>window.__PRELOADED_STATE__ = {"site":{"site":{"sites":{"find":{"_id":"%2F790c16d57d123c6fe5e1d6f4975c6dd0","canonicalHostname":"98rock.iheart.com","hostnames":[],"facets":["markets/TAMPA-FL","formats/ROCKACTIVE","genres/Rock","brands/WXTB-FM (2101)","markets/TAMPA-FL","facets/Stormwatch Florida Brands","facets/Central Florida News","facets/FloridaStations","facets/All Sites - English","facets/ALTerEgoContestPhase1","facets/OperationStormwatchFlorida","facets/WinB4Contest","facets/Stormwatch Stations","facets/2025MusicFestivalStations","facets/Q3CashContest","facets/Q3CashContestExclusion","facets/ThankATeacherEnglish","facets/2025MusicFestivalContest"],"slug":"wxtb-fm","market":"markets/TAMPA-FL","ownBrand":"brands/WXTB-FM (2101)","timeZone":"America/New_York","keys":["hostname:98rock.iheart.com","hostname:www.98rock.com","hostname:98rock.com","hostname:wxtb.com","hostname:www.wxtb.com","hostname:livestock12.com","hostname:www.livestock12.com","hostname:livestock13.com","hostname:www.livestock13.com","hostname:livestock14.com","hostname:www.livestock14.com","hostname:livestock15.com","hostname:www.livestock15.com","hostname:livestock16.com","hostname:www.livestock16.com","hostname:livestock17.com","hostname:www.livestock17.com","hostname:livestock18.com","hostname:www.livestock18.com","hostname:tothetroops.com","hostname:www.tothetroops.com","hostname:getmileynaked.com","hostname:www.getmileynaked.com","hostname:beertaxbad.com","hostname:www.beertaxbad.com","hostname:donttaxourbeer.com","hostname:www.donttaxourbeer.com","hostname:98rockfest.com","hostname:www.98rockfest.com","hostname:rockfest.98rock.com","hostname:wxtb-fm.radio.iheart.com","id:/790c16d57d123c6fe5e1d6f4975c6dd0","brand:brands/WXTB-FM (2101)","slug:wxtb-fm","primaryParentOf:/1d52dd7132a50d979e1c1e6b1477078f","primaryParentOf:/592dc19d3fd8be1e47705ec8","primaryParentOf:/5a0270a81275d4ce3e0171a0","primaryParentOf:/5afb1c129e93cbea57f48b03","primaryParentOf:/5b06cc5b8d75e2cc4a744f13","primaryParentOf:/5b4e52fe72e1d2a9db74dead","primaryParentOf:/5b4e534be751081888109aa8","primaryParentOf:/5b52476de5f68a37e62178c5","primaryParentOf:/5b6d909e0c7e80811a517779","primaryParentOf:/d2ad053ea0bd863da4b6567a59150b22","stream:697","primaryParentOf:/5fce7e7c8cf52cbc0531002d","broadcastFacility:11274","broadcastFacilityCallsign:wxtb"],"stream":{"id":697,"primaryPronouncement":"Ninety Eight Rock","recentlyPlayedEnabled":true,"isActive":"true"},"ownership":{"id":"providers/Clear Channel","taxo":{"source":{"display_name":"iHeartMedia, Inc."}}},"summary":{"name":"98ROCK","description":"98 ROCK is Tampa Bay's Rock Station."},"status":{"hide":{"startDate":0,"endDate":0,"redirectTo":""},"isHidden":false,"isActive":true},"configByLookup":{"_id":"/790c16d57d123c6fe5e1d6f4975c6dd0/inferno","adPositions":[{"breakpoints":[{"breakpoint":0,"sizes":[{"w":300,"h":250}]},{"breakpoint":700,"sizes":[{"w":300,"h":250}]}],"_id":"/local-site/3308","positionId":"3308","template":"local-site","adSplit":10,"forceLoad":true},{"breakpoints":[{"breakpoint":320,"sizes":[{"w":300,"h":250}]},{"breakpoint":480,"sizes":[{"w":300,"h":250}]},{"breakpoint":700,"sizes":[{"w":300,"h":250}]},{"breakpoint":760,"sizes":[{"w":300,"h":250}]},{"breakpoint":768,"sizes":[{"w":300,"h":250}]},{"breakpoint":800,"sizes":[{"w":300,"h":250}]},{"breakpoint":990,"sizes":[{"w":300,"h":250}]},{"breakpoint":1024,"sizes":[{"w":300,"h":250}]},{"breakpoint":1059,"sizes":[{"w":300,"h":250}]},{"breakpoint":1060,"sizes":[{"w":0,"h":0}]},{"breakpoint":1190,"sizes":[{"w":0,"h":0}]},{"breakpoint":0,"sizes":[{"w":0,"h":0}]}],"_id":"%2F5e289b1ec184cee3fd7aaeb2","positionId":"3327","template":"local-inferno-site","adSplit":10,"forceLoad":false},{"breakpoints":[{"breakpoint":1060,"sizes":[{"w":300,"h":250},{"w":300,"h":600}]},{"breakpoint":1190,"sizes":[{"w":300,"h":250},{"w":300,"h":600}]},{"breakpoint":0,"sizes":[{"w":0,"h":0}]},{"breakpoint":320,"sizes":[{"w":0,"h":0}]},{"breakpoint":480,"sizes":[{"w":0,"h":0}]}],"_id":"%2F5e289b1ec184cee3fd7aaeb1","positionId":"3307","template":"local-inferno-site","adSplit":10,"forceLoad":false},{"breakpoints":[{"breakpoint":320,"sizes":[{"w":320,"h":50}]},{"breakpoint":480,"sizes":[{"w":320,"h":50}]},{"breakpoint":700,"sizes":[{"w":320,"h":50}]},{"breakpoint":760,"sizes":[{"w":320,"h":50}]},{"breakpoint":768,"sizes":[{"w":728,"h":90}]},{"breakpoint":800,"sizes":[{"w":728,"h":90}]},{"breakpoint":990,"sizes":[{"w":728,"h":90}]},{"breakpoint":1024,"sizes":[{"w":728,"h":90}]},{"breakpoint":1059,"sizes":[{"w":728,"h":90}]},{"breakpoint":1060,"sizes":[{"w":728,"h":90}]},{"breakpoint":1190,"sizes":[{"w":728,"h":90}]}],"_id":"%2F5f15ebcbe9960c806959fb15","positionId":"3332","template":"local-inferno-site","adSplit":50,"forceLoad":false},{"breakpoints":[{"breakpoint":0,"sizes":[{"w":320,"h":50},{"w":320,"h":150}]},{"breakpoint":320,"sizes":[{"w":320,"h":50},{"w":320,"h":150}]},{"breakpoint":480,"sizes":[{"w":320,"h":50},{"w":320,"h":150}]},{"breakpoint":700,"sizes":[{"w":320,"h":50},{"w":320,"h":150}]},{"breakpoint":760,"sizes":[{"w":320,"h":50},{"w":320,"h":150}]},{"breakpoint":768,"sizes":[{"w":728,"h":90}]},{"breakpoint":800,"sizes":[{"w":728,"h":90}]},{"breakpoint":990,"sizes":[{"w":728,"h":90}]},{"breakpoint":1024,"sizes":[{"w":728,"h":90}]},{"breakpoint":1059,"sizes":[{"w":728,"h":90}]},{"breakpoint":1060,"sizes":[{"w":728,"h":90},{"w":970,"h":250}]},{"breakpoint":1190,"sizes":[{"w":728,"h":90},{"w":970,"h":250}]}],"_id":"%2F5e289b1ec184cee3fd7aaeae","positionId":"3330","template":"local-inferno-site","adSplit":50,"forceLoad":false},{"breakpoints":[{"breakpoint":0,"sizes":[{"w":300,"h":250}]},{"breakpoint":700,"sizes":[{"w":300,"h":250}]}],"_id":"/local-site/3309","positionId":"3309","template":"local-site","adSplit":10,"forceLoad":true},{"breakpoints":[{"breakpoint":0,"sizes":[{"w":320,"h":50}]},{"breakpoint":320,"sizes":[{"w":320,"h":50}]},{"breakpoint":480,"sizes":[{"w":320,"h":50}]},{"breakpoint":700,"sizes":[{"w":320,"h":50}]},{"breakpoint":760,"sizes":[{"w":320,"h":50}]},{"breakpoint":768,"sizes":[{"w":728,"h":90}]},{"breakpoint":800,"sizes":[{"w":728,"h":90}]},{"breakpoint":990,"sizes":[{"w":728,"h":90}]},{"breakpoint":1024,"sizes":[{"w":728,"h":90}]},{"breakpoint":1059,"sizes":[{"w":728,"h":90}]},{"breakpoint":1060,"sizes":[{"w":728,"h":90},{"w":970,"h":250}]},{"breakpoint":1190,"sizes":[{"w":728,"h":90},{"w":970,"h":250}]}],"_id":"%2F5e289b1ec184cee3fd7aaeb0","positionId":"3306","template":"local-inferno-site","adSplit":0,"forceLoad":false},{"breakpoints":[{"breakpoint":0,"sizes":[{"w":0,"h":0}]},{"breakpoint":320,"sizes":[{"w":3,"h":3}]},{"breakpoint":480,"sizes":[{"w":3,"h":3}]},{"breakpoint":700,"sizes":[{"w":3,"h":3}]},{"breakpoint":760,"sizes":[{"w":10,"h":10}]},{"breakpoint":768,"sizes":[{"w":10,"h":10}]},{"breakpoint":800,"sizes":[{"w":10,"h":10}]}],"_id":"%2F5f230d591e48ed5023a49f05","positionId":"3331a","template":"local-inferno-site","adSplit":50,"forceLoad":false},{"breakpoints":[{"breakpoint":0,"sizes":[{"w":0,"h":0}]},{"breakpoint":768,"sizes":[{"w":1,"h":1}]}],"_id":"%2F5f9823d6564708139f497ffb","positionId":"8888","template":"local-inferno-site","adSplit":100,"forceLoad":true},{"breakpoints":[{"breakpoint":0,"sizes":[{"w":300,"h":100}]}],"_id":"/local-site/5052","positionId":"5052","template":"local-site","adSplit":0,"forceLoad":false},{"breakpoints":[{"breakpoint":0,"sizes":[{"w":300,"h":250}]},{"breakpoint":320,"sizes":[{"w":300,"h":250}]},{"breakpoint":480,"sizes":[{"w":300,"h":250}]},{"breakpoint":700,"sizes":[{"w":300,"h":250}]},{"breakpoint":760,"sizes":[{"w":300,"h":250}]},{"breakpoint":768,"sizes":[{"w":728,"h":90}]},{"breakpoint":800,"sizes":[{"w":728,"h":90}]},{"breakpoint":990,"sizes":[{"w":728,"h":90}]},{"breakpoint":1024,"sizes":[{"w":728,"h":90}]},{"breakpoint":1059,"sizes":[{"w":728,"h":90}]},{"breakpoint":1060,"sizes":[{"w":728,"h":90}]},{"breakpoint":1190,"sizes":[{"w":728,"h":90}]}],"_id":"%2F5e289b1ec184cee3fd7aaeaf","positionId":"3331","template":"local-inferno-site","adSplit":50,"forceLoad":false}],"routes":[{"name":"livebandfriday","path":"/livebandfriday"},{"name":"home","path":"/"},{"name":"weather","path":"/weather"},{"name":"contests","path":"/contests/"},{"name":"ads","path":"/ads/"},{"name":"advertise","path":"/advertise/"},{"name":"amazongoogle","path":"/amazon-alexa-and-google-home/"},{"name":"calendar_content_all","path":"/calendar/"},{"name":"contact","path":"/contact/"},{"name":"content","path":"/content/"},{"name":"fccappliciations","path":"/fcc-applications/"},{"name":"featured","path":"/from-our-shows/"},{"name":"iheartradio_app","path":"/apps/"},{"name":"music_home","path":"/music/"},{"name":"newsletter","path":"/newsletter/"},{"name":"onair_schedule","path":"/schedule/"},{"name":"podcasts","path":"/podcasts/"},{"name":"promotions","path":"/promotions/"},{"name":"robots","path":"/robots/"},{"name":"rules","path":"/rules/"},{"name":"traffic","path":"/traffic/"},{"name":"error_page","path":"/_error/404/"},{"name":"music_recently_played","path":"/music/recently-played/"},{"name":"music_top_songs","path":"/music/top-songs/"},{"name":"newsletter_unsubscribe","path":"/newsletter/unsubscribe/"},{"name":"topic_content","path":"/topic/content/"},{"name":"author","path":"/author/\u003cslug>"},{"name":"calendar_content","path":"/calendar/content/\u003cslug>"},{"name":"calendar_content_category","path":"/calendar/category/\u003ctopic>"},{"name":"chart","path":"/charts/\u003cchart_slug>/"},{"name":"contest","path":"/contests/\u003cslug>/"},{"name":"detail","path":"/content/\u003cslug>/"},{"name":"onair_schedule_day","path":"/schedule/\u003cday>/"},{"name":"plaintext","path":"/text/\u003cslug>/"},{"name":"promotion","path":"/promotions/\u003cslug>/"},{"name":"search","path":"/search/\u003ckeyword>/"},{"name":"topic","path":"/topic/\u003ctopic>/"},{"name":"chart_detail","path":"/charts/\u003cchart_slug>/\u003clist_slug>/"}],"redirects":[{"id":"sG5ku","priority":0,"source":"/terms","regex":false,"schedule":{"begin":1495213980000,"end":4115978604802},"destination":{"type":"URL","value":"/content/terms-of-use/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"iVzdH","priority":0,"source":"/privacy","regex":false,"schedule":{"begin":1495214100000,"end":4115978604802},"destination":{"type":"URL","value":"/content/privacy-and-cookie-notice/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"LoFCm","priority":0,"source":"/village","regex":false,"schedule":{"begin":1653336000000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"1nTyx","priority":0,"source":"/spotlight","regex":false,"schedule":{"begin":1498503600000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/iHeartRadio Spotlight"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"689Gc","priority":0,"source":"/spotlights","regex":false,"schedule":{"begin":1498503600000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/iHeartRadio Spotlight"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"WFN6j","priority":0,"source":"/politics","regex":false,"schedule":{"begin":1498507200000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Political Junkie (1077)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"pHMQ9","priority":0,"source":"/politicaljunkie","regex":false,"schedule":{"begin":1498507200000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Political Junkie (1077)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"oLs7Z","priority":0,"source":"/trump","regex":false,"schedule":{"begin":1498507200000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Political Junkie (1077)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"jaGYj","priority":0,"source":"/election","regex":false,"schedule":{"begin":1498507200000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Political Junkie (1077)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"lAdqT","priority":0,"source":"/debate","regex":false,"schedule":{"begin":1498507200000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Political Junkie (1077)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"hRBn4","priority":0,"source":"/live","regex":false,"schedule":{"begin":1498510800000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/iHeartRadio LIVE (9)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"NTW8H","priority":0,"source":"/theater","regex":false,"schedule":{"begin":1498510800000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/iHeartRadio LIVE (9)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"T7NRs","priority":0,"source":"/theaters","regex":false,"schedule":{"begin":1498510800000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/iHeartRadio LIVE (9)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"lnPpW","priority":0,"source":"/fiestalatina","regex":false,"schedule":{"begin":1532113200000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/fiesta-latina/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"M89F6","priority":0,"source":"/fiesta","regex":false,"schedule":{"begin":1532113200000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/fiesta-latina/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"oIvoh","priority":0,"source":"/ontheverge","regex":false,"schedule":{"begin":1498672800000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/iHeartRadio On The Verge (28)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"fvFSl","priority":0,"source":"/otv","regex":false,"schedule":{"begin":1498672800000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/iHeartRadio On The Verge (28)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"0ojeA","priority":0,"source":"/events","regex":false,"schedule":{"begin":1498680000000,"end":4115978604802},"destination":{"type":"URL","value":"/content/iheartradio-events/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"t2qxn","priority":0,"source":"/risingstar","regex":false,"schedule":{"begin":1499313600000,"end":4115978604802},"destination":{"type":"URL","value":"http://macysrisingstar.iheartradio.com"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"QCwSi","priority":0,"source":"/risingstars","regex":false,"schedule":{"begin":1499313600000,"end":4115978604802},"destination":{"type":"URL","value":"http://macysrisingstar.iheartradio.com"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"FNCWN","priority":0,"source":"/edc","regex":false,"schedule":{"begin":1500656400000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/live/edc-radio-7355/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"QIxAi","priority":0,"source":"/edcradio","regex":false,"schedule":{"begin":1500656400000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/live/edc-radio-7355/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"novvL","priority":0,"source":"/favicon.ico","regex":false,"schedule":{"begin":1500668040000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/assets/favicon.cf2eff6db48eda72637f3c01d6ce99ae.ico?rev=7.34.3"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"cJ6Ax","priority":0,"source":"/script2/rss.php","regex":false,"schedule":{"begin":1500668040000,"end":4115978604802},"destination":{"type":"URL","value":"/timeline.rss"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"dc0Ob","priority":0,"source":"/playlist/","regex":false,"schedule":{"begin":1501782060000,"end":4115978604802},"destination":{"type":"URL","value":"/music/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"otvhW","priority":0,"source":"/calendar/concerts-9/","regex":false,"schedule":{"begin":1503509820000,"end":4115978604802},"destination":{"type":"URL","value":"/calendar/events/concerts/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Y0ecD","priority":0,"source":"/index.php","regex":false,"schedule":{"begin":1503515460000,"end":4115978604802},"destination":{"type":"URL","value":"/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"fP9Md","priority":0,"source":"/index.html","regex":false,"schedule":{"begin":1503515460000,"end":4115978604802},"destination":{"type":"URL","value":"/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"IT6c8","priority":0,"source":"/calendar/station-events-1/","regex":false,"schedule":{"begin":1503515520000,"end":4115978604802},"destination":{"type":"URL","value":"/calendar/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"PfvMC","priority":0,"source":"/80sshow","regex":false,"schedule":{"begin":1504040400000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/80s Show"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"xXbXZ","priority":0,"source":"/80show","regex":false,"schedule":{"begin":1504040400000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/80s Show"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"SzMPk","priority":0,"source":"/eightiesshow","regex":false,"schedule":{"begin":1504040400000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/80s Show"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"gBzKO","priority":0,"source":"/the80sshow","regex":false,"schedule":{"begin":1504040400000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/80s Show"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"0vWcK","priority":0,"source":"/daytimevillage","regex":false,"schedule":{"begin":1653336000000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"IoHEa","priority":0,"source":"/iheartnow","regex":false,"schedule":{"begin":1506690000000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.facebook.com/iheartnow"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"kGobR","priority":0,"source":"/holidays","regex":false,"schedule":{"begin":1508331600000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Happy Holidays (8)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"vR6is","priority":0,"source":"/happyholidays","regex":false,"schedule":{"begin":1508331600000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Happy Holidays (8)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"tL3jx","priority":0,"source":"/christmas","regex":false,"schedule":{"begin":1508331600000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Happy Holidays (8)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"sOdwO","priority":0,"source":"/hanukkah","regex":false,"schedule":{"begin":1508331600000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Happy Holidays (8)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"6fl6B","priority":0,"source":"/fangirls","regex":false,"schedule":{"begin":1515776400000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/FanGirls"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"4pZRU","priority":0,"source":"/fangirl","regex":false,"schedule":{"begin":1515776400000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/FanGirls"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Z0psI","priority":0,"source":"/blackhistory","regex":false,"schedule":{"begin":1517007600000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Black History Month (1830)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"mU8Gz","priority":0,"source":"/blackhistorymonth","regex":false,"schedule":{"begin":1517007600000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Black History Month (1830)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"scHow","priority":0,"source":"/iheartcountry","regex":false,"schedule":{"begin":1518786000000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheartcountry.com"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"tgPDH","priority":0,"source":"/country","regex":false,"schedule":{"begin":1518786000000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheartcountry.com"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"P4kj3","priority":0,"source":"/cc-common/traffic/index.html","regex":false,"schedule":{"begin":1519282980000,"end":4115978604802},"destination":{"type":"URL","value":"/traffic/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"zOavI","priority":0,"source":"/cc-common/radiobase/contests","regex":false,"schedule":{"begin":1519282980000,"end":4115978604802},"destination":{"type":"URL","value":"/contests/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Kf469","priority":0,"source":"/cc-common/weather/","regex":false,"schedule":{"begin":1519283040000,"end":4115978604802},"destination":{"type":"URL","value":"/weather/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"pbxiP","priority":0,"source":"/go/radio_app","regex":false,"schedule":{"begin":1519283040000,"end":4115978604802},"destination":{"type":"URL","value":"/apps/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"QxYrG","priority":0,"source":"/pages/streaming.html","regex":false,"schedule":{"begin":1519309560000,"end":4115978604802},"destination":{"type":"URL","value":"/listen/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"tnYcu","priority":0,"source":"/pages/streaming","regex":false,"schedule":{"begin":1519309620000,"end":4115978604802},"destination":{"type":"URL","value":"/listen/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"yBGWM","priority":0,"source":"/pages/war-of-the-roses","regex":false,"schedule":{"begin":1519426260000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/podcast/139-War-Of-The-Roses-25445146/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"VfzOG","priority":0,"source":"/contest","regex":false,"schedule":{"begin":1519426380000,"end":4115978604802},"destination":{"type":"URL","value":"/contests"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"1Q9F6","priority":0,"source":"/cc-common/globalcontestfinder.html","regex":false,"schedule":{"begin":1519426380000,"end":4115978604802},"destination":{"type":"URL","value":"/contests/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"oS817","priority":0,"source":"/pages/listenlive.html","regex":false,"schedule":{"begin":1519426380000,"end":4115978604802},"destination":{"type":"URL","value":"/listen/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"r3T2K","priority":0,"source":"/cc-common/news/sections/entertainmentarticle.html","regex":false,"schedule":{"begin":1519426680000,"end":4115978604802},"destination":{"type":"URL","value":"/topic/trending-pop/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"ba6a4","priority":0,"source":"/home.aspx","regex":false,"schedule":{"begin":1519426740000,"end":4115978604802},"destination":{"type":"URL","value":"/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"JI9OM","priority":0,"source":"/cc-common/streaming_new/index.html","regex":false,"schedule":{"begin":1519426800000,"end":4115978604802},"destination":{"type":"URL","value":"/listen/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"GhyRh","priority":0,"source":"/cc-common/news/videos/player.html","regex":false,"schedule":{"begin":1519426800000,"end":4115978604802},"destination":{"type":"URL","value":"/listen/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"BSMwK","priority":0,"source":"/event_portal/view/calendar/calendar.html","regex":false,"schedule":{"begin":1519426860000,"end":4115978604802},"destination":{"type":"URL","value":"/calendar/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"szqQp","priority":0,"source":"/cc-common/contests/photo_contest.php","regex":false,"schedule":{"begin":1519426860000,"end":4115978604802},"destination":{"type":"URL","value":"/contests/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"i54eh","priority":0,"source":"/asp2/codedetail.aspx","regex":false,"schedule":{"begin":1519426920000,"end":4115978604802},"destination":{"type":"URL","value":"/contests/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"keGyL","priority":0,"source":"/go/register","regex":false,"schedule":{"begin":1519426920000,"end":4115978604802},"destination":{"type":"URL","value":"/newsletter/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"xnBQB","priority":0,"source":"/cc-common/iheartradio-music-festival","regex":false,"schedule":{"begin":1519426980000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"7BOqD","priority":0,"source":"/cc-common/contests/index.html","regex":false,"schedule":{"begin":1519427040000,"end":4115978604802},"destination":{"type":"URL","value":"/contests/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"dOvXM","priority":0,"source":"/main.html","regex":false,"schedule":{"begin":1519427100000,"end":4115978604802},"destination":{"type":"URL","value":"/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"iEGCz","priority":0,"source":"/cc-common/weather","regex":false,"schedule":{"begin":1519427100000,"end":4115978604802},"destination":{"type":"URL","value":"/weather/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"scTdK","priority":0,"source":"/music/recently-played/undefined/","regex":false,"schedule":{"begin":1521464520000,"end":4115978604802},"destination":{"type":"URL","value":"/music/recently-played/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Gje0w","priority":0,"source":"/music/undefined/","regex":false,"schedule":{"begin":1521465300000,"end":4115978604802},"destination":{"type":"URL","value":"/music/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"sko3S","priority":0,"source":"/music/top-songs/undefined/","regex":false,"schedule":{"begin":1521548460000,"end":4115978604802},"destination":{"type":"URL","value":"/music/top-songs/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"d2Y8B","priority":0,"source":"/music/playlist/","regex":false,"schedule":{"begin":1521548760000,"end":4115978604802},"destination":{"type":"URL","value":"/music/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"YMOfW","priority":0,"source":"/{{collectionUrl}}/","regex":false,"schedule":{"begin":1521724800000,"end":4115978604802},"destination":{"type":"URL","value":"/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"UZWIc","priority":0,"source":"/stage","regex":false,"schedule":{"begin":1653336000000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"qY7Bi","priority":0,"source":"/daytimestage","regex":false,"schedule":{"begin":1653336000000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"soGug","priority":0,"source":"/daystage","regex":false,"schedule":{"begin":1653336000000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"UMKHQ","priority":0,"source":"/musicfestival","regex":false,"schedule":{"begin":1528156800000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"H7TrY","priority":0,"source":"/music-festival","regex":false,"schedule":{"begin":1528156800000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"4e6Mq","priority":0,"source":"/festival","regex":false,"schedule":{"begin":1596513600000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"QmKB3","priority":0,"source":"/cc.js?ns=_cc","regex":false,"schedule":{"begin":1528381680000,"end":4115978604802},"destination":{"type":"URL","value":"/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"95ImX","priority":0,"source":"/6663/ccr.newyork.ny/wwpr-fm","regex":false,"schedule":{"begin":1528381680000,"end":4115978604802},"destination":{"type":"URL","value":"/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"e2TbP","priority":0,"source":"/6663/ccr.newyork.ny.n/wwpr-fm","regex":false,"schedule":{"begin":1528381740000,"end":4115978604802},"destination":{"type":"URL","value":"/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"rtsWp","priority":0,"source":"/6663/ccr","regex":false,"schedule":{"begin":1528381740000,"end":4115978604802},"destination":{"type":"URL","value":"/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"dDHKJ","priority":0,"source":"/pages/bobbybones.html?article=10164920","regex":false,"schedule":{"begin":1528382220000,"end":4115978604802},"destination":{"type":"URL","value":"https://bobbybones.iheart.com"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Vksoo","priority":0,"source":"/Durginstuff.html/","regex":false,"schedule":{"begin":1528382400000,"end":4115978604802},"destination":{"type":"URL","value":"https://whp580.iheart.com/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"ydn7Y","priority":0,"source":"/pages/johnandkenshow/","regex":false,"schedule":{"begin":1528382460000,"end":4115978604802},"destination":{"type":"URL","value":"/featured/john-and-ken/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"JAfTn","priority":0,"source":"/cc-common/hdradio/player.php?staid=WLTW-FM","regex":false,"schedule":{"begin":1528382460000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/live/1067-lite-fm-1477/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"vmLvG","priority":0,"source":"/spit","regex":false,"schedule":{"begin":1534179720000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/podcast/spit-29676456/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"3jk0L","priority":0,"source":"/content/2018-09-06-actor-bury-reynolds-dead-at-82/","regex":false,"schedule":{"begin":1536262980000,"end":4115978604802},"destination":{"type":"URL","value":"/content/2018-09-06-actor-burt-reynolds-dead-at-821/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"rRiTl","priority":0,"source":"/topic/24/7%20News%20-%20National%20(501855)/","regex":false,"schedule":{"begin":1537971900000,"end":4115978604802},"destination":{"type":"URL","value":"/24-7-news/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"l1YJA","priority":0,"source":"/alterego","regex":false,"schedule":{"begin":1538398200000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/alter-ego/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"5uKOW","priority":0,"source":"/podcastawards","regex":false,"schedule":{"begin":1539921600000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/podcast-awards/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"cVn5o","priority":0,"source":"/podcast-awards","regex":false,"schedule":{"begin":1539921600000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/podcast-awards/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"LcEcm","priority":0,"source":"/podcastaward","regex":false,"schedule":{"begin":1539921600000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/podcast-awards/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"FgU8x","priority":0,"source":"/podcast-award","regex":false,"schedule":{"begin":1539921600000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/podcast-awards/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"gfVqw","priority":0,"source":"/jingleball","regex":false,"schedule":{"begin":1498755600000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/jingle-ball/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"LScSz","priority":0,"source":"/sonos","regex":false,"schedule":{"begin":1543208400000,"end":4115978604802},"destination":{"type":"URL","value":"https://sonos.pages.iheart.com"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"T6DSc","priority":0,"source":"/jingle-ball","regex":false,"schedule":{"begin":1544072400000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/jingle-ball/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"DSnll","priority":0,"source":"/admin/ver2/login.php","regex":false,"schedule":{"begin":1544705880000,"end":4115978604802},"destination":{"type":"URL","value":"/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"P6L0g","priority":0,"source":"Listen","regex":false,"schedule":{"begin":1544705880000,"end":4115978604802},"destination":{"type":"URL","value":"/listen/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"0Z9RM","priority":0,"source":"/common/top_songs/2009.html","regex":false,"schedule":{"begin":1544706000000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/playlist/class-of-2009-312064750-TXZD2FPZxDpXUQH2kty9Zf/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Ttcig","priority":0,"source":"/pages/nathan-fast.html","regex":false,"schedule":{"begin":1544706300000,"end":4115978604802},"destination":{"type":"URL","value":"/featured/nathan-fast/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"IP3r2","priority":0,"source":"/pages/michaelberry.html","regex":false,"schedule":{"begin":1544706420000,"end":4115978604802},"destination":{"type":"URL","value":"/featured/michael-berry/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"VYRMr","priority":0,"source":"/pages/BOBBYOJAY.html","regex":false,"schedule":{"begin":1544706480000,"end":4115978604802},"destination":{"type":"URL","value":"/featured/bobby-o-jay/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"AGrmM","priority":0,"source":"/Listen%20","regex":false,"schedule":{"begin":1544706780000,"end":4115978604802},"destination":{"type":"URL","value":"/listen/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"l8Hno","priority":0,"source":"/pages/lancesBlog.html","regex":false,"schedule":{"begin":1544707200000,"end":4115978604802},"destination":{"type":"URL","value":"/featured/lance-mcalister/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"YSRPT","priority":0,"source":"/flashtalking/ftlocal.html","regex":false,"schedule":{"begin":1544707320000,"end":4115978604802},"destination":{"type":"URL","value":"/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"XjHIU","priority":0,"source":"/news/terms-of-use-11584658","regex":false,"schedule":{"begin":1544707320000,"end":4115978604802},"destination":{"type":"URL","value":"/terms/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"5qzE7","priority":0,"source":"/legal/terms","regex":false,"schedule":{"begin":1544707380000,"end":4115978604802},"destination":{"type":"URL","value":"/terms/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"v37DV","priority":0,"source":"/asp2/usepoints.aspx","regex":false,"schedule":{"begin":1544707380000,"end":4115978604802},"destination":{"type":"URL","value":"/contests/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"jZJSE","priority":0,"source":"/common/quiz/one-direction/match.php","regex":false,"schedule":{"begin":1544707440000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/artist/one-direction-687496/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"tqQP1","priority":0,"source":"/tupacshakur","regex":false,"schedule":{"begin":1544707560000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/artist/2pac-39257/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"As3w2","priority":0,"source":"/app2/Contest/8LFQYF","regex":false,"schedule":{"begin":1544707620000,"end":4115978604802},"destination":{"type":"URL","value":"/contests/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"3CQqZ","priority":0,"source":"/cc-common/contests","regex":false,"schedule":{"begin":1544707680000,"end":4115978604802},"destination":{"type":"URL","value":"/contests/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"5ODwU","priority":0,"source":"/app2/Contest/7LJDFU","regex":false,"schedule":{"begin":1544707680000,"end":4115978604802},"destination":{"type":"URL","value":"/contests/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"37kZs","priority":0,"source":"/cc-common/seasonal/holiday","regex":false,"schedule":{"begin":1544707740000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/playlist/collections/genre-playlists/playlist-genres/christmas/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"84jHC","priority":0,"source":"/pages/bod/thong.html","regex":false,"schedule":{"begin":1544707800000,"end":4115978604802},"destination":{"type":"URL","value":"/topic/whats-hot/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"DPQ86","priority":0,"source":"/event_portal/view/calendar/event.html","regex":false,"schedule":{"begin":1544708100000,"end":4115978604802},"destination":{"type":"URL","value":"/calendar/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"dbIgm","priority":0,"source":"/content/2019-01-03-that-hot-backup-dancer-from-taylor-swifts-netflix-film-is-on-instagram/","regex":false,"schedule":{"begin":1546609260000,"end":4115978604802},"destination":{"type":"URL","value":"/content/2019-01-03-the-hot-guy-from-taylor-swifts-netflix-film-has-a-name-and-an-instagram/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"q3tN4","priority":0,"source":"/iheartawards","regex":false,"schedule":{"begin":1546984800000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-awards/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"A0cPy","priority":0,"source":"/awards","regex":false,"schedule":{"begin":1546984800000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-awards/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"7UZst","priority":0,"source":"/musicawards","regex":false,"schedule":{"begin":1546984800000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-awards/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"n8wQt","priority":0,"source":"/music-awards","regex":false,"schedule":{"begin":1546984800000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-awards/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"o5Bbj","priority":0,"source":"/vote","regex":false,"schedule":{"begin":1604505600000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-awards/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"2gp2Q","priority":0,"source":"/award","regex":false,"schedule":{"begin":1546984800000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-awards/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"IFx3E","priority":0,"source":"/awards%20vote","regex":false,"schedule":{"begin":1546984800000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/music-awards/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"jNLvF","priority":0,"source":"/countryfestival","regex":false,"schedule":{"begin":1548705600000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/iheartcountry-festival/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Kzkd2","priority":0,"source":"/iheartcountryfestival","regex":false,"schedule":{"begin":1548705600000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/iheartcountry-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"6aIim","priority":0,"source":"/iheartcountry-festival","regex":false,"schedule":{"begin":1548705600000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/iheartcountry-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"WzoLY","priority":0,"source":"/country-festival","regex":false,"schedule":{"begin":1548705600000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/iheartcountry-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Prl6M","priority":0,"source":"/womenofiheartcountry","regex":false,"schedule":{"begin":1550869200000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Women of iHeartCountry"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"UzDHM","priority":0,"source":"/women","regex":false,"schedule":{"begin":1614601800000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/womensday/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"gWMcd","priority":0,"source":"/content/2019-03-04-brawl-breaks-out-at-cardi-b-rodeo-concert/","regex":false,"schedule":{"begin":1551799560000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/artist/cardi-b-31246427/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"FpdzN","priority":0,"source":"/payment","regex":false,"schedule":{"begin":1554221040000,"end":4115978604802},"destination":{"type":"URL","value":"/pay"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"ZBeQF","priority":0,"source":"/billpay","regex":false,"schedule":{"begin":1554221340000,"end":4115978604802},"destination":{"type":"URL","value":"/pay"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"wH7lR","priority":0,"source":"/charts","regex":false,"schedule":{"begin":1597266000000,"end":4115978604802},"destination":{"type":"URL","value":"https://news.iheart.com/featured/charts/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"eIvqD","priority":0,"source":"/wangotango","regex":false,"schedule":{"begin":1555939800000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/wango-tango/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"GTHXQ","priority":0,"source":"/wango","regex":false,"schedule":{"begin":1555939800000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/wango-tango/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"LFrEl","priority":0,"source":"/fathersday","regex":false,"schedule":{"begin":1556683200000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/playlist/fathers-day-songs-312064750-QfEsRbbrtocNbyPSLFQapb/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"1dAcV","priority":0,"source":"/fathers","regex":false,"schedule":{"begin":1556683200000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/playlist/fathers-day-songs-312064750-QfEsRbbrtocNbyPSLFQapb/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"xsEuC","priority":0,"source":"/dads","regex":false,"schedule":{"begin":1556683200000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/playlist/fathers-day-songs-312064750-QfEsRbbrtocNbyPSLFQapb/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"VSg8k","priority":0,"source":"/dad","regex":false,"schedule":{"begin":1556683200000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/playlist/fathers-day-songs-312064750-QfEsRbbrtocNbyPSLFQapb/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"nFudb","priority":0,"source":"/pride","regex":false,"schedule":{"begin":1560542400000,"end":4115978604802},"destination":{"type":"URL","value":"https://prideradio.iheart.com"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"9r4Wa","priority":0,"source":"/backtoschool","regex":false,"schedule":{"begin":1565186400000,"end":4115978604802},"destination":{"type":"URL","value":"https://news.iheart.com/back-to-school/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"UXrDU","priority":0,"source":"/newsletters","regex":false,"schedule":{"begin":1565193600000,"end":4115978604802},"destination":{"type":"URL","value":"/newsletter"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"HDw4Q","priority":0,"source":"/sports","regex":false,"schedule":{"begin":1721764800000,"end":4115978604802},"destination":{"type":"URL","value":"https://sports.iheart.com"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"BRIww","priority":0,"source":"/player/embed.html","regex":false,"schedule":{"begin":1569245520000,"end":4115978604802},"destination":{"type":"URL","value":"/listen/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Dkdkt","priority":0,"source":"/podcastchart","regex":false,"schedule":{"begin":1569902400000,"end":4115978604802},"destination":{"type":"URL","value":"https://news.iheart.com/charts/podcasts-top-100/latest/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Qs1iA","priority":0,"source":"/podcastschart","regex":false,"schedule":{"begin":1569902400000,"end":4115978604802},"destination":{"type":"URL","value":"https://news.iheart.com/charts/podcasts-top-100/latest/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"5AXp4","priority":0,"source":"/podcastcharts","regex":false,"schedule":{"begin":1569902400000,"end":4115978604802},"destination":{"type":"URL","value":"https://news.iheart.com/charts/podcasts-top-100/latest/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"RqjrU","priority":0,"source":"/toppodcasts","regex":false,"schedule":{"begin":1569902400000,"end":4115978604802},"destination":{"type":"URL","value":"https://news.iheart.com/charts/podcasts-top-100/latest/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"6JcQJ","priority":0,"source":"/top100podcasts","regex":false,"schedule":{"begin":1569902400000,"end":4115978604802},"destination":{"type":"URL","value":"https://news.iheart.com/charts/podcasts-top-100/latest/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"yg683","priority":0,"source":"/top100","regex":false,"schedule":{"begin":1569945600000,"end":4115978604802},"destination":{"type":"URL","value":"https://news.iheart.com/charts/podcasts-top-100/latest/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"kX8iG","priority":0,"source":"/legal/ad-choices/en/","regex":false,"schedule":{"begin":1577134320000,"end":4115978604802},"destination":{"type":"URL","value":"/content/privacy-and-cookie-notice/#choices"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"LptCe","priority":0,"source":"/legal/ad-choices/es/","regex":false,"schedule":{"begin":1577134440000,"end":4115978604802},"destination":{"type":"URL","value":"/content/poltica-de-privacidad-y-cookies/#choices"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Z37O8","priority":0,"source":"/capital1","regex":false,"schedule":{"begin":1748523600000,"end":1758427219263},"destination":{"type":"URL","value":"https://www.axs.com/series/26054/iheart-radio-music-festival-tickets?skin=iheart"},"disabled":false,"permanent":false,"matchQueryString":true,"queryParamsHandling":"DISCARD"},{"id":"KlqCf","priority":0,"source":"/capitolone","regex":false,"schedule":{"begin":1748523623975,"end":1758427200000},"destination":{"type":"URL","value":"https://www.axs.com/series/26054/iheart-radio-music-festival-tickets?skin=iheart"},"disabled":false,"permanent":false,"matchQueryString":true,"queryParamsHandling":"DISCARD"},{"id":"cHhkd","priority":0,"source":"/capitalone","regex":false,"schedule":{"begin":1748523600000,"end":1758427248861},"destination":{"type":"URL","value":"https://www.axs.com/series/26054/iheart-radio-music-festival-tickets?skin=iheart"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"fEMxN","priority":0,"source":"/CapitolOnePreSale","regex":false,"schedule":{"begin":1735837200000,"end":1746331200000},"destination":{"type":"URL","value":"https://news.iheart.com/featured/capital-one/iheartcountry-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"sFi7g","priority":0,"source":"/Capital1PreSale","regex":false,"schedule":{"begin":1735837200000,"end":1746331200000},"destination":{"type":"URL","value":"https://news.iheart.com/featured/capital-one/iheartcountry-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Wo6I5","priority":0,"source":"/Capital1Pre-Sale","regex":false,"schedule":{"begin":1735837200000,"end":1746331200000},"destination":{"type":"URL","value":"https://news.iheart.com/featured/capital-one/iheartcountry-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"TxSDp","priority":0,"source":"/content/2017-07-10-11-things-you-didnt-know-the-iheartradio-app-could-do/","regex":false,"schedule":{"begin":1583157600562,"end":4115978604802},"destination":{"type":"URL","value":"/apps"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"hVVCt","priority":0,"source":"/LivingRoomConcert","regex":false,"schedule":{"begin":1585152000624,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Living Room Concert"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"HzXTT","priority":0,"source":"/LivingRoomConcertForAmerica","regex":false,"schedule":{"begin":1585152000284,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Living Room Concert"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"2Sozz","priority":0,"source":"/LivingRoom","regex":false,"schedule":{"begin":1585152000000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Living Room Concert"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"EtklO","priority":0,"source":"/StandForSmall","regex":false,"schedule":{"begin":1587096000000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Stand For Small"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"w0DY7","priority":0,"source":"/Stand4Small","regex":false,"schedule":{"begin":1587096000000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Stand For Small"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"HpZ6a","priority":0,"source":"/meatdistrict","regex":false,"schedule":{"begin":1624280400535,"end":4115978604802},"destination":{"type":"URL","value":"/promotions/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"g0xFF","priority":0,"source":"/adchoices/","regex":false,"schedule":{"begin":1589477940047,"end":4115978604802},"destination":{"type":"URL","value":"/content/privacy-and-cookie-notice/#otnotice-section-5659a3f3-c42c-4200-ab79-b8e9bcf27519"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"E2JKG","priority":0,"source":"/blackmusic","regex":false,"schedule":{"begin":1589472000195,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Black Music Month"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"09U7s","priority":0,"source":"/blackmusicmonth","regex":false,"schedule":{"begin":1589472000111,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Black Music Month"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"j7cxB","priority":0,"source":"/TheVibe","regex":false,"schedule":{"begin":1589979600973,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/The Vibe"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"AwDzL","priority":0,"source":"/vibe","regex":false,"schedule":{"begin":1589979600948,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/The Vibe"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"qJQCj","priority":0,"source":"/privacy/en","regex":false,"schedule":{"begin":1590520500497,"end":4115978604802},"destination":{"type":"URL","value":"/content/privacy-and-cookie-notice/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"GwuK9","priority":0,"source":"/privacy/es","regex":false,"schedule":{"begin":1590520620941,"end":4115978604802},"destination":{"type":"URL","value":"/content/poltica-de-privacidad-y-cookies/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"gso5x","priority":0,"source":"/terms/en","regex":false,"schedule":{"begin":1590520620813,"end":4115978604802},"destination":{"type":"URL","value":"/content/terms-of-use/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"bOoV1","priority":0,"source":"/terms/es","regex":false,"schedule":{"begin":1590520680277,"end":4115978604802},"destination":{"type":"URL","value":"/content/terminos-de-uso-de-iheartmedia/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"UjDAc","priority":0,"source":"/optout/en","regex":false,"schedule":{"begin":1590520740882,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/content/privacy-and-cookie-notice/#optout"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"GmqyS","priority":0,"source":"/optout/es","regex":false,"schedule":{"begin":1590520860765,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/content/poltica-de-privacidad-y-cookies/#optout"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Zg0et","priority":0,"source":"/apple-app-site-association","regex":false,"schedule":{"begin":1594735560064,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/apple-app-site-association/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"ZDf0k","priority":0,"source":"/capitol1","regex":false,"schedule":{"begin":1748523600274,"end":1758427200274},"destination":{"type":"URL","value":"https://www.axs.com/series/26054/iheart-radio-music-festival-tickets?skin=iheart"},"disabled":false,"permanent":false,"matchQueryString":true,"queryParamsHandling":"DISCARD"},{"id":"ZSf9x","priority":0,"source":"/content/2020-08-24-dua-lipa-faces-backlash-over-birthday-party-photos/","regex":false,"schedule":{"begin":1598360040656,"end":4115978604802},"destination":{"type":"URL","value":"/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"ItDgY","priority":0,"source":"/featured/katie-sommers-radio-network(.*)$","regex":true,"schedule":{"begin":1599848040709,"end":4115978604802},"destination":{"type":"URL","value":"/featured/katie-sommers$1"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"xcEXl","priority":0,"source":"/assistance/en/","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/content/public-file-assistance/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"e51Gy","priority":0,"source":"/assistance/es/","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/content/acceso-al-archivo-publico/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"qSDca","priority":0,"source":"/msvibes","regex":false,"schedule":{"begin":1602599400753,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/live/ms-vibes-radio-8751/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Q8lxq","priority":0,"source":"/hbcu","regex":false,"schedule":{"begin":1602795600908,"end":4115978604802},"destination":{"type":"URL","value":"https://hbcu.iheart.com"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"O6KKd","priority":0,"source":"/hbcus","regex":false,"schedule":{"begin":1602795600114,"end":4115978604802},"destination":{"type":"URL","value":"https://hbcu.iheart.com"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"8VXsE","priority":0,"source":"/hbuc","regex":false,"schedule":{"begin":1602795600874,"end":4115978604802},"destination":{"type":"URL","value":"https://hbcu.iheart.com"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"iUKUQ","priority":0,"source":"/live/schnitt-show-4824/","regex":false,"schedule":{"begin":1608564180914,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/live/moneytalk-1010-am-6743/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"kEVFd","priority":0,"source":"/contests/","regex":false,"schedule":{"begin":1610479620499,"end":4115978604802},"destination":{"type":"URL","value":"/promotions/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"VWuzz","priority":0,"source":"\\/contests\\/([^\\/]+)/","regex":true,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/promotions/$1/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"zHtlf","priority":0,"source":"/content/2021-01-12-ohio-boe-member-organized-bus-trip-to-dc-for-stop-the-steal-rally/","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/news/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"mvQQd","priority":0,"source":"/livingblack","regex":false,"schedule":{"begin":1611075600442,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/livingblack/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"hWcd3","priority":0,"source":"/content/2021-01-20-powerball-numbers-live-results-for-12021-7300-million-jackpot-tonight/","regex":false,"schedule":{"begin":1611240360757,"end":4115978604802},"destination":{"type":"URL","value":"/content/2021-01-20-powerball-numbers-live-results-for-12021-730-million-jackpot-tonight/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"K0Xtv","priority":0,"source":"/bhm","regex":false,"schedule":{"begin":1517007600705,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Black History Month (1830)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Qwrc7","priority":0,"source":"/taxactfacts","regex":false,"schedule":{"begin":1613166900079,"end":4115978604802},"destination":{"type":"URL","value":"/promotions/taxact-facts-937090/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"5S7dn","priority":0,"source":"/womensday","regex":false,"schedule":{"begin":1614601800323,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/womensday/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"bS51A","priority":10,"source":"\\/articles\\/.*","regex":true,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Y590H","priority":10,"source":"\\/onair\\/.*","regex":true,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/schedule/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"hUSKT","priority":0,"source":"/photos/","regex":false,"schedule":{"begin":1626101520510,"end":4115978604802},"destination":{"type":"URL","value":"/topic/photos/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"5wsra","priority":0,"source":"/recoverymonth","regex":false,"schedule":{"begin":1631105760296,"end":4115978604802},"destination":{"type":"URL","value":"https://recoveroutloud2021.org/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"g52cm","priority":0,"source":"/iheartradio","regex":false,"schedule":{"begin":1632172920386,"end":4115978604802},"destination":{"type":"URL","value":"/listen/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"LTCni","priority":0,"source":"/iheart","regex":false,"schedule":{"begin":1632172920942,"end":4115978604802},"destination":{"type":"URL","value":"/listen/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"MKbb4","priority":0,"source":"/featured/iheartradio-music-festival/_error/404/","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/featured/iheartradio-music-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"4V8AS","priority":0,"source":"/ultimate-fan/","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/news/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"DeWQ6","priority":0,"source":"/featured/everyday-wealth/","regex":false,"schedule":{"begin":1640705940979,"end":4115978604802},"destination":{"type":"URL","value":"https://www.edelmanfinancialengines.com/everyday-wealth/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Cmjam","priority":0,"source":"^\\/topic\\/(official%20rules%20\\(495693\\)|contest%20rules%20\\(473739\\)|wwyz-fm%20contest%20rules|contest%20rules%20\\(190932\\)|big%2098%20contest%20rules%20\\(469499\\)|contest%20rules%20\\(486700\\)|concerts%20%26%20contests%20\\(267528\\)|whcn-fm%20contest%20rules|wkss-fm%20contest%20rules|wkci-fm%20contest%20rules|contest%20rules%20\\(415036\\)|contest%20rules%20\\(418106\\)|contest%20rules%20\\(418168\\)|promotions%20contests%20\\(501865\\)|contests%20\\(493269\\))(?\u003csuffix>\\/?|(.detail)?(.rss|.atom))$","regex":true,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/topic/contest-rules$\u003csuffix>"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"RFecY","priority":0,"source":"^\\/topic\\/(la%20entertainment%20\\(497503\\)|entertainment-news-national-gossip-celeb-etc|entertainment-news-family-friendly|headlines%20\\(496147\\)|entertainment-news-country|cmt%20cody%20headlines|\\(edms\\)%20what%20we%20talked%20about%20\\(136656\\)|enterate%20primero%20\\(495590\\)|iheartlatino%20\\(2824\\)|on%20air%20exclusives|brooke%20and%20jubal%20stories|that's%20so%20me%20feature|shms%20headlines|bin-entertainment-news)(?\u003csuffix>\\/?|(.detail)?(.rss|.atom))$","regex":true,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/topic/entertainment-news$\u003csuffix>"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"qGePT","priority":0,"source":"^\\/topic\\/(premiere%20news|iheartradio-podcasts|iheartradio%20shows%20\\(499522\\)|z100%20news|on%20the%20web|trending%20hq|international-womens-day)(?\u003csuffix>\\/?|(.detail)?(.rss|.atom))$","regex":true,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/topic/feel-good$\u003csuffix>"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"aktaZ","priority":0,"source":"^\\/topic\\/(local%20news%20\\(465708\\)|houston%20news%20\\(121300\\)|wood%20radio%20local%20news|rochester%20news%20\\(122742\\)|1110%20kfab%20local%20news%20\\(122285\\)|local%20news%20\\(119078\\)|wmt%20local%20news|local%20news%20\\(122520\\)|texas%20news%20\\(489524\\)|570%20wsyr%20news%20\\(125739\\)|local%20news%20stories%20\\(chillicothe\\)%20\\(106759\\)|madison%20news%20\\(500610\\)|who%20radio%20news%20\\(121648\\)|local%20news%20\\(135361\\)|trending|local%20news%20(\\||%7c)wor-am(\\||%7c)|sacramento's%20latest%20news|wman%20-%20local%20news%20\\(122687\\)|wjbo%20am%20local%20news|wood%20news%20\\(125494\\)|portland%20local%20news%20\\(123543\\)|providence%20local%20news%20\\(122060\\)|local%20news%20feed%20\\(435110\\)|local%20news%20\\(122300\\)|local%20news%20\\(late%20breaking\\)%20\\(119585\\)|dsc|whyn%20local%20news%20\\(470415\\)|home%20promotions|local%20news%20stories%20wch%20\\(226193\\)|the%20feed%20\\(498513\\)|wvoc%20news|tampa%20local%20news|texas%20news%20\\(499381\\)|woc%20local%20news%20\\(498282\\)|fox59|local%20news%20-%20toledo%20\\(315557\\)|cky%20local%20news%20\\(484675\\)|newsradio%20840%20whas%20local%20news%20\\(283307\\)|lowcountry%20headlines|community%20access|capital%20region%20news%20\\(312698\\)|iheart80s%40103\\.7%20articles%20\\(502302\\)|lynchburg-roanoke%20local%20news|wtvn%20local%20news%20\\(268656\\)|local%20news%20\\(119442\\)|breaking-news|1450%20wkip%20news%20feed%20\\(454843\\)|winz%20local%20news%20and%20sports%20\\(479897\\)|top%20local%20news%20for%20columbia%20greene%20counties|articles%20\\(497186\\)|defiance%20local%20news%20\\(108238\\)|arizona%20news%20\\(118695\\)|kogo%20local%20news%20\\(125548\\)|trending%20\\(496938\\)|local%20news%20\\(121298\\)|wima%20-%20local%20news%20\\(120919\\)|wima%20news%20archive%20\\(359580\\)|wraw%20newsroom|real%20news%20\\(497042\\)|trending%20in%20the%20bay%20\\(497802\\)|local%20newsstand|local%20news%20\\(122546\\)|tejano%20nation%20news%20\\(458093\\)|z100%20news%20\\(451815\\)|105\\.5%20werc-fm%20local%20news%20\\(118702\\)|roanoke-lynchburg%20breaking%20news|stormwatch|local%20news%20\\(499395\\)|news%20around%20the%20lone%20star%20state%20\\(497586\\)|wcjm%20local%20news%20\\(501582\\)|knn%20headlines%20\\(393284\\)|did%20you%20see%20that%3f%20\\(421790\\)|news%20\\(478054\\)|coronavirus%20news|woai%20breaking%20news%20\\(467835\\)|kfbk%20news%20\\(461777\\)|local%20news%20stories%20wch|reading%20and%20harrisburg%20breaking%20news|wmzq%20trending|who%20-%20information%20\\(190192\\)|wwva-local%20news%20\\(119921\\)|kiis%20articles%20\\(493280\\)|san%20diego|florida%20news%20\\(499647\\)|iheartsocal|106\\.1%20fm%20wtkk%20\\(418990\\)|going%20viral%20(\\||%7c)wktu-fm(\\||%7c)|atl%20news|pittsburgh-news|tucson%20happenings|sunny%20story%20of%20the%20day|trending%20boston|northern%20colorado%20news|the%20wood%20insider|california%20news%20\\(489209\\)|weekends%20\\(279270\\)|the%20buzz%20(\\||%7c)wksc-fm(\\||%7c)|features%20\\(351976\\)|news%20\\(478876\\)|the%20morning%20news|iheart%20communities%20central%20pa|local-homepage-pinned-content|the%20latest%20from%20rock|featured%20promotions%20\\(468727\\)|local%20news%20\\(465659\\)|wnok%20\\(473617\\)|breaking%20news%20-%20toledo%20\\(487796\\)|the%20arkansas%20edge%20\\(255170\\)|106%20kmel%20articles%20\\(502301\\)|z%20trending|features%20\\(353133\\)|koa%20newsradio%20programming|boston%20news|featured%20\\(487430\\)|what's%20rockin'%20at%20the%20q%20\\(472633\\)|jacksonville%20local%20news|trending%20wkss-fm|pa%20education|mojoe|dfw%20news|kogo%20news%20file%20\\(497368\\)|featured%20\\(253029\\)|minnesota%20news|oh%20florida|communities|cat%20country%20107\\.1%20\\(486314\\)|going%20viral%20(\\||%7c)wltw-fm(\\||%7c)|what's%20happening%20-%20kmod-fm%20\\(501830\\)|hot%20on%20the%20web%20\\(423478\\)|so%20hot%20right%20now%20\\(353806\\)|lynchburg%20roanoke%20around%20town|95\\.3%20the%20river%20\\(486315\\)|okc%20breaking%20news|what's%20new%20at%20101-3%20kiss-fm%20\\(453463\\)|wkci-fm%20trending|pee%20dee%20news|hawaii%20news|local%20news%20\\(476751\\)|articleswmks|what's%20new%20at%20mix%2096%20\\(107642\\)|around%20the%20valley|what's%20new%20at%20woc%201420%20\\(252965\\)|breaking%20news%20\\(498614\\)|news%20wdcg-fm|kix%20country%2092\\.9%20\\(489438\\)|95x%20\\(465517\\)|what's%20new%20on%20fox%20sports%20radio%201230%20\\(284776\\)|wqmf%20social%20\\(501527\\)|q102%20online%20\\(484348\\)|what's%20happening%20-%20ktgx-fm%20\\(501828\\)|san%20diego%20business%20saturday|wrfx%20news%20\\(464606\\)|dmv%20storm%20center|south%20texas%20winter%20storm%20update|national%20news%20(\\||%7c)wor-am(\\||%7c)|articleswmag|whats%20new%20(\\||%7c)wltw-fm(\\||%7c)|birmingham-news|boston%20weather|wzlx%20updates|wildfire%20alerts|local%20news%20\\(129497\\)|from%20the%20newsroom|waks-hd2%20features|las%20vegas|local%20\\(498389\\)|all%20things%20brunswick|keep%20pennsylvania%20working|what's%20trending%20on%20kmag%2099\\.1%20\\(497527\\)|what's%20up%20at%20y100|kwhn-local%20news%20\\(119423\\)|kfi%20news%20presents|760%20local%20news|whas%20on-air%20schedule|local%20buzz|concerts|seaview%20104\\.9%20\\(487434\\)|dmv%20stormwatch|graduation%20radio%20990|houston%20%26%20texas%20news|q104\\.3%20news%20\\(457573\\)|right%20now|icymi%20in%20chicago|georgia%20news%20network|san%20diego%20news%20%26%20updates)(?\u003csuffix>\\/?|(.detail)?(.rss|.atom))$","regex":true,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/topic/local-news$\u003csuffix>"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"P0Qib","priority":0,"source":"^\\/topic\\/(iheartradio-music-news|trending-pop|trending-hip-hop-rnb|national%20-%20trending%20\\(chr%20rhythmic\\)%20\\(501919\\)|national%20-%20trending%20\\(hot%20ac\\)%20\\(501921\\)|at40-news|rock-news-classic-rock|rock-news-active-main-rock|trending-rock-alt-news|iheartcountry|trending-rnb|iheartpride%20\\(2768\\)|home%20lead|lgbt%20pride%20news%20\\(493621\\)|country%20news%20wwyz-fm|q104\\.3%20music%20news%20\\(476123\\)|new%20music%20discovery%20of%20the%20week|\\(cmt\\)%20cody%20%2b%20crew%20\\(481920\\))(?\u003csuffix>\\/?|(.detail)?(.rss|.atom))$","regex":true,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/topic/music-news$\u003csuffix>"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"66uMb","priority":0,"source":"^\\/topic\\/(bin-national-news|covid-19%20coronavirus|national%20news%20\\(500965\\)|national%20news%20\\(483313\\)|national%20news%20\\(120357\\))(?\u003csuffix>\\/?|(.detail)?(.rss|.atom))$","regex":true,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/topic/national-news$\u003csuffix>"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"ZFT3D","priority":0,"source":"^\\/topic\\/(photos%3a%20main|pop-pics)(?\u003csuffix>\\/?|(.detail)?(.rss|.atom))$","regex":true,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/topic/photos$\u003csuffix>"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"ycIHn","priority":0,"source":"^\\/topic\\/(political-junkie)(?\u003csuffix>\\/?|(.detail)?(.rss|.atom))$","regex":true,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/topic/politics$\u003csuffix>"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"aylLm","priority":0,"source":"^\\/topic\\/(breaking%20sports%20news|wisconsin%20sports%20\\(125287\\)|houston%20sports%20news%20\\(478486\\)|sports-top-stories|woai%20sports%20\\(501263\\)|local%20sports%20stories%20\\(chillicothe\\)%20\\(107551\\)|louisiana%20sports|local%20sports%20stories%20-%20wcho%20\\(226197\\)|the%20locker%20room%20\\(486404\\)|high%20school%20sports|florida%20sports|bin-sports-news|the%20sports%20grind|dallas%20cowboys%20\\(499622\\)|wmrn%20sports%20\\(403428\\)|au%20sports|sports%20chowder|majic%20sports%20\\(403352\\)|east%20alabama%20hs%20football|espn%20pittsburgh%20plus|seattle%20-%20sports%20\\(501789\\)|orioles%20\\(487400\\)|fox%20sports%20radio%3a%20trending%20now%20\\(478012\\)|mid-ohio%20athlete%20of%20the%20week|sports%20\\(501357\\)|san%20diego%20sports%20news|sports%20\\(121849\\)|wch%20-%20local%20sports%20scores%20\\(226544\\)|chillicothe%20-%20local%20sports%20links%20\\(108930\\)|local%20sports%20scores%20\\(108966\\)|sports%20\\(500088\\)|\\(fsr\\)%20line%20up%20\\(381855\\)|hawaii%20sports%20news)(?\u003csuffix>\\/?|(.detail)?(.rss|.atom))$","regex":true,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/topic/sports$\u003csuffix>"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"9eLtV","priority":0,"source":"^\\/topic\\/(must%20see%20popular%20videos%20(\\||%7c)%20what's%20good%20\\(497247\\)|videos%20\\(495778\\))(?\u003csuffix>\\/?|(.detail)?(.rss|.atom))$","regex":true,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/topic/videos$\u003csuffix>"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"2XDEK","priority":0,"source":"^\\/topic\\/(iheartradio-weird-news|jjar%20headlines|big%20boy%20interviews)(?\u003csuffix>\\/?|(.detail)?(.rss|.atom))$","regex":true,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/topic/weird-news$\u003csuffix>"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"fxOzl","priority":0,"source":"/topic/BIN-National-News.rss","regex":false,"schedule":{"begin":1651186560889,"end":4115978604802},"destination":{"type":"URL","value":"/topic/national-news.rss"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"ZDVmY","priority":0,"source":"/topic/BIN-Sports-News.rss","regex":false,"schedule":{"begin":1651186920317,"end":4115978604802},"destination":{"type":"URL","value":"/topic/sports.rss"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"6QmXI","priority":0,"source":"/topic/BIN-Entertainment-News.rss","regex":false,"schedule":{"begin":1651186920489,"end":4115978604802},"destination":{"type":"URL","value":"/topic/entertainment-news.rss"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"RFODd","priority":0,"source":"/fortnite","regex":false,"schedule":{"begin":1660849200393,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/content/you-are-now-being-redirected-to-an-epic-games-website/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"5GKMa","priority":0,"source":"/fortnight","regex":false,"schedule":{"begin":1660849200267,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/content/you-are-now-being-redirected-to-an-epic-games-website/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"8NnC5","priority":0,"source":"/calendar/legacy/","regex":false,"schedule":{"begin":1662745980550,"end":4115978604802},"destination":{"type":"URL","value":"/calendar/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"fL071","priority":0,"source":"/roblox","regex":false,"schedule":{"begin":1663005600645,"end":4115978604802},"destination":{"type":"URL","value":"https://www.roblox.com/iheartland"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"wzUfe","priority":0,"source":"/roblocks","regex":false,"schedule":{"begin":1663005600974,"end":4115978604802},"destination":{"type":"URL","value":"https://www.roblox.com/iheartland"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"a6DmF","priority":0,"source":"/rowblox","regex":false,"schedule":{"begin":1663005600907,"end":4115978604802},"destination":{"type":"URL","value":"https://www.roblox.com/iheartland"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"rgbJY","priority":0,"source":"/rowblocks","regex":false,"schedule":{"begin":1663005600371,"end":4115978604802},"destination":{"type":"URL","value":"https://www.roblox.com/iheartland"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"uXQLc","priority":0,"source":"/iheartland","regex":false,"schedule":{"begin":1663970400642,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/content/visit-iheartland/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"NH1T0","priority":0,"source":"/photos/main/","regex":false,"schedule":{"begin":1670941440072,"end":4115978604802},"destination":{"type":"URL","value":"/topic/photos/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"XVqR6","priority":0,"source":"/photos/hot-shots/","regex":false,"schedule":{"begin":1670941500360,"end":4115978604802},"destination":{"type":"URL","value":"/topic/photos/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"Iaa8F","priority":0,"source":"/content/2023-01-25-sister-wife-spectacle-cody-brown-turned-down-by-potential-new-wife/","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/content/2023-01-26-sister-wife-spectacle-kody-brown-turned-down-by-potential-new-wife/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"fWgRP","priority":0,"source":"/content/2023-02-05-lisa-marie-presely-reportedly-scared-to-go-to-golden-globes-before-death/","regex":false,"schedule":{"begin":1675652280789,"end":4115978604802},"destination":{"type":"URL","value":"/content/2023-02-05-lisa-marie-presley-reportedly-scared-to-go-to-golden-globes-before-death/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"frEV2","priority":0,"source":"/CPRPlaylist","regex":false,"schedule":{"begin":1676306700098,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/playlist/cpr-playlist-312064750-KJZ1fL1kfpQS67hwpze1SV/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"jMkkw","priority":0,"source":"//apps/","regex":false,"schedule":{"begin":1681392840097,"end":4115978604802},"destination":{"type":"URL","value":"/apps/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"K1aCb","priority":0,"source":"/featured/dj-xtreme/","regex":false,"schedule":{"begin":1694790120151,"end":4115978604802},"destination":{"type":"URL","value":"https://www.lamezclafuego.com/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"pcY27","priority":0,"source":"/wttm","regex":false,"schedule":{"begin":1707487200357,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/womensday/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"tJP4V","priority":0,"source":"/womentakethemic","regex":false,"schedule":{"begin":1707487200200,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/womensday/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"pxq4R","priority":0,"source":"/.well-known/apple-app-site-association/","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/apple-app-site-association/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"OCpsh","priority":0,"source":"/sitemap/historical-timeline.xml","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/sitemap.xml"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"yCxqb","priority":0,"source":"/petradio","regex":false,"schedule":{"begin":1712592000522,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/live/pet-radio-10231/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"yCmw3","priority":0,"source":"/timeline.rss","regex":false,"schedule":{"begin":1718371440806,"end":4115978604802},"destination":{"type":"URL","value":"/content.rss"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"YENnS","priority":0,"source":"/olympics","regex":false,"schedule":{"begin":1718942400292,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Olympics"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"CZm4o","priority":0,"source":"/houseofmusic","regex":false,"schedule":{"begin":1753365600390,"end":4115978604802},"destination":{"type":"URL","value":"https://news.iheart.com/featured/iheartradio-music-festival/content/2024-09-23-house-of-music-offers-immersive-experience-at-iheartradio-music-festival/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"ncKRo","priority":0,"source":"/morganwallen","regex":false,"schedule":{"begin":1747317600768,"end":1751342400768},"destination":{"type":"URL","value":"https://albumrelease.iheart.com/MorganWallen/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"ubOEu","priority":0,"source":"/teachers","regex":false,"schedule":{"begin":1753113480018,"end":1767242700018},"destination":{"type":"URL","value":"https://www.donorschoose.org/iheartradio"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"jrcq6","priority":0,"source":"/stormready","regex":false,"schedule":{"begin":1753297200957,"end":1755748800958},"destination":{"type":"URL","value":"/promotions/solar-source-battery-back-up-giveaway-1795764/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"6N3ZA","priority":0,"source":"/pay","regex":false,"schedule":{"begin":1495481580000,"end":4115978604802},"destination":{"type":"URL","value":"https://pay.iheartmedia.com/secure/checkout.ssp?MarketID=156"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"IIihS","priority":0,"source":"rockfest","regex":false,"schedule":{"begin":1510265100000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/98ROCKFEST"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"F1WEP","priority":0,"source":"/summer","regex":false,"schedule":{"begin":1527190140000,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/No Bummer Summer"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"jiX0B","priority":0,"source":"/enter","regex":false,"schedule":{"begin":1555105800000,"end":4115978604802},"destination":{"type":"URL","value":"https://forms.gle/suShw31VpJJkua2M6"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"BUYDt","priority":0,"source":"/bookapartydj","regex":false,"schedule":{"begin":1556556900000,"end":4115978604802},"destination":{"type":"URL","value":"https://www.streetlaced.com/party-dj/?utm_source=iheart&utm_medium=digital"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"5LS0k","priority":0,"source":"/mothersday","regex":false,"schedule":{"begin":1556683200000,"end":4115978604802},"destination":{"type":"URL","value":"https://98rock.iheart.com/contests/gold-diamond-source-mother-s-day-824208/?apt_id=824208&apt_type=contest&apt_referrer_id="},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"afO72","priority":0,"source":"/coupons","regex":false,"schedule":{"begin":1566046620000,"end":4115978604802},"destination":{"type":"URL","value":"/content/2019-08-17-help-raise-money-for-local-schools/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"6PTO7","priority":0,"source":"/outages","regex":false,"schedule":{"begin":1567107360000,"end":4115978604802},"destination":{"type":"URL","value":"/content/2019-08-29-power-outages/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"0mCgz","priority":0,"source":"/closings","regex":false,"schedule":{"begin":1567107360000,"end":4115978604802},"destination":{"type":"URL","value":"/content/2019-08-29-whats-closed-in-tampa/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"KZMrC","priority":0,"source":"/openings","regex":false,"schedule":{"begin":1567107840000,"end":4115978604802},"destination":{"type":"URL","value":"https://wflanews.iheart.com/featured/am-tampa-bay/content/2019-08-29-whats-open-in-tampa/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"VCSZV","priority":0,"source":"/emergency","regex":false,"schedule":{"begin":1567107960000,"end":4115978604802},"destination":{"type":"URL","value":"/content/2019-08-29-hurricane-preparation-check-list/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"hpBjO","priority":0,"source":"/sandbags","regex":false,"schedule":{"begin":1567108140000,"end":4115978604802},"destination":{"type":"URL","value":"/content/2019-08-29-where-to-find-sandbags-in-tampa-bay/"},"disabled":false,"permanent":true,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"3M3Lo","priority":0,"source":"/pcso","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"https://www.pcsoweb.com/administration/human-resources/current-openings"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"dLCQo","priority":0,"source":"/crashandaj","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Crash Mornings"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"GMV4i","priority":0,"source":"/crash&aj","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Crash Mornings"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"3a5Bz","priority":0,"source":"/bigrig","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Big Rig (32040)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"25HCZ","priority":0,"source":"/deuce","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Deuce"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"ot7Cc","priority":0,"source":"/dickerman","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"BRAND","value":"brands/Dickerman (16386)"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"7GSYX","priority":0,"source":"/idarelief","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/content/2021-09-01-ida-relief-telethon/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"z2HoE","priority":0,"source":"/icebreaker","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"/promotions/seaworld-orlando-s-ice-breaker-vip-experience-1-000-sweepstakes-1176626/"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"5giqq","priority":0,"source":"/listennow","regex":false,"schedule":{"begin":0,"end":4115978604802},"destination":{"type":"URL","value":"https://www.iheart.com/live/98-rock-tampa-697/?autoplay=true"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"},{"id":"IvK5S","priority":0,"source":"/mammoth","regex":false,"schedule":{"begin":1752084060985,"end":1754895600985},"destination":{"type":"URL","value":"/contests/win-a-flyaway-experience-to-meet-mammoth-in-las-vegas-1794532"},"disabled":false,"permanent":false,"matchQueryString":false,"queryParamsHandling":"ORIGINAL"}],"searchOverrides":[{"id":"AvRa8","keywords":["iHeartRadio Spotlight","Spotlight"],"destination":{"type":"BRAND","value":"brands/iHeartRadio Spotlight"},"disabled":false,"schedule":{"begin":1498503600000,"end":4115978604802}},{"id":"6MRdl","keywords":["Politics","Political Junkie","Political News","Debate","Elections","President"," PresidentTrump"],"destination":{"type":"BRAND","value":"brands/Political Junkie (1077)"},"disabled":false,"schedule":{"begin":1498507200000,"end":4115978604802}},{"id":"WTbqt","keywords":["iHeartRadio LIVE","iHeartRadio Theater","iHeartRadioTheater","The iHeartRadio Theater","iHeartRadio Theater New York","iHeartRadio Theater New York City","iHeartRadio Theater NYC","iHeartRadio Theater Los Angeles","iHeartRadio Theater LA"],"destination":{"type":"BRAND","value":"brands/iHeartRadio LIVE (9)"},"disabled":false,"schedule":{"begin":1498510800000,"end":4115978604802}},{"id":"IpRHU","keywords":["Fiesta","Fiesta Latina","Latin Festival","iHeart Fiesta Latina","iHeartRadio Fiesta Latina","iHeartRadio Latin Festival"],"destination":{"type":"URL","value":"https://www.iheart.com/fiesta-latina/"},"disabled":false,"schedule":{"begin":1532113200000,"end":4115978604802}},{"id":"NKNzM","keywords":["iHeartRadio On The Verge","iHeartRadio On The Verge Artist","On the Verge","Verge"],"destination":{"type":"BRAND","value":"brands/iHeartRadio On The Verge (28)"},"disabled":false,"schedule":{"begin":1498672800000,"end":4115978604802}},{"id":"mDAGh","keywords":["iHeartRadio Guest DJ","Guest DJ"],"destination":{"type":"URL","value":"/content/iheartradio-guest-dj/"},"disabled":false,"schedule":{"begin":1498680000000,"end":1690905649036}},{"id":"syhf9","keywords":["Jingle Ball","Jingle Ball Tour","iHeartRadio Jingle Ball","iHeart Jingle Ball","JingleBall","Jingle Ball Tickets","iHeartRadio JingleBall"],"destination":{"type":"URL","value":"https://www.iheart.com/jingle-ball/"},"disabled":false,"schedule":{"begin":1498755600000,"end":4115978604802}},{"id":"4Jh0T","keywords":["pay","payment","invoice"],"destination":{"type":"URL","value":"/pay"},"disabled":false,"schedule":{"begin":1498837560000,"end":4115978604802}},{"id":"vtcZ6","keywords":["Macys","Macy's iHeartRadio Rising Star","Macys iHeartRadio Rising Star","Rising Star","Macys Rising Star","iHeartRadio Rising Star"],"destination":{"type":"URL","value":"http://macysrisingstar.iheartradio.com"},"disabled":false,"schedule":{"begin":1499313600000,"end":4115978604802}},{"id":"lqpg0","keywords":["EDC","EDC Radio"],"destination":{"type":"URL","value":"https://www.iheart.com/live/edc-radio-7355/"},"disabled":false,"schedule":{"begin":1500656400000,"end":4115978604802}},{"id":"Tdn07","keywords":["iHeartRadio Daytime Village","Village","Daytime Village"],"destination":{"type":"URL","value":"https://www.iheart.com/daytime-stage/"},"disabled":false,"schedule":{"begin":1653336000000,"end":4115978604802}},{"id":"Hs7M6","keywords":["The 80s Show","80s Show","Eighties Show"],"destination":{"type":"BRAND","value":"brands/80s Show"},"disabled":false,"schedule":{"begin":1504040400000,"end":4115978604802}},{"id":"odm3R","keywords":["iHeartNow"],"destination":{"type":"URL","value":"https://www.facebook.com/iheartnow"},"disabled":false,"schedule":{"begin":1506690000000,"end":4115978604802}},{"id":"ZAUyY","keywords":["Happy Holidays","Holidays","Christmas","Hanukkah","Xmas"],"destination":{"type":"BRAND","value":"brands/Happy Holidays (8)"},"disabled":false,"schedule":{"begin":1508331600000,"end":4115978604802}},{"id":"Z9eHx","keywords":["FanGirls","Fan Girls","Fan Girl","FanGirl"],"destination":{"type":"BRAND","value":"brands/FanGirls"},"disabled":false,"schedule":{"begin":1515776400000,"end":4115978604802}},{"id":"V3xvs","keywords":["Daytime Stage","iHeartRadio Daytime Stage","Stage"],"destination":{"type":"URL","value":"https://www.iheart.com/daytime-stage/"},"disabled":false,"schedule":{"begin":1653336000000,"end":4115978604802}},{"id":"aldaB","keywords":["Festival","iHeartRadio Music Festival","iHeart Festival","iHeart Music Festival","Music Festival","Las Vegas","iHeart Radio Music Festival","iHeartRadio Festival"],"destination":{"type":"URL","value":"https://www.iheart.com/music-festival/"},"disabled":false,"schedule":{"begin":1528156800000,"end":4115978604802}},{"id":"xMD7N","keywords":["ALTar EGO","ALTer EGO","ALTerEGO","iHeart ALTar EGO","iHeart ALTer EGO","iHeartALT","iHeartRadio ALTar EGO","iHeartRadio ALTer EGO"],"destination":{"type":"URL","value":"https://www.iheart.com/alter-ego/"},"disabled":false,"schedule":{"begin":1538398200000,"end":4115978604802}},{"id":"WDePf","keywords":["Podcast Award","Podcast Awards","iHeart Podcast Awards","iHeart Radio Podcast Awards","iHeartRadio Podcast Awards"],"destination":{"type":"URL","value":"https://www.iheart.com/podcast-awards/"},"disabled":false,"schedule":{"begin":1539921600000,"end":4115978604802}},{"id":"bbq2k","keywords":["Awards","Music Awards","iHeart Awards","iHeart Music Awards","iHeartRadio Awards","iHeartRadio Music Awards"],"destination":{"type":"URL","value":"https://www.iheart.com/music-awards/"},"disabled":false,"schedule":{"begin":1546984800000,"end":4115978604802}},{"id":"FR9jT","keywords":["country festival","iHeart Country Festival","iHeartCountry Festival","iHeartCountry Music Festival","iHeartRadio Country Festival"],"destination":{"type":"URL","value":"https://www.iheart.com/iheartcountry-festival/"},"disabled":false,"schedule":{"begin":1548705600000,"end":4115978604802}},{"id":"VRKj9","keywords":["Women of iHeartCountry"],"destination":{"type":"BRAND","value":"brands/Women of iHeartCountry"},"disabled":false,"schedule":{"begin":1550869200000,"end":1767243540000}},{"id":"CVAUd","keywords":["Charts","Music Charts"],"destination":{"type":"URL","value":"https://news.iheart.com/featured/charts/"},"disabled":false,"schedule":{"begin":1597266000000,"end":4115978604802}},{"id":"2vU3Z","keywords":["Wango","Wango Tango","WangoTango","iHeart Radio Wango Tango","iHeart Wango Tango","iHeartRadio Wango Tango"],"destination":{"type":"URL","value":"https://www.iheart.com/wango-tango/"},"disabled":false,"schedule":{"begin":1555939800000,"end":4115978604802}},{"id":"kvTSU","keywords":["Pride"],"destination":{"type":"URL","value":"https://prideradio.iheart.com"},"disabled":false,"schedule":{"begin":1560542400000,"end":4115978604802}},{"id":"iUYD7","keywords":["Back To School"],"destination":{"type":"URL","value":"https://news.iheart.com/back-to-school/"},"disabled":false,"schedule":{"begin":1565186400000,"end":4115978604802}},{"id":"J6cBT","keywords":["Podcast Chart","Podcasts Chart","Top 100","Top 100 Podcasts","Top Podcasts","Top Podcasts Chart"],"destination":{"type":"URL","value":"https://news.iheart.com/charts/podcasts-top-100/latest/"},"disabled":false,"schedule":{"begin":1569902400000,"end":4115978604802}},{"id":"p2xVk","keywords":["brantley gilbert"],"destination":{"type":"URL","value":"https://country.iheart.com/featured/iheartradio-live/content/2019-10-07-brantley-gilbert-on-new-album-and-monday-night-football-halftime-show-debut/"},"disabled":false,"schedule":{"begin":1570550400000,"end":1575176400000}},{"id":"9W2IO","keywords":["Heat","Heating"],"destination":{"type":"URL","value":"/contests/iheartradio-wants-to-help-735208/"},"disabled":false,"schedule":{"begin":1574193600000,"end":1576904400000}},{"id":"7OXfp","keywords":["Capital 1","Capital One","Capitol 1","Capitol One","capitalone"],"destination":{"type":"URL","value":"https://www.axs.com/series/26054/iheart-radio-music-festival-tickets?skin=iheart"},"disabled":false,"schedule":{"begin":1748523642079,"end":1758513600000}},{"id":"uqVj1","keywords":["downhill"],"destination":{"type":"URL","value":"/contests/you-can-win-778740/"},"disabled":false,"schedule":{"begin":1581022800998,"end":1581742800000}},{"id":"qeVVE","keywords":["Coronavirus","COVID-19"],"destination":{"type":"BRAND","value":"brands/Coronavirus"},"disabled":false,"schedule":{"begin":1584018000242,"end":4115978604802}},{"id":"Tn5Ib","keywords":["Living Room Concert","Living Room"],"destination":{"type":"BRAND","value":"brands/Living Room Concert"},"disabled":false,"schedule":{"begin":1585152000009,"end":4115978604802}},{"id":"xKumV","keywords":["Small Business","Small Businesses"],"destination":{"type":"BRAND","value":"brands/Small Business"},"disabled":false,"schedule":{"begin":1586458800821,"end":1651014006656}},{"id":"44fNv","keywords":["First Responder Fridays","First Responder Friday","First Responder","First Responders"],"destination":{"type":"URL","value":"/content/2020-05-04-kelsea-ballerini-to-tribute-first-responders-with-special-performance/"},"disabled":false,"schedule":{"begin":1588608000000,"end":1596254400000}},{"id":"hMYFW","keywords":["Stand For Small","StandForSmall","Stand For Small Business","Stand For Small Businesses"],"destination":{"type":"BRAND","value":"brands/Stand For Small"},"disabled":false,"schedule":{"begin":1587096000000,"end":4115978604802}},{"id":"55Ybe","keywords":["Meat District"],"destination":{"type":"URL","value":"/contests/enter-daily-for-861832/"},"disabled":false,"schedule":{"begin":1597773600503,"end":1600066800000}},{"id":"dcsrV","keywords":["Extra Gum","Extra","Gratitude Radio"],"destination":{"type":"URL","value":"/content/gratitude-radio-frontline-dedications-presented-by-extra-gum/"},"disabled":false,"schedule":{"begin":1588021200082,"end":1609477200000}},{"id":"RSH6H","keywords":["nurse","nurses"],"destination":{"type":"URL","value":"/contests/nominate-a-nurse-824762/"},"disabled":false,"schedule":{"begin":1588348800605,"end":1589342400000}},{"id":"bMHoZ","keywords":["Prom","iHeartRadio Prom","iHeart Prom"],"destination":{"type":"BRAND","value":"brands/iHeartRadio Prom"},"disabled":false,"schedule":{"begin":1588359600959,"end":1609477200000}},{"id":"z9Tuz","keywords":["Black Music","Black Music Month"],"destination":{"type":"BRAND","value":"brands/Black Music Month"},"disabled":false,"schedule":{"begin":1589472000532,"end":4115978604802}},{"id":"9Uz11","keywords":["The Vibe","Vibe"],"destination":{"type":"BRAND","value":"brands/The Vibe"},"disabled":false,"schedule":{"begin":1589979600371,"end":4115978604802}},{"id":"qum6C","keywords":["George Floyd"],"destination":{"type":"URL","value":"/content/2020-06-09-how-to-watch-george-floyds-hometown-funeral-service/"},"disabled":false,"schedule":{"begin":1591711200596,"end":1601524800000}},{"id":"36lhT","keywords":["Bud Light","Bud Lite","BudLight"],"destination":{"type":"URL","value":"/contests/celebrate-hispanic-heritage-868922/"},"disabled":false,"schedule":{"begin":1600272000486,"end":1602486000486}},{"id":"P301q","keywords":["Dr Pepper","Doctor Pepper","DrPepper","DoctorPepper"],"destination":{"type":"URL","value":"/contests/enter-to-win-871510/"},"disabled":false,"schedule":{"begin":1600214419906,"end":1601870400037}},{"id":"4JLhv","keywords":["Ultimate Jam","UltimateJam"],"destination":{"type":"URL","value":"/contests/capital-one-cardholders-846250/"},"disabled":false,"schedule":{"begin":1596038400866,"end":1597636800866}},{"id":"p4ex6","keywords":["Vote","Voting"],"destination":{"type":"URL","value":"https://www.iheart.com/music-awards/"},"disabled":false,"schedule":{"begin":1604505600927,"end":4115978604802}},{"id":"I8bwh","keywords":["Front Row","FrontRow"],"destination":{"type":"URL","value":"/featured/iheartradio-music-festival/front-row/"},"disabled":false,"schedule":{"begin":1596812400489,"end":1600660800489}},{"id":"8qAEF","keywords":["Sittercity","Sitter City"],"destination":{"type":"URL","value":"/contests/enter-to-win-1000-863794/"},"disabled":false,"schedule":{"begin":1598475600511,"end":1600920000511}},{"id":"OItps","keywords":["Phantoms","Fantoms","Phantom","Fantom","Julie and the Phantoms","Julie and the Fantoms"],"destination":{"type":"URL","value":"/contests/julie-and-the-phantoms-866540/"},"disabled":false,"schedule":{"begin":1599055200123,"end":1600401600123}},{"id":"mWi5V","keywords":["Stella Rosa","StellaRosa","Stella Roza","Stellah Rosa","Stellah Roza","StellaRoza"],"destination":{"type":"URL","value":"/contests/stellabrate-the-holidays-903274/"},"disabled":false,"schedule":{"begin":1605848400651,"end":1609131600651}},{"id":"QtSa2","keywords":["Capital One Trivia","Capitol One Trivia","Capital 1 Trivia","Capitol 1 Trivia","CapitalOneTrivia","Capital1Trivia"],"destination":{"type":"URL","value":"/contests/capital-one-cardholders-867836/"},"disabled":false,"schedule":{"begin":1600455600775,"end":1601870400775}},{"id":"YFsMq","keywords":["MS Vibes","MS Vibes Radio","Multiple Sclerosis","Multiple Sclerosis Vibes"],"destination":{"type":"URL","value":"https://www.iheart.com/live/ms-vibes-radio-8751/"},"disabled":false,"schedule":{"begin":1602599400749,"end":4115978604802}},{"id":"zvsNK","keywords":["HBCU","HBCUs","HBUC","HBCU Homecoming","HBCU Celebration"],"destination":{"type":"URL","value":"https://hbcu.iheart.com"},"disabled":false,"schedule":{"begin":1602795600498,"end":4115978604802}},{"id":"Jqkzz","keywords":["Trick or Treat","TrickOrTreat","iHeartHalloween","iHeart Halloween"],"destination":{"type":"BRAND","value":"brands/iHeartHalloween"},"disabled":false,"schedule":{"begin":1603116000860,"end":1606798800860}},{"id":"5kWI4","keywords":["Flight","Flight Fit N Fun"],"destination":{"type":"URL","value":"/contests/win-4-tickets-886476/"},"disabled":false,"schedule":{"begin":1603141200900,"end":1603857600900}},{"id":"uklA8","keywords":["Veterans","Veterans Day"],"destination":{"type":"URL","value":"/contests/share-a-salute-890794/"},"disabled":false,"schedule":{"begin":1603726200598,"end":1605157200598}},{"id":"gzicc","keywords":["Ulta","Ulta Beauty"],"destination":{"type":"URL","value":"https://news.iheart.com/featured/ulta-hbcu/"},"disabled":false,"schedule":{"begin":1604073650564,"end":1605200400483}},{"id":"LnEe8","keywords":["Jingle Ball Playlist"],"destination":{"type":"URL","value":"/contests/listen-to-win-892162/"},"disabled":false,"schedule":{"begin":1604088000781,"end":1605502800781}},{"id":"MDFLy","keywords":["Jingle Jangle","JingleJangle","Jingle Jangel","JingleJangel"],"destination":{"type":"URL","value":"/contests/enter-to-win-898226/"},"disabled":false,"schedule":{"begin":1605063600996,"end":1605330000996}},{"id":"e8lnx","keywords":["The Ice Cream Shop","Ice Cream Shop"],"destination":{"type":"URL","value":"/contests/win-a-chance-898800/"},"disabled":false,"schedule":{"begin":1605218415274,"end":1606798800029}},{"id":"BvZEs","keywords":["Game Night","GameNight"],"destination":{"type":"URL","value":"/contests/win-a-game-night-898752/"},"disabled":false,"schedule":{"begin":1605290400803,"end":1609477200803}},{"id":"Qupti","keywords":["Visit Jamaica"],"destination":{"type":"URL","value":"/contests/win-a-trip-898768/"},"disabled":false,"schedule":{"begin":1605560400606,"end":1607144400606}},{"id":"uooMg","keywords":["Hero","Heroes"],"destination":{"type":"URL","value":"/contests/stellabrate-our-military-901608/"},"disabled":false,"schedule":{"begin":1605643200803,"end":1607922000803}},{"id":"mQfMq","keywords":["Wish","Christmas Wish"],"destination":{"type":"URL","value":"/promotions/let-iheartradio-grant-your-christmas-wish-1129066/"},"disabled":false,"schedule":{"begin":1637769600774,"end":1643691600774}},{"id":"Wtnin","keywords":["Airtab","air tab"],"destination":{"type":"URL","value":"/contests/airtab-25-million-916478/"},"disabled":false,"schedule":{"begin":1607140800281,"end":1613106000281}},{"id":"2BL2K","keywords":["MMS","M and Ms","M&MS","M & Ms"],"destination":{"type":"URL","value":"/contests/mms-battle-909650/"},"disabled":false,"schedule":{"begin":1607529600083,"end":1608354000083}},{"id":"AKdiw","keywords":["Bake Box","BakeBox","Baker Box","BakerBox"],"destination":{"type":"URL","value":"/contests/win-the-ultimate-909648/"},"disabled":false,"schedule":{"begin":1607529600292,"end":1607914800292}},{"id":"AZwnn","keywords":["Living Black","LivingBlack","iHeart Living Black","iHeartRadio Living Black"],"destination":{"type":"URL","value":"https://www.iheart.com/livingblack/"},"disabled":false,"schedule":{"begin":1611075600603,"end":4115978604802}},{"id":"LHuAb","keywords":["BHM","Black History","Black History Month"],"destination":{"type":"BRAND","value":"brands/Black History Month (1830)"},"disabled":false,"schedule":{"begin":1611950400153,"end":4115978604802}},{"id":"BcYU9","keywords":["taxact facts","taxact fact","tax act facts","tax act fact"],"destination":{"type":"URL","value":"/promotions/taxact-facts-937090/"},"disabled":false,"schedule":{"begin":1613166960238,"end":4115978604802}},{"id":"v28dw","keywords":["tickets"],"destination":{"type":"URL","value":"https://www.axs.com/series/12038/iheartradio-music-festival-tickets?skin=iheart"},"disabled":false,"schedule":{"begin":1620748800046,"end":1632013200046}},{"id":"twjRb","keywords":["Splat Halloween","splat"],"destination":{"type":"URL","value":"https://news.iheart.com/promotions/transform-and-win-with-splat-1097082/"},"disabled":false,"schedule":{"begin":0,"end":1635739200252}},{"id":"a5Fiz","keywords":["VIPx","VIPex"],"destination":{"type":"URL","value":"https://link.vatom.com/s/vipx"},"disabled":false,"schedule":{"begin":1668016800294,"end":1677646800294}},{"id":"YHpCH","keywords":["fortnite","fortnight","fort nite","fort night"],"destination":{"type":"URL","value":"https://www.iheart.com/content/you-are-now-being-redirected-to-an-epic-games-website/"},"disabled":false,"schedule":{"begin":1660849200229,"end":4115978604802}},{"id":"OtSEl","keywords":["scratch off","scratchoff"],"destination":{"type":"URL","value":"https://news.iheart.com/featured/iheartradio-music-festival/scratch-and-win/"},"disabled":false,"schedule":{"begin":1660765500332,"end":1664078400332}},{"id":"Itj9E","keywords":["Capital One NFT","Capital 1 NFT","Capitol One NFT","Capitol 1 NFT","CapitalOneNFT","Capital1NFT","CapitolOneNFT","Capitol1NFT"],"destination":{"type":"URL","value":"https://start.vatom.com/iheart-festival/"},"disabled":false,"schedule":{"begin":1661450400766,"end":1664164800766}},{"id":"31EeP","keywords":["roblox","roblocks","rowblox","rowblocks"],"destination":{"type":"URL","value":"https://www.roblox.com/iheartland"},"disabled":false,"schedule":{"begin":1663005600930,"end":4115978604802}},{"id":"nbQet","keywords":["iheartland","iheart land","i heart land","eye heart land","eyeheartland"],"destination":{"type":"URL","value":"https://www.iheart.com/content/visit-iheartland/"},"disabled":false,"schedule":{"begin":1663970400429,"end":4115978604802}},{"id":"Y2SAb","keywords":["Capital One ALTer EGO","Capitol One ALTer EGO","Capital 1 ALTer EGO","Capitol 1 ALTer EGO","capitalonealterego"],"destination":{"type":"URL","value":"https://www.ticketmaster.com/event/09005D4E3665A282"},"disabled":false,"schedule":{"begin":1664467200253,"end":1673769600253}},{"id":"c1c8O","keywords":["Fall Out Boy","FallOutBoy","Fallout Boy"],"destination":{"type":"URL","value":"https://www.iheart.com/content/you-are-now-being-redirected-to-an-epic-games-website/"},"disabled":false,"schedule":{"begin":1673553600119,"end":1675670400119}},{"id":"whuuQ","keywords":["The Rolling Stones","Rolling Stones","TheRollingStones","RollingStones"],"destination":{"type":"URL","value":"/promotions/win-a-trip-for-you-and-1604361/"},"disabled":false,"schedule":{"begin":1700573400283,"end":1701752400283}},{"id":"EXXfK","keywords":["International Women's Day","International Womens Day","Women's Day","Womens Day","womensday","IWD","wttm","Women Take The Mic","WomenTakeTheMic"],"destination":{"type":"URL","value":"https://www.iheart.com/womensday/"},"disabled":false,"schedule":{"begin":1707487200899,"end":4115978604802}},{"id":"0Fptw","keywords":["petradio","pet radio","dog radio","cat radio","petsradio","pets radio","radio for pet","radio for pets"],"destination":{"type":"URL","value":"https://www.iheart.com/live/pet-radio-10231/"},"disabled":false,"schedule":{"begin":1712592000464,"end":4115978604802}},{"id":"nhLgg","keywords":["olympics","summer olympics","summer games","winter olympics","winter games","paris olympics"],"destination":{"type":"BRAND","value":"brands/Olympics"},"disabled":false,"schedule":{"begin":1718942400705,"end":4115978604802}},{"id":"R65pw","keywords":["crash ","krash","crash morning show"],"destination":{"type":"BRAND","value":"brands/Crash Mornings"},"disabled":false,"schedule":{"begin":1496658840000,"end":4115978604802}},{"id":"Bb2i6","keywords":["bigrig"],"destination":{"type":"URL","value":"https://98rock.iheart.com/featured/big-rig/"},"disabled":false,"schedule":{"begin":1502673960000,"end":4115978604802}},{"id":"MXMQf","keywords":["Crash"],"destination":{"type":"URL","value":"https://98rock.iheart.com/featured/crash-mornings/"},"disabled":false,"schedule":{"begin":1502673960000,"end":4115978604802}},{"id":"CdMeO","keywords":["Aj"],"destination":{"type":"URL","value":"https://98rock.iheart.com/featured/aj/"},"disabled":false,"schedule":{"begin":1502674080000,"end":4115978604802}},{"id":"tUGrc","keywords":["America"],"destination":{"type":"URL","value":"http://98rock.iheart.com/contests/make-america-rock-again-text-268766/"},"disabled":false,"schedule":{"begin":1504324800000,"end":1504584000000}},{"id":"lWItu","keywords":["Operation StormWatch","Operation Storm Watch","StormWatch","Storm Watch","Storm","Irma"],"destination":{"type":"URL","value":"http://970wfla.iheart.com/featured/operation-storm-watch/"},"disabled":false,"schedule":{"begin":1504633500000,"end":4115978604802}},{"id":"WpnrZ","keywords":["rays "],"destination":{"type":"URL","value":"http://98rock.iheart.com/contests/-273292/ "},"disabled":false,"schedule":{"begin":1506139200000,"end":1514091600000}},{"id":"4qaNh","keywords":["football"],"destination":{"type":"URL","value":"https://98rock.iheart.com/contests/win-bucs-tickets-307172/"},"disabled":false,"schedule":{"begin":1507299060000,"end":1512277140000}},{"id":"TY2KU","keywords":["Lynyrd"],"destination":{"type":"URL","value":"https://98rock.iheart.com/contests/-307362/"},"disabled":false,"schedule":{"begin":1507299960000,"end":1507521540000}},{"id":"ac8m6","keywords":["Marvel"],"destination":{"type":"URL","value":"https://98rock.iheart.com/contests/-324332/"},"disabled":false,"schedule":{"begin":1511499600000,"end":1511672400000}},{"id":"WVgU5","keywords":["sales","sales job"],"destination":{"type":"URL","value":"https://iheartmedia.wd5.myworkdayjobs.com/External_iHM/job/Tampa-FL-Gandy/Outside-Account-Executive_Req9198"},"disabled":false,"schedule":{"begin":1513114680000,"end":1520887080000}},{"id":"IRsLk","keywords":[" pumpkins"],"destination":{"type":"URL","value":"https://98rock.iheart.com/contests/the-smashing-pumpkins-text-to-377960/"},"disabled":false,"schedule":{"begin":1519448400000,"end":1519621140000}},{"id":"R9PbG","keywords":["aarons"],"destination":{"type":"URL","value":"https://98rock.iheart.com/contests/win-the-aaron-s-best-385070/?ref=ulink&apt_referrer_id="},"disabled":false,"schedule":{"begin":1520640660000,"end":1524179460000}},{"id":"sss09","keywords":["Punch"],"destination":{"type":"URL","value":"https://98rock.iheart.com/contests/five-finger-death-punch-breaking-387792/"},"disabled":false,"schedule":{"begin":1521259200000,"end":1521431940000}},{"id":"GWHDS","keywords":["metro","Metro","METRO"],"destination":{"type":"URL","value":"https://98rock.iheart.com/featured/98rockfest/content/2018-03-06-more-ways-to-win-tickets-to-98rockfest/"},"disabled":false,"schedule":{"begin":1521729900000,"end":1523764740000}},{"id":"Pp9Qv","keywords":["affordable"],"destination":{"type":"URL","value":"http://ul.ink/BR1E"},"disabled":false,"schedule":{"begin":1522678560000,"end":1524276960000}},{"id":"TVayk","keywords":["rock"],"destination":{"type":"URL","value":"https://98rock.iheart.com/contests/-402912/"},"disabled":false,"schedule":{"begin":1523678400000,"end":1523851140000}},{"id":"f8WA3","keywords":["Brew"],"destination":{"type":"URL","value":"https://98rock.iheart.com/contests/-421948/"},"disabled":false,"schedule":{"begin":1527307200000,"end":1527566340000}},{"id":"FIuZf","keywords":["Styx"],"destination":{"type":"URL","value":"https://98rock.iheart.com/contests/styx-joan-jett-tesla-father-429550/"},"disabled":false,"schedule":{"begin":1528516800000,"end":1528689540000}},{"id":"W4Lov","keywords":["Weezer"],"destination":{"type":"URL","value":"https://98rock.iheart.com/contests/weezer-pixies-text-to-win-435384/"},"disabled":false,"schedule":{"begin":1529121600000,"end":1529294340000}},{"id":"nshkG","keywords":["Lit"],"destination":{"type":"URL","value":"https://98rock.iheart.com/contests/p-o-d-lit-alien-439306/"},"disabled":false,"schedule":{"begin":1529726400000,"end":1529899140000}},{"id":"HPEGS","keywords":["Trivium"],"destination":{"type":"URL","value":"https://98rock.iheart.com/contests/-441962/"},"disabled":false,"schedule":{"begin":1530331200000,"end":1530503940000}},{"id":"gWkUX","keywords":["Doors "],"destination":{"type":"URL","value":"https://98rock.iheart.com/contests/3-doors-down-collective-soul-443648/"},"disabled":false,"schedule":{"begin":1530676800000,"end":1530763140000}},{"id":"fkm3V","keywords":["comedy"],"destination":{"type":"URL","value":"https://98rock.iheart.com/contests/sebastian-maniscalco-text-to-win-446832/"},"disabled":false,"schedule":{"begin":1531540800000,"end":1531713540000}},{"id":"5JNzo","keywords":["warped"],"destination":{"type":"URL","value":"https://98rock.iheart.com/contests/-452368/"},"disabled":false,"schedule":{"begin":1532145600000,"end":1532318340000}},{"id":"C7a88","keywords":[" healthy","give","give healthy","givehealthy"],"destination":{"type":"URL","value":"https://620wdae.iheart.com/content/2018-08-01-givehealthy-day-powered-by-simpson-air/"},"disabled":false,"schedule":{"begin":1533215460000,"end":1533614400000}},{"id":"UedNZ","keywords":["coupons"],"destination":{"type":"URL","value":"/content/2019-08-17-help-raise-money-for-local-schools/"},"disabled":false,"schedule":{"begin":1566046620000,"end":4115978604802}},{"id":"QBLSc","keywords":["Bike MS"],"destination":{"type":"URL","value":"/calendar/event/5e21d2edcc8a21449250f8ee/"},"disabled":false,"schedule":{"begin":1579295640000,"end":1587154440000}},{"id":"4Cb0L","keywords":["icebreaker","ice Breaker"],"destination":{"type":"URL","value":"/promotions/seaworld-orlando-s-ice-breaker-vip-experience-1-000-sweepstakes-1176626/"},"disabled":false,"schedule":{"begin":0,"end":4115978604802}},{"id":"AUuZD","keywords":["MOM"],"destination":{"type":"URL","value":"https://98rock.iheart.com/promotions/98rock-s-my-mom-rocks-1228824/?apt_id=1228824&apt_type=gallery&apt_entry_id=&apt_share_type="},"disabled":false,"schedule":{"begin":0,"end":1652026800242}}],"sections":{"general":{"name":"98ROCK","positioner":"Tampa Bay's ROCK Station & Bucs Football","description":"98 ROCK is Tampa Bay's Rock Station and the flagship station of the Tampa Bay Buccaneers.","keywords":[{"id":"Tampa Bay's Rock Station"},{"id":"rock station"},{"id":"tampa rock station"},{"id":"tampa rock radio"},{"id":"tampa concerts"},{"id":"babes"}],"default_content":[{"id":"collections/rock-news-classic-rock"},{"id":"collections/weird-news"},{"id":"collections/Florida News Blog"},{"id":"collections/rock-news-active-main-rock"},{"id":"collections/Operation Stormwatch Tampa Bay"},{"id":"collections/Trending in Florida"},{"id":"collections/Breaking Florida News"},{"id":"collections/98rockfest"}],"additional_distributions":[{"id":"facets/Stormwatch Florida Brands"}],"default_podcasts":[{"id":"89902582"},{"id":"31112393"},{"id":"119406777"},{"id":"111681346"}],"default_shows":[{"id":"brands/Crash Mornings","sites":{"_id":"%2F592dc19d3fd8be1e47705ec8","slug":"crash-mornings","ownBrand":"brands/Crash Mornings","configByLookup":{"common":{"branding":{"name":"Crash & AJ"}}}}},{"id":"brands/Aly (31976)","sites":{"_id":"%2Fbf90116ef3022558b5bcb4ac69335a72","slug":"aly","ownBrand":"brands/Aly (31976)","configByLookup":{"common":{"branding":{"name":"Aly"}}}}},{"id":"brands/Big Rig (32040)","sites":{"_id":"%2Fd2ad053ea0bd863da4b6567a59150b22","slug":"big-rig","ownBrand":"brands/Big Rig (32040)","configByLookup":{"common":{"branding":{"name":"Big Rig"}}}}},{"id":"brands/Klinger (31984)","sites":{"_id":"%2F8f522fa9423f957c49ff52374d5dac00","slug":"klinger","ownBrand":"brands/Klinger (31984)","configByLookup":{"common":{"branding":{"name":"Klinger"}}}}},{"id":"brands/Operation Stormwatch Tampa Bay","sites":{"_id":"%2F5f249d1162bc38365b082b3e","slug":"operation-stormwatch-tampa-bay","ownBrand":"brands/Operation Stormwatch Tampa Bay","configByLookup":{"common":{"branding":{"name":"Operation Stormwatch Tampa Bay"}}}}}],"default_playlists":[{"id":"312064750::MRMFecEmrFh4WmSf5wTFik"},{"id":"312064750::9EKinx8uFKkz97ronxDqxz"},{"id":"312064750::XEPYkJNfZNwhcsabZgzjUA"}],"default_event_categories":[{"id":"calendar-categories/concerts","taxo":{"memberName":"calendar-categories/concerts","displayName":"Concerts"}},{"id":"calendar-categories/station-events","taxo":{"memberName":"calendar-categories/station-events","displayName":"Station Events"}},{"id":"calendar-categories/holiday","taxo":{"memberName":"calendar-categories/holiday","displayName":"Holiday"}},{"id":"calendar-categories/sports","taxo":{"memberName":"calendar-categories/sports","displayName":"Sports"}}],"weather_market":"Tampa, FL","country":{"id":"countries/US"},"geo_latitude":"27.8930033","geo_longitude":"-82.51106469999999","locale":{"taxo":{"name":"en-US"}},"additional_copyright":null},"alert":{"title":"Buy Your Tickets To Our 2025 iHeartRadio Musical Festival NOW!","link":"https://www.iheart.com/music-festival/?campid=localalert","target":"_self","start_date":{"timestampMs":1749834000000},"end_date":{"timestampMs":1758254420912}},"navigation":{"contact_menu_switch":true,"listen_live_switch":true,"contest_nav_switch":true,"search_switch":true,"user_menu_switch":true,"show_public_file_switch":true,"advertise_switch":true,"find_your_station_switch":null,"enable_podcasts_links_switch":null,"national_promotions":[],"menu":[{"id":"pRnV2","type":"brand","label":"Crash & AJ","target":"_self","ref":"%2F592dc19d3fd8be1e47705ec8","children":[],"href":"/featured/crash-mornings/"},{"id":"XAL4w","type":"page","label":"On Air","target":"_self","ref":"onair_schedule","children":[{"id":"IvHD9","type":"brand","label":"Crash & AJ","target":"_self","ref":"%2F592dc19d3fd8be1e47705ec8","href":"/featured/crash-mornings/"},{"id":"g5nRe","type":"brand","label":"Aly","target":"_self","ref":"%2Fbf90116ef3022558b5bcb4ac69335a72","href":"/featured/aly/"},{"id":"Ynrku","type":"brand","label":"Big Rig","target":"_self","ref":"%2Fd2ad053ea0bd863da4b6567a59150b22","href":"/featured/big-rig/"},{"id":"X28V0","type":"brand","label":"Klinger","target":"_self","ref":"%2F8f522fa9423f957c49ff52374d5dac00","href":"/featured/klinger/"},{"id":"b9m5q","type":"link","label":"John Clay Wolfe","target":"_blank","ref":"https://www.johnclaywolfe.com/","href":"https://www.johnclaywolfe.com/"},{"id":"fwA75","type":"link","label":"Operation Storm Watch","target":"_blank","ref":"https://wflanews.iheart.com/featured/operation-stormwatch-tampa-bay/?77","href":"https://wflanews.iheart.com/featured/operation-stormwatch-tampa-bay/?77"},{"id":"1UrwS","type":"link","label":"Listen Live - 98ROCK's The Bay","target":"_self","ref":"/listen","href":"/listen"}],"href":"/schedule/"},{"id":"DsYF0","type":"brand","label":"Tampa Bay Buccaneers","target":"_self","ref":"%2F78535dee459f41cc11cc8cfe9450fe15","children":[],"href":"/featured/best-bucs-coverage/"},{"id":"O55ry","type":"link","label":"Photos & Info","target":"_self","ref":"#","children":[{"id":"uBGg3","type":"brand","label":"98ROCKFEST","target":"_self","ref":"%2F5a0270a81275d4ce3e0171a0","href":"/featured/98rockfest/"},{"id":"4oVEw","type":"link","label":"Buy Concert Tickets","target":"_blank","ref":"http://ticketmaster.evyy.net/c/261094/264167/4272","href":"http://ticketmaster.evyy.net/c/261094/264167/4272"},{"id":"EcpOj","type":"page","label":"Event Calendar","target":"_self","ref":"calendar_content_all","href":"/calendar/"},{"id":"qBJuN","type":"link","label":"Facebook","target":"_blank","ref":"https://www.facebook.com/98rocktampabay/","href":"https://www.facebook.com/98rocktampabay/"},{"id":"egWIJ","type":"link","label":"Instagram","target":"_blank","ref":"https://www.instagram.com/98rocktampabay/","href":"https://www.instagram.com/98rocktampabay/"},{"id":"ZfPMx","type":"link","label":"Twitter","target":"_blank","ref":"http://www.twitter.com/98rocktampabay","href":"http://www.twitter.com/98rocktampabay"},{"id":"v20sm","type":"link","label":"Careers","target":"_blank","ref":"https://www.iheartmedia.com/careers","href":"https://www.iheartmedia.com/careers"},{"id":"3ozIT","type":"link","label":"Book a Party DJ","target":"_self","ref":"https://streetlaced.com/party-dj/98rock","href":"https://streetlaced.com/party-dj/98rock"},{"id":"ZuF60","type":"link","label":"Photos","target":"_self","ref":"/topic/photos/","href":"/topic/photos/"},{"id":"DrLDH","type":"page","label":"Recently Played","target":"_self","ref":"music_recently_played","href":"/music/recently-played/"},{"id":"czCD7","type":"page","label":"Top Songs","target":"_self","ref":"music_top_songs","href":"/music/top-songs/"}],"href":"#"}],"menu_footer":[{"id":"COgXA","type":"page","label":"Rock-o-Holics","target":"_self","ref":"newsletter","children":[],"href":"/newsletter/"}]},"design":{"theme":"default","color_scheme":{"id":"site-color-schemes/night"},"logo_best_res":{"id":"asset://assets.brands/320606865fb55e9e495c9845422064cf","asset":{"bucket":"assets.brands","resourceId":"%2F320606865fb55e9e495c9845422064cf","href":"https://i.iheart.com/v3/re/assets.brands/320606865fb55e9e495c9845422064cf"}},"station_logo":{"id":"asset://assets.brands/687fee275dfcb5a8714a4f7c","asset":{"bucket":"assets.brands","resourceId":"%2F687fee275dfcb5a8714a4f7c","href":"https://i.iheart.com/v3/re/assets.brands/687fee275dfcb5a8714a4f7c"}},"logo_favicon":{"id":"asset://assets.brands/600e0a0c03679dd3865d741b","asset":{"bucket":"assets.brands","resourceId":"%2F600e0a0c03679dd3865d741b","href":"https://i.iheart.com/v3/re/assets.brands/600e0a0c03679dd3865d741b"}},"font":{"id":"site-fonts/Exo 2"},"accent_color":"#d4202a","header_color":null,"navigation_color":null,"navigation_links_color":null,"ihr_embed_player_bar_stream_override":null,"ihr_embed_player_bar_switch":true,"ihr_embed_player_bar_stream_theme":"light","logo_footer":null,"thumbnail_image":null},"social":{"facebook_switch":true,"facebook_name":"98rocktampabay","facebook_app_id":"189870927716669","facebook_fan_page_id":"72803244045","twitter_switch":true,"twitter_name":"98rocktampabay","youtube_switch":false,"youtube_name":null,"instagram_switch":true,"instagram_name":"98rocksthebay","snapchat_switch":true,"snapchat_name":"98rocktampabay","pinterest_switch":null,"pinterest_name":null,"tiktok_switch":true,"tiktok_name":"98rocktampabay"},"contact":{"page_intro":"Contact 98ROCK ","show_social_switch":true,"phone_text_numbers_switch":true,"request_phone_number":"800-737-0098","business_phone_number":"813-832-1000","traffic_tip_phone":"","newsroom_phone":"","sms_number":"82945","prize_pickup_directions_switch":true,"prize_pickup_info":"Prize pickup information is provided at the time of winning, for additional information please email: NikkiClark@iheartmedia.com. In order to claim a prize, you will be required to present a copy of your drivers license or other government issued photo ID. In addition, you will be required to fill out a W9 tax form before claiming your prize.","location_address1":"13577 Feather Sound Drive","location_address2":"","location_city":"Clearwater","location_state":"FL","location_zip":"33762","office_hours":"Our lobby is closed. If you won a prize, Congratulations! Prize information is provided at the time of winning, for additional information please email: DavidMartinez@iheartmedia.com","email_form_switch":true,"employment_info_switch":true,"contacts":[{"type":"Prize/Promotional Question"},{"type":"Program Director"},{"type":"Sales Manager"},{"type":"Public Service Director"},{"type":"Website Question"}],"eeo_report_asset":{"id":"asset://assets.eeo/66f5b6d62d483476e1093d5f"},"employment_link_override":"","public_file_assistance_link_override":null,"email_ip_blacklist":"","enable_contest_promotions":null},"partners":{"iheartradio_switch":true,"ihr_show_in_iheart_switch":false,"video_monetization_provider":"none","postup_switch":true,"email_format":null,"dataskrive_switch":true,"outbrain_switch":true,"traffic_market":"WXTB-FM","aptivada_switch":true,"aptivada_id":"1781993","google_webmaster_verification":null,"auth_type":null},"ads":{"dfp_switch":true,"header_bidding":true,"facebook_ad_track_pixel_switch":true,"facebook_ad_track_pixel_id":"270798540384083"},"analytics":{"adobe_library":"dtm","parsely_switch":false,"parsely_account_id":null}}},"integration":{"type":"broadcast-facilities","plugin":{"broadcastFacilities":[{"facilityId":"11274","broadcastFrequency":"97.9","broadcastBand":"FM","broadcastCallLetters":"WXTB","applicationNotices":[],"politicalLinkOverride":null}]}},"liveConfig":{"sections":{"design":{"ihr_embed_player_bar_stream_override":null}}}}}},"micrositeReferences":[{"_id":"%2F78535dee459f41cc11cc8cfe9450fe15","slug":"best-bucs-coverage","ownBrand":"brands/Best Bucs Coverage (43032)","configByLookup":{"common":{"branding":{"name":"Best Tampa Bay Buccaneer Coverage"}}}},{"_id":"%2F5a0270a81275d4ce3e0171a0","slug":"98rockfest","ownBrand":"brands/98ROCKFEST","configByLookup":{"common":{"branding":{"name":"98ROCKFEST 2024"}}}},{"_id":"%2F592dc19d3fd8be1e47705ec8","slug":"crash-mornings","ownBrand":"brands/Crash Mornings","configByLookup":{"common":{"branding":{"name":"Crash & AJ"}}}},{"_id":"%2Fbf90116ef3022558b5bcb4ac69335a72","slug":"aly","ownBrand":"brands/Aly (31976)","configByLookup":{"common":{"branding":{"name":"Aly"}}}},{"_id":"%2Fd2ad053ea0bd863da4b6567a59150b22","slug":"big-rig","ownBrand":"brands/Big Rig (32040)","configByLookup":{"common":{"branding":{"name":"Big Rig"}}}},{"_id":"%2F8f522fa9423f957c49ff52374d5dac00","slug":"klinger","ownBrand":"brands/Klinger (31984)","configByLookup":{"common":{"branding":{"name":"Klinger"}}}},{"_id":"%2F5f249d1162bc38365b082b3e","slug":"operation-stormwatch-tampa-bay","ownBrand":"brands/Operation Stormwatch Tampa Bay","configByLookup":{"common":{"branding":{"name":"Operation Stormwatch Tampa Bay"}}}}],"surrogateKeys":[]},"cache":[["\"/\"",{"data":{"_id":"/master-site/inferno/home","name":"home","pageConfig":{"adobe_page_name":"home","description":"","keywords":[],"sitemap_frequency":"hourly","thumbnail":"","title":""},"displayName":"Home","path":"/","primaryBlockId":"e6Rs0","layoutId":"generic_full","parentId":null,"tags":[],"blocks":[{"id":"ad:top-leaderboard","region":"ad:top-leaderboard","type":"ad","ordinal":0,"value":{"ad_split":50,"position":"3330"},"tags":[],"schedule":null},{"id":"FppTo","region":"main:dynamic","type":"onair","ordinal":0,"value":{"title":null},"tags":["display-hints/themed-block","display-hints/onair-show-play"],"schedule":{"begin":0,"end":4115978604802}},{"id":"e6Rs0","region":"main:dynamic","type":"feed","ordinal":2,"value":{"ad_split":null,"feed_id":"USAGE:feed-usecases/Default Content","feed_index":0,"position":null,"size":1,"title":""},"tags":["display-hints/feed-show-eyebrow","display-hints/feed-date-stamp","display-hints/horizontal","display-hints/primary","display-hints/themed-block"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F688e6b5d2cc96ab9d0f56936","type":"PUBLISHING","record":{"ref_id":"%2F688e6b5d2cc96ab9d0f56936","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"6f26f219-0a20-4153-9161-1673fc5d7b66","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"Heap of chicken vienna sausage wrapped in plastic. Close up shot","id":"%2F688e7173f12dc1d489b4c047","new_tab":false,"schedule":{},"source_credit":"amstockphoto / iStock / Getty Images","title":"Heap of chicken vienna sausage wrapped in plastic. Close up","type":"asset","url":"","use_caption":false},{"html":"\u003cp>A \u003ca href=\"https://abcnews.go.com/Weird/wireStory/hot-dog-spill-shuts-highway-pennsylvania-commuters-wurst-124294402\" target=\"_blank\">truck carrying hot dogs crashed on Interstate 83 in Pennsylvania\u003c/a> on Friday (August 1), causing a major traffic jam as hot dogs spilled across the road. The accident occurred just north of the Maryland state line when the truck experienced mechanical issues and collided with another vehicle. The impact caused the trailer to scrape against concrete dividers, forcing it open and spilling its contents. Four people sustained non-life-threatening injuries in the crash.\u003c/p>\n\n\u003cp>The \u003ca href=\"https://www.foxnews.com/us/hot-dogs-spill-across-interstate-after-tractor-trailer-crash-clog-commute-steamed-motorists\" target=\"_blank\">incident led to significant delays\u003c/a> as crews worked to clear the highway. The crash happened during the morning rush hour, compounding the traffic issues. \u003c/p>\n\n\u003cp>The \u003ca href=\"https://www.foxnews.com/us/hot-dogs-spill-across-interstate-after-tractor-trailer-crash-clog-commute-steamed-motorists\" target=\"_blank\">cleanup crews faced challenges with the scattered hot dogs\u003c/a>, which were deemed unusable. \u003c/p>\n\n\u003cp>Shrewsbury Fire Company Chief \u003cstrong>Brad Dauberman\u003c/strong> commented on the cleanup, saying, "Once those leave the truck and hit the road, that’s all garbage, and it’s still pretty warm." He added, "I can tell you personally, hot dogs are very slippery. I did not know that."\u003c/p>\n\n\u003cp> The highway was eventually reopened after the cleanup was completed.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-02-hot-dog-spill-closes-busy-interstate/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"primary_image":{"bucket":"assets.getty","id":"%2F688e7173f12dc1d489b4c047"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1754165400000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-02-hot-dog-spill-closes-busy-interstate","social_title":"","summary":"Thousands of frozen hot dogs covered the roadway after a multi-vehicle crash.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/weird-news"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Hot Dog Spill Closes Busy Interstate","permalink":"https://98rock.iheart.com/content/2025-08-02-hot-dog-spill-closes-busy-interstate/"},"slug":"2025-08-02-hot-dog-spill-closes-busy-interstate","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688e7173f12dc1d489b4c047","title":"Hot Dog Spill Closes Busy Interstate","description":"Thousands of frozen hot dogs covered the roadway after a multi-vehicle crash.","author":"iHeartRadio"},"pub_start":1754165400000,"pub_until":4115978604802,"pub_changed":1754165784012,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["categories/weird-news","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688e6b5d2cc96ab9d0f56936","slug:2025-08-02-hot-dog-spill-closes-busy-interstate","slug:2025-08-02-hot-dog-spill-closes-busy-interstate","keyword:keywords/ai-assisted","author:user"]}}],"resume":{"id":"ID:editorial-feed-whatwhere","context":{"\u003clocale>":"en-US"},"size":1,"from":"eyJza2lwIjo5LCJjdXJzb3JzIjp7ImRhU0xXIjoiZXlKc2FXMXBkQ0k2TlN3aWIyWm1jMlYwSWpvNWZRPT0ifSwiZW5kcyI6eyJMNmxVSyI6LTEsIjdUS29VIjotMX19","scopes":[]}}},{"id":"WQJCS","region":"main:dynamic","type":"feed","ordinal":3,"value":{"feed_id":"USAGE:feed-usecases/Default Promotions","feed_index":1,"size":4,"title":""},"tags":["display-hints/xsmall"],"schedule":null,"feed":{"results":[{"id":"%2F687aaea4875b23cab49ddde2","type":"LEADS","record":{"title":"Nominate An Exceptional Teacher Who Is Making A Lasting Impact!","subtitle":"","image":"https://i.iheart.com/v3/re/new_assets/687aae40875b23cab49ddde1","img_meta":{"base_id":"%2F687aae40875b23cab49ddde1","bucket":"new_assets"},"link":{"target":"_blank","urls":{"device":"","web":"https://www.donorschoose.org/iheartradio"},"name":"","description":""},"use_catalog_image":false,"catalog":null}},{"id":"%2F66c897d84d4b2e53621a62db","type":"LEADS","record":{"title":"Buccaneers 24/7 Coverage","subtitle":"Buccaneers 24/7 Coverage","image":"https://i.iheart.com/v3/re/new_assets/62fbbda7c6ccee51e1b516d8","img_meta":{"base_id":"%2F62fbbda7c6ccee51e1b516d8","bucket":"new_assets"},"link":{"target":"_self","urls":{"device":"https://98rock.iheart.com/featured/best-bucs-coverage/","web":"https://98rock.iheart.com/featured/best-bucs-coverage/"},"name":"Best Bucs Coverage","description":"All things Buccaneers"},"use_catalog_image":false,"catalog":null}},{"id":"%2F62fbbdf7c6ccee51e1b516d9","type":"LEADS","record":{"title":"Win Concert Tickets & More","subtitle":"","image":"https://i.iheart.com/v3/re/new_assets/63dab91a845d2140bc2acac7","img_meta":{"base_id":"%2F63dab91a845d2140bc2acac7","bucket":"new_assets"},"link":{"target":"_self","urls":{"device":"https://98rock.iheart.com/promotions/","web":"https://98rock.iheart.com/promotions/"},"name":"Win Stuff","description":"Concert tickets and MUCH more!"},"use_catalog_image":false,"catalog":null}},{"id":"%2F67b8f4a3e072eb3303429080","type":"LEADS","record":{"title":"Advertise with America's #1 Audio Company","subtitle":"","image":"https://i.iheart.com/v3/re/new_assets/67b8f45de072eb330342907f","img_meta":{"base_id":"%2F67b8f45de072eb330342907f","bucket":"new_assets"},"link":{"target":"_blank","urls":{"device":"","web":"/advertise/?campid=advertise_promo"},"name":"","description":""},"use_catalog_image":false,"catalog":null}}],"resume":{"id":"ID:promotions-feed","context":{"\u003clocale>":"en-US"},"size":4,"from":"eyJza2lwIjo0LCJjdXJzb3JzIjp7IjRZUE0xIjoxfSwiZW5kcyI6eyJQVG9PSyI6LTEsIndtZU5LIjotMSwiSkFyUk4iOjJ9fQ==","scopes":[]}}},{"id":"lP0Ih","region":"main:dynamic","type":"feed","ordinal":4,"value":{"feed_id":"USAGE:feed-usecases/Default Content","feed_index":2,"size":2,"title":""},"tags":["display-hints/feed-show-eyebrow","display-hints/feed-date-stamp","display-hints/large"],"schedule":null,"feed":{"results":[{"id":"%2F6107ecc182d5b29ea43f4606","type":"PUBLISHING","record":{"ref_id":"%2F6107ecc182d5b29ea43f4606","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"eaa4a924-1858-4ca1-a961-1a0abfb1410f","revision_id":"AAAAAAAAAAAAAAAAAAAAAA=="},"author":"Dave Basner","blocks":[{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"UNITED KINGDOM - JUNE 01: BBC TV CENTRE Photo of Bob DYLAN, performing on TV show (Photo by Val Wilmer/Redferns)","id":"%2F5d434487090c72de53f3df13","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Photo of Bob DYLAN","type":"asset","url":"","use_caption":false},{"html":"\u003cp>It’s August 2nd and here are some reasons why this day matters in rock history:\u003c/p>\n\n\u003cp>In 1962, \u003cstrong>Robert Allen Zimmerman\u003c/strong> legally became \u003ca href=\"https://www.iheart.com/artist/bob-dylan-971/\" data-catalog-kind=\"artist\" data-catalog-id=\"971\" data-catalog-related-id=\"\">\u003cstrong>Bob Dylan\u003c/strong>\u003c/a>.\u003c/p>\n\n\u003cp>In 2003, \u003ca href=\"https://www.iheart.com/artist/kiss-35150/\" data-catalog-kind=\"artist\" data-catalog-id=\"35150\" data-catalog-related-id=\"\">\u003cstrong>Kiss\u003c/strong>\u003c/a> and \u003ca href=\"https://www.iheart.com/artist/aerosmith-39229/\" data-catalog-kind=\"artist\" data-catalog-id=\"39229\" data-catalog-related-id=\"\">\u003cstrong>Aerosmith\u003c/strong>\u003c/a> kicked off their co-headlining tour. \u003c/p>\n\n\u003cp>In 1998, the \u003ca href=\"https://www.iheart.com/artist/beastie-boys-29168/\" data-catalog-kind=\"artist\" data-catalog-id=\"29168\" data-catalog-related-id=\"\">\u003cstrong>Beastie Boys\u003c/strong>\u003c/a> started a three-week run at number one on the album chart with \u003cem>Hello Nasty\u003c/em>, the group’s third record to top the chart.\u003c/p>\n\n\u003cp>In 2010, \u003ca href=\"https://www.iheart.com/artist/arcade-fire-202598/\" data-catalog-kind=\"artist\" data-catalog-id=\"202598\" data-catalog-related-id=\"\">\u003cstrong>Arcade Fire\u003c/strong>\u003c/a> released their hit album, \u003cem>The Suburbs\u003c/em>, which debuted at number one and went on to win the Grammy for Album of the Year.\u003c/p>\n\n\u003cp>In 1975, the \u003ca href=\"https://www.iheart.com/artist/eagles-59842/\" data-catalog-kind=\"artist\" data-catalog-id=\"59842\" data-catalog-related-id=\"\">\u003cstrong>Eagles \u003c/strong>\u003c/a>went to number one on the chart with their song “One of These Nights.”\u003c/p>\n\n\u003cp>In 1986, \u003ca href=\"https://www.iheart.com/artist/peter-cetera-59956/\" data-catalog-kind=\"artist\" data-catalog-id=\"59956\" data-catalog-related-id=\"\">\u003cstrong>Peter Cetera \u003c/strong>\u003c/a>began two weeks on top of the charts with his song “The Glory of Love,” the theme to the film \u003cem>Karate Kid II\u003c/em>.\u003c/p>\n\n\u003cp>And in 2006, \u003ca href=\"https://www.iheart.com/artist/the-killers-36647/\" data-catalog-kind=\"artist\" data-catalog-id=\"36647\" data-catalog-related-id=\"\">\u003cstrong>Killers\u003c/strong>\u003c/a> singer \u003ca href=\"https://www.iheart.com/artist/brandon-flowers-380256/\" data-catalog-kind=\"artist\" data-catalog-id=\"380256\" data-catalog-related-id=\"\">\u003cstrong>Brandon Flowers\u003c/strong>\u003c/a> married \u003cstrong>Tana Munblowsky\u003c/strong> in a private ceremony in Hawaii.\u003c/p>\n\n\u003cp>And that’s what happened today in rock history.\u003c/p>\n\n\u003cp>(H/T \u003ca href=\"https://www.thisdayinmusic.com/\" target=\"_blank\">This Day in Music\u003c/a>)\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2021-08-02-why-august-2nd-matters-in-rock-history/","cuser":"user/ldap/1115951","enable_featured_widget":false,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":false,"is_sponsored":false,"keywords":[],"primary_image":{"bucket":"new_assets","id":"%2F5d434487090c72de53f3df13"},"primary_target":{"categories":[],"distribution":["brands/iHeartRadio"]},"publish_date":1754136000000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2021-08-02-why-august-2nd-matters-in-rock-history","social_title":"","summary":"Find out what Kiss and Aerosmith were doing together on this day in 2003, and how Robert Allen Zimmerman died in '62.","targets":[{"categories":["categories/music-news"],"distribution":["brands/iHeartRadio"]},{"categories":["categories/music-news"],"distribution":["formats/ROCKACTIVE"]},{"categories":["categories/music-news"],"distribution":["formats/ROCKCLASSIC"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Why August 2nd Matters In Rock History","permalink":"https://98rock.iheart.com/content/2021-08-02-why-august-2nd-matters-in-rock-history/"},"slug":"2021-08-02-why-august-2nd-matters-in-rock-history","summary":{"image":"https://i.iheart.com/v3/re/new_assets/5d434487090c72de53f3df13","title":"Why August 2nd Matters In Rock History","description":"Find out what Kiss and Aerosmith were doing together on this day in 2003, and how Robert Allen Zimmerman died in '62.","author":"Dave Basner"},"pub_start":1754136000000,"pub_until":4115978604802,"pub_changed":1754136000000,"subscription":[{"tags":["brands/iHeartRadio"]},{"tags":["categories/music-news","brands/iHeartRadio"]},{"tags":["categories/music-news","formats/ROCKACTIVE"]},{"tags":["categories/music-news","formats/ROCKCLASSIC"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6107ecc182d5b29ea43f4606","slug:2021-08-02-why-august-2nd-matters-in-rock-history","slug:2021-08-02-why-august-2nd-matters-in-rock-history","author:user"]}},{"id":"%2F688d179e2e24d7fcac0823dd","type":"PUBLISHING","record":{"ref_id":"%2F688d179e2e24d7fcac0823dd","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"bf63dba6-4bd1-44e0-a81c-29fe24594a85","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"Long-fingered bat (Myotis capaccinii) flying from entrance of colony cave in Spanish Pyrenees, Aragon, Spain. April.","id":"%2F688d18732425089862b569d3","new_tab":false,"schedule":{},"source_credit":"CreativeNature_nl / iStock / Getty Images","title":"Long-fingered bat flying from cave","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003cstrong>Erica Kahn\u003c/strong>, a Massachusetts resident, \u003ca href=\"https://www.nbcnews.com/news/us-news/bat-flies-womans-mouth-arizona-costing-nearly-21000-medical-bills-rcna222463\" target=\"_blank\">faced nearly $21,000 in medical bills after a bat flew into her mouth\u003c/a> during a vacation in Northern Arizona last August. The incident occurred while Kahn, then 33, was photographing the night sky at Glen Canyon National Recreation Area. Despite not feeling a bite, her father, a physician, advised her to seek rabies vaccinations as a precaution.\u003c/p>\n\n\u003cp>Kahn, who had recently lost her job as a biomedical engineer, had \u003ca href=\"https://kffhealthnews.org/news/article/tourist-rabies-treatment-wild-bat-in-mouth-surprise-bill-of-the-month/\" target=\"_blank\">opted to temporarily forgo health insurance\u003c/a>. After the bat encounter, she quickly purchased a policy from Innovative Partners LP, believing it would cover emergency treatments. However, the policy had a 30-day waiting period, and her claims were denied, leaving her with a bill of $20,749. The majority of the charges came from Flagstaff Medical Center, where she received her initial treatment.\u003c/p>\n\n\u003cp>Rabies, a fatal disease if untreated, requires immediate medical attention. Kahn \u003ca href=\"https://www.washingtonpost.com/wellness/2025/07/31/rabies-vaccine-cost/\" target=\"_blank\">received four doses of the rabies vaccine\u003c/a> and immunoglobulin shots across multiple states. Despite her efforts to appeal the denied claims, Kahn faced challenges in navigating the insurance process.\u003c/p>\n\n\u003cp>"I felt so powerless against these companies," she told \u003cem>NBC News\u003c/em>. "It should be a human right to have lifesaving care covered. In most other countries, like in Europe, you just go to the hospital, you get your rabies vaccines and you pay nothing."\u003c/p>\n\n\u003cp>Kahn says that she hopes others will learn from her mistake and ensure they have health insurance coverage.\u003c/p>\n\n\u003cp>"If one person gets covered because they saw this story, then I would be happy about that," she added.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-woman-hit-with-five-figure-medical-bill-after-a-bat-flew-into-her-mouth/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"primary_image":{"bucket":"assets.getty","id":"%2F688d18732425089862b569d3"},"primary_target":{"categories":["categories/national-news","categories/weird-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1754077260000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-woman-hit-with-five-figure-medical-bill-after-a-bat-flew-into-her-mouth","social_title":"","summary":"The woman didn't have health insurance and must pay the bill out of her own pocket.","targets":[{"categories":["categories/national-news","categories/weird-news"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Woman Hit With Five-Figure Medical Bill After A Bat Flew Into Her Mouth","permalink":"https://98rock.iheart.com/content/2025-08-01-woman-hit-with-five-figure-medical-bill-after-a-bat-flew-into-her-mouth/"},"slug":"2025-08-01-woman-hit-with-five-figure-medical-bill-after-a-bat-flew-into-her-mouth","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688d18732425089862b569d3","title":"Woman Hit With Five-Figure Medical Bill After A Bat Flew Into Her Mouth","description":"The woman didn't have health insurance and must pay the bill out of her own pocket.","author":"iHeartRadio"},"pub_start":1754077260000,"pub_until":4115978604802,"pub_changed":1754077653902,"subscription":[{"tags":["categories/national-news","categories/weird-news","brands/iHeartRadio"]},{"tags":["categories/national-news","categories/weird-news","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688d179e2e24d7fcac0823dd","slug:2025-08-01-woman-hit-with-five-figure-medical-bill-after-a-bat-flew-into-her-mouth","slug:2025-08-01-woman-hit-with-five-figure-medical-bill-after-a-bat-flew-into-her-mouth","keyword:keywords/ai-assisted","author:user"]}}],"resume":{"id":"ID:editorial-feed-whatwhere","context":{"\u003clocale>":"en-US"},"size":2,"from":"eyJza2lwIjo5LCJjdXJzb3JzIjp7ImRhU0xXIjoiZXlKc2FXMXBkQ0k2TlN3aWIyWm1jMlYwSWpvNWZRPT0ifSwiZW5kcyI6eyJMNmxVSyI6LTEsIjdUS29VIjotMX19","scopes":[]}}},{"id":"beE6F","region":"main:dynamic","type":"feed","ordinal":5,"value":{"feed_id":"ID:weekly-widget-feed","feed_index":3,"size":10,"title":""},"tags":["display-hints/cume"],"schedule":null,"feed":{"results":[],"resume":null}},{"id":"ha5Er","region":"main:dynamic","type":"contests","ordinal":6,"value":{},"tags":["display-hints/tile"],"schedule":null},{"id":"lHlMQ","region":"main:dynamic","type":"playlist","ordinal":7,"value":{},"tags":["display-hints/themed-block","display-hints/tile"],"schedule":null},{"id":"zlJN0","region":"main:dynamic","type":"show","ordinal":8,"value":{"brands":[{"ref":"config://field/general.default_shows","scope":null,"type":"VAR"}],"title":"Shows"},"tags":[],"schedule":{"begin":0,"end":4115978604802},"shows":[{"_id":"%2F592dc19d3fd8be1e47705ec8","slug":"crash-mornings","ownBrand":"brands/Crash Mornings","configByLookup":{"common":{"branding":{"name":"Crash & AJ","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/5e5d6687f4997dd069b5ed82"}}}}}},{"_id":"%2Fbf90116ef3022558b5bcb4ac69335a72","slug":"aly","ownBrand":"brands/Aly (31976)","configByLookup":{"common":{"branding":{"name":"Aly","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/8cdda5f2de07dafbb2ee00738e1cc5a9"}}}}}},{"_id":"%2Fd2ad053ea0bd863da4b6567a59150b22","slug":"big-rig","ownBrand":"brands/Big Rig (32040)","configByLookup":{"common":{"branding":{"name":"Big Rig","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/61c2b1b180f2af03d229ca49"}}}}}},{"_id":"%2F8f522fa9423f957c49ff52374d5dac00","slug":"klinger","ownBrand":"brands/Klinger (31984)","configByLookup":{"common":{"branding":{"name":"Klinger","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/61de0814815960efa9709c45"}}}}}},{"_id":"%2F5f249d1162bc38365b082b3e","slug":"operation-stormwatch-tampa-bay","ownBrand":"brands/Operation Stormwatch Tampa Bay","configByLookup":{"common":{"branding":{"name":"Operation Stormwatch Tampa Bay","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/68766fc85349fec9d99362ac"}}}}}}]},{"id":"MOi2y","region":"main:dynamic","type":"ad","ordinal":9,"value":{"ad_split":0,"position":"3331"},"tags":[],"schedule":null},{"id":"Vj1NU","region":"main:dynamic","type":"podcasts","ordinal":10,"value":{"shows":[{"ref":"config://field/general.default_podcasts","scope":null,"type":"VAR"}],"title":null},"tags":["display-hints/podcasts-block","display-hints/themed-block"],"schedule":{"begin":0,"end":4115978604802},"podcasts":["89902582","31112393","119406777","111681346"]},{"id":"kIdtO","region":"main:dynamic","type":"feed","ordinal":11,"value":{"feed_id":"USAGE:feed-usecases/Default Content","feed_index":4,"size":6,"title":"Latest Stories"},"tags":["display-hints/feed-show-eyebrow","display-hints/feed-load-more","display-hints/feed-date-stamp","display-hints/small"],"schedule":null,"feed":{"results":[{"id":"%2F688ce9a25555098f03dfab6f","type":"PUBLISHING","record":{"ref_id":"%2F688ce9a25555098f03dfab6f","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"004c81a3-0ea4-476a-a7b7-9e2dc480c0e0","revision_id":"AAAAAAAAAAAAAAAAAAAAAA=="},"author":"Logan DeLoye","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1119-sysks-summer-movie-playli-283601690%2F","@url":"https://www.iheart.com/podcast/1119-sysks-summer-movie-playli-283601690/","author_name":"SYSK's Summer Movie Playlist","author_url":"https://www.iheart.com/podcast/1119-sysks-summer-movie-playli-283601690/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"SYSK's Summer Movie Playlist\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-sysks-summer-movie-playli-283601690/?embed=true&cid=oembed&keyid%5B0%5D=SYSK%27s%20Summer%20Movie%20Playlist&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider_name":"iHeartRadio","provider_url":"https://www.iheart.com","thumbnail_height":300,"thumbnail_url":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2E5MTAxOGE0LWVhNGYtNDEzMC1iZjU1LWFlMjcwMTgwYzMyNy8zOTBlZjVkYy0yYTZjLTRjN2QtODEzYi1iMzA5MDBmZGJhMGYvaW1hZ2UuanBnP3Q9MTc1MTAzNzgzMyZzaXplPUxhcmdl?ops=fit(300%2C300)","thumbnail_width":300,"title":"SYSK's Summer Movie Playlist","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"SYSK's Summer Movie Playlist\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-sysks-summer-movie-playli-283601690/?embed=true&cid=oembed&keyid%5B0%5D=SYSK%27s%20Summer%20Movie%20Playlist&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1119-sysks-summer-movie-playli-283601690/"},{"attributes":{"mimetype":"image/png","type":"image"},"bucket":"new_assets","caption":"","id":"%2F688ce9b55555098f03dfab7a","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Did you know that author \u003cstrong>Ian Fleming\u003c/strong>, who wrote \u003cstrong>James Bond\u003c/strong>, altered the iconic main character to reflect the life of \u003cstrong>Sean Connery\u003c/strong>, the first actor to play James Bond, after meeting him? \u003c/p>\n\n\u003cp>In the latest episode of \u003ca href=\"https://www.iheart.com/podcast/1119-sysks-summer-movie-playli-283601690/\" target=\"_blank\">\u003cem>SYSK's Summer Movie Playlist\u003c/em>\u003c/a> on iHeartRadio, hosts \u003cstrong>Chuck Bryant\u003c/strong> and \u003cstrong>Josh Clark\u003c/strong> zoomed in on the fictional 007 agent's family. Fleming did not initially plan for Bond's father to be Scottish, but after meeting and casting Connery, he decided to revise the script. \u003c/p>\n\n\u003cblockquote>"So it turns out James Bond had a Scottish father, which he didn't originally. Ian Fleming was not a big fan of Sean Connery at first. And then, Sean Connery is like, 'Check this out,' and he made one peck go up while the other went down. A bunch of times, and Ian Fleming just like clapped and squealed, and that was that. He was a big fan, and he said, 'You know what? You are, James Bond.' And he actually went back and changed James Bond's history to match Sean Connery a little bit because he came to see, like, 'This guy is Bond.' So he gave James Bond a Scottish father." \u003c/blockquote>\n\n\u003cp>Listen to \u003ca href=\"https://www.iheart.com/podcast/1119-sysks-summer-movie-playli-283601690/episode/sysks-summer-movie-playlist-whats-the-283601692/\" target=\"_blank\">\u003cem>SYSK's Summer Movie Playlist\u003c/em>\u003c/a> on iHeartRadio for the full scoop! \u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-you-wont-believe-which-007-actor-inspired-james-bonds-character/","cuser":"user/ldap/1133602","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/Ian Fleming","keywords/Sean Connery","keywords/James Bond","keywords/Scottish","keywords/Summer Movie Playlist","keywords/character","keywords/life"],"primary_image":{"bucket":"new_assets","id":"%2F688ce9b55555098f03dfab7a"},"primary_target":{"categories":["categories/entertainment-news"],"distribution":["formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CLASSICHITS","formats/ROCKCLASSIC","formats/ROCKACTIVE","formats/ROCKALTERNATIVE"]},"publish_date":1754072760000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-you-wont-believe-which-007-actor-inspired-james-bonds-character","social_title":"","summary":"Listen to 'SYSK's Summer Movie Playlist' on iHeartRadio for the full scoop! ","targets":[{"categories":["categories/entertainment-news"],"distribution":["brands/iHeartRadio"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"You Won't Believe Which 007 Actor Inspired James Bond's Character","permalink":"https://98rock.iheart.com/content/2025-08-01-you-wont-believe-which-007-actor-inspired-james-bonds-character/"},"slug":"2025-08-01-you-wont-believe-which-007-actor-inspired-james-bonds-character","summary":{"image":"https://i.iheart.com/v3/re/new_assets/688ce9b55555098f03dfab7a","title":"You Won't Believe Which 007 Actor Inspired James Bond's Character","description":"Listen to 'SYSK's Summer Movie Playlist' on iHeartRadio for the full scoop! ","author":"Logan DeLoye"},"pub_start":1754072760000,"pub_until":4115978604802,"pub_changed":1754073314004,"subscription":[{"tags":["categories/entertainment-news","formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CLASSICHITS","formats/ROCKCLASSIC","formats/ROCKACTIVE","formats/ROCKALTERNATIVE"]},{"tags":["categories/entertainment-news","brands/iHeartRadio"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688ce9a25555098f03dfab6f","slug:2025-08-01-you-wont-believe-which-007-actor-inspired-james-bonds-character","slug:2025-08-01-you-wont-believe-which-007-actor-inspired-james-bonds-character","keyword:keywords/Ian Fleming","keyword:keywords/Sean Connery","keyword:keywords/James Bond","keyword:keywords/Scottish","keyword:keywords/Summer Movie Playlist","keyword:keywords/character","keyword:keywords/life","author:user"]}},{"id":"%2F6103de901618f04109485f2c","type":"PUBLISHING","record":{"ref_id":"%2F6103de901618f04109485f2c","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"89bb5ff6-6b0a-4e3c-80f4-ed1288b56034","revision_id":"AAAAAAAAAAAAAAAAAAAAAg=="},"author":"Dave Basner","blocks":[{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"English heavy metal group Def Leppard, circa 1985. (Photo by Tim Roney/Getty Images)","id":"%2F5d420080c5c7d60244bb7991","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Def Leppard","type":"asset","url":"","use_caption":false},{"html":"\u003cp>It’s August 1st and here are some reasons why this day matters in rock history:\u003c/p>\n\n\u003cp>In 1971, The Concert for Bangladesh was held at New York’s Madison Square Garden. The event was organized by \u003cstrong>George Harrison\u003c/strong> to aid victims of famine and war in the Asian nation. It featured sets by \u003ca href=\"https://www.iheart.com/artist/bob-dylan-971/\" data-catalog-kind=\"artist\" data-catalog-id=\"971\" data-catalog-related-id=\"\">\u003cstrong>Bob Dylan\u003c/strong>\u003c/a>, \u003ca href=\"https://www.iheart.com/artist/ringo-starr-31906/\" data-catalog-kind=\"artist\" data-catalog-id=\"31906\" data-catalog-related-id=\"\">\u003cstrong>Ringo Starr\u003c/strong>\u003c/a>, \u003ca href=\"https://www.iheart.com/artist/eric-clapton-39635/\" data-catalog-kind=\"artist\" data-catalog-id=\"39635\" data-catalog-related-id=\"\">\u003cstrong>Eric Clapton\u003c/strong>\u003c/a>, \u003ca href=\"https://www.iheart.com/artist/billy-preston-2937/\" data-catalog-kind=\"artist\" data-catalog-id=\"2937\" data-catalog-related-id=\"\">\u003cstrong>Billy Preston\u003c/strong>\u003c/a> and others. The triple album release of the concert went on to win the Grammy for Album of the Year.\u003c/p>\n\n\u003cp>In 1980, \u003ca href=\"https://www.iheart.com/artist/def-leppard-44059/\" data-catalog-kind=\"artist\" data-catalog-id=\"44059\" data-catalog-related-id=\"\">\u003cstrong>Def Leppard\u003c/strong>\u003c/a> made their live debut in America, opening up for \u003ca href=\"https://www.iheart.com/artist/acdc-83301/\" data-catalog-kind=\"artist\" data-catalog-id=\"83301\" data-catalog-related-id=\"\">\u003cstrong>AC/DC\u003c/strong>\u003c/a> in New York City.\u003c/p>\n\n\u003cp>In 1981, \u003ca href=\"https://www.iheart.com/artist/rick-springfield-42667/\" data-catalog-kind=\"artist\" data-catalog-id=\"42667\" data-catalog-related-id=\"\">\u003cstrong>Rick Springfield \u003c/strong>\u003c/a>started a two-week run on top of the charts with his hit song “Jessie’s Girl.”\u003c/p>\n\n\u003cp>In 1987, \u003ca href=\"https://www.iheart.com/artist/bob-seger-86960/\" data-catalog-kind=\"artist\" data-catalog-id=\"86960\" data-catalog-related-id=\"\">\u003cstrong>Bob Seger \u003c/strong>\u003c/a>had his first number one song with “Shakedown.”\u003c/p>\n\n\u003cp>In 1985, \u003ca href=\"https://www.iheart.com/artist/starship-7211/\" data-catalog-kind=\"artist\" data-catalog-id=\"7211\" data-catalog-related-id=\"\">\u003cstrong>Starship\u003c/strong>\u003c/a> released their single “We Built This City.” The city, incidentally, was built on rock and roll.\u003c/p>\n\n\u003cp>And in 1981, MTV launched by playing the music video for the \u003ca href=\"https://www.iheart.com/artist/the-buggles-43359/\" data-catalog-kind=\"artist\" data-catalog-id=\"43359\" data-catalog-related-id=\"\">\u003cstrong>Buggles\u003c/strong>\u003c/a>’ “Video Killed the Radio Star.” \u003c/p>\n\n\u003cp>And that’s what happened today in rock history.\u003c/p>\n\n\u003cp>(H/T \u003ca href=\"https://www.thisdayinmusic.com/\" target=\"_blank\">This Day in Music\u003c/a>)\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2021-07-30-why-august-1st-matters-in-rock-history/","cuser":"user/ldap/1115951","enable_featured_widget":false,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":null,"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":[],"primary_image":{"bucket":"new_assets","id":"%2F5d420080c5c7d60244bb7991"},"primary_target":{"categories":[],"distribution":["brands/iHeartRadio"]},"publish_date":1754049600000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2021-07-30-why-august-1st-matters-in-rock-history","social_title":"","summary":"Find out why it was a big day for Def Leppard, George Harrison and MTV.","targets":[{"categories":["categories/music-news"],"distribution":["brands/iHeartRadio"]},{"categories":["categories/music-news"],"distribution":["formats/ROCKACTIVE"]},{"categories":["categories/music-news"],"distribution":["formats/ROCKCLASSIC"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Why August 1st Matters In Rock History","permalink":"https://98rock.iheart.com/content/2021-07-30-why-august-1st-matters-in-rock-history/"},"slug":"2021-07-30-why-august-1st-matters-in-rock-history","summary":{"image":"https://i.iheart.com/v3/re/new_assets/5d420080c5c7d60244bb7991","title":"Why August 1st Matters In Rock History","description":"Find out why it was a big day for Def Leppard, George Harrison and MTV.","author":"Dave Basner"},"pub_start":1754049600000,"pub_until":4115978604802,"pub_changed":1754051893406,"subscription":[{"tags":["brands/iHeartRadio"]},{"tags":["categories/music-news","brands/iHeartRadio"]},{"tags":["categories/music-news","formats/ROCKACTIVE"]},{"tags":["categories/music-news","formats/ROCKCLASSIC"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6103de901618f04109485f2c","slug:2021-07-30-why-august-1st-matters-in-rock-history","slug:2021-07-30-why-august-1st-matters-in-rock-history","author:user"]}},{"id":"%2F688bd8318f6ddbfecfc3f089","type":"PUBLISHING","record":{"ref_id":"%2F688bd8318f6ddbfecfc3f089","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"6f13f73e-fd99-435a-8b86-713e39b0bc82","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"Russia, Saint Petersburg - May 4, 2025: Thrill Ride in Action: Amusement Park Pendulum","id":"%2F688bd91251aba98b7900386b","new_tab":false,"schedule":{},"source_credit":"Evgeniy Akimenko / iStock Editorial / Getty Images","title":"Thrill Ride in Action: Amusement Park Pendulum","type":"asset","url":"","use_caption":false},{"html":"\u003cp>At least 23 people were injured, three critically, when \u003ca href=\"https://people.com/23-injured-after-theme-park-ride-crashes-to-the-ground-11782422\" target=\"_blank\">a theme park ride broke in half at Green Mountain Park in Taif, Saudi Arabia\u003c/a>, on Wednesday (July 30), causing the revolving platform with strapped-in riders to crash to the ground. Videos shared online show the ride, known as the "360 Degrees," starting normally, with riders being flipped in the air. However, as the ride picked up speed, the central pole snapped, sending the platform plummeting to the ground.\u003c/p>\n\n\u003cp>Debris and broken parts flew through the air as onlookers screamed in shock. \u003cem>The Khaleej Times\u003c/em> reported that some \u003ca href=\"https://www.khaleejtimes.com/world/gulf/23-injured-as-ride-collapses-at-green-mountain-park-in-saudi-arabia\" target=\"_blank\">bystanders were struck by the recoiling central pole\u003c/a>. Emergency responders treated several people at the scene before transferring them to nearby hospitals. Hospitals in Taif declared a code yellow emergency, indicating a mass casualty event.\u003c/p>\n\n\u003cp>Prince \u003cstrong>Saud bin Nahar bin Saud bin Abdulaziz\u003c/strong>, the region’s governor, \u003ca href=\"https://www.cnn.com/2025/07/31/middleeast/saudi-arabia-fairground-ride-intl\" target=\"_blank\">ordered the immediate closure of the resort\u003c/a> and launched an investigation into the cause of the accident. \u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"Twitter","@query":"https://publish.twitter.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fx.com%2FFoxNews%2Fstatus%2F1950957793546023074","@url":"https://x.com/FoxNews/status/1950957793546023074","author_name":"Fox News","author_url":"https://twitter.com/FoxNews","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">Ride snaps in half at amusement park in Saudi Arabia \u003ca href=\"https://t.co/Ga6STJ9xG8\">pic.twitter.com/Ga6STJ9xG8\u003c/a>\u003c/p>— Fox News (@FoxNews) \u003ca href=\"https://twitter.com/FoxNews/status/1950957793546023074?ref_src=twsrc%5Etfw\">July 31, 2025\u003c/a>\u003c/blockquote>\n\n","provider_name":"Twitter","provider_url":"https://twitter.com","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","url":"https://twitter.com/FoxNews/status/1950957793546023074","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">Ride snaps in half at amusement park in Saudi Arabia \u003ca href=\"https://t.co/Ga6STJ9xG8\">pic.twitter.com/Ga6STJ9xG8\u003c/a>\u003c/p>— Fox News (@FoxNews) \u003ca href=\"https://twitter.com/FoxNews/status/1950957793546023074?ref_src=twsrc%5Etfw\">July 31, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/FoxNews/status/1950957793546023074"}],"canonical_url":"https://www.iheart.com/content/2025-07-31-heart-stopping-video-shows-carnival-ride-full-of-people-snapping-in-half/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"primary_image":{"bucket":"assets.getty","id":"%2F688bd91251aba98b7900386b"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1753995840000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-31-heart-stopping-video-shows-carnival-ride-full-of-people-snapping-in-half","social_title":"","summary":"Over 20 people were injured when the ride broke apart.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/weird-news"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Heart-Stopping Video Shows Carnival Ride Full Of People Snapping In Half","permalink":"https://98rock.iheart.com/content/2025-07-31-heart-stopping-video-shows-carnival-ride-full-of-people-snapping-in-half/"},"slug":"2025-07-31-heart-stopping-video-shows-carnival-ride-full-of-people-snapping-in-half","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688bd91251aba98b7900386b","title":"Heart-Stopping Video Shows Carnival Ride Full Of People Snapping In Half","description":"Over 20 people were injured when the ride broke apart.","author":"iHeartRadio"},"pub_start":1753995840000,"pub_until":4115978604802,"pub_changed":1753996234590,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["categories/weird-news","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688bd8318f6ddbfecfc3f089","slug:2025-07-31-heart-stopping-video-shows-carnival-ride-full-of-people-snapping-in-half","slug:2025-07-31-heart-stopping-video-shows-carnival-ride-full-of-people-snapping-in-half","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F688ba8c327d0eb0f9acca827","type":"PUBLISHING","record":{"ref_id":"%2F688ba8c327d0eb0f9acca827","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"6f378437-2653-4361-adb7-7f2dc2045b91","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Taylor Fields","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fartist%2Faerosmith-39229%2F","@url":"https://www.iheart.com/artist/aerosmith-39229/","author_name":"Aerosmith","author_url":"https://www.iheart.com/artist/aerosmith-39229/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"Aerosmith Radio\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/artist/aerosmith-39229/?embed=true&cid=oembed&keyid%5B0%5D=Aerosmith&sc=artist_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider_name":"iHeartRadio","provider_url":"https://www.iheart.com","thumbnail_height":300,"thumbnail_url":"http://image.iheart.com/images/rovi/1080/0003/457/MI0003457446.jpg?ops=fit(300%2C300)","thumbnail_width":300,"title":"Aerosmith","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"Aerosmith Radio\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/artist/aerosmith-39229/?embed=true&cid=oembed&keyid%5B0%5D=Aerosmith&sc=artist_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/artist/aerosmith-39229/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"PHILADELPHIA, PENNSYLVANIA - SEPTEMBER 02: (L-R) Joe Perry and Steven Tyler of Aerosmith perform live on stage at the Wells Fargo Center on September 02, 2023 in Philadelphia, Pennsylvania. (Photo by Lisa Lake/Getty Images)","id":"%2F688bc07127d0eb0f9acca831","new_tab":false,"schedule":{},"source_credit":"Getty Images North America","title":"Aerosmith \"Farewell Tour\" Opener - Philadelpha, PA","type":"asset","url":"","use_caption":false},{"html":"\u003cp>The stage may not be set just yet, but the door is wide open for an \u003ca href=\"https://www.iheart.com/artist/aerosmith-39229/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"39229\" data-catalog-related-id=\"\">\u003cstrong>Aerosmith\u003c/strong>\u003c/a> goodbye show — and \u003ca href=\"https://www.iheart.com/artist/joe-perry-204968/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"204968\" data-catalog-related-id=\"\">\u003cstrong>Joe Perry\u003c/strong>\u003c/a> sounds ready when the time is right.\u003c/p>\n\n\u003cp>Aerosmith was forced to cancel their "Peace Out Farewell Tour" due to Steven Tyler's vocal injury, but according to Perry, there is the possibility the band could reunite for one last show. In a new interview with \u003ca href=\"https://wzlx.iheart.com/\" target=\"_blank\">WZLX\u003c/a>'s \u003cstrong>Kenny Young\u003c/strong>, Joe shared, "We're actually talking quite a bit. I know our touring days are over, but I don't know. It's hot to me."\u003c/p>\n\n\u003cp>Perry added, "I would say, at some point is going to be something that we will all be together on the same stage." And finally, he said, "I would say, at some point something's going to happen."\u003c/p>\n\n\u003cp>Last summer, Aerosmith shared the news of their tour cancellation on \u003ca href=\"https://www.instagram.com/p/C-LozVSvFYQ/?hl=en\" target=\"_blank\">social media\u003c/a> in a statement. They wrote to fans, "We’ve always wanted to blow your mind when performing. As you know, Steven’s voice is an instrument like no other. He has spent months tirelessly working on getting his voice to where it was before his injury. We've seen him struggling despite having the best medical team by his side. Sadly, it is clear, that a full recovery from his vocal injury is not possible. We have made a heartbreaking and difficult, but necessary, decision - as a band of brothers - to retire from the touring stage."\u003c/p>\n\n\u003cp>They added, "We are grateful beyond words for everyone who was pumped to get on the road with us one last time. Grateful to our expert crew, our incredible team and the thousands of talented people who’ve made our historic runs possible. A final thank you to you - the best fans on planet Earth. Play our music loud, now and always. Dream On. You’ve made our dreams come true."\u003c/p>\n\n\u003cp>Listen to Joe Perry's full interview with WZLX's Kenny Young on iHeartRadio.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1248-wzlx-on-demand-288095543%2Fepisode%2Fjoe-perry-calls-in-to-the-288095546%2F","@url":"https://www.iheart.com/podcast/1248-wzlx-on-demand-288095543/episode/joe-perry-calls-in-to-the-288095546/","author_name":"WZLX On-Demand","author_url":"https://www.iheart.com/podcast/1248-wzlx-on-demand-288095543/","fixedWidth":450,"height":200,"html":"\u003ciframe title=\"Joe Perry Calls In To The Kenny Young Show - WZLX On-Demand\" height=\"200\" width=\"100%\" src=\"https://www.iheart.com/podcast/1248-wzlx-on-demand-288095543/episode/joe-perry-calls-in-to-the-288095546/?embed=true&cid=oembed&keyid%5B0%5D=WZLX%20On-Demand&keyid%5B1%5D=Joe%20Perry%20Calls%20In%20To%20The%20Kenny%20Young%20Show%20-%20WZLX%20On-Demand&sc=podcast_episode_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider_name":"iHeartRadio","provider_url":"https://www.iheart.com","thumbnail_height":300,"thumbnail_url":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzUzMjIzMWM4MmYzNjkxZDNmYjc3NDE5ZmIwNmVhMjVjLmpwZw","thumbnail_width":300,"title":"Joe Perry Calls In To The Kenny Young Show - WZLX On-Demand","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"Joe Perry Calls In To The Kenny Young Show - WZLX On-Demand\" height=\"200\" width=\"100%\" src=\"https://www.iheart.com/podcast/1248-wzlx-on-demand-288095543/episode/joe-perry-calls-in-to-the-288095546/?embed=true&cid=oembed&keyid%5B0%5D=WZLX%20On-Demand&keyid%5B1%5D=Joe%20Perry%20Calls%20In%20To%20The%20Kenny%20Young%20Show%20-%20WZLX%20On-Demand&sc=podcast_episode_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1248-wzlx-on-demand-288095543/episode/joe-perry-calls-in-to-the-288095546/"}],"canonical_url":"https://www.iheart.com/content/2025-07-31-joe-perry-hints-at-one-last-aerosmith-show-somethings-gonna-happen/","cuser":"user/ldap/ccrnyc1nam","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/Joe Perry","keywords/Aerosmith"],"primary_image":{"bucket":"new_assets","id":"%2F688bc07127d0eb0f9acca831"},"primary_target":{"categories":["categories/music-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1753994100000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-31-joe-perry-hints-at-one-last-aerosmith-show-somethings-gonna-happen","social_title":"","summary":"Joe Perry is giving hope to fans that they haven't seen the last of Aerosmith on stage!","targets":[{"categories":["categories/music-news"],"distribution":["brands/iHeartRadio"]},{"categories":["categories/music-news"],"distribution":["formats/ROCKCLASSIC","formats/ROCKACTIVE"]},{"categories":["categories/music-news"],"distribution":["artists/Aerosmith (39229)","artists/Joe Perry (30006635)"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Joe Perry Hints At One Last Aerosmith Show: 'Something’s Gonna Happen'","permalink":"https://98rock.iheart.com/content/2025-07-31-joe-perry-hints-at-one-last-aerosmith-show-somethings-gonna-happen/"},"slug":"2025-07-31-joe-perry-hints-at-one-last-aerosmith-show-somethings-gonna-happen","summary":{"image":"https://i.iheart.com/v3/re/new_assets/688bc07127d0eb0f9acca831","title":"Joe Perry Hints At One Last Aerosmith Show: 'Something’s Gonna Happen'","description":"Joe Perry is giving hope to fans that they haven't seen the last of Aerosmith on stage!","author":"Taylor Fields"},"pub_start":1753994100000,"pub_until":4115978604802,"pub_changed":1753994549389,"subscription":[{"tags":["categories/music-news","brands/iHeartRadio"]},{"tags":["categories/music-news","brands/iHeartRadio"]},{"tags":["categories/music-news","formats/ROCKCLASSIC","formats/ROCKACTIVE"]},{"tags":["categories/music-news","artists/Aerosmith (39229)","artists/Joe Perry (30006635)"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688ba8c327d0eb0f9acca827","slug:2025-07-31-joe-perry-hints-at-one-last-aerosmith-show-somethings-gonna-happen","slug:2025-07-31-joe-perry-hints-at-one-last-aerosmith-show-somethings-gonna-happen","keyword:keywords/Joe Perry","keyword:keywords/Aerosmith","author:user"]}},{"id":"%2F688bc0478f6ddbfecfc3f069","type":"PUBLISHING","record":{"ref_id":"%2F688bc0478f6ddbfecfc3f069","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"fd53160f-f567-4edd-bca3-a8a80aa5e94b","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"Asian yellow legged hornet nest hive in a tree, Vespa velutina, predatory wasp in India","id":"%2F688bc0a9f5e9a10fe30a4717","new_tab":false,"schedule":{},"source_credit":"BeritK / iStock / Getty Images","title":"Asian yellow legged hornet nest hive in a tree, Vespa velutina, predatory wasp in India","type":"asset","url":"","use_caption":false},{"html":"\u003cp>A \u003ca href=\"https://www.newsweek.com/radioactive-wasps-found-former-south-carolina-nuclear-bomb-site-2106827\" target=\"_blank\">radioactive wasp nest was discovered\u003c/a> on July 3 at the Savannah River Site in South Carolina; a location once used for producing nuclear weapons. The nest, found near tanks storing liquid nuclear waste, had radiation levels exceeding federal limits by more than ten times, according to the U.S. Department of Energy. The nest was sprayed and disposed of as radioactive waste, with no wasps found on it.\u003c/p>\n\n\u003cp>The Department of Energy \u003ca href=\"https://www.newsweek.com/radioactive-wasps-found-former-south-carolina-nuclear-bomb-site-2106827\" target=\"_blank\">attributes the contamination to "onsite legacy radioactive contamination"\u003c/a> rather than a current leak. No contamination was found in the surrounding area, and officials stated there was no risk to workers, the environment, or the public. The Savannah River Site, operational since the 1950s, originally produced plutonium and tritium for nuclear weapons but now focuses on nuclear materials management and cleanup. \u003c/p>\n\n\u003cp>\u003cstrong>Tom Clements\u003c/strong>, executive director of the Savannah River Site Watch, expressed frustration over the lack of detailed information about the contamination's origin. He emphasized the importance of understanding the type of wasp nest to trace the contamination source. \u003c/p>\n\n\u003cp>“I’m as mad as a hornet that SRS didn’t explain where the radioactive waste came from or if there is some kind of leak from the waste tanks that the public should be aware of,” \u003ca href=\"https://www.cnn.com/2025/07/30/us/radioactive-wasp-nest-south-carolina\" target=\"_blank\">Clements told \u003c/a>\u003ca href=\"https://www.cnn.com/2025/07/30/us/radioactive-wasp-nest-south-carolina\" target=\"_blank\">\u003cem>CNN\u003c/em>\u003c/a>.\u003c/p>\n\n\u003cp>Officials said that no further action is required, and there is no current risk to the public.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-07-31-radioactive-wasp-nest-found-at-nuclear-waste-storage-site/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"primary_image":{"bucket":"assets.getty","id":"%2F688bc0a9f5e9a10fe30a4717"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1753989180000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-31-radioactive-wasp-nest-found-at-nuclear-waste-storage-site","social_title":"","summary":"The nest, found near tanks storing liquid nuclear waste, had radiation levels exceeding federal limits by more than ten times.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/weird-news"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Radioactive Wasp Nest Found At Nuclear Waste Storage Site","permalink":"https://98rock.iheart.com/content/2025-07-31-radioactive-wasp-nest-found-at-nuclear-waste-storage-site/"},"slug":"2025-07-31-radioactive-wasp-nest-found-at-nuclear-waste-storage-site","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688bc0a9f5e9a10fe30a4717","title":"Radioactive Wasp Nest Found At Nuclear Waste Storage Site","description":"The nest, found near tanks storing liquid nuclear waste, had radiation levels exceeding federal limits by more than ten times.","author":"iHeartRadio"},"pub_start":1753989180000,"pub_until":4115978604802,"pub_changed":1753989527193,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["categories/weird-news","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688bc0478f6ddbfecfc3f069","slug:2025-07-31-radioactive-wasp-nest-found-at-nuclear-waste-storage-site","slug:2025-07-31-radioactive-wasp-nest-found-at-nuclear-waste-storage-site","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F688bbd7c47e2da957ab997b9","type":"PUBLISHING","record":{"ref_id":"%2F688bbd7c47e2da957ab997b9","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"d552901d-f273-412b-8fae-32649a454f16","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1248-battleground-podcast-29165646%2F","@url":"https://www.iheart.com/podcast/1248-battleground-podcast-29165646/","author_name":"Battleground Podcast","author_url":"https://www.iheart.com/podcast/1248-battleground-podcast-29165646/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"Battleground Podcast\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1248-battleground-podcast-29165646/?embed=true&cid=oembed&keyid%5B0%5D=Battleground%20Podcast&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider_name":"iHeartRadio","provider_url":"https://www.iheart.com","thumbnail_height":300,"thumbnail_url":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzM5YmY5ZDhkZWVhMjVkODAwNzk3MDI3OGRiYWNmYWI2LmpwZw?ops=fit(300%2C300)","thumbnail_width":300,"title":"Battleground Podcast","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"Battleground Podcast\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1248-battleground-podcast-29165646/?embed=true&cid=oembed&keyid%5B0%5D=Battleground%20Podcast&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1248-battleground-podcast-29165646/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"INGLEWOOD, CALIFORNIA - JANUARY 06: Hulk Hogan with Jimmy Hart along side address the crowd during RAW at Intuit Dome on January 6, 2025 in Inglewood, California. (Photo by WWE/Getty Images)","id":"%2F68825ec0ef97e24aa4a2d7df","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Monday Night RAW","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/content/2025-07-30-hulk-hogans-daughter-brooke-reveals-reason-for-wwe-tribute-absence/\" target=\"_blank\">WWE Hall of Famer \u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-07-30-hulk-hogans-daughter-brooke-reveals-reason-for-wwe-tribute-absence/\" target=\"_blank\">\u003cstrong>Hulk Hogan\u003c/strong>\u003c/a> secretly battled leukemia prior to his death, according to Pinellas County Forensic Science Center documents obtained by \u003ca href=\"https://pagesix.com/2025/07/31/celebrity-news/hulk-hogans-cause-of-death-revealed/?_gl=1*95du87*_ga*NDc5NjcxMzU5LjE3MjkyNTQxNDM.*_ga_0DZ7LHF5PZ*czE3NTM5NzQwNTMkbzEwOTgkZzEkdDE3NTM5NzQzMjAkajU4JGwwJGgw\" target=\"_blank\">\u003cem>Page Six\u003c/em>\u003c/a> on Thursday (July 31).\u003c/p>\n\n\u003cp>Hogan, 71, whose real name was \u003cstrong>Terry Bollea\u003c/strong>, reportedly had a history of atrial fibrillation (AFib), which is categorized in patients with an irregular and often rapid heart rate, as well as chronic lymphocytic leukemia (CLL), a cancer that affects white blood cells, though the diagnosis that wasn't previously revealed to the public. The legendary wrestler's \u003ca href=\"https://www.iheart.com/content/2025-07-31-hulk-hogans-official-cause-of-death-determined/\" target=\"_blank\">cause of death was determined to be acute myocardial infarction\u003c/a>, which occurs when blood flow to the heart is suddenly blocked, resulting in tissue damage, the documents confirmed.\u003c/p>\n\n\u003cp>Hogan's death was ruled as natural and the Pinellas County Forensic Center confirmed that a request was made to have him cremated.\u003c/p>\n\n\u003cp>“I am not aware when Mr. Bollea will be cremated, only that we received a request for cremation approval," a spokesperson told \u003cem>Page Six\u003c/em>.\u003c/p>\n\n\u003cp>\u003ca href=\"https://www.iheart.com/content/2025-07-24-wwe-confirms-hulk-hogans-death-in-tribute/\" target=\"_blank\">WWE confirmed Hulk Hogan's death\u003c/a> in tribute posts shared on its social media account following \u003ca href=\"https://www.tmz.com/2025/07/24/hulk-hogan-dead/\" target=\"_blank\">\u003cem>TMZ Sports\u003c/em>\u003c/a>' initial report las Thursday (July 24).\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"Twitter","@query":"https://publish.twitter.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fx.com%2FWWE%2Fstatus%2F1948414335153230023","@url":"https://x.com/WWE/status/1948414335153230023","author_name":"WWE","author_url":"https://twitter.com/WWE","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">WWE is saddened to learn WWE Hall of Famer Hulk Hogan has passed away. \u003cbr>\u003cbr>One of pop culture’s most recognizable figures, Hogan helped WWE achieve global recognition in the 1980s.\u003cbr>\u003cbr>WWE extends its condolences to Hogan’s family, friends, and fans.\u003c/p>— WWE (@WWE) \u003ca href=\"https://twitter.com/WWE/status/1948414335153230023?ref_src=twsrc%5Etfw\">July 24, 2025\u003c/a>\u003c/blockquote>\n\n","provider_name":"Twitter","provider_url":"https://twitter.com","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","url":"https://twitter.com/WWE/status/1948414335153230023","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">WWE is saddened to learn WWE Hall of Famer Hulk Hogan has passed away. \u003cbr>\u003cbr>One of pop culture’s most recognizable figures, Hogan helped WWE achieve global recognition in the 1980s.\u003cbr>\u003cbr>WWE extends its condolences to Hogan’s family, friends, and fans.\u003c/p>— WWE (@WWE) \u003ca href=\"https://twitter.com/WWE/status/1948414335153230023?ref_src=twsrc%5Etfw\">July 24, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/WWE/status/1948414335153230023"},{"html":"\u003cp>Medics reportedly responded to a reported "cardiac arrest" at Hogan's Clearwater home early Thursday morning, with the dispatch audio clip obtained and shared by \u003ca href=\"https://www.tmz.com/2025/07/24/hulk-hogan-dead/\" target=\"_blank\">\u003cem>TMZ Sports\u003c/em>\u003c/a>. Sources with knowledge of the situation told \u003cem>TMZ Sports\u003c/em> that several police vehicles and EMTs were parked outside the wrestling legend's home and he was reported to be carried out on a stretcher and into an ambulance.\u003c/p>\n\n\u003cp>Hogan's death came weeks after his wife denied rumors that he was in a coma, claiming his heart was "strong" while recovering from surgeries, according to \u003cem>TMZ Sports\u003c/em>. The website had previously reported rumors of the wrestler being on his "deathbed," which were later clarified to be symptoms of a neck procedure in May.\u003c/p>\n\n\u003cp>The Hulk Hogan character is one of the most well-known in the history of professional wrestling, leading WWE to become a global enterprise in the 1980s as the face of the company during its popularity boom. Bollea was a five-time WWE (then-WWF) Champion, which included a 1,474-day reign as the longest of the \u003cem>WrestleMania\u003c/em> era and a six-time WCW World Heavyweight Champion, where he was the leader of the New World Order as 'Hollywood' Hulk Hogan during his tenure with the now-defunct promotion.\u003c/p>\n\n\u003cp>Hogan was inducted into the WWE Hall of Fame twice as both an individual and as a member of the faction.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-07-31-hulk-hogans-private-serious-diagnosis-revealed-amid-cause-of-death/","cuser":"user/ldap/1129279","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/Hulk Hogan","keywords/WWE","keywords/AFib","keywords/death","keywords/pro wrestling","keywords/documents","keywords/acute myocardial infarction","keywords/professional wrestling","keywords/dead","keywords/autopsy","keywords/results","keywords/cause of death","keywords/heart attack","keywords/cardiac arrest"],"primary_image":{"bucket":"new_assets","id":"%2F68825ec0ef97e24aa4a2d7df"},"primary_target":{"categories":["categories/sports","categories/national-news","categories/entertainment-news"],"distribution":["facets/All Sites - English"]},"publish_date":1753988460000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-31-hulk-hogans-private-serious-diagnosis-revealed-amid-cause-of-death","social_title":"","summary":"Hulk Hogan's private serious diagnosis was revealed amid his cause of death.","targets":[{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Hulk Hogan's Private Serious Diagnosis Revealed Amid Cause Of Death","permalink":"https://98rock.iheart.com/content/2025-07-31-hulk-hogans-private-serious-diagnosis-revealed-amid-cause-of-death/"},"slug":"2025-07-31-hulk-hogans-private-serious-diagnosis-revealed-amid-cause-of-death","summary":{"image":"https://i.iheart.com/v3/re/new_assets/68825ec0ef97e24aa4a2d7df","title":"Hulk Hogan's Private Serious Diagnosis Revealed Amid Cause Of Death","description":"Hulk Hogan's private serious diagnosis was revealed amid his cause of death.","author":"Jason Hall"},"pub_start":1753988460000,"pub_until":4115978604802,"pub_changed":1753988852218,"subscription":[{"tags":["categories/sports","categories/national-news","categories/entertainment-news","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688bbd7c47e2da957ab997b9","slug:2025-07-31-hulk-hogans-private-serious-diagnosis-revealed-amid-cause-of-death","slug:2025-07-31-hulk-hogans-private-serious-diagnosis-revealed-amid-cause-of-death","keyword:keywords/Hulk Hogan","keyword:keywords/WWE","keyword:keywords/AFib","keyword:keywords/death","keyword:keywords/pro wrestling","keyword:keywords/documents","keyword:keywords/acute myocardial infarction","keyword:keywords/professional wrestling","keyword:keywords/dead","keyword:keywords/autopsy","keyword:keywords/results","keyword:keywords/cause of death","keyword:keywords/heart attack","keyword:keywords/cardiac arrest","author:user"]}}],"resume":{"id":"ID:editorial-feed-whatwhere","context":{"\u003clocale>":"en-US"},"size":6,"from":"eyJza2lwIjo5LCJjdXJzb3JzIjp7ImRhU0xXIjoiZXlKc2FXMXBkQ0k2TlN3aWIyWm1jMlYwSWpvNWZRPT0ifSwiZW5kcyI6eyJMNmxVSyI6LTEsIjdUS29VIjotMX19","scopes":[]}}},{"id":"LSixG","region":"main:dynamic","type":"feed","ordinal":12,"value":{"ad_split":null,"feed_id":"USAGE:feed-usecases/Default Personalities","feed_index":5,"position":null,"size":6,"title":"From Our Shows"},"tags":["display-hints/feed-show-eyebrow","display-hints/feed-date-stamp","display-hints/small-scrollable"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F6889f665f61307d5a283f500","type":"PUBLISHING","record":{"ref_id":"%2F6889f665f61307d5a283f500","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"Crash&AJ ","blocks":[{"html":"\u003cp>A Ring doorbell camera in L.A. might’ve captured something \u003cem>out of this world\u003c/em> or maybe just out by the curb.\u003c/p>\n\n\u003cp>On June 5th, a woman in Compton shared late-night footage that has the internet buzzing. Around 1AM, her camera picked up eerie footsteps and loud banging, followed by a strange figure gliding past her porch. The clip isn’t crystal clear, but it's not your typical grainy UFO nonsense either.\u003c/p>\n\n\u003cp>You can \u003cem>definitely\u003c/em> see something. You can \u003cem>clearly\u003c/em> hear it.\u003c/p>\n\n\u003cp> But what is it?\u003c/p>\n\n\u003cp>The UFO community is hyped calling it proof of alien life. But skeptics have their own ideas: a kid in a costume? Someone taking out the trash? One theory even suggests a mariachi hat?\u003c/p>\n\n\u003cp>Now that the video’s gone viral, Reddit detectives jumped in and one zoomed-in frame may have cracked it. Their take? It’s just a person in dark clothes holding a trash bag in a way that makes it \u003cem>look\u003c/em> alien.\u003c/p>\n\n\u003cp>Real alien or just bad lighting and garbage duty?\u003c/p>\n\n\u003cp>\u003ca href=\"https://www.facebook.com/reel/525757253839314\" target=\"_blank\">\u003cstrong> Watch the clip and decide for yourself.\u003c/strong>\u003c/a>\u003cbr />\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"mimetype":"image/png","type":"image"},"bucket":"new_assets","caption":"","id":"%2F6889f96bf61307d5a283f50d","new_tab":false,"schedule":{},"source_credit":"","title":"","type":"asset","url":"","use_caption":false}],"canonical_url":"https://98rock.iheart.com/featured/crash-mornings/content/2025-07-30-did-this-ring-camera-just-prove-alien-life-exist/","cuser":"user/ldap/1131091","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/Ring Doorbells","keywords/Footage","keywords/ALIENS"],"primary_image":{"bucket":"assets.getty","id":"%2F67806d8056ff431e819927a5"},"primary_target":{"categories":["categories/entertainment-news","categories/lifestyle","categories/weird-news"],"distribution":["brands/WXTB-FM (2101)"]},"publish_date":1753872660000,"publish_end_date":4115978604802,"publish_origin":"brands/Crash Mornings","seo_title":"Did This ring camera just prove alien life exist?","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-30-did-this-ring-camera-just-prove-alien-life-exist","social_title":"Did This ring camera just prove alien life exist?","summary":"Check this footage of a ring doorbell that may or may not of caught an alien taking out the trash ","targets":[{"categories":["categories/entertainment-news","categories/lifestyle","categories/weird-news"],"distribution":["brands/Crash Mornings"]}],"title":"Did This ring camera just prove alien life exist?","permalink":"https://98rock.iheart.com/featured/crash-mornings/content/2025-07-30-did-this-ring-camera-just-prove-alien-life-exist/"},"slug":"2025-07-30-did-this-ring-camera-just-prove-alien-life-exist","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/67806d8056ff431e819927a5","title":"Did This ring camera just prove alien life exist?","description":"Check this footage of a ring doorbell that may or may not of caught an alien taking out the trash ","author":"Crash&AJ "},"pub_start":1753872660000,"pub_until":4115978604802,"pub_changed":1753873058902,"subscription":[{"tags":["categories/entertainment-news","categories/lifestyle","categories/weird-news","brands/WXTB-FM (2101)"]},{"tags":["categories/entertainment-news","categories/lifestyle","categories/weird-news","brands/Crash Mornings"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Crash Mornings","id:/6889f665f61307d5a283f500","slug:2025-07-30-did-this-ring-camera-just-prove-alien-life-exist","slug:2025-07-30-did-this-ring-camera-just-prove-alien-life-exist","keyword:keywords/Ring Doorbells","keyword:keywords/Footage","keyword:keywords/ALIENS","author:user"]}},{"id":"%2F6886160b861af3aceddac717","type":"PUBLISHING","record":{"ref_id":"%2F6886160b861af3aceddac717","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"","blocks":[{"html":"\u003cp>After 25 YEARS of marriage, the man, the myth, the metalhead is taking the wife on a well-deserved anniversary getaway. That’s right: Big Rig is OFF the air and ON vacation.\u003c/p>\n\n\u003cp>No scandal. No suspension. Just sunscreen, snacks, and possibly a matching couple’s tattoo he’ll deny later..\u003c/p>\n\n\u003cp>Drop your congrats below 👇 and tune in anyway — because the ROCK never stops… even when Big Rig's sipping fruity drinks out of a coconut. \u003c/p>\n\n\u003cp>🍹🎶 #BigRigOnBreak #25YearsStrong #NotFiredJustTired\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://98rock.iheart.com/featured/big-rig/content/2025-07-27-breaking-big-rig-is-not-fired-hes-just-finally-taking-a-break-/","cuser":"user/ldap/ccrtpa1rgb","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":[],"primary_image":{"bucket":"assets.getty","id":"%2F6886168661f6ebfce871ee72"},"primary_target":{"categories":["categories/local-news","categories/music-news"],"distribution":["brands/WXTB-FM (2101)","brands/Big Rig (32040)"]},"publish_date":1753617840000,"publish_end_date":4115978604802,"publish_origin":"brands/Big Rig (32040)","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-27-breaking-big-rig-is-not-fired-hes-just-finally-taking-a-break-","social_title":"","summary":"See you August 4th 🤘🏻","targets":[],"title":"BREAKING: Big Rig is NOT fired — he’s just finally taking a break! 😎","permalink":"https://98rock.iheart.com/featured/big-rig/content/2025-07-27-breaking-big-rig-is-not-fired-hes-just-finally-taking-a-break-/"},"slug":"2025-07-27-breaking-big-rig-is-not-fired-hes-just-finally-taking-a-break-","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/6886168661f6ebfce871ee72","title":"BREAKING: Big Rig is NOT fired — he’s just finally taking a break! 😎","description":"See you August 4th 🤘🏻","author":""},"pub_start":1753617840000,"pub_until":4115978604802,"pub_changed":1753618164479,"subscription":[{"tags":["categories/local-news","categories/music-news","brands/WXTB-FM (2101)","brands/Big Rig (32040)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Big Rig (32040)","id:/6886160b861af3aceddac717","slug:2025-07-27-breaking-big-rig-is-not-fired-hes-just-finally-taking-a-break-","slug:2025-07-27-breaking-big-rig-is-not-fired-hes-just-finally-taking-a-break-"]}},{"id":"%2F68813e6bc8755d54b34cb79c","type":"PUBLISHING","record":{"ref_id":"%2F68813e6bc8755d54b34cb79c","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"","blocks":[{"html":"\u003cp>\u003cstrong>Ozzy Osbourne - man, myth legend\u003c/strong>\u003c/p>\n\n\u003cp>The heavy metal icon who went from eating bats on stage to starring in a reality TV show with his wife and kids has died. Ozzy Osbourne rose to fame as the lead vocalist for the heavy metal band Black Sabbath. After the band fired him in 1979 because of alcohol and drug problems, Osbourne launched a successful solo career releasing eleven studio albums. He had reunited with Black Sabbath for reunion tours and was inducted into the Rock and Roll Hall of Fame in 2006 as a member of the group.He was inducted a second time as a solo artist in 2024. After the 1981 release of his second solo album, Osbourne bit into the neck of a live bat that was thrown on stage by a fan at a concert. He said he thought it was a toy. He became a reality TV star in the early 2000s when he and his family appeared on the MTV show, "The Osbournes." In recent years, a series of ailments and surgeries forced him to retire from touring. His death comes less than three weeks after his "Back to the Beginning" farewell concert with Black Sabbath in Birmingham, England. Osbourne was 76.\u003c/p>\n\n\u003cp>\u003cstrong>Music World Reacts To Ozzy Osbourne's Death\u003c/strong>\u003c/p>\n\n\u003cp>Tributes to Ozzy Osbourne are flooding the music world following his death.Fellow British rock icon Elton John called Ozzy "a dear friend and a huge trailblazer who secured his place in the pantheon of rock gods." He added that Ozzy was one of the funniest people he has ever met and he'll miss him dearly. In a post on X, Metallica shared an early picture of the band with Ozzy along with a broken heart emoji in the caption. On Instagram, Rob Zombie posted several pictures from his various tours with the Black Sabbath frontman and said, "Goodbye Ozzy. Thanks for everything. It was always a blast being around you. You will be missed." Pearl Jam is remembering the late Ozzy Osbourne, posting online "Thanks for the music, Ozzy it makes our journey in life better."\u003c/p>\n\n\u003cp>\u003cstrong>Ozzy Osbourne And Black Sabbath's Final Concert To Be Released In Theaters\u003c/strong>\u003c/p>\n\n\u003cp>A concert film based on the now-late Ozzy Osbourne and Black Sabbath's final concert in Birmingham, England is set to be released in theaters next year.The 100-minute concert film, "Back to the Beginning: Ozzy's Final Bow," was filmed during Black Sabbath's show on July 5th. According to a press release, the film is being presented as a love letter to Osbourne and will feature exclusive behind-the-scenes access and interviews from the performance. Osbourne's death was announced by his family on Tuesday.\u003c/p>\n\n\u003cp>\u003cstrong>New Book 'Pearl Jam Live!' By Selena Fragassi Chronicles 35 Years of Iconic Shows, Music, and Legacy\u003c/strong>\u003c/p>\n\n\u003cp>"Pearl Jam Live!: 35 Years of Legendary Music and Revolutionary Shows by Selena Fragassi is a must-have for every Pearl Jam fan, offering a comprehensive look at the groundbreaking grunge group through photos, interviews, and fascinating facts. The book covers the band's journey from their origins as Green River to their rise to fame in the '90s and their continued success today. Readers will enjoy learning new insights about the band through interviews, photos, and fun facts, making it the perfect companion for any Pearl Jam enthusiast."\u003c/p>\n\n\u003cp>\u003cstrong>Def Leppard Announces Feb. 2026 Residency\u003c/strong>\u003c/p>\n\n\u003cp>Rock & Roll Hall of Famers Def Leppard will be returning to Las Vegas in February 2026 for a residency at Caesars Palace. This will be their third Vegas residency, following sold-out runs in 2013 and 2019. Lead vocalist Joe Elliott expressed excitement about performing at the iconic Colosseum at Caesars Palace, alongside other music legends. The residency will include shows on various dates throughout February 2026. Ticket information is available through Ticketmaster.\u003c/p>\n\n\u003cp>\u003cstrong>SEVENDUST Announces Fall 2025 U.S. Acoustic Tour\u003c/strong>\u003c/p>\n\n\u003cp>SEVENDUST is set to embark on a special acoustic tour to celebrate the 21st anniversary of their album "Southside Double-Wide: Acoustic Live". The tour will feature stripped-down versions of the band's hits and deep cuts, promising an intimate and emotional experience for fans. The tour kicks off on November 14 and will include stops in various cities before concluding on December 12 in San Antonio, Texas. Special guest Cory Marks will be opening the shows, offering a unique perspective on SEVENDUST's signature sound. The band is also working on new material for a follow-up to their latest album, "Truth Killer", released in July 2023.\u003c/p>\n\n\u003cp>\u003cstrong>Yungblud Shares Trailer for Documentary "Are You Ready, Boy?"\u003c/strong>\u003c/p>\n\n\u003cp>Yungblud is sharing the trailer for the upcoming documentary about him."Are You Ready, Boy?"follows a pivotal moment in the singer's career. The teaser features several venues in Berlin, where Yungblud and this team performed and recorded his new songs live for the first time. It also includes the Hansa Studios building, where David Bowie wrote and recorded "Heroes' and where U2 created "Achtun Baby!." The film was shot entirely on location and features twelve new performances from his latest album, "Idola."Trafalgar Releasing is behind the documentary, "Are You Ready, Boy?" in theaters around the world on August 20th and 24th.\u003c/p>\n\n\u003cp>\u003cstrong>Machine Gun Kelly And Megan Fox Take Baby On Family Trip To Costa Rica\u003c/strong>\u003c/p>\n\n\u003cp>Megan Fox and Machine Gun Kelly were seen on a family vacation in Costa Rica with their newborn daughter, sparking rumors of a potential reconciliation. The couple, who had reportedly split, appeared relaxed and comfortable during their airport sighting. They were photographed at the baggage carousel in casual attire, suggesting an amicable dynamic as they co-parent their daughter. While sources claim they are not romantically involved, they are committed to raising their daughter together and focusing on their new chapter as parents. The couple's outing in Costa Rica highlights their dedication to coparenting and their daughter's well-being.\u003c/p>\n\n\u003cp>\u003cstrong>Deftones announce 6th Annual Dia De Los Deftones\u003c/strong>\u003c/p>\n\n\u003cp>Deftones announced the lineup for their 2025 Dia De Los Deftones festival, featuring Clipse, Deafheaven, and more, set for November 1 in San Diego. The festival coincides with the release of their new album, Private Music, on August 22, and their upcoming North American tour with IDLES and Phantogram. Pre-sale for the festival starts July 23, with general on-sale on July 25.\u003c/p>\n\n\u003cp>\u003cstrong>Wet Leg Shave Pits To Celebrate #1 Album\u003c/strong>\u003c/p>\n\n\u003cp>Wet Leg's vocalist Rhian Teasdale caused a stir on social media with her armpit hair, prompting a humorous promise to shave them if their new album, "moisturizer," beat out Oasis on the UK album chart. The album did reach #1, leading to a playful celebration where the male band members sacrificed their armpit hair while Teasdale and her female bandmate kept theirs. The band shared a photo on Instagram showing the guys with razors, fulfilling the promise in a clever twist. Wet Leg's chart victory and unique celebration have garnered attention and praise from fans.\u003c/p>\n\n\u003cp>\u003cstrong>Five Finger Death Punch Marks 20 Years With Re-Recorded 'Best Of — Volume 1' Album\u003c/strong>\u003c/p>\n\n\u003cp>Five Finger Death Punch released Best Of - Volume 1 on July 18, 2025, featuring re-recorded versions of 14 of their hits after their old label sold their master recordings without notice. The album includes fresh cuts of popular songs like "The Bleeding" and "Wrong Side of Heaven," as well as a new version of "Bad Company" with guest vocals from Maria Brink. The band added three live tracks to the album and will be opening for Metallica on their M72 World Tour after a chance meeting with Lars Ulrich. Fans can purchase the album in various formats and exclusive 20th-anniversary merchandise is available on the band's web store.\u003c/p>\n\n\u003cp>\u003cstrong>'Weird Al' Yankovic leads star-studded Coldplay kiss cam spoof\u003c/strong>\u003c/p>\n\n\u003cp>"Weird Al" Yankovic and Lin-Manuel Miranda performed a Coldplay kiss cam spoof on The Late Show with Stephen Colbert, poking fun at a recent controversy involving Astronomer's former CEO and HR head. The parody featured various celebrity "couples" in the audience, including Anderson Cooper and Andy Cohen, Jimmy Fallon and Seth Meyers, and Adam Sandler and Christopher McDonald. The moment has gone viral online and inspired numerous spoofs. The performance was meant to bring some levity to fans after the news that The Late Show has been canceled.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://98rock.iheart.com/featured/big-rig/content/2025-07-23-big-rig-rock-report-723/","cuser":"user/ldap/ccrtpa1rgb","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/Ozzy Osbourne","keywords/heavy metal icon","keywords/Goodbye Ozzy","keywords/toy","keywords/family","keywords/band","keywords/member","keywords/Black Sabbath","keywords/Pearl Jam"],"primary_image":{"bucket":"new_assets","id":"%2F68503d610a4e2dc57559e843"},"primary_target":{"categories":["categories/local-news","categories/music-news"],"distribution":["brands/WXTB-FM (2101)","brands/Big Rig (32040)"]},"publish_date":1753300380000,"publish_end_date":4115978604802,"publish_origin":"brands/Big Rig (32040)","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-23-big-rig-rock-report-723","social_title":"","summary":"The Rock world reacts to Ozzy's passing, a new Pearl Jam book is on the way, Sevendust announce Fall tour, and more in today's rundown. ","targets":[],"title":"Big Rig ROCK Report 7.23","permalink":"https://98rock.iheart.com/featured/big-rig/content/2025-07-23-big-rig-rock-report-723/"},"slug":"2025-07-23-big-rig-rock-report-723","summary":{"image":"https://i.iheart.com/v3/re/new_assets/68503d610a4e2dc57559e843","title":"Big Rig ROCK Report 7.23","description":"The Rock world reacts to Ozzy's passing, a new Pearl Jam book is on the way, Sevendust announce Fall tour, and more in today's rundown. ","author":""},"pub_start":1753300380000,"pub_until":4115978604802,"pub_changed":1753300711256,"subscription":[{"tags":["categories/local-news","categories/music-news","brands/WXTB-FM (2101)","brands/Big Rig (32040)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Big Rig (32040)","id:/68813e6bc8755d54b34cb79c","slug:2025-07-23-big-rig-rock-report-723","slug:2025-07-23-big-rig-rock-report-723","keyword:keywords/Ozzy Osbourne","keyword:keywords/heavy metal icon","keyword:keywords/Goodbye Ozzy","keyword:keywords/toy","keyword:keywords/family","keyword:keywords/band","keyword:keywords/member","keyword:keywords/Black Sabbath","keyword:keywords/Pearl Jam"]}},{"id":"%2F68813bc3c8755d54b34cb792","type":"PUBLISHING","record":{"ref_id":"%2F68813bc3c8755d54b34cb792","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"","blocks":[{"html":"\u003cp>Heavy metal icon Ozzy Osbourne has passed away at the age of 76, just two weeks after his epic farewell show in Birmingham, England.\u003c/p>\n\n\u003cp>Osbourne's family confirmed the news in a statement released Wednesday: “It is with more sadness than mere words can convey that we have to report that our beloved Ozzy Osbourne has passed away this morning. He was with his family and surrounded by love."\u003c/p>\n\n\u003cp>Perhaps the most legendary figure in the history of heavy metal, Ozzy was a founding member of Black Sabbath, known for hits like "Paranoid" and "War Pigs."\u003c/p>\n\n\u003cp>After being fired from Black Sabbath for alcohol and drug abuse, Osbourne found success as a solo act, with hits like "Crazy Train" and "Mama, I'm Coming Home."\u003c/p>\n\n\u003cp>Later, his family life was captured in the reality TV show "The Osbournes," which pioneered the reality-TV genre and brought them a new level of fame.\u003c/p>\n\n\u003cp>Osbourne had dealt with a wide range of serious health issues in recent years, including multiple back surgeries and being diagnosed with Parkinson's disease.\u003c/p>\n\n\u003cp>Earlier this month, Ozzy reunited with his original Black Sabbath bandmates to perform at the star-studded 'Back To The Beginning' farewell concert in his hometown of Birmingham, where he sang from a throne and told fans "Thank you from the bottom of my heart."\u003c/p>\n\n\u003cp>\u003cstrong>**** UPDATE **** It's being reported a medical helicopter was brought in with specialist who "worked on Ozzy for hours" trying to save his life. It's still not clear what the episode was that created the incident.\u003c/strong>\u003c/p>\n\n\u003cp>As expected, the music world was quick to react to the death of heavy metal icon Ozzy Osbourne.\u003c/p>\n\n\u003cp>Black Sabbath posted a photo of the singer from the recent 'Back To The Beginning' farewell show, with the simple caption 'Ozzy Forever.'\u003c/p>\n\n\u003cul>\u003cli>\u003cstrong>Here's what others had to say:\u003c/strong>\u003cul>\u003cli>Elton John: "He was a dear friend and a huge trailblazer who secured his place in the pantheon of rock gods."\u003c/li>\n\u003cli>David Draiman: "Goodbye my dear teacher… …a father to us all."\u003c/li>\n\u003cli>Rob Zombie: "Goodbye Ozzy. Thanks for everything. It was always a blast being around you."\u003c/li>\n\u003cli>Ronnie Wood: “I am so very sad to hear of the death of Ozzy Osbourne. What a lovely goodbye concert he had at Back To The Beginning in Birmingham.”\u003c/li>\n\u003cli>YungBlud: “I didn’t think you would leave so soon the last time we met you were so full of life and your laugh filled up the room."\u003c/li>\n\u003cli>Sean Ono Lennon: “One of the greatest of all time.”\u003c/li>\n\u003cli>Nile Rodgers: "Rest In Power Ozzy"\u003c/li>\n\u003cli>Jack White: "He made it."\u003c/li>\u003c/ul>\u003c/li>\u003c/ul>\n\n\u003cp>Black Sabbath guitarist Tony Iommi posted a statement reacting to the death of his bandmate Ozzy Osbourne.\u003c/p>\n\n\u003cp>Iommi wrote "I just can’t believe it! My dear dear friend Ozzy has passed away only weeks after our show at Villa Park."\u003c/p>\n\n\u003cp>He added "It’s just such heartbreaking news that I can’t really find the words, there won’t ever be another like him. Geezer, Bill and myself have lost our brother."\u003c/p>\n\n\u003cp>Iommi closed by adding "My thoughts go out to Sharon and all the Osbourne family. Rest in peace Oz."\u003c/p>\n\n\u003cp>Osbourne's death at the age of 76 comes less than three weeks after he joined the rest of Black Sabbath at the 'Back To The Beginning' farewell show in their hometown of Birmingham, England.\u003c/p>\n\n","schedule":{},"type":"html"},{"id":"312064750::RdGkx5G5BiqTYNuUQKJ1Pn","kind":"curated","related_id":"","schedule":{},"type":"catalog"}],"canonical_url":"https://98rock.iheart.com/featured/big-rig/content/2025-07-23-the-latest-on-ozzys-passing/","cuser":"user/ldap/ccrtpa1rgb","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/Ozzy Osbourne","keywords/Black Sabbath","keywords/Birmingham","keywords/Back To The Beginning","keywords/latest","keywords/age"],"primary_image":{"bucket":"assets.getty","id":"%2F68813cd51e00845eeb1b42a2"},"primary_target":{"categories":["categories/local-news","categories/music-news"],"distribution":["brands/WXTB-FM (2101)","brands/Big Rig (32040)"]},"publish_date":1753299900000,"publish_end_date":4115978604802,"publish_origin":"brands/Big Rig (32040)","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-23-the-latest-on-ozzys-passing","social_title":"","summary":"The update in a helicopter and medics on the scene, Rock star reactions pour in and more.","targets":[],"title":"The Latest On Ozzy's Passing","permalink":"https://98rock.iheart.com/featured/big-rig/content/2025-07-23-the-latest-on-ozzys-passing/"},"slug":"2025-07-23-the-latest-on-ozzys-passing","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/68813cd51e00845eeb1b42a2","title":"The Latest On Ozzy's Passing","description":"The update in a helicopter and medics on the scene, Rock star reactions pour in and more.","author":""},"pub_start":1753299900000,"pub_until":4115978604802,"pub_changed":1753300280863,"subscription":[{"tags":["categories/local-news","categories/music-news","brands/WXTB-FM (2101)","brands/Big Rig (32040)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Big Rig (32040)","id:/68813bc3c8755d54b34cb792","slug:2025-07-23-the-latest-on-ozzys-passing","slug:2025-07-23-the-latest-on-ozzys-passing","keyword:keywords/Ozzy Osbourne","keyword:keywords/Black Sabbath","keyword:keywords/Birmingham","keyword:keywords/Back To The Beginning","keyword:keywords/latest","keyword:keywords/age"]}},{"id":"%2F687fa61f127c8cae2b8c778d","type":"PUBLISHING","record":{"ref_id":"%2F687fa61f127c8cae2b8c778d","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"","blocks":[{"html":"\u003cp>\u003cstrong>Metallica Scholars Initiative National Workforce Education Program expands to 75 schools\u003c/strong>\u003c/p>\n\n\u003cp>Metallica's All Within My Hands Foundation is investing $3 million in its Metallica Scholars Initiative, expanding to 75 colleges across the US and Guam to support workforce education for 10,000 students. The initiative, started in 2019, now covers various technical fields like AI, construction, and welding, providing opportunities in high-demand sectors. Bassist Robert Trujillo expressed pride in the program's impact, with a recent study showing an 8.3X return on investment for students. The foundation's partnership with Lowe's Foundation and other sponsors continues to support skilled trades education, with more details available on their website.\u003c/p>\n\n\u003cp>\u003cstrong>Yungblud Shares Cover Of Black Sabbath's "Changes" For Charity\u003c/strong>\u003c/p>\n\n\u003cp>Yungblud is sharing his live cover of Black Sabbath's "Changes" that he performed during the band and Ozzy Osbourne's final concert. The singer was one of several rockers who took to the stage as part of the "Back to the Beginning" show in Birmingham on July 5th. The 27-year-old has promised that the proceeds from his new release will be donated to Cure Parkingson's, Birmingham Children's Hospital, and Acorns Children's Hospice. Yungblud's live cover of "Changes" is available to stream now. \u003c/p>\n\n\u003cp>\u003cstrong>Def Leppard Announces First Tour Dates For 2026\u003c/strong>\u003c/p>\n\n\u003cp>Def Leppard are confirming their first 2026 shows. The band will return with a new 12-show residency at the Colosseum at Caesars Palace. The first show is scheduled for February 3rd, 2026. All shows will begin at 8 p.m. local time. General tickets for "Def Leppard, Live at Caesars Palace: The Las Vegas Residency" will be available on July 25th. \u003c/p>\n\n\u003cp>\u003cstrong>Bon Jovi anthem Livin On A Prayer is crowned the best karaoke song of all tim...\u003c/strong>\u003c/p>\n\n\u003cp>A new study by Oxford professor Dr. Tom Crawford has ranked Bon Jovi's "Livin' On a Prayer" as the greatest singalong song of all time. The formula used factors in the song's beat, number of verses, chorus repeats, and release date. Whitney Houston's "I Wanna Dance with Somebody" and Oasis' "Don't Look Back In Anger" also made the top three. The research, commissioned by mobile giant Three and Samaritans, found that 90% of people feel happier after a sing-along, with 81% experiencing an emotional uplift. The study also revealed that the average release year of a karaoke classic is 1995, capturing the boyband craze, Britpop, and girl power eras.\u003c/p>\n\n\u003cp>\u003cstrong>TOOL Announce First Hawaiian Performance Since 2011, Returning To Honolulu's Blaisdell Arena This December\u003c/strong>\u003c/p>\n\n\u003cp>Tool will be performing in Hawaii for the first time in almost 14 years with a show at Honolulu’s Blaisdell Arena on Dec. 19. This performance is part of a brief international run that includes shows in Japan as well. Tool's last studio album, Fear Inoculum, debuted at No. 1 on the Billboard 200 in 2019 and the band continues to experiment with new material in the studio. Tickets for the Honolulu show will be available via Ticketmaster, with a pre-sale for Tool Army members starting on July 23.\u003c/p>\n\n\u003cp>\u003cstrong>SHINEDOWN's Eighth Album Will 'Probably' Arrive In 'Late February' Or 'Early March Of 2026'\u003c/strong>\u003c/p>\n\n\u003cp>SHINEDOWN's Brent Smith and Barry Kerch discuss the progress of their upcoming album, aiming for a release in early 2026. The band reflects on their success in the U.S., crediting radio for building their career while acknowledging the importance of streaming services. SHINEDOWN recently released the single "Killing Fields" and embarked on a major tour with BUSH and Morgan Wade. The band's recent songs have achieved chart-topping success, solidifying their position as one of the biggest rock bands globally. Additionally, SHINEDOWN supports charitable causes, including a collaboration with Musicians On Call during their tour.\u003c/p>\n\n\u003cp>\u003cstrong>A Divine Weapon: Falling In Reverse Air Force Shoes\u003c/strong>\u003c/p>\n\n\u003cp>Falling In Reverse's "If God Is A Woman Then God Is A Weapon" Air Force Shoes are a bold and meaningful tribute to the band's rebellious spirit and provocative lyrics. The custom Nike Air Force 1 shoes feature a striking design with a vibrant color scheme and powerful lyrical statements that capture the essence of Falling In Reverse's music. These shoes are not just a fashion statement but a declaration of alignment with the band's unique aesthetic and intellectual artistry, making them a must-have for die-hard fans and collectors alike. Wearing these shoes is a powerful way to embody the band's defiant spirit and celebrate their raw energy and intellectual depth.\u003c/p>\n\n\u003cp>\u003cstrong>Mammoth drop "The Spell" video; new album arriving in Oct\u003c/strong>\u003c/p>\n\n\u003cp>Wolfgang Van Halen recently discussed his upcoming album, "The End," in an interview with radio host Mark Strigl. The album, set for release on October 24, showcases Wolfgang's evolution as a musician and songwriter. The lead single, "The End," has already gained popularity, and the band MAMMOTH will embark on a headline tour to promote the album. With a lineup featuring talented musicians, including Myles Kennedy as a special guest, MAMMOTH is set to continue their success in the music industry.\u003c/p>\n\n\u003cp>\u003cstrong>DEF LEPPARD: A Vegas Return\u003c/strong>\u003c/p>\n\n\u003cp>Def Leppard are returning to Las Vegas for their \u003ca href=\"https://www.instagram.com/reel/DMXumIUt97Y/\" target=\"_blank\">third residency\u003c/a>. This one will span 12 shows from February 3rd to the 28th at the Colosseum at Caesars Palace. Tickets go on sale today (Tuesday) to Def Leppard fan club members, with general on sales starting Friday. Def Leppard's previous Vegas residencies were in 2013 at the Hard Rock Hotel and in 2019 at the Zappos Theater. Def Lep continue their summer tour today (Tuesday) in Saratoga Springs, New York.\u003c/p>\n\n\u003cp>\u003cstrong>IMAX To Show Final Night Of Dead & Company's San Francisco Concerts\u003c/strong>\u003c/p>\n\n\u003cp>Grateful Dead fans unable to make it to San Francisco to celebrate the band's 60th anniversary next month will be able to head to an IMAX theater instead. Select IMAX locations across North America will show Dead & Company's final night of their sold out three-show run at Golden Gate Park on August 3rd. Tickets for the one-night-only screening will go for $40 plus fees and include a commemorative poster, lanyard and laminate.The show will start at 9 p.m. Eastern and is expected to run for about three-and-a-half hours.\u003c/p>\n\n\u003cp> \u003c/p>\n\n\u003cp>\u003cstrong>Cryptic Stevie Nicks, Lindsey Buckingham Billboard Teases Upcoming Project\u003c/strong>\u003c/p>\n\n\u003cp>Stevie Nicks and Lindsey Buckingham are hinting at a reissue of their 1973 Buckingham Nicks album, sparking speculation of a Fleetwood Mac reunion. The former couple shared matching Instagram posts featuring lyrics from their song "Frozen Love." Bandmate Mick Fleetwood also shared a video of himself listening to the track. A billboard of the album cover was spotted in Los Angeles, teasing a release date of September 19. Despite their rocky history, Fleetwood hopes for a reconciliation between Stevie and Lindsey, even if it doesn't lead to a Fleetwood Mac reunion.\u003c/p>\n\n\u003cp>\u003cstrong>IRON MAIDEN: McBrain Still Willing to Play With Band\u003c/strong>\u003c/p>\n\n\u003cp>While Nicko McBrain has retired from playing drums from Iron Maiden, he says there would be a couple things that would get behind him the kit again. He said "It's a possibility that when they come over here [to the U.S.], I might end up doing a show with them, just getting up and doing a song or two, or just being there." And if the band decides to make a follow-up to 2021's \u003cem>Senjutsu\u003c/em>, McBrain would be willing to hit the studio. He says, "If there is a new album in the pipeline, it's a possibility I'll do a couple of tracks on the album. Yeah, who knows? We're all still part of the family, although I'm not playing the shows."\u003c/p>\n\n\u003cp>\u003cstrong>LINKIN PARK: One Song You Won't Hear Live\u003c/strong>\u003c/p>\n\n\u003cp>Mike Shinoda says Linkin Park is staying away from one of their hits on their From Zero tour because he would "feel wierd" playing it. Shinoda told \u003ca href=\"https://www.theguardian.com/music/2025/jul/18/linkin-park-interview-mike-shinoda-emily-armstrong-from-zero\" target=\"_blank\">The Guardian\u003c/a> that on their current tour “I think we all wanted our show to be really good vibes. I want you walking away feeling like, this was such a wonderful, special, fun night.” And keep up that vibe they're not including "One More Light," the title track to their final studio album with Chester Bennington. Shinoda said that particular track is strongly associated with two deaths. The song was originally written “for a woman at the label that we worked with who passed away. Then after Chester passed, the world decided that [‘One More Light’] was about him. And so that’s just too sad to play.”\u003c/p>\n\n\u003cp>\u003cstrong>Go Ahead, Cheat at Our Shows\u003c/strong>\u003c/p>\n\n\u003cp>Oasis frontman Liam Gallagher apparently got a kick out of the Coldplay kiss-cam catching a CEO cheating on his wife last week. During Oasis's show in Manchester, England on Sunday night, Gallagher \u003ca href=\"https://x.com/OasisMania/status/1947315338250756435?\" target=\"_blank\">told the crowd\u003c/a>, "Do we have any lovebirds in the house? Don’t worry, we don’t got any of that Coldplay snidey camera [crap]. Doesn’t matter to us who you’re mingling with, or tingling with, or fingering with. It’s none of our business.” Gallagher then dedicated the band’s performance of "Slide Away" to the "lovebirds."\u003c/p>\n\n\u003cp>\u003cstrong>IN OTHER NEWS\u003c/strong>\u003c/p>\n\n\u003cp>\u003cstrong>The Who \u003c/strong>launched \u003cem>The Song Is Over\u003c/em> tour Sunday night in Piazzola Sul Brenta, Italy. And while they have a new drummer, \u003cstrong>Scott Devours\u003c/strong>, the set list has remained the same. The only song they did that they haven't played recently was \u003cem>Quadrophenia\u003c/em>'s "I've Had Enough," which they hadn't done since 2013. \u003c/p>\n\n\u003cp>\u003cstrong>Foreigner \u003c/strong>will do an acoustic \u003ca href=\"https://www.tillescenter.org/foreignerbenefit\" target=\"_blank\">benefit concert\u003c/a> on September 5th at the Tilles Center for the Performing Arts in Brookville, New York. The show, which will include original singer \u003cstrong>Lou Gramm\u003c/strong>, will raise money for the Tilles Center and Long Island University's Post Theatre Company, which will stage \u003cem>Feels Like The First Time - The Foreigner Musical\u003c/em> next April.\u003c/p>\n\n\u003cp>\u003cstrong>Metallica\u003c/strong>'s All Within My Hands foundation has \u003ca href=\"https://x.com/Metallica/status/1947280680561357191\" target=\"_blank\">announced\u003c/a> that its Metallica Scholars Initiative has expanded to 75 colleges, with 15 new schools each receiving $75,000 to enhance their career and technical education programs. \u003c/p>\n\n\u003cp>\u003cstrong>Moody Blues\u003c/strong> bassist \u003cstrong>John Lodge\u003c/strong> celebrated his 80th birthday -- Sunday, July 20th -- on stage at The Newton Theatre in New Jersey. His son-in-law, \u003cstrong>Yes\u003c/strong> singer \u003cstrong>Jon Davison\u003c/strong>, who tours with him, led the audience in a sing-a-long of "Happy Birthday." Lodge's \u003ca href=\"https://www.johnlodge.com/pages/tour-dates\" target=\"_blank\">tour\u003c/a> moves to Collingswood, New Jersey on Wednesday. \u003c/p>\n\n\u003cp>\u003cstrong>Alex Lifeson \u003c/strong>of \u003cstrong>Rush\u003c/strong> \u003ca href=\"https://www.instagram.com/p/DMYG6_eRuev/\" target=\"_blank\">posted a photo\u003c/a> with \u003cstrong>Tom Morello\u003c/strong> and said it was a fun time playing "Limelight" with him in Toronto last Thursday night. He added, "His band and crew are wonderful people, gracious and generous. Meeting [Tom's son] \u003cstrong>Roman Morello\u003c/strong> and watching him play was such a delight. He is a terrific kid and a scary talent."\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://98rock.iheart.com/featured/big-rig/content/2025-07-22-big-rig-rock-report-722/","cuser":"user/ldap/ccrtpa1rgb","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/singer","keywords/foundation","keywords/band","keywords/All Within My Hands Foundation","keywords/Yungblud","keywords/rig rock report","keywords/partnership"],"primary_image":{"bucket":"assets.getty","id":"%2F687fa67b182a7021a03a214a"},"primary_target":{"categories":["categories/local-news","categories/music-news"],"distribution":["brands/WXTB-FM (2101)","brands/Big Rig (32040)"]},"publish_date":1753195980000,"publish_end_date":4115978604802,"publish_origin":"brands/Big Rig (32040)","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-22-big-rig-rock-report-722","social_title":"","summary":"Shinedown offer update on new album, Falling In Reverse have new shoes out, and more in today's rundown.","targets":[],"title":"Big Rig ROCK Report 7.22","permalink":"https://98rock.iheart.com/featured/big-rig/content/2025-07-22-big-rig-rock-report-722/"},"slug":"2025-07-22-big-rig-rock-report-722","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/687fa67b182a7021a03a214a","title":"Big Rig ROCK Report 7.22","description":"Shinedown offer update on new album, Falling In Reverse have new shoes out, and more in today's rundown.","author":""},"pub_start":1753195980000,"pub_until":4115978604802,"pub_changed":1753196356752,"subscription":[{"tags":["categories/local-news","categories/music-news","brands/WXTB-FM (2101)","brands/Big Rig (32040)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Big Rig (32040)","id:/687fa61f127c8cae2b8c778d","slug:2025-07-22-big-rig-rock-report-722","slug:2025-07-22-big-rig-rock-report-722","keyword:keywords/singer","keyword:keywords/foundation","keyword:keywords/band","keyword:keywords/All Within My Hands Foundation","keyword:keywords/Yungblud","keyword:keywords/rig rock report","keyword:keywords/partnership"]}},{"id":"%2F687e98a1b9ddbb836bcd0d00","type":"PUBLISHING","record":{"ref_id":"%2F687e98a1b9ddbb836bcd0d00","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"","blocks":[{"html":"\u003cp>\u003cstrong>ROLLING STONES: Teasing an Announcement?\u003c/strong>\u003c/p>\n\n\u003cp>Following a recent report that The Rolling Stones have been back in the studio comes an interesting message on their social media accounts. A \u003ca href=\"https://www.instagram.com/p/DMQx3wYuZpe/\" target=\"_blank\">photo\u003c/a> of Mick Jagger, Keith Richards\u003c/p>\n\n\u003cp>and Ronnie Wood is captioned with, "When you think the party’s over but it’s only just begun...” which is a lyric from "Whole Wide World" off their last album, 2023's \u003cem>Hackney Diamonds\u003c/em>, followed by "Still Rolling." So, have they finished a new album, which they will announce soon? They were scheduled to tour Europe this year but opted to go back in the studio. Does this mean they may try to squeeze in some dates later this year? Or, with them quoting a lyric from "Whole Wide World," are they planning a world tour? We asked their spokeswoman if they plan to announce something and were told "Nope." Stay tuned. After all, they are "still rolling."\u003c/p>\n\n\u003cp>\u003cstrong>"Back To The Beginning" Film Coming To Theaters Next Year\u003c/strong>\u003c/p>\n\n\u003cp>Chances are, you weren't able to make it to Birmingham, UK to witness the final Black Sabbath concert. You can still experience Sabbath's farewell (as well as the many guest appearances) in the comfort of your local theater. \u003ca href=\"https://variety.com/2025/film/global/ozzy-osbourne-black-sabbath-final-concert-film-release-2026-1236464523/\" target=\"_blank\">A big screen document of the event\u003c/a> is currently in production, to be released next year. The 100-minute concert film, "Back to the Beginning: Ozzy's Final Bow," was filmed during Black Sabbath's show on July 5th. After the theatrical release of "Back to the Beginning,” a physical product will also be available later in the year. \u003c/p>\n\n\u003cp>\u003cstrong>Metallica's All Within My Hands Donates $100K To Texas Flood Relief\u003c/strong>\u003c/p>\n\n\u003cp>Metallica's All Within My Hands Foundation is donating 100-thousand to Texas flood relief. The band's charity organization is donating through its longtime partners, Direct Relief and World Central Kitchen, as they provide emergency relief.Direct Relief's immediate response included a 50-thousand-dollar commitment to support the deployment of emergency medical supplies and operating funds to the communities that were impacted by the floods. AWMH said it is grant matching Direct Relief's emergency operating fund, while also granting 50-thousand-dollars to World Central Kitchen's relief efforts in Texas. \u003c/p>\n\n\u003cp>\u003cstrong>METALLICA: Come to Rescue of Belgium EDM Festival\u003c/strong>\u003c/p>\n\n\u003cp>Metallica came to the rescue of the Belgian EDM festival \u003cem>Tomorrowland\u003c/em>. The festival's main stage burned down on Wednesday. On Thursday, Metallica loaned the festival their \u003cem>M72\u003c/em>\u003c/p>\n\n\u003cp>stage, which was in a storage facility in Austria. The stage parts were airlifted to Belgium and 36 hours later the main stage was \u003ca href=\"https://x.com/DanteTheDon/status/1946319595641376786?\" target=\"_blank\">able to open\u003c/a> just two hours later than scheduled. Dutch DJ\u003c/p>\n\n\u003cp> and producer Martin Garrix, who headlined on Friday night, posted a photo with Lars Ulrich\u003c/p>\n\n\u003cp>on \u003ca href=\"https://www.instagram.com/p/DMQOG5FtEYa/\" target=\"_blank\">Instagram\u003c/a> and wrote, "Massive love and a big shoutout to the incredible Tomorrowland team for pulling off miracles — and to Metallica for coming through with the new stage parts."\u003c/p>\n\n\u003cp>\u003cstrong>Tommy Lee Offers Update On His Marriage As Rumors Of A Split Ramp Up\u003c/strong>\u003c/p>\n\n\u003cp>Speculation has been growing that Tommy Lee and wife Brittany Furlan were on the verge of breaking up ever since \u003ca href=\"https://www.drdavesultimateprep.com/prep/article/Tommy-Lee-Wife-Brittany-Furlan-Separate\" target=\"_blank\">she admitted to troubles in their marriage\u003c/a> back in May. That was followed up by \u003ca href=\"https://www.eonline.com/news/1417811/ronnie-radke-addresses-tommy-lees-wife-brittany-furlan-being-catfished\" target=\"_blank\">a catfishing incident\u003c/a> where she admitted talking to someone online that claimed they were Falling In Reverse singer Ronnie Radke. However, it appears\u003ca href=\"https://www.usmagazine.com/celebrity-news/news/tommy-lee-says-brittany-furlan-divorce-reports-are-fake-news/\" target=\"_blank\"> the couple have soldiered through the rough patch\u003c/a> and have come out smiling on the other side. The\u003c/p>\n\n\u003cp>Mötley Crüe drummer posted a pic of the seemingly happy couple on his Instagram Saturday, captioning it "Hey fake news, we’re not separated or divorced!! Get your s*** together!!" Furlan also posted on her own account, sharing footage of the pair’s shadows kissing via her Instagram Story. \u003c/p>\n\n\u003cp>\u003cstrong>JEFF LYNNE: So, Is This Farewell?\u003c/strong>\u003c/p>\n\n\u003cp>Jeff Lynne has provided a follow-up to his fans following the cancellation of the last two shows of his Jeff Lynne's ELO farewell tour -- one in Manchester, England and the finale in London on July 13th. He \u003ca href=\"https://www.instagram.com/p/DMQlhTcsJSo/\" target=\"_blank\">says\u003c/a>, “I am now at home recuperating. I was absolutely gutted to have to cancel the final two shows. I send my heartfelt thanks to all of the fans as well as my band and crew for all their support and love.” Lynne was diagnosed with a systemic infection and his doctors advised him that performing is simply not possible at this time nor will he be able to reschedule. He started this final leg on July 5th in his hometown of Birmingham, England despite having a broken left hand from a reported run-in with a taxi door. As a result, he was unable to play guitar.\u003c/p>\n\n\u003cp>\u003cstrong>Zach Bryan Brings Bruce Springsteen On Stage For "Atlantic City"\u003c/strong>\u003c/p>\n\n\u003cp>The friendship and mutual respect that Zach Bryan and Bruce Springsteen share was on display once again last night. Zach was playing The Boss's home turf (MetLife Stadium in East Rutherford, New Jersey) when Bruce himself joined him on stage. It’s not the first time they’ve performed together; last August, Springsteen surprised fans at Bryan’s Philadelphia concert by joining him for "Atlantic City" and "Sandpaper." Zach first brought out Caleb Followill of opening act Kings of Leon, then introduced "one of the greatest men to ever exist, a New Jersey native, Mr. Bruce Springsteen." The three of them, backed by Zach's band, then launched into "Atlantic City." Bruce would return to the stage at the end of the night to accompany Bryan on his traditional encore, "Revival." \u003c/p>\n\n\u003cp>\u003cstrong>REO SPEEDWAGON: Fans of Coldplay\u003c/strong>\u003c/p>\n\n\u003cp>REO Speedwagon bassist Bruce Hall couldn't resist posting a meme poking fun at Astronomer CEO Andy Byron getting caught with his Chief People Officer Kristin Cabot on the "\u003ca href=\"https://x.com/BuzzingPop/status/1945814211235328294?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1945814211235328294%7Ctwgr%5E465f6fe8380014bdb8b93224d0540c89cb74ecef%7Ctwcon%5Es1_&ref_url=https%3A%2F%2Fultimateclassicrock.com%2Fcoldplay-memes%2F\" target=\"_blank\">Kiss-Cam\u003c/a>" Wednesday at the Coldplay concert in Foxborough, Massachusetts. Showing \u003ca href=\"https://www.facebook.com/photo/?fbid=1338278474333331&set=a.262321361929053\" target=\"_blank\">three stills from the embarrassing moment\u003c/a>, Hall captioned it with a line from REO's song "\u003ca href=\"https://www.youtube.com/watch?v=t7Csc6l4QLs&list=RDt7Csc6l4QLs&start_radio=1\" target=\"_blank\">Take It on the Run\u003c/a>" -- "Heard it from a friend who, heard it from a friend who, heard it from Coldplay you’ve been messin' around..." The Top 5 song off of 1981's Hi Infidelity was inspired by the wife of REO's founder and keyboardist Neal Doughty cheating on him.\u003c/p>\n\n\u003cp>\u003cstrong>BILLY JOEL: That's Daddy's Little Girl\u003c/strong>\u003c/p>\n\n\u003cp>Billy Joel’s daughter, Alexa Ray Joel, from his marriage to Christie Brinkley, likes the way her dad's documentary \u003ca href=\"https://www.youtube.com/watch?v=fvCB4gg7yS0\" target=\"_blank\">And So it Goes\u003c/a> came out, giving it a five-star review. She \u003ca href=\"https://www.instagram.com/p/DMMmVMCMUT7/?img_index=1\" target=\"_blank\">says\u003c/a>, “Without giving anything away, lemme just tell you…it’s astounding. What an emotional whirlwind to delve into both parts one and two over the last few nights with my mother. “This is a fearlessly raw, reeling and shockingly intimate portrait of my father. The deeply layered narrative insights into Dad’s richly textured history left me stunned. (And here I thought I knew everything there was to know about him.) You don’t know ‘til you watch this! "If you’re interested in the full story behind my Father’s complex background, lineage and personal life…not to mention, his timeless musical perspective and artistry, this is a must-watch. Don’t miss it.” Part one of Billy Joel: And So It Goes debuted today (Friday) on HBO, with part two following on Thursday, July 25th. Both will be available to stream at the same time on HBO Max.\u003c/p>\n\n\u003cp>\u003cstrong>SOUNDGARDEN: Covers for Charity\u003c/strong>\u003c/p>\n\n\u003cp>A new all-star tribute act has launched a series of Chris Cornell covers to raise money for MusiCares. The first single from King Ultramega is a take on Soundgarden's "Rusty Cage" that features Alice in Chains vocalist William DuVall, Mastodon guitarist Bill Kelliher, Metal Allegiance bassist Mark Menghi and Anthrax and Pantera drummer Charlie Benante. Check\u003c/p>\n\n\u003cp> out a video for the track on \u003ca href=\"https://youtu.be/GKdMKFBrQpk?si=a12krrkZr5DtenIk\" target=\"_blank\">YouTube\u003c/a>. King Ultramega will feature different lineups on each single, anchored by the project's leader Mark Menghi. Some upcoming covers include the guitar work of Kim Thayil from Soundgarden. The series will also feature Cornell solo songs and tracks from Audioslave and Temple of the Dog.\u003c/p>\n\n\u003cp>\u003cstrong>ROGER WATERS: Here's a Cigar\u003c/strong>\u003c/p>\n\n\u003cp>Roger Waters has released his performance of Pink Floyd's "\u003ca href=\"https://www.youtube.com/watch?v=iqahgSBYMOg\" target=\"_blank\">Have a Cigar\u003c/a>" -- the second song following "\u003ca href=\"https://www.youtube.com/watch?v=ivuMoSFe31Y\" target=\"_blank\">Wish You Were Here\u003c/a>" -- from the soundtrack to his concert film \u003ca href=\"https://rogerwaters.lnk.to/TINAD_LiveFromPrague\" target=\"_blank\">\u003cem>This Is Not A Drill - Live from Prague The Movie\u003c/em>\u003c/a>. Captured at the O2 Arena in the Czech Republic's capital city on May 25th, 2023, it was shown live that day in theaters around the world. The film, which has been re-edited and its sound enhanced, will be shown in theaters on July 23rd and 27th, followed by the release of the soundtrack on CD, vinyl, DVD, Blu-ray and digital on August 1st.\u003c/p>\n\n\u003cp>It contains 20 classic Floyd and Waters songs, including “Us & Them,” “Comfortably Numb,” “Wish You Were Here” and “Is This the Life We Really Want?” Movie tickets can be purchased at RogerWaters.film.\u003c/p>\n\n\u003cp>\u003cstrong>ROD STEWART: Harsh Words for Russia\u003c/strong>\u003c/p>\n\n\u003cp>At every one his shows since Russia invaded Ukraine on February 24th, 2022, Rod Stewart has been \u003ca href=\"https://www.youtube.com/watch?v=mqtpRW8QC5w\" target=\"_blank\">dedicating\u003c/a> "Rhythm of My Heart" to the people of Ukraine and their president, Volodymyr Zelenskyy. Occasionally he adds a little spice to his remarks, which was the case on Friday at the PNC Bank Arts Center in Holmdel, New Jersey, as he said "[Expletive] Russia." He's also been known to drop the F-bomb in regard to Russian president Vladimir Putin.\u003c/p>\n\n\u003cp>Since the war started, Stewart and his nephew filled trucks with supplies that were taken to the Ukrainian border. The trucks were then returned to Berlin, Germany with 16 refugees.\u003c/p>\n\n\u003cp>Stewart also employed two other refugees on his estate in England's Essex countryside. And\u003c/p>\n\n\u003cp>in October 2022, he and his wife, Penny Lancaster, rented a house in Berkshire, England for a family of seven who fled the Ukraine after Russia’s invasion.\u003c/p>\n\n\u003cp>\u003cstrong>STEVE MILLER: "Joker" Is Fooling No One\u003c/strong>\u003c/p>\n\n\u003cp>When Steve Miller announced last week that he canceled his tour due to fear of severe weather and natural disasters, we felt that this was a unique way of covering up for poor ticket sales, a family matter, illness, injury or circumstances out of his control. And of course, we're not alone in this estimation. Music industry critic and analyst Bob Lefsetz \u003ca href=\"https://lefsetz.com/wordpress/2025/07/16/steve-miller-tour-cancellation/\" target=\"_blank\">says\u003c/a>, "This is what happens when old people spew their b.s. and think the hoi polloi will buy it." Miller hasn't commented on the blow back, but his bass player has come to his defense. In a lengthy Facebook post, Kenny Lee Lewis, who has been in Miller's band since 1982, \u003ca href=\"https://www.facebook.com/kennyleelewis/posts/10239861343850344?ref=embed_post\" target=\"_blank\">says\u003c/a>, in part:\u003c/p>\n\n\u003cp>"You didn’t see Steve Miller hanging over a railing after our first outdoor stadium show opening in the sun for Journey and Def Leppard in Atlanta trying to fend off heat exhaustion. I was really worried about him... "Next couple of outdoor shows the crew had to arrange the stage air coolers with flexible ducts on him as he also wore frozen gel packs on his neck and shoulders. He looked like the Michelin Man! And he still almost passed out... "Shame on you Bob. You don’t know the half of it. This has got nothing to do with poor ticket sales. The man is trying to be smart about his health!\u003c/p>\n\n\u003cp>"Now when we finally got into some air-conditioned stadiums and arenas with with a lid it greatly improved the situation. "This prompted Steve to seek indoor arena shows only for this year. Unfortunately, that didn’t happen for several reasons and he reluctantly signed off to keep doing some outdoor shed shows for the sake of keeping our family employed and giving the fans what they wanted. "This decision did not come lightly. When COVID hit in 2020, Steve was one of the first to pull the plug on his tour before any of the other acts did because he knew the severity of the situation and that the pandemic was going to shut everything down. People complained then as well but then the government got involved and we were all out of work. Steve was right. "The Joker has always relied on instincts and in this case he is rolling that pair of dice again. It’s too frickin hot for an 81-year-old to go out on that stage as temperatures keep breaking records even if you are the closer as the sun sets. "As for his indoor shows that were cancelled on this tour I can’t comment on. I’m sure the logistics of fragmenting the dates and changing routing and days off layovers would have been a nightmare for production. So he just chose to cancel everything. And there you have it. \u003c/p>\n\n\u003cp>"Now go pick on someone else you cranky old contrarian."\u003c/p>\n\n\u003cp>In regard to slow ticket sales, which you can see is the case by looking at seating charts for the 28 shows he had on sale, Lewis says, "We’ve always [done] well with walk-ups and last-minute buys. But even if sales were down Steve has been concerned about this heat for years. That same Atlanta show I mentioned we had to send our stage manager to the hospital for a mini stroke that day! It’s not just the band it’s the crew as well." Chrissie Hynde of The Pretenders\u003c/p>\n\n\u003cp>recently wrote about dealing with the heat on stage, saying, "I'm remembering the last couple years when we supported Guns N' Roses, and then the Foo Fighters in stadiums. It was so hot I had to strap ice packs around my waist, and I realized then that outdoor events are going to come to an end. It's too hot." Miller's tour was set to start on August 15th in Bethel, New York on the grounds of the \u003cem>Woodstock\u003c/em> festival.\u003c/p>\n\n\u003cp>\u003cstrong>IN OTHER NEWS\u003c/strong>\u003c/p>\n\n\u003cp>\u003cstrong>Van Halen\u003c/strong> have released a remastered version of “\u003ca href=\"https://www.youtube.com/watch?v=jRgHcvF39mc&list=RDjRgHcvF39mc\" target=\"_blank\">Don’t Tell Me (What Love Can Do)\u003c/a>” off the 30th anniversary expanded reissue of \u003cem>Balance\u003c/em>, their 10th studio album and last with \u003cstrong>Sammy Hagar\u003c/strong>. In an Instagram post, Hagar \u003ca href=\"https://www.instagram.com/p/DMQqD3Hqa6j/\" target=\"_blank\">says\u003c/a>, “I love this song so much that I’m afraid to play it live!” The 30th anniversary edition of \u003cem>Balance\u003c/em> will be released on August 15th.\u003c/p>\n\n\u003cp>\u003cstrong>Alex Lifeson\u003c/strong> joined \u003cstrong>Tom Morello\u003c/strong> on stage last Thursday in Toronto for a version of \u003cstrong>Rush\u003c/strong>’s "\u003ca href=\"https://www.youtube.com/watch?v=k9KGbPio56U&t=114s\" target=\"_blank\">Limelight\u003c/a>."\u003c/p>\n\n\u003cp>\u003cstrong>Eagles\u003c/strong> co-founder \u003cstrong>Bernie Leadon\u003c/strong> has released “\u003ca href=\"https://www.youtube.com/watch?v=ktABzwdByg0&list=RDktABzwdByg0&start_radio=1\" target=\"_blank\">Too Many Memories\u003c/a>,” his first single in over 20 years. You can find it on \u003ca href=\"https://www.youtube.com/watch?v=ktABzwdByg0&list=RDktABzwdByg0&start_radio=1\" target=\"_blank\">YouTube\u003c/a>. He will perform at \u003cem>AmericanaFest\u003c/em> on September 12th in Nashville.\u003c/p>\n\n\u003cp>\u003cstrong>Blondie\u003c/strong> guitarist \u003cstrong>Chris Stein\u003c/strong> \u003ca href=\"https://x.com/chrissteinplays/status/1946285618775929179\" target=\"_blank\">says\u003c/a> their new album should be out in "the last quarter this year" and that the late \u003cstrong>Clem Burke\u003c/strong> plays on all the tracks. Burke died April 6th from cancer at age 70. Blondie's last album was 2017's \u003cem>Pollinator\u003c/em>.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://98rock.iheart.com/featured/big-rig/content/2025-07-21-big-rig-rock-report-721/","cuser":"user/ldap/ccrtpa1rgb","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":[],"primary_image":{"bucket":"new_assets","id":"%2F686d5aab6131596e40f204ff"},"primary_target":{"categories":["categories/local-news","categories/music-news"],"distribution":["brands/WXTB-FM (2101)","brands/Big Rig (32040)"]},"publish_date":1753126920000,"publish_end_date":4115978604802,"publish_origin":"brands/Big Rig (32040)","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-21-big-rig-rock-report-721","social_title":"","summary":"Metallica saves an entire musical festival flying in their STAGE, The Rolling Stones are a big tease & much more in the ROCK report!","targets":[],"title":"Big Rig ROCK Report 7.21","permalink":"https://98rock.iheart.com/featured/big-rig/content/2025-07-21-big-rig-rock-report-721/"},"slug":"2025-07-21-big-rig-rock-report-721","summary":{"image":"https://i.iheart.com/v3/re/new_assets/686d5aab6131596e40f204ff","title":"Big Rig ROCK Report 7.21","description":"Metallica saves an entire musical festival flying in their STAGE, The Rolling Stones are a big tease & much more in the ROCK report!","author":""},"pub_start":1753126920000,"pub_until":4115978604802,"pub_changed":1753127244922,"subscription":[{"tags":["categories/local-news","categories/music-news","brands/WXTB-FM (2101)","brands/Big Rig (32040)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Big Rig (32040)","id:/687e98a1b9ddbb836bcd0d00","slug:2025-07-21-big-rig-rock-report-721","slug:2025-07-21-big-rig-rock-report-721"]}}],"resume":{"id":"ID:personality-content-whatwhere","context":{"\u003clocale>":"en-US"},"size":6,"from":"eyJza2lwIjo2LCJjdXJzb3JzIjp7IkFhbFlaIjoiZXlKc2FXMXBkQ0k2Tml3aWIyWm1jMlYwSWpvMmZRPT0ifSwiZW5kcyI6e319","scopes":[]}}},{"id":"aM2ge","region":"main:dynamic","type":"feed","ordinal":14,"value":{"ad_split":50,"feed_id":"ID:calendar-topics-feed-matsubs","feed_index":0,"link":[{"children":[],"id":"TH77G","label":"View All","ref":"calendar_content_all","target":"_self","type":"page"}],"min_size":0,"position":null,"size":4,"title":"Events"},"tags":["display-hints/feed-date-stamp","display-hints/feed-show-eyebrow","display-hints/tile","display-hints/xsmall"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F67fe873eb95f7fe7e8c209e3","type":"PUBLISHING","record":{"ref_id":"%2F67fe873eb95f7fe7e8c209e3","type":"content:calendar","payload":{"canonical_url":"https://98rock.iheart.com/calendar/content/2025-08-04-98rocks-volbeat-halestorm-w-the-ghost-inside","cuser":"user/ldap/1137593","fields":{"blocks":{"type":"flex","value":[{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"asset","value":{"alt_text":"","attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"Singer and guitarist Michael Schøn Poulsen of the band \"Volbeat\" performs at the \"Red Stage\" during the \"Nova Rock 2016\" Festival on June 11, 2016 in Nickelsdorf. / AFP / APA / HERBERT P. OCZERET / Austria OUT (Photo credit should read HERBERT P. OCZERET/AFP via Getty Images)","id":"%2F67fe882cf3b65fd12ed9b55f","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.getty/67fe882cf3b65fd12ed9b55f","source_credit":"HERBERT P. OCZERET / AFP / Getty Images","title":"AUSTRIA-MUSIC-CONCERT","url":"asset://assets.getty/67fe882cf3b65fd12ed9b55f","use_caption":false}},{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"html","value":"\u003cp>\u003cstrong>Rock and metalcore powerhouses Volbeat, Halestorm, and The Ghost Inside are joining forces for one of the year’s most highly anticipated tours! \u003c/strong>\u003c/p>\n\n\u003cp>Get ready as they hit the road together on the epic \u003cem>Greatest of All Tours Worldwide\u003c/em>.\u003c/p>\n\n\u003cp>Tickets & information \u003ca href=\"https://www.fairgroundsamphitheatre.com/events/volbeat-halestorm-the-ghost-inside-04-august-2025/\" target=\"_blank\">here.\u003c/a>\u003c/p>\n\n"}]},"event_date":{"type":"multidate","value":[{"begin":1754348427796,"enabled":false,"end":0}]},"hide_event_start_time":{"type":"checkbox","value":false},"keywords":{"type":"tag","value":[]},"primary_image":{"type":"asset","value":{"alt_text":"","attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"","id":"%2F67fe882cf3b65fd12ed9b55f","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.getty/67fe882cf3b65fd12ed9b55f","source_credit":"","title":"","url":"asset://assets.getty/67fe882cf3b65fd12ed9b55f","use_caption":false}},"seo_title":{"type":"title","value":""},"slug":{"type":"slug","value":"2025-08-04-98rocks-volbeat-halestorm-w-the-ghost-inside"},"social_title":{"type":"title","value":""},"summary":{"type":"plain","value":""},"title":{"type":"title","value":"98ROCK's Volbeat & Halestorm w/ The Ghost Inside"},"venue_address":{"type":"plain","value":"4802 US-301, Tampa, FL 33610"},"venue_name":{"type":"plain","value":"MIDFLORIDA Credit Union Ampitheatre"}},"ingestion":{"custom_fields":{},"external_url":"","feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":""},"summary":{"author":"","description":"","image":{"alt_text":"","attributes":{"mimetype":"image/jpeg","type":"image"},"caption":"","link":"","new_tab":false,"source_credit":"","title":"","url":"asset://assets.getty/67fe882cf3b65fd12ed9b55f","use_caption":false},"keywords":[],"primary_slug":"2025-08-04-98rocks-volbeat-halestorm-w-the-ghost-inside","slugs":["2025-08-04-98rocks-volbeat-halestorm-w-the-ghost-inside"],"sponsored":false,"title":"98ROCK's Volbeat & Halestorm w/ The Ghost Inside"},"targeting":{"exclusion":{"tags":[]},"publish_date":1744734180000,"publish_end_date":4115978604802,"publish_origin":"brands/WXTB-FM (2101)","syndication":{"publish_origin":"brands/WXTB-FM (2101)","refs":{}},"targets":[{"id":"67fe873eb95f7fe7e8c209e4","operator":"OR","readonly":false,"remove":false,"update":false,"what":["calendar-categories/concerts","calendar-categories/entertainment","calendar-categories/station-events","calendar-categories/community"],"where":["brands/WXTB-FM (2101)"],"workflow":""}]},"permalink":"https://98rock.iheart.com/calendar/content/2025-08-04-98rocks-volbeat-halestorm-w-the-ghost-inside"},"slug":"2025-08-04-98rocks-volbeat-halestorm-w-the-ghost-inside","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/67fe882cf3b65fd12ed9b55f","title":"98ROCK's Volbeat & Halestorm w/ The Ghost Inside","description":"","author":""},"pub_start":1744734180000,"pub_until":4115978604802,"pub_changed":1744734508463,"subscription":[{"tags":["calendar-categories/concerts","calendar-categories/entertainment","calendar-categories/station-events","calendar-categories/community","brands/WXTB-FM (2101)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/WXTB-FM (2101)","id:/67fe873eb95f7fe7e8c209e3","slug:2025-08-04-98rocks-volbeat-halestorm-w-the-ghost-inside","slug:2025-08-04-98rocks-volbeat-halestorm-w-the-ghost-inside"]}},{"id":"%2F684c4c3808992c9a6be35066","type":"PUBLISHING","record":{"ref_id":"%2F684c4c3808992c9a6be35066","type":"content:calendar","payload":{"canonical_url":"https://thebeatflorida.iheart.com/calendar/content/2025-08-15-monster-jam-2025-amalie-arena","cuser":"user/ldap/ccrtpa1alf","fields":{"blocks":{"type":"flex","value":[{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"asset","value":{"alt_text":"","attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.calendar","caption":"","id":"%2F684c4d1608992c9a6be35075","link":"https://www.monsterjam.com/en-us/events/tampa-fl/aug-15-2025-aug-17-2025/","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/684c4d1608992c9a6be35075","source_credit":"Iheartmedia","title":"","url":"asset://assets.calendar/684c4d1608992c9a6be35075","use_caption":false}},{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"html","value":"\u003cp>Experience \u003cstrong>Monster Jam®\u003c/strong> live and become a fan for life with an ultimate day of family fun at the \u003cstrong>Amalie Arena on August 15-17, 2025\u003c/strong>. Get ready to cheer, scream, and be amazed as massive Monster Jam trucks and world champion drivers take over Tampa for a weekend packed with high-flying action and jaw-dropping stunts.\u003c/p>\n\n\u003cp>This isn’t just any event—it’s \u003cem>As Big As It Gets\u003c/em>ä\u003cem> \u003c/em>where 12,000-pound trucks stand on two wheels and fly through the air in competitions of speed and skill. It’s all happening at Monster Jam, where every moment is unexpected, unscripted, and unforgettable.\u003c/p>\n\n\u003cp>For more Tampa event info, visit \u003ca href=\"https://www.monsterjam.com/en-us/events/sunrise-fl/aug-02-2025-aug-03-2025\" target=\"_blank\">\u003cstrong>MonsterJam.com\u003c/strong>\u003c/a>\u003c/p>\n\n\u003cp>Follow Monster Jam on our social media channels: \u003ca href=\"https://www.facebook.com/MonsterJam\" target=\"_blank\">Facebook\u003c/a>, \u003ca href=\"https://twitter.com/MonsterJam\" target=\"_blank\">Twitter\u003c/a>\u003cu>,\u003c/u> \u003ca href=\"https://www.instagram.com/monsterjam\" target=\"_blank\">Instagram\u003c/a> and \u003ca href=\"https://www.tiktok.com/@monsterjam\" target=\"_blank\">TikTok\u003c/a>.\u003c/p>\n\n\u003cp>Subscribe to the Monster Jam YouTube Channel at \u003ca href=\"http://www.youtube.com/MonsterJam\" target=\"_blank\">http://www.youtube.com/MonsterJam\u003c/a>\u003c/p>\n\n\n"}]},"event_date":{"type":"multidate","value":[{"begin":1755298800192,"enabled":false,"end":0}]},"hide_event_start_time":{"type":"checkbox","value":true},"keywords":{"type":"tag","value":[]},"primary_image":{"type":"asset","value":{"alt_text":"","attributes":{"mimetype":"image/png","type":"image"},"bucket":"assets.calendar","caption":"","id":"%2F684c4c6008992c9a6be35072","link":"https://www.monsterjam.com/en-us/events/tampa-fl/aug-15-2025-aug-17-2025/","new_tab":true,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/684c4c6008992c9a6be35072","source_credit":"Iheartmedia","title":"","url":"asset://assets.calendar/684c4c6008992c9a6be35072","use_caption":false}},"seo_title":{"type":"title","value":""},"slug":{"type":"slug","value":"2025-08-15-monster-jam-2025-amalie-arena"},"social_title":{"type":"title","value":""},"summary":{"type":"plain","value":""},"title":{"type":"title","value":"Monster Jam 2025 - Amalie Arena"},"venue_address":{"type":"plain","value":"401 Channelside Drive Tampa, Florida 33602"},"venue_name":{"type":"plain","value":"Amalie Arena "}},"ingestion":{"custom_fields":{},"external_url":"","feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":""},"summary":{"author":"","description":"","image":{"alt_text":"","attributes":{"mimetype":"image/png","type":"image"},"caption":"","link":"https://www.monsterjam.com/en-us/events/tampa-fl/aug-15-2025-aug-17-2025/","new_tab":true,"source_credit":"Iheartmedia","title":"","url":"asset://assets.calendar/684c4c6008992c9a6be35072","use_caption":false},"keywords":[],"primary_slug":"2025-08-15-monster-jam-2025-amalie-arena","slugs":["2025-08-15-monster-jam-2025-amalie-arena"],"sponsored":false,"title":"Monster Jam 2025 - Amalie Arena"},"targeting":{"exclusion":{"tags":[]},"publish_date":1749830700000,"publish_end_date":1755471600000,"publish_origin":"brands/WBTP-FM","syndication":{"publish_origin":"brands/WBTP-FM","refs":{}},"targets":[{"id":"684c4c3808992c9a6be35067","operator":"OR","readonly":false,"remove":false,"update":false,"what":["calendar-categories/entertainment","calendar-categories/sports","calendar-categories/station-events"],"where":["brands/WDAE-AM (1124)","brands/WFLA-AM (1139)","brands/WHNZ-AM (1164)","brands/WFLZ-FM (1760)","brands/WXTB-FM (2101)","brands/WBTP-FM","brands/WBTP-FM (1691)","brands/WMTX-FM (1905)","brands/WRUB-FM","brands/WRUB-FM (1872)","brands/WSRZ-FM (2024)","brands/WCTQ-FM (1713)","brands/WTZB-FM (2054)"],"workflow":""}]},"permalink":"https://thebeatflorida.iheart.com/calendar/content/2025-08-15-monster-jam-2025-amalie-arena"},"slug":"2025-08-15-monster-jam-2025-amalie-arena","summary":{"image":"https://i.iheart.com/v3/re/assets.calendar/684c4c6008992c9a6be35072","title":"Monster Jam 2025 - Amalie Arena","description":"","author":""},"pub_start":1749830700000,"pub_until":1755471600000,"pub_changed":1749831250060,"subscription":[{"tags":["calendar-categories/entertainment","calendar-categories/sports","calendar-categories/station-events","brands/WDAE-AM (1124)","brands/WFLA-AM (1139)","brands/WHNZ-AM (1164)","brands/WFLZ-FM (1760)","brands/WXTB-FM (2101)","brands/WBTP-FM","brands/WBTP-FM (1691)","brands/WMTX-FM (1905)","brands/WRUB-FM","brands/WRUB-FM (1872)","brands/WSRZ-FM (2024)","brands/WCTQ-FM (1713)","brands/WTZB-FM (2054)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/WBTP-FM","id:/684c4c3808992c9a6be35066","slug:2025-08-15-monster-jam-2025-amalie-arena","slug:2025-08-15-monster-jam-2025-amalie-arena"]}},{"id":"%2F67eab23f9c0a962b42a8a5ad","type":"PUBLISHING","record":{"ref_id":"%2F67eab23f9c0a962b42a8a5ad","type":"content:calendar","payload":{"canonical_url":"https://98rock.iheart.com/calendar/content/2025-04-30-classic-albums-live-from-capitol-theatre","cuser":"user/ldap/1137593","fields":{"blocks":{"type":"flex","value":[{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"gallery","value":[{"alt_text":"","attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.calendar","caption":"","id":"%2F67eab2839c0a962b42a8a5bb","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/67eab2839c0a962b42a8a5bb","source_credit":"","title":"","url":"asset://assets.calendar/67eab2839c0a962b42a8a5bb","use_caption":false}]},{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"html","value":"\u003cp>Some of your favorite Classic albums come back to life Fridays starting April 30th.\u003c/p>\n\n\u003cp>For more info, click \u003ca href=\"https://www.rutheckerdhall.com/events/series-packages/cal\" target=\"_blank\">HERE.\u003c/a>\u003c/p>\n\n"}]},"event_date":{"type":"multidate","value":[{"begin":1755302453171,"enabled":false,"end":0}]},"hide_event_start_time":{"type":"checkbox","value":false},"keywords":{"type":"tag","value":[]},"primary_image":{"type":"asset","value":{"alt_text":"","attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.calendar","caption":"","id":"%2F67eab2839c0a962b42a8a5bb","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/67eab2839c0a962b42a8a5bb","source_credit":"","title":"","url":"asset://assets.calendar/67eab2839c0a962b42a8a5bb","use_caption":false}},"seo_title":{"type":"title","value":""},"slug":{"type":"slug","value":"2025-04-30-classic-albums-live-from-capitol-theatre"},"social_title":{"type":"title","value":""},"summary":{"type":"plain","value":""},"title":{"type":"title","value":"Classic Albums Live from Capitol Theatre"},"venue_address":{"type":"plain","value":"405 Cleveland Street Clearwater, FL 33755"},"venue_name":{"type":"plain","value":"Nancy & David Bilheimer Capitol Theatre"}},"ingestion":{"custom_fields":{},"external_url":"","feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":""},"summary":{"author":"","description":"","image":{"alt_text":"","attributes":{"mimetype":"image/jpeg","type":"image"},"caption":"","link":"","new_tab":false,"source_credit":"","title":"","url":"asset://assets.calendar/67eab2839c0a962b42a8a5bb","use_caption":false},"keywords":[],"primary_slug":"2025-04-30-classic-albums-live-from-capitol-theatre","slugs":["2025-04-30-classic-albums-live-from-capitol-theatre"],"sponsored":false,"title":"Classic Albums Live from Capitol Theatre"},"targeting":{"exclusion":{"tags":[]},"publish_date":1743435360000,"publish_end_date":4115978604802,"publish_origin":"brands/WXTB-FM (2101)","syndication":{"publish_origin":"brands/WXTB-FM (2101)","refs":{}},"targets":[{"id":"67eab23f9c0a962b42a8a5ae","operator":"OR","readonly":false,"remove":false,"update":false,"what":["calendar-categories/concerts","calendar-categories/entertainment","calendar-categories/station-events","calendar-categories/community"],"where":["brands/WXTB-FM (2101)"],"workflow":""}]},"permalink":"https://98rock.iheart.com/calendar/content/2025-04-30-classic-albums-live-from-capitol-theatre"},"slug":"2025-04-30-classic-albums-live-from-capitol-theatre","summary":{"image":"https://i.iheart.com/v3/re/assets.calendar/67eab2839c0a962b42a8a5bb","title":"Classic Albums Live from Capitol Theatre","description":"","author":""},"pub_start":1743435360000,"pub_until":4115978604802,"pub_changed":1743435705074,"subscription":[{"tags":["calendar-categories/concerts","calendar-categories/entertainment","calendar-categories/station-events","calendar-categories/community","brands/WXTB-FM (2101)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/WXTB-FM (2101)","id:/67eab23f9c0a962b42a8a5ad","slug:2025-04-30-classic-albums-live-from-capitol-theatre","slug:2025-04-30-classic-albums-live-from-capitol-theatre"]}},{"id":"%2F6866adc952c2fa0f0912696c","type":"PUBLISHING","record":{"ref_id":"%2F6866adc952c2fa0f0912696c","type":"content:calendar","payload":{"canonical_url":"https://98rock.iheart.com/calendar/content/2025-08-20-falling-in-reverse-god-is-a-weapon-tour","cuser":"user/ldap/1137593","fields":{"blocks":{"type":"flex","value":[{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"asset","value":{"alt_text":"","attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.calendar","caption":"","id":"%2F6866ae1e52c2fa0f09126979","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/6866ae1e52c2fa0f09126979","source_credit":"","title":"","url":"asset://assets.calendar/6866ae1e52c2fa0f09126979","use_caption":false}},{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"html","value":"\u003cp>\u003cstrong>Falling in Reverse storms into Tampa on August 20, 2025, bringing the God Is A Weapon Tour to the MIDFLORIDA Credit Union Amphitheatre. \u003c/strong>\u003c/p>\n\n\u003cp>Known for their explosive sound and larger-than-life stage presence, the band is set to tear it up with support from Wage War, Tech N9ne, and Sleep Theory. Expect a night of hard-hitting energy, genre-bending performances, and nonstop adrenaline. Catch it all live with 98ROCK.\u003c/p>\n\n\u003cp>Tickets & information available \u003ca href=\"https://www.ticketmaster.com/falling-in-reverse-god-is-a-tampa-florida-08-20-2025/event/0D0062B3A868132D\" target=\"_blank\">HERE.\u003c/a>\u003c/p>\n\n"}]},"event_date":{"type":"multidate","value":[{"begin":1755728153676,"enabled":false,"end":0}]},"hide_event_start_time":{"type":"checkbox","value":false},"keywords":{"type":"tag","value":[]},"primary_image":{"type":"asset","value":{"alt_text":"","attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.calendar","caption":"","id":"%2F6866ae1e52c2fa0f09126979","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/6866ae1e52c2fa0f09126979","source_credit":"","title":"","url":"asset://assets.calendar/6866ae1e52c2fa0f09126979","use_caption":false}},"seo_title":{"type":"title","value":""},"slug":{"type":"slug","value":"2025-08-20-falling-in-reverse-god-is-a-weapon-tour"},"social_title":{"type":"title","value":""},"summary":{"type":"plain","value":""},"title":{"type":"title","value":"Falling In Reverse: God Is A Weapon Tour"},"venue_address":{"type":"plain","value":"4802 US Highway 301 North, Tampa, FL 33610, US"},"venue_name":{"type":"plain","value":"MIDFLORIDA Credit Union Amphitheatre"}},"ingestion":{"custom_fields":{},"external_url":"","feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":""},"summary":{"author":"","description":"","image":{"alt_text":"","attributes":{"mimetype":"image/jpeg","type":"image"},"caption":"","link":"","new_tab":false,"source_credit":"","title":"","url":"asset://assets.calendar/6866ae1e52c2fa0f09126979","use_caption":false},"keywords":[],"primary_slug":"2025-08-20-falling-in-reverse-god-is-a-weapon-tour","slugs":["2025-08-20-falling-in-reverse-god-is-a-weapon-tour"],"sponsored":false,"title":"Falling In Reverse: God Is A Weapon Tour"},"targeting":{"exclusion":{"tags":[]},"publish_date":1751559660000,"publish_end_date":1755728100000,"publish_origin":"brands/WXTB-FM (2101)","syndication":{"publish_origin":"brands/WXTB-FM (2101)","refs":{}},"targets":[{"id":"6866adc952c2fa0f0912696d","operator":"OR","readonly":false,"remove":false,"update":false,"what":["calendar-categories/concerts","calendar-categories/community","calendar-categories/entertainment","calendar-categories/station-events"],"where":["brands/WXTB-FM (2101)"],"workflow":""}]},"permalink":"https://98rock.iheart.com/calendar/content/2025-08-20-falling-in-reverse-god-is-a-weapon-tour"},"slug":"2025-08-20-falling-in-reverse-god-is-a-weapon-tour","summary":{"image":"https://i.iheart.com/v3/re/assets.calendar/6866ae1e52c2fa0f09126979","title":"Falling In Reverse: God Is A Weapon Tour","description":"","author":""},"pub_start":1751559660000,"pub_until":1755728100000,"pub_changed":1751560042484,"subscription":[{"tags":["calendar-categories/concerts","calendar-categories/community","calendar-categories/entertainment","calendar-categories/station-events","brands/WXTB-FM (2101)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/WXTB-FM (2101)","id:/6866adc952c2fa0f0912696c","slug:2025-08-20-falling-in-reverse-god-is-a-weapon-tour","slug:2025-08-20-falling-in-reverse-god-is-a-weapon-tour"]}}],"resume":{"id":"ID:calendar-topics-feed-matsubs","context":{"\u003clocale>":"en-US"},"size":4,"from":"eyJza2lwIjo0LCJjdXJzb3JzIjp7IlppeHlBIjoiZXlKdlptWnpaWFFpT2pkOSJ9LCJlbmRzIjp7fX0=","scopes":[]}}},{"id":"rbePH","region":"main:dynamic","type":"keywordcontest","ordinal":15,"value":{"campaign_id":{"ref":"config://field/partners.aptivada_id","scope":null,"type":"VAR"},"campaign_type":"ihrcountdown","title":null},"tags":[],"schedule":{"begin":0,"end":4115978604802},"disabled":false,"campaignId":"1781993"},{"id":"ad:bottom-leaderboard","region":"ad:bottom-leaderboard","type":"ad","ordinal":0,"value":{"ad_split":0,"position":"3306"},"tags":[],"schedule":null}]}}],["topic-e6Rs0",{"data":{}}],["contestsloader-wxtb-fm",{"data":[{"appType":"contest","appId":"1802164","parentAppId":"","title":"Win a month of Tommy's Express Car Wash!","shareTitle":"I just entered to win an awesome prize!","tags":"","gridStatus":"show_live","gridRedirect":"","pageUrl":"https://98rock.iheart.com/contests/win-a-month-of-tommy-s-express-car-wash-1802164/","primaryImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yMTY4NzM5NjRfY29udGVzdF8xODAyMTY0X3N0YW5kYXJkXzE3NTM4OTAxNjEucG5nIiwiYnVja2V0IjoiYXB0aXZhZGEtZmlsZXMiLCJlZGl0cyI6eyJyZXNpemUiOnsid2lkdGgiOjE2MDAsImhlaWdodCI6MzIwMCwiZml0IjoiaW5zaWRlIiwid2l0aG91dEVubGFyZ21lbWVudCI6dHJ1ZX0sInRvRm9ybWF0Ijoid2VicCIsIndlYnAiOnsicXVhbGl0eSI6MTAwLCJzbWFydFN1YnNhbXBsZSI6dHJ1ZSwiZWZmb3J0Ijo0fSwib3BlcmF0aW9ucyI6W3sib3BlcmF0aW9uIjoic3RyaXAifV19fQ==","mobileImage":"","gridImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yMTY4NzM5NjRfY29udGVzdF8xODAyMTY0X21vYmlsZV8xNzUzOTYxNjQ5LnBuZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","prize":"","sort":"0","startTime":"2025-07-01 00:00:00","endTime":"2025-12-26 23:59:00","scheduleStatus":"live","startDate":"2025-07-01 00:00:00","endDate":"2025-12-26 23:59:00","description":"","active":null,"subtitle":"","type":"","displayImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yMTY4NzM5NjRfY29udGVzdF8xODAyMTY0X21vYmlsZV8xNzUzOTYxNjQ5LnBuZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","thumbnailImage":"https://i.iheart.com/v3/url/aHR0cHM6Ly9jZG4zLmFwdGl2YWRhLmNvbS9leUpyWlhraU9pSm1hV3hsYzF3dllYQndYMmR5WVhCb2FXTnpYQzh5TVRZNE56TTVOalJmWTI5dWRHVnpkRjh4T0RBeU1UWTBYMjF2WW1sc1pWOHhOelV6T1RZeE5qUTVMbkJ1WnlJc0ltSjFZMnRsZENJNkltRndkR2wyWVdSaExXWnBiR1Z6SWl3aVpXUnBkSE1pT25zaWNtVnphWHBsSWpwN0luZHBaSFJvSWpveE5qQXdMQ0pvWldsbmFIUWlPak15TURBc0ltWnBkQ0k2SW1sdWMybGtaU0lzSW5kcGRHaHZkWFJGYm14aGNtZHRaVzFsYm5RaU9uUnlkV1Y5TENKMGIwWnZjbTFoZENJNkluZGxZbkFpTENKM1pXSndJanA3SW5GMVlXeHBkSGtpT2pFd01Dd2ljMjFoY25SVGRXSnpZVzF3YkdVaU9uUnlkV1VzSW1WbVptOXlkQ0k2Tkgwc0ltOXdaWEpoZEdsdmJuTWlPbHQ3SW05d1pYSmhkR2x2YmlJNkluTjBjbWx3SW4xZGZYMD0=","accountId":"216873964","facebookShareImage":null,"width":null,"shareLocation":null,"timeZone":null},{"appType":"contest","appId":"1789096","parentAppId":"1789086","title":"Win Tickets to Monster Jam 2025!","shareTitle":"Experience Monster Jam® live and become a fan for life with an ultimate day of family fun at the Amalie Arena on August 15-17, 2025.","tags":"","gridStatus":"show_live","gridRedirect":"","pageUrl":"https://98rock.iheart.com/contests/win-tickets-to-monster-jam-2025-1789096/","primaryImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC81MDAyOTc3ODBfY29udGVzdF8xNzg5MDg2X3N0YW5kYXJkXzE3NDk4MzEzNDkucG5nIiwiYnVja2V0IjoiYXB0aXZhZGEtZmlsZXMiLCJlZGl0cyI6eyJyZXNpemUiOnsid2lkdGgiOjE2MDAsImhlaWdodCI6MzIwMCwiZml0IjoiaW5zaWRlIiwid2l0aG91dEVubGFyZ21lbWVudCI6dHJ1ZX0sInRvRm9ybWF0Ijoid2VicCIsIndlYnAiOnsicXVhbGl0eSI6MTAwLCJzbWFydFN1YnNhbXBsZSI6dHJ1ZSwiZWZmb3J0Ijo0fSwib3BlcmF0aW9ucyI6W3sib3BlcmF0aW9uIjoic3RyaXAifV19fQ==","mobileImage":"","gridImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC81MDAyOTc3ODBfY29udGVzdF8xNzg5MDg2X21vYmlsZV8xNzQ5ODMxNDkzLnBuZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","prize":"a 4-pack of tickets to the Fri., 8/15 show at 7PM!","sort":"2","startTime":"2025-06-13 12:22:00","endTime":"2025-08-10 23:59:00","scheduleStatus":"live","startDate":"2025-06-13 12:22:00","endDate":"2025-08-10 23:59:00","description":"","active":null,"subtitle":"","type":"","displayImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC81MDAyOTc3ODBfY29udGVzdF8xNzg5MDg2X21vYmlsZV8xNzQ5ODMxNDkzLnBuZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","thumbnailImage":"https://i.iheart.com/v3/url/aHR0cHM6Ly9jZG4zLmFwdGl2YWRhLmNvbS9leUpyWlhraU9pSm1hV3hsYzF3dllYQndYMmR5WVhCb2FXTnpYQzgxTURBeU9UYzNPREJmWTI5dWRHVnpkRjh4TnpnNU1EZzJYMjF2WW1sc1pWOHhOelE1T0RNeE5Ea3pMbkJ1WnlJc0ltSjFZMnRsZENJNkltRndkR2wyWVdSaExXWnBiR1Z6SWl3aVpXUnBkSE1pT25zaWNtVnphWHBsSWpwN0luZHBaSFJvSWpveE5qQXdMQ0pvWldsbmFIUWlPak15TURBc0ltWnBkQ0k2SW1sdWMybGtaU0lzSW5kcGRHaHZkWFJGYm14aGNtZHRaVzFsYm5RaU9uUnlkV1Y5TENKMGIwWnZjbTFoZENJNkluZGxZbkFpTENKM1pXSndJanA3SW5GMVlXeHBkSGtpT2pFd01Dd2ljMjFoY25SVGRXSnpZVzF3YkdVaU9uUnlkV1VzSW1WbVptOXlkQ0k2Tkgwc0ltOXdaWEpoZEdsdmJuTWlPbHQ3SW05d1pYSmhkR2x2YmlJNkluTjBjbWx3SW4xZGZYMD0=","accountId":"216873964","facebookShareImage":null,"width":null,"shareLocation":null,"timeZone":null},{"appType":"contest","appId":"1793819","parentAppId":"","title":"WIN Tickets To See The All Time Low Everyone's Talking World tour","shareTitle":"I just entered to win tickets to see The All Time Low Everyone's Talking World tour","tags":"","gridStatus":"show_live","gridRedirect":"","pageUrl":"https://98rock.iheart.com/contests/win-tickets-to-see-the-all-time-low-everyone-s-talking-world-tour-1793819/","primaryImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yMTY4NzM5NjRfY29udGVzdF8xNzkzODE5X3N0YW5kYXJkXzE3NTE1NTg0NjMuanBnIiwiYnVja2V0IjoiYXB0aXZhZGEtZmlsZXMiLCJlZGl0cyI6eyJyZXNpemUiOnsid2lkdGgiOjE2MDAsImhlaWdodCI6MzIwMCwiZml0IjoiaW5zaWRlIiwid2l0aG91dEVubGFyZ21lbWVudCI6dHJ1ZX0sInRvRm9ybWF0Ijoid2VicCIsIndlYnAiOnsicXVhbGl0eSI6MTAwLCJzbWFydFN1YnNhbXBsZSI6dHJ1ZSwiZWZmb3J0Ijo0fSwib3BlcmF0aW9ucyI6W3sib3BlcmF0aW9uIjoic3RyaXAifV19fQ==","mobileImage":"","gridImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yMTY4NzM5NjRfY29udGVzdF8xNzkzODE5X21vYmlsZV8xNzUxNTU4NDcyLmpwZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","prize":"2 Tickets ","sort":"3","startTime":"2025-07-03 12:00:00","endTime":"2025-11-08 23:59:00","scheduleStatus":"live","startDate":"2025-07-03 12:00:00","endDate":"2025-11-08 23:59:00","description":"","active":null,"subtitle":"","type":"","displayImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yMTY4NzM5NjRfY29udGVzdF8xNzkzODE5X21vYmlsZV8xNzUxNTU4NDcyLmpwZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","thumbnailImage":"https://i.iheart.com/v3/url/aHR0cHM6Ly9jZG4zLmFwdGl2YWRhLmNvbS9leUpyWlhraU9pSm1hV3hsYzF3dllYQndYMmR5WVhCb2FXTnpYQzh5TVRZNE56TTVOalJmWTI5dWRHVnpkRjh4Tnprek9ERTVYMjF2WW1sc1pWOHhOelV4TlRVNE5EY3lMbXB3WnlJc0ltSjFZMnRsZENJNkltRndkR2wyWVdSaExXWnBiR1Z6SWl3aVpXUnBkSE1pT25zaWNtVnphWHBsSWpwN0luZHBaSFJvSWpveE5qQXdMQ0pvWldsbmFIUWlPak15TURBc0ltWnBkQ0k2SW1sdWMybGtaU0lzSW5kcGRHaHZkWFJGYm14aGNtZHRaVzFsYm5RaU9uUnlkV1Y5TENKMGIwWnZjbTFoZENJNkluZGxZbkFpTENKM1pXSndJanA3SW5GMVlXeHBkSGtpT2pFd01Dd2ljMjFoY25SVGRXSnpZVzF3YkdVaU9uUnlkV1VzSW1WbVptOXlkQ0k2Tkgwc0ltOXdaWEpoZEdsdmJuTWlPbHQ3SW05d1pYSmhkR2x2YmlJNkluTjBjbWx3SW4xZGZYMD0=","accountId":"216873964","facebookShareImage":null,"width":null,"shareLocation":null,"timeZone":null},{"appType":"contest","appId":"1793824","parentAppId":"","title":"Win tickets to see Jim Bob World Tour Live From The Amp","shareTitle":"I just entered to win tickets to see the Jim Bob World Tour live from the Amp","tags":"","gridStatus":"show_live","gridRedirect":"","pageUrl":"https://98rock.iheart.com/contests/win-tickets-to-see-jim-bob-world-tour-live-from-the-amp-1793824/","primaryImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yMTY4NzM5NjRfY29udGVzdF8xNzkzODI0X3N0YW5kYXJkXzE3NTE1NTkzNjAuanBnIiwiYnVja2V0IjoiYXB0aXZhZGEtZmlsZXMiLCJlZGl0cyI6eyJyZXNpemUiOnsid2lkdGgiOjE2MDAsImhlaWdodCI6MzIwMCwiZml0IjoiaW5zaWRlIiwid2l0aG91dEVubGFyZ21lbWVudCI6dHJ1ZX0sInRvRm9ybWF0Ijoid2VicCIsIndlYnAiOnsicXVhbGl0eSI6MTAwLCJzbWFydFN1YnNhbXBsZSI6dHJ1ZSwiZWZmb3J0Ijo0fSwib3BlcmF0aW9ucyI6W3sib3BlcmF0aW9uIjoic3RyaXAifV19fQ==","mobileImage":"","gridImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yMTY4NzM5NjRfY29udGVzdF8xNzkzODI0X21vYmlsZV8xNzUxNTU5NTAwLmpwZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","prize":"2 Tickets ","sort":"4","startTime":"2025-07-03 12:14:00","endTime":"2025-09-12 23:59:00","scheduleStatus":"live","startDate":"2025-07-03 12:14:00","endDate":"2025-09-12 23:59:00","description":"","active":null,"subtitle":"","type":"","displayImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yMTY4NzM5NjRfY29udGVzdF8xNzkzODI0X21vYmlsZV8xNzUxNTU5NTAwLmpwZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","thumbnailImage":"https://i.iheart.com/v3/url/aHR0cHM6Ly9jZG4zLmFwdGl2YWRhLmNvbS9leUpyWlhraU9pSm1hV3hsYzF3dllYQndYMmR5WVhCb2FXTnpYQzh5TVRZNE56TTVOalJmWTI5dWRHVnpkRjh4Tnprek9ESTBYMjF2WW1sc1pWOHhOelV4TlRVNU5UQXdMbXB3WnlJc0ltSjFZMnRsZENJNkltRndkR2wyWVdSaExXWnBiR1Z6SWl3aVpXUnBkSE1pT25zaWNtVnphWHBsSWpwN0luZHBaSFJvSWpveE5qQXdMQ0pvWldsbmFIUWlPak15TURBc0ltWnBkQ0k2SW1sdWMybGtaU0lzSW5kcGRHaHZkWFJGYm14aGNtZHRaVzFsYm5RaU9uUnlkV1Y5TENKMGIwWnZjbTFoZENJNkluZGxZbkFpTENKM1pXSndJanA3SW5GMVlXeHBkSGtpT2pFd01Dd2ljMjFoY25SVGRXSnpZVzF3YkdVaU9uUnlkV1VzSW1WbVptOXlkQ0k2Tkgwc0ltOXdaWEpoZEdsdmJuTWlPbHQ3SW05d1pYSmhkR2x2YmlJNkluTjBjbWx3SW4xZGZYMD0=","accountId":"216873964","facebookShareImage":null,"width":null,"shareLocation":null,"timeZone":null},{"appType":"contest","appId":"1793830","parentAppId":"","title":"Win tickets to see Falling In Reverse: God Is A Weapon Tour","shareTitle":"I just entered to win tickets to see Falling In Reverse: God Is A Weapon Tour","tags":"","gridStatus":"show_live","gridRedirect":"","pageUrl":"https://98rock.iheart.com/contests/win-tickets-to-see-falling-in-reverse-god-is-a-weapon-tour-1793830/","primaryImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yMTY4NzM5NjRfY29udGVzdF8xNzkzODMwX3N0YW5kYXJkXzE3NTE1NjAxNDIuanBnIiwiYnVja2V0IjoiYXB0aXZhZGEtZmlsZXMiLCJlZGl0cyI6eyJyZXNpemUiOnsid2lkdGgiOjE2MDAsImhlaWdodCI6MzIwMCwiZml0IjoiaW5zaWRlIiwid2l0aG91dEVubGFyZ21lbWVudCI6dHJ1ZX0sInRvRm9ybWF0Ijoid2VicCIsIndlYnAiOnsicXVhbGl0eSI6MTAwLCJzbWFydFN1YnNhbXBsZSI6dHJ1ZSwiZWZmb3J0Ijo0fSwib3BlcmF0aW9ucyI6W3sib3BlcmF0aW9uIjoic3RyaXAifV19fQ==","mobileImage":"","gridImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yMTY4NzM5NjRfY29udGVzdF8xNzkzODMwX21vYmlsZV8xNzUxNTYwMTQ5LmpwZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","prize":"2 Tickets ","sort":"5","startTime":"2025-07-03 12:28:00","endTime":"2025-08-13 23:59:00","scheduleStatus":"live","startDate":"2025-07-03 12:28:00","endDate":"2025-08-13 23:59:00","description":"","active":null,"subtitle":"","type":"","displayImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yMTY4NzM5NjRfY29udGVzdF8xNzkzODMwX21vYmlsZV8xNzUxNTYwMTQ5LmpwZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","thumbnailImage":"https://i.iheart.com/v3/url/aHR0cHM6Ly9jZG4zLmFwdGl2YWRhLmNvbS9leUpyWlhraU9pSm1hV3hsYzF3dllYQndYMmR5WVhCb2FXTnpYQzh5TVRZNE56TTVOalJmWTI5dWRHVnpkRjh4Tnprek9ETXdYMjF2WW1sc1pWOHhOelV4TlRZd01UUTVMbXB3WnlJc0ltSjFZMnRsZENJNkltRndkR2wyWVdSaExXWnBiR1Z6SWl3aVpXUnBkSE1pT25zaWNtVnphWHBsSWpwN0luZHBaSFJvSWpveE5qQXdMQ0pvWldsbmFIUWlPak15TURBc0ltWnBkQ0k2SW1sdWMybGtaU0lzSW5kcGRHaHZkWFJGYm14aGNtZHRaVzFsYm5RaU9uUnlkV1Y5TENKMGIwWnZjbTFoZENJNkluZGxZbkFpTENKM1pXSndJanA3SW5GMVlXeHBkSGtpT2pFd01Dd2ljMjFoY25SVGRXSnpZVzF3YkdVaU9uUnlkV1VzSW1WbVptOXlkQ0k2Tkgwc0ltOXdaWEpoZEdsdmJuTWlPbHQ3SW05d1pYSmhkR2x2YmlJNkluTjBjbWx3SW4xZGZYMD0=","accountId":"216873964","facebookShareImage":null,"width":null,"shareLocation":null,"timeZone":null},{"appType":"contest","appId":"1794532","parentAppId":"1794429","title":"Win A Flyaway Experience To Meet Mammoth In Las Vegas!","shareTitle":"You and a friend could be flying to Las Vegas to see Mammoth live in concert at the House of Blues on November 1st AND meet Mammoth backstage! We've got your roundtrip airfare and hotel covered as , plus you'll even get hooked up with a signed guitar! ","tags":"","gridStatus":"show_live","gridRedirect":"","pageUrl":"https://98rock.iheart.com/contests/win-a-flyaway-experience-to-meet-mammoth-in-las-vegas-1794532/","primaryImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzk0NDI5X3N0YW5kYXJkXzE3NTIwMTAyNDcucG5nIiwiYnVja2V0IjoiYXB0aXZhZGEtZmlsZXMiLCJlZGl0cyI6eyJyZXNpemUiOnsid2lkdGgiOjE2MDAsImhlaWdodCI6MzIwMCwiZml0IjoiaW5zaWRlIiwid2l0aG91dEVubGFyZ21lbWVudCI6dHJ1ZX0sInRvRm9ybWF0Ijoid2VicCIsIndlYnAiOnsicXVhbGl0eSI6MTAwLCJzbWFydFN1YnNhbXBsZSI6dHJ1ZSwiZWZmb3J0Ijo0fSwib3BlcmF0aW9ucyI6W3sib3BlcmF0aW9uIjoic3RyaXAifV19fQ==","mobileImage":"","gridImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzk0NDI5X21vYmlsZV8xNzUyMDEwMzA4LnBuZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","prize":"","sort":"6","startTime":"2025-07-28 00:00:00","endTime":"2025-08-10 23:59:00","scheduleStatus":"live","startDate":"2025-07-28 00:00:00","endDate":"2025-08-10 23:59:00","description":"","active":null,"subtitle":"","type":"","displayImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzk0NDI5X21vYmlsZV8xNzUyMDEwMzA4LnBuZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","thumbnailImage":"https://i.iheart.com/v3/url/aHR0cHM6Ly9jZG4zLmFwdGl2YWRhLmNvbS9leUpyWlhraU9pSm1hV3hsYzF3dllYQndYMmR5WVhCb2FXTnpYQzh5TkRRME5qazJPREpmWTI5dWRHVnpkRjh4TnprME5ESTVYMjF2WW1sc1pWOHhOelV5TURFd016QTRMbkJ1WnlJc0ltSjFZMnRsZENJNkltRndkR2wyWVdSaExXWnBiR1Z6SWl3aVpXUnBkSE1pT25zaWNtVnphWHBsSWpwN0luZHBaSFJvSWpveE5qQXdMQ0pvWldsbmFIUWlPak15TURBc0ltWnBkQ0k2SW1sdWMybGtaU0lzSW5kcGRHaHZkWFJGYm14aGNtZHRaVzFsYm5RaU9uUnlkV1Y5TENKMGIwWnZjbTFoZENJNkluZGxZbkFpTENKM1pXSndJanA3SW5GMVlXeHBkSGtpT2pFd01Dd2ljMjFoY25SVGRXSnpZVzF3YkdVaU9uUnlkV1VzSW1WbVptOXlkQ0k2Tkgwc0ltOXdaWEpoZEdsdmJuTWlPbHQ3SW05d1pYSmhkR2x2YmlJNkluTjBjbWx3SW4xZGZYMD0=","accountId":"216873964","facebookShareImage":null,"width":null,"shareLocation":null,"timeZone":null},{"appType":"contest","appId":"1796043","parentAppId":"1795860","title":"Enter for Your Chance to Win a $250 NYX Professional Makeup Gift Card!","shareTitle":"Enter for Your Chance to Win a $250 NYX Professional Makeup Gift Card!","tags":"","gridStatus":"show_live","gridRedirect":"","pageUrl":"https://98rock.iheart.com/contests/enter-for-your-chance-to-win-a-250-nyx-professional-makeup-gift-card-1796043/","primaryImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzk1ODYwX3N0YW5kYXJkXzE3NTI1OTgxMDgucG5nIiwiYnVja2V0IjoiYXB0aXZhZGEtZmlsZXMiLCJlZGl0cyI6eyJyZXNpemUiOnsid2lkdGgiOjE2MDAsImhlaWdodCI6MzIwMCwiZml0IjoiaW5zaWRlIiwid2l0aG91dEVubGFyZ21lbWVudCI6dHJ1ZX0sInRvRm9ybWF0Ijoid2VicCIsIndlYnAiOnsicXVhbGl0eSI6MTAwLCJzbWFydFN1YnNhbXBsZSI6dHJ1ZSwiZWZmb3J0Ijo0fSwib3BlcmF0aW9ucyI6W3sib3BlcmF0aW9uIjoic3RyaXAifV19fQ==","mobileImage":"","gridImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzk1ODYwX21vYmlsZV8xNzUyNTk4MTQyLnBuZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","prize":"","sort":"7","startTime":"2025-07-18 00:00:00","endTime":"2025-12-31 23:59:00","scheduleStatus":"live","startDate":"2025-07-18 00:00:00","endDate":"2025-12-31 23:59:00","description":"","active":null,"subtitle":"","type":"","displayImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzk1ODYwX21vYmlsZV8xNzUyNTk4MTQyLnBuZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","thumbnailImage":"https://i.iheart.com/v3/url/aHR0cHM6Ly9jZG4zLmFwdGl2YWRhLmNvbS9leUpyWlhraU9pSm1hV3hsYzF3dllYQndYMmR5WVhCb2FXTnpYQzh5TkRRME5qazJPREpmWTI5dWRHVnpkRjh4TnprMU9EWXdYMjF2WW1sc1pWOHhOelV5TlRrNE1UUXlMbkJ1WnlJc0ltSjFZMnRsZENJNkltRndkR2wyWVdSaExXWnBiR1Z6SWl3aVpXUnBkSE1pT25zaWNtVnphWHBsSWpwN0luZHBaSFJvSWpveE5qQXdMQ0pvWldsbmFIUWlPak15TURBc0ltWnBkQ0k2SW1sdWMybGtaU0lzSW5kcGRHaHZkWFJGYm14aGNtZHRaVzFsYm5RaU9uUnlkV1Y5TENKMGIwWnZjbTFoZENJNkluZGxZbkFpTENKM1pXSndJanA3SW5GMVlXeHBkSGtpT2pFd01Dd2ljMjFoY25SVGRXSnpZVzF3YkdVaU9uUnlkV1VzSW1WbVptOXlkQ0k2Tkgwc0ltOXdaWEpoZEdsdmJuTWlPbHQ3SW05d1pYSmhkR2x2YmlJNkluTjBjbWx3SW4xZGZYMD0=","accountId":"216873964","facebookShareImage":null,"width":null,"shareLocation":null,"timeZone":null},{"appType":"contest","appId":"1797083","parentAppId":"1795764","title":"Solar Source Battery Back Up Giveaway 2025","shareTitle":"Solar Source Battery Back Up Giveaway 2025","tags":"","gridStatus":"show_live","gridRedirect":"","pageUrl":"https://98rock.iheart.com/contests/solar-source-battery-back-up-giveaway-2025-1797083/","primaryImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzk1NzY0X3N0YW5kYXJkXzE3NTQwNTg1MTkucG5nIiwiYnVja2V0IjoiYXB0aXZhZGEtZmlsZXMiLCJlZGl0cyI6eyJyZXNpemUiOnsid2lkdGgiOjE2MDAsImhlaWdodCI6MzIwMCwiZml0IjoiaW5zaWRlIiwid2l0aG91dEVubGFyZ21lbWVudCI6dHJ1ZX0sInRvRm9ybWF0Ijoid2VicCIsIndlYnAiOnsicXVhbGl0eSI6MTAwLCJzbWFydFN1YnNhbXBsZSI6dHJ1ZSwiZWZmb3J0Ijo0fSwib3BlcmF0aW9ucyI6W3sib3BlcmF0aW9uIjoic3RyaXAifV19fQ==","mobileImage":"","gridImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzk1NzY0X21vYmlsZV8xNzU0MDU4NTM1LnBuZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","prize":"","sort":"8","startTime":"2025-07-20 00:00:00","endTime":"2025-08-20 23:59:00","scheduleStatus":"live","startDate":"2025-07-20 00:00:00","endDate":"2025-08-20 23:59:00","description":"","active":null,"subtitle":"","type":"","displayImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzk1NzY0X21vYmlsZV8xNzU0MDU4NTM1LnBuZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","thumbnailImage":"https://i.iheart.com/v3/url/aHR0cHM6Ly9jZG4zLmFwdGl2YWRhLmNvbS9leUpyWlhraU9pSm1hV3hsYzF3dllYQndYMmR5WVhCb2FXTnpYQzh5TkRRME5qazJPREpmWTI5dWRHVnpkRjh4TnprMU56WTBYMjF2WW1sc1pWOHhOelUwTURVNE5UTTFMbkJ1WnlJc0ltSjFZMnRsZENJNkltRndkR2wyWVdSaExXWnBiR1Z6SWl3aVpXUnBkSE1pT25zaWNtVnphWHBsSWpwN0luZHBaSFJvSWpveE5qQXdMQ0pvWldsbmFIUWlPak15TURBc0ltWnBkQ0k2SW1sdWMybGtaU0lzSW5kcGRHaHZkWFJGYm14aGNtZHRaVzFsYm5RaU9uUnlkV1Y5TENKMGIwWnZjbTFoZENJNkluZGxZbkFpTENKM1pXSndJanA3SW5GMVlXeHBkSGtpT2pFd01Dd2ljMjFoY25SVGRXSnpZVzF3YkdVaU9uUnlkV1VzSW1WbVptOXlkQ0k2Tkgwc0ltOXdaWEpoZEdsdmJuTWlPbHQ3SW05d1pYSmhkR2x2YmlJNkluTjBjbWx3SW4xZGZYMD0=","accountId":"216873964","facebookShareImage":null,"width":null,"shareLocation":null,"timeZone":null},{"appType":"contest","appId":"1798233","parentAppId":"1797956","title":"Give Your Favorite Teacher A Chance To Win $5,000 In Classroom Supplies!","shareTitle":"Give Your Favorite Teacher A Chance To Win $5,000 In Classroom Supplies!","tags":"","gridStatus":"featured","gridRedirect":"https://www.donorschoose.org/iheartradio","pageUrl":"https://98rock.iheart.com/contests/give-your-favorite-teacher-a-chance-to-win-5-000-in-classroom-supplies-1798233/","primaryImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzk3OTU2X3N0YW5kYXJkXzE3NTI5MjEzNDUucG5nIiwiYnVja2V0IjoiYXB0aXZhZGEtZmlsZXMiLCJlZGl0cyI6eyJyZXNpemUiOnsid2lkdGgiOjE2MDAsImhlaWdodCI6MzIwMCwiZml0IjoiaW5zaWRlIiwid2l0aG91dEVubGFyZ21lbWVudCI6dHJ1ZX0sInRvRm9ybWF0Ijoid2VicCIsIndlYnAiOnsicXVhbGl0eSI6MTAwLCJzbWFydFN1YnNhbXBsZSI6dHJ1ZSwiZWZmb3J0Ijo0fSwib3BlcmF0aW9ucyI6W3sib3BlcmF0aW9uIjoic3RyaXAifV19fQ==","mobileImage":"","gridImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzk3OTU2X21vYmlsZV8xNzUyOTIwNzA0LnBuZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","prize":"","sort":"9","startTime":"2025-07-21 00:00:00","endTime":"2025-12-31 23:59:00","scheduleStatus":"live","startDate":"2025-07-21 00:00:00","endDate":"2025-12-31 23:59:00","description":"","active":null,"subtitle":"","type":"","displayImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzk3OTU2X21vYmlsZV8xNzUyOTIwNzA0LnBuZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","thumbnailImage":"https://i.iheart.com/v3/url/aHR0cHM6Ly9jZG4zLmFwdGl2YWRhLmNvbS9leUpyWlhraU9pSm1hV3hsYzF3dllYQndYMmR5WVhCb2FXTnpYQzh5TkRRME5qazJPREpmWTI5dWRHVnpkRjh4TnprM09UVTJYMjF2WW1sc1pWOHhOelV5T1RJd056QTBMbkJ1WnlJc0ltSjFZMnRsZENJNkltRndkR2wyWVdSaExXWnBiR1Z6SWl3aVpXUnBkSE1pT25zaWNtVnphWHBsSWpwN0luZHBaSFJvSWpveE5qQXdMQ0pvWldsbmFIUWlPak15TURBc0ltWnBkQ0k2SW1sdWMybGtaU0lzSW5kcGRHaHZkWFJGYm14aGNtZHRaVzFsYm5RaU9uUnlkV1Y5TENKMGIwWnZjbTFoZENJNkluZGxZbkFpTENKM1pXSndJanA3SW5GMVlXeHBkSGtpT2pFd01Dd2ljMjFoY25SVGRXSnpZVzF3YkdVaU9uUnlkV1VzSW1WbVptOXlkQ0k2Tkgwc0ltOXdaWEpoZEdsdmJuTWlPbHQ3SW05d1pYSmhkR2x2YmlJNkluTjBjbWx3SW4xZGZYMD0=","accountId":"216873964","facebookShareImage":null,"width":null,"shareLocation":null,"timeZone":null},{"appType":"contest","appId":"1801079","parentAppId":"1800824","title":"Win A Trip To Our iHeartRadio Music Festival 2025 And $1000!","shareTitle":"Win A Trip To Our iHeartRadio Music Festival 2025 And $1000!","tags":"","gridStatus":"featured","gridRedirect":"","pageUrl":"https://98rock.iheart.com/contests/win-a-trip-to-our-iheartradio-music-festival-2025-and-1000-1801079/","primaryImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xODAwODI0X3N0YW5kYXJkXzE3NTM3MjUwODMucG5nIiwiYnVja2V0IjoiYXB0aXZhZGEtZmlsZXMiLCJlZGl0cyI6eyJyZXNpemUiOnsid2lkdGgiOjE2MDAsImhlaWdodCI6MzIwMCwiZml0IjoiaW5zaWRlIiwid2l0aG91dEVubGFyZ21lbWVudCI6dHJ1ZX0sInRvRm9ybWF0Ijoid2VicCIsIndlYnAiOnsicXVhbGl0eSI6MTAwLCJzbWFydFN1YnNhbXBsZSI6dHJ1ZSwiZWZmb3J0Ijo0fSwib3BlcmF0aW9ucyI6W3sib3BlcmF0aW9uIjoic3RyaXAifV19fQ==","mobileImage":"","gridImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xODAwODI0X21vYmlsZV8xNzUzNzI1MDk2LnBuZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","prize":"","sort":"10","startTime":"2025-08-04 00:00:00","endTime":"2025-09-05 23:59:00","scheduleStatus":"upcoming","startDate":"2025-08-04 00:00:00","endDate":"2025-09-05 23:59:00","description":"","active":null,"subtitle":"","type":"","displayImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xODAwODI0X21vYmlsZV8xNzUzNzI1MDk2LnBuZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","thumbnailImage":"https://i.iheart.com/v3/url/aHR0cHM6Ly9jZG4zLmFwdGl2YWRhLmNvbS9leUpyWlhraU9pSm1hV3hsYzF3dllYQndYMmR5WVhCb2FXTnpYQzh5TkRRME5qazJPREpmWTI5dWRHVnpkRjh4T0RBd09ESTBYMjF2WW1sc1pWOHhOelV6TnpJMU1EazJMbkJ1WnlJc0ltSjFZMnRsZENJNkltRndkR2wyWVdSaExXWnBiR1Z6SWl3aVpXUnBkSE1pT25zaWNtVnphWHBsSWpwN0luZHBaSFJvSWpveE5qQXdMQ0pvWldsbmFIUWlPak15TURBc0ltWnBkQ0k2SW1sdWMybGtaU0lzSW5kcGRHaHZkWFJGYm14aGNtZHRaVzFsYm5RaU9uUnlkV1Y5TENKMGIwWnZjbTFoZENJNkluZGxZbkFpTENKM1pXSndJanA3SW5GMVlXeHBkSGtpT2pFd01Dd2ljMjFoY25SVGRXSnpZVzF3YkdVaU9uUnlkV1VzSW1WbVptOXlkQ0k2Tkgwc0ltOXdaWEpoZEdsdmJuTWlPbHQ3SW05d1pYSmhkR2x2YmlJNkluTjBjbWx3SW4xZGZYMD0=","accountId":"216873964","facebookShareImage":null,"width":null,"shareLocation":null,"timeZone":null},{"appType":"contest","appId":"1769328","parentAppId":"","title":"98ROCK's Volbeat & Halestorm w/ The Ghost Inside","shareTitle":"I just entered to win Tickets from 98ROCK ","tags":"","gridStatus":"show_live","gridRedirect":"","pageUrl":"https://98rock.iheart.com/contests/98rock-s-volbeat-amp-halestorm-w-the-ghost-inside-1769328/","primaryImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yMTY4NzM5NjRfY29udGVzdF8xNzY5MzI4X3N0YW5kYXJkXzE3NDQ3MzU0ODAuanBnIiwiYnVja2V0IjoiYXB0aXZhZGEtZmlsZXMiLCJlZGl0cyI6eyJyZXNpemUiOnsid2lkdGgiOjE2MDAsImhlaWdodCI6MzIwMCwiZml0IjoiaW5zaWRlIiwid2l0aG91dEVubGFyZ21lbWVudCI6dHJ1ZX0sInRvRm9ybWF0Ijoid2VicCIsIndlYnAiOnsicXVhbGl0eSI6MTAwLCJzbWFydFN1YnNhbXBsZSI6dHJ1ZSwiZWZmb3J0Ijo0fSwib3BlcmF0aW9ucyI6W3sib3BlcmF0aW9uIjoic3RyaXAifV19fQ==","mobileImage":"","gridImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yMTY4NzM5NjRfY29udGVzdF8xNzY5MzI4X21vYmlsZV8xNzQ0NzM1NTU1LmpwZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","prize":"Win tickets to see 98ROCK's Volbeat & Halestorm w/ The Ghost Inside","sort":"12","startTime":"2025-04-15 12:32:00","endTime":"2025-08-04 19:00:00","scheduleStatus":"live","startDate":"2025-04-15 12:32:00","endDate":"2025-08-04 19:00:00","description":"","active":null,"subtitle":"","type":"","displayImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yMTY4NzM5NjRfY29udGVzdF8xNzY5MzI4X21vYmlsZV8xNzQ0NzM1NTU1LmpwZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","thumbnailImage":"https://i.iheart.com/v3/url/aHR0cHM6Ly9jZG4zLmFwdGl2YWRhLmNvbS9leUpyWlhraU9pSm1hV3hsYzF3dllYQndYMmR5WVhCb2FXTnpYQzh5TVRZNE56TTVOalJmWTI5dWRHVnpkRjh4TnpZNU16STRYMjF2WW1sc1pWOHhOelEwTnpNMU5UVTFMbXB3WnlJc0ltSjFZMnRsZENJNkltRndkR2wyWVdSaExXWnBiR1Z6SWl3aVpXUnBkSE1pT25zaWNtVnphWHBsSWpwN0luZHBaSFJvSWpveE5qQXdMQ0pvWldsbmFIUWlPak15TURBc0ltWnBkQ0k2SW1sdWMybGtaU0lzSW5kcGRHaHZkWFJGYm14aGNtZHRaVzFsYm5RaU9uUnlkV1Y5TENKMGIwWnZjbTFoZENJNkluZGxZbkFpTENKM1pXSndJanA3SW5GMVlXeHBkSGtpT2pFd01Dd2ljMjFoY25SVGRXSnpZVzF3YkdVaU9uUnlkV1VzSW1WbVptOXlkQ0k2Tkgwc0ltOXdaWEpoZEdsdmJuTWlPbHQ3SW05d1pYSmhkR2x2YmlJNkluTjBjbWx3SW4xZGZYMD0=","accountId":"216873964","facebookShareImage":null,"width":null,"shareLocation":null,"timeZone":null},{"appType":"contest","appId":"1652142","parentAppId":"","title":"98ROCK's WORKING MAN'S LUNCH","shareTitle":"NOMINATE YOUR OFFICE TODAY for 98ROCK's WORKING MANS LUNCH ","tags":"","gridStatus":"show_live","gridRedirect":"","pageUrl":"https://98rock.iheart.com/contests/98rock-s-working-man-s-lunch-1652142/","primaryImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yMTY4NzM5NjRfY29udGVzdF8xNjUyMTQyX3N0YW5kYXJkXzE3MTMyMDAzMzgucG5nIiwiYnVja2V0IjoiYXB0aXZhZGEtZmlsZXMiLCJlZGl0cyI6eyJyZXNpemUiOnsid2lkdGgiOjE2MDAsImhlaWdodCI6MzIwMCwiZml0IjoiaW5zaWRlIiwid2l0aG91dEVubGFyZ21lbWVudCI6dHJ1ZX0sInRvRm9ybWF0Ijoid2VicCIsIndlYnAiOnsicXVhbGl0eSI6MTAwLCJzbWFydFN1YnNhbXBsZSI6dHJ1ZSwiZWZmb3J0Ijo0fSwib3BlcmF0aW9ucyI6W3sib3BlcmF0aW9uIjoic3RyaXAifV19fQ==","mobileImage":"","gridImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yMTY4NzM5NjRfY29udGVzdF8xNjUyMTQyX21vYmlsZV8xNzEzMjAxMTU4LnBuZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","prize":"Win Lunch for your office courtsey of Industrial General Store and 98ROCK","sort":"13","startTime":"2024-04-15 00:00:00","endTime":"2025-12-31 23:59:00","scheduleStatus":"live","startDate":"2024-04-15 00:00:00","endDate":"2025-12-31 23:59:00","description":"","active":null,"subtitle":"","type":"","displayImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yMTY4NzM5NjRfY29udGVzdF8xNjUyMTQyX21vYmlsZV8xNzEzMjAxMTU4LnBuZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","thumbnailImage":"https://i.iheart.com/v3/url/aHR0cHM6Ly9jZG4zLmFwdGl2YWRhLmNvbS9leUpyWlhraU9pSm1hV3hsYzF3dllYQndYMmR5WVhCb2FXTnpYQzh5TVRZNE56TTVOalJmWTI5dWRHVnpkRjh4TmpVeU1UUXlYMjF2WW1sc1pWOHhOekV6TWpBeE1UVTRMbkJ1WnlJc0ltSjFZMnRsZENJNkltRndkR2wyWVdSaExXWnBiR1Z6SWl3aVpXUnBkSE1pT25zaWNtVnphWHBsSWpwN0luZHBaSFJvSWpveE5qQXdMQ0pvWldsbmFIUWlPak15TURBc0ltWnBkQ0k2SW1sdWMybGtaU0lzSW5kcGRHaHZkWFJGYm14aGNtZHRaVzFsYm5RaU9uUnlkV1Y5TENKMGIwWnZjbTFoZENJNkluZGxZbkFpTENKM1pXSndJanA3SW5GMVlXeHBkSGtpT2pFd01Dd2ljMjFoY25SVGRXSnpZVzF3YkdVaU9uUnlkV1VzSW1WbVptOXlkQ0k2Tkgwc0ltOXdaWEpoZEdsdmJuTWlPbHQ3SW05d1pYSmhkR2x2YmlJNkluTjBjbWx3SW4xZGZYMD0=","accountId":"216873964","facebookShareImage":null,"width":null,"shareLocation":null,"timeZone":null},{"appType":"contest","appId":"1782161","parentAppId":"","title":"Win a pair of tickets to see Dream Theater Live from The BayCare Sound","shareTitle":"I just entered to spend 'An Evening With Dream Theater\"!","tags":"","gridStatus":"show_live","gridRedirect":"","pageUrl":"https://98rock.iheart.com/contests/win-a-pair-of-tickets-to-see-dream-theater-live-from-the-baycare-sound-1782161/","primaryImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yMTY4NzM5NjRfY29udGVzdF8xNzgyMTYxX3N0YW5kYXJkXzE3NDg0NDkxOTIuanBnIiwiYnVja2V0IjoiYXB0aXZhZGEtZmlsZXMiLCJlZGl0cyI6eyJyZXNpemUiOnsid2lkdGgiOjE2MDAsImhlaWdodCI6MzIwMCwiZml0IjoiaW5zaWRlIiwid2l0aG91dEVubGFyZ21lbWVudCI6dHJ1ZX0sInRvRm9ybWF0Ijoid2VicCIsIndlYnAiOnsicXVhbGl0eSI6MTAwLCJzbWFydFN1YnNhbXBsZSI6dHJ1ZSwiZWZmb3J0Ijo0fSwib3BlcmF0aW9ucyI6W3sib3BlcmF0aW9uIjoic3RyaXAifV19fQ==","mobileImage":"","gridImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yMTY4NzM5NjRfY29udGVzdF8xNzgyMTYxX21vYmlsZV8xNzQ4NDQ5MzA4LmpwZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","prize":"2 Tickets ","sort":"14","startTime":"2025-05-28 12:23:00","endTime":"2025-09-10 19:00:00","scheduleStatus":"live","startDate":"2025-05-28 12:23:00","endDate":"2025-09-10 19:00:00","description":"","active":null,"subtitle":"","type":"","displayImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yMTY4NzM5NjRfY29udGVzdF8xNzgyMTYxX21vYmlsZV8xNzQ4NDQ5MzA4LmpwZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","thumbnailImage":"https://i.iheart.com/v3/url/aHR0cHM6Ly9jZG4zLmFwdGl2YWRhLmNvbS9leUpyWlhraU9pSm1hV3hsYzF3dllYQndYMmR5WVhCb2FXTnpYQzh5TVRZNE56TTVOalJmWTI5dWRHVnpkRjh4TnpneU1UWXhYMjF2WW1sc1pWOHhOelE0TkRRNU16QTRMbXB3WnlJc0ltSjFZMnRsZENJNkltRndkR2wyWVdSaExXWnBiR1Z6SWl3aVpXUnBkSE1pT25zaWNtVnphWHBsSWpwN0luZHBaSFJvSWpveE5qQXdMQ0pvWldsbmFIUWlPak15TURBc0ltWnBkQ0k2SW1sdWMybGtaU0lzSW5kcGRHaHZkWFJGYm14aGNtZHRaVzFsYm5RaU9uUnlkV1Y5TENKMGIwWnZjbTFoZENJNkluZGxZbkFpTENKM1pXSndJanA3SW5GMVlXeHBkSGtpT2pFd01Dd2ljMjFoY25SVGRXSnpZVzF3YkdVaU9uUnlkV1VzSW1WbVptOXlkQ0k2Tkgwc0ltOXdaWEpoZEdsdmJuTWlPbHQ3SW05d1pYSmhkR2x2YmlJNkluTjBjbWx3SW4xZGZYMD0=","accountId":"216873964","facebookShareImage":null,"width":null,"shareLocation":null,"timeZone":null},{"appType":"contest","appId":"1770057","parentAppId":"","title":"BLINK-182 on the Missionary Impossible 2025 Tour","shareTitle":"I just entered to win Tickets from 98ROCK ","tags":"","gridStatus":"show_live","gridRedirect":"","pageUrl":"https://98rock.iheart.com/contests/blink-182-on-the-missionary-impossible-2025-tour-1770057/","primaryImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yMTY4NzM5NjRfY29udGVzdF8xNzcwMDU3X3N0YW5kYXJkXzE3NDQ5MDY0MTEuanBnIiwiYnVja2V0IjoiYXB0aXZhZGEtZmlsZXMiLCJlZGl0cyI6eyJyZXNpemUiOnsid2lkdGgiOjE2MDAsImhlaWdodCI6MzIwMCwiZml0IjoiaW5zaWRlIiwid2l0aG91dEVubGFyZ21lbWVudCI6dHJ1ZX0sInRvRm9ybWF0Ijoid2VicCIsIndlYnAiOnsicXVhbGl0eSI6MTAwLCJzbWFydFN1YnNhbXBsZSI6dHJ1ZSwiZWZmb3J0Ijo0fSwib3BlcmF0aW9ucyI6W3sib3BlcmF0aW9uIjoic3RyaXAifV19fQ==","mobileImage":"","gridImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yMTY4NzM5NjRfY29udGVzdF8xNzcwMDU3X21vYmlsZV8xNzQ0OTA2NTA0LmpwZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","prize":"Win tickets to see the 2025 Missionary Impossible Tour with 98ROCK","sort":"16","startTime":"2025-04-17 12:12:00","endTime":"2025-08-29 19:00:00","scheduleStatus":"live","startDate":"2025-04-17 12:12:00","endDate":"2025-08-29 19:00:00","description":"","active":null,"subtitle":"","type":"","displayImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yMTY4NzM5NjRfY29udGVzdF8xNzcwMDU3X21vYmlsZV8xNzQ0OTA2NTA0LmpwZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","thumbnailImage":"https://i.iheart.com/v3/url/aHR0cHM6Ly9jZG4zLmFwdGl2YWRhLmNvbS9leUpyWlhraU9pSm1hV3hsYzF3dllYQndYMmR5WVhCb2FXTnpYQzh5TVRZNE56TTVOalJmWTI5dWRHVnpkRjh4Tnpjd01EVTNYMjF2WW1sc1pWOHhOelEwT1RBMk5UQTBMbXB3WnlJc0ltSjFZMnRsZENJNkltRndkR2wyWVdSaExXWnBiR1Z6SWl3aVpXUnBkSE1pT25zaWNtVnphWHBsSWpwN0luZHBaSFJvSWpveE5qQXdMQ0pvWldsbmFIUWlPak15TURBc0ltWnBkQ0k2SW1sdWMybGtaU0lzSW5kcGRHaHZkWFJGYm14aGNtZHRaVzFsYm5RaU9uUnlkV1Y5TENKMGIwWnZjbTFoZENJNkluZGxZbkFpTENKM1pXSndJanA3SW5GMVlXeHBkSGtpT2pFd01Dd2ljMjFoY25SVGRXSnpZVzF3YkdVaU9uUnlkV1VzSW1WbVptOXlkQ0k2Tkgwc0ltOXdaWEpoZEdsdmJuTWlPbHQ3SW05d1pYSmhkR2x2YmlJNkluTjBjbWx3SW4xZGZYMD0=","accountId":"216873964","facebookShareImage":null,"width":null,"shareLocation":null,"timeZone":null},{"appType":"contest","appId":"1771520","parentAppId":"1771365","title":"Stella Rosa Summer Queen of Chill Sweepstakes","shareTitle":"Stella Rosa Summer Queen of Chill Sweepstakes","tags":"","gridStatus":"show_live","gridRedirect":"https://stellarosa.com/sweepstakes-queenofchill/","pageUrl":"https://98rock.iheart.com/contests/stella-rosa-summer-queen-of-chill-sweepstakes-1771520/","primaryImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzcxMzY1X3N0YW5kYXJkXzE3NDY0NDIyODUuanBnIiwiYnVja2V0IjoiYXB0aXZhZGEtZmlsZXMiLCJlZGl0cyI6eyJyZXNpemUiOnsid2lkdGgiOjE2MDAsImhlaWdodCI6MzIwMCwiZml0IjoiaW5zaWRlIiwid2l0aG91dEVubGFyZ21lbWVudCI6dHJ1ZX0sInRvRm9ybWF0Ijoid2VicCIsIndlYnAiOnsicXVhbGl0eSI6MTAwLCJzbWFydFN1YnNhbXBsZSI6dHJ1ZSwiZWZmb3J0Ijo0fSwib3BlcmF0aW9ucyI6W3sib3BlcmF0aW9uIjoic3RyaXAifV19fQ==","mobileImage":"","gridImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzcxMzY1X21vYmlsZV8xNzUwNzk4NDQyLnBuZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","prize":"","sort":"17","startTime":"2025-05-01 00:00:00","endTime":"2025-08-31 23:59:00","scheduleStatus":"live","startDate":"2025-05-01 00:00:00","endDate":"2025-08-31 23:59:00","description":"","active":null,"subtitle":"","type":"","displayImage":"https://cdn3.aptivada.com/eyJrZXkiOiJmaWxlc1wvYXBwX2dyYXBoaWNzXC8yNDQ0Njk2ODJfY29udGVzdF8xNzcxMzY1X21vYmlsZV8xNzUwNzk4NDQyLnBuZyIsImJ1Y2tldCI6ImFwdGl2YWRhLWZpbGVzIiwiZWRpdHMiOnsicmVzaXplIjp7IndpZHRoIjoxNjAwLCJoZWlnaHQiOjMyMDAsImZpdCI6Imluc2lkZSIsIndpdGhvdXRFbmxhcmdtZW1lbnQiOnRydWV9LCJ0b0Zvcm1hdCI6IndlYnAiLCJ3ZWJwIjp7InF1YWxpdHkiOjEwMCwic21hcnRTdWJzYW1wbGUiOnRydWUsImVmZm9ydCI6NH0sIm9wZXJhdGlvbnMiOlt7Im9wZXJhdGlvbiI6InN0cmlwIn1dfX0=","thumbnailImage":"https://i.iheart.com/v3/url/aHR0cHM6Ly9jZG4zLmFwdGl2YWRhLmNvbS9leUpyWlhraU9pSm1hV3hsYzF3dllYQndYMmR5WVhCb2FXTnpYQzh5TkRRME5qazJPREpmWTI5dWRHVnpkRjh4TnpjeE16WTFYMjF2WW1sc1pWOHhOelV3TnprNE5EUXlMbkJ1WnlJc0ltSjFZMnRsZENJNkltRndkR2wyWVdSaExXWnBiR1Z6SWl3aVpXUnBkSE1pT25zaWNtVnphWHBsSWpwN0luZHBaSFJvSWpveE5qQXdMQ0pvWldsbmFIUWlPak15TURBc0ltWnBkQ0k2SW1sdWMybGtaU0lzSW5kcGRHaHZkWFJGYm14aGNtZHRaVzFsYm5RaU9uUnlkV1Y5TENKMGIwWnZjbTFoZENJNkluZGxZbkFpTENKM1pXSndJanA3SW5GMVlXeHBkSGtpT2pFd01Dd2ljMjFoY25SVGRXSnpZVzF3YkdVaU9uUnlkV1VzSW1WbVptOXlkQ0k2Tkgwc0ltOXdaWEpoZEdsdmJuTWlPbHQ3SW05d1pYSmhkR2x2YmlJNkluTjBjbWx3SW4xZGZYMD0=","accountId":"216873964","facebookShareImage":null,"width":null,"shareLocation":null,"timeZone":null}]}],["item-eyebrow-/688e6b5d2cc96ab9d0f56936",{"data":{"name":"national-news","source":{"id":null,"display_name":"National News","description":null,"source_name":null,"type":"user"},"displayName":"National News"}}],["item-eyebrow-/6107ecc182d5b29ea43f4606",{"data":{"name":"music-news","source":{"id":null,"display_name":"Music News","description":null,"source_name":null,"type":"user"},"displayName":"Music News"}}],["item-eyebrow-/6103de901618f04109485f2c",{"data":{"name":"music-news","source":{"id":null,"display_name":"Music News","description":null,"source_name":null,"type":"user"},"displayName":"Music News"}}],["item-eyebrow-/687fa61f127c8cae2b8c778d",{"data":{"name":"local-news","source":{"id":null,"display_name":"Local News","description":null,"source_name":null,"type":"user"},"displayName":"Local News"}}],["item-eyebrow-/684c4c3808992c9a6be35066",{"data":{"name":"entertainment","source":{"id":null,"display_name":"Entertainment","description":null,"source_name":null,"type":"user"},"displayName":"Entertainment"}}],["item-eyebrow-/688bd8318f6ddbfecfc3f089",{"data":{"name":"national-news","source":{"id":null,"display_name":"National News","description":null,"source_name":null,"type":"user"},"displayName":"National News"}}],["item-eyebrow-/688ce9a25555098f03dfab6f",{"data":{"name":"entertainment-news","source":{"id":null,"display_name":"Entertainment News","description":null,"source_name":null,"type":"user"},"displayName":"Entertainment News"}}],["item-eyebrow-/688d179e2e24d7fcac0823dd",{"data":{"name":"national-news","source":{"id":null,"display_name":"National News","description":null,"source_name":null,"type":"user"},"displayName":"National News"}}],["item-eyebrow-/688bbd7c47e2da957ab997b9",{"data":{"name":"sports","source":{"id":null,"display_name":"Sports","description":null,"source_name":null,"type":"user"},"displayName":"Sports"}}],["item-eyebrow-/6889f665f61307d5a283f500",{"data":{"name":"entertainment-news","source":{"id":null,"display_name":"Entertainment News","description":null,"source_name":null,"type":"user"},"displayName":"Entertainment News"}}],["item-eyebrow-/67eab23f9c0a962b42a8a5ad",{"data":{"name":"concerts","source":{"id":null,"display_name":"Concerts","description":null,"source_name":null,"type":"user"},"displayName":"Concerts"}}],["item-eyebrow-/688ba8c327d0eb0f9acca827",{"data":{"name":"music-news","source":{"id":null,"display_name":"Music News","description":null,"source_name":null,"type":"user"},"displayName":"Music News"}}],["item-eyebrow-/688bc0478f6ddbfecfc3f069",{"data":{"name":"national-news","source":{"id":null,"display_name":"National News","description":null,"source_name":null,"type":"user"},"displayName":"National News"}}],["item-eyebrow-/6866adc952c2fa0f0912696c",{"data":{"name":"concerts","source":{"id":null,"display_name":"Concerts","description":null,"source_name":null,"type":"user"},"displayName":"Concerts"}}],["item-eyebrow-/687e98a1b9ddbb836bcd0d00",{"data":{"name":"local-news","source":{"id":null,"display_name":"Local News","description":null,"source_name":null,"type":"user"},"displayName":"Local News"}}],["item-eyebrow-/68813e6bc8755d54b34cb79c",{"data":{"name":"local-news","source":{"id":null,"display_name":"Local News","description":null,"source_name":null,"type":"user"},"displayName":"Local News"}}],["item-eyebrow-/6886160b861af3aceddac717",{"data":{"name":"local-news","source":{"id":null,"display_name":"Local News","description":null,"source_name":null,"type":"user"},"displayName":"Local News"}}],["item-eyebrow-/67fe873eb95f7fe7e8c209e3",{"data":{"name":"concerts","source":{"id":null,"display_name":"Concerts","description":null,"source_name":null,"type":"user"},"displayName":"Concerts"}}],["item-eyebrow-/68813bc3c8755d54b34cb792",{"data":{"name":"local-news","source":{"id":null,"display_name":"Local News","description":null,"source_name":null,"type":"user"},"displayName":"Local News"}}],["$podcastloader-89902582,31112393,119406777,111681346",{"data":[{"id":89902582,"title":"Crash & AJ","description":"Crash & AJ","lastUpdated":1724176766,"slug":"1248-crash-aj","isExternal":false,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzRhM2UwZjc1YWYxNGViNzBkODk4NzQ2MmVkNmQ1MjZhLmpwZw","episodes":{"pageInfo":{"nextCursor":"AAAAAgAAAAEAAAAJc3RhcnREYXRlAAAABGRlc2P_AAAAABEtcukAAAGYX6k3MA"},"items":[{"id":288304645,"podcastId":89902582,"podcastSlug":"1248-crash-aj","title":"EXCLUSIVE CONTENT Chris Braswell Bucs OLB Training Camp","duration":709,"isExplicit":false,"description":"","startDate":1754050384000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzRhM2UwZjc1YWYxNGViNzBkODk4NzQ2MmVkNmQ1MjZhLmpwZw"},{"id":288304646,"podcastId":89902582,"podcastSlug":"1248-crash-aj","title":"EXCLUSIVE CONTENT from Bucs Training Camp with Defensive Back ZION McCollum","duration":604,"isExplicit":false,"description":"","startDate":1754050291000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzRhM2UwZjc1YWYxNGViNzBkODk4NzQ2MmVkNmQ1MjZhLmpwZw"},{"id":288301333,"podcastId":89902582,"podcastSlug":"1248-crash-aj","title":"The Crash & AJ Show: Shove it Friday LIVE from Bucs Training Camp (08/01/25)","duration":1990,"isExplicit":false,"description":"","startDate":1754046860000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzRhM2UwZjc1YWYxNGViNzBkODk4NzQ2MmVkNmQ1MjZhLmpwZw"},{"id":288301334,"podcastId":89902582,"podcastSlug":"1248-crash-aj","title":"The Morning Quickie RETURN of the Presidential Fitness Test (08/01/25)","duration":380,"isExplicit":false,"description":"","startDate":1754046792000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzRhM2UwZjc1YWYxNGViNzBkODk4NzQ2MmVkNmQ1MjZhLmpwZw"},{"id":288301335,"podcastId":89902582,"podcastSlug":"1248-crash-aj","title":"Shove it Friday IM THE CUSTOMER (08/01/25)","duration":109,"isExplicit":false,"description":"","startDate":1754046771000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzRhM2UwZjc1YWYxNGViNzBkODk4NzQ2MmVkNmQ1MjZhLmpwZw"},{"id":288301336,"podcastId":89902582,"podcastSlug":"1248-crash-aj","title":"FNF Little League Heist (08/01/25)","duration":146,"isExplicit":false,"description":"","startDate":1754046747000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzRhM2UwZjc1YWYxNGViNzBkODk4NzQ2MmVkNmQ1MjZhLmpwZw"},{"id":288301337,"podcastId":89902582,"podcastSlug":"1248-crash-aj","title":"The Daily Nugget Listening to Society (08/01/25)","duration":119,"isExplicit":false,"description":"","startDate":1754046732000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzRhM2UwZjc1YWYxNGViNzBkODk4NzQ2MmVkNmQ1MjZhLmpwZw"},{"id":288195041,"podcastId":89902582,"podcastSlug":"1248-crash-aj","title":"Crash & AJ Interviews: At Bucs Training Camp w/ Kourtney Sanchez talks She is Football Training Camp","duration":264,"isExplicit":false,"description":"","startDate":1753955245000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzRhM2UwZjc1YWYxNGViNzBkODk4NzQ2MmVkNmQ1MjZhLmpwZw"},{"id":288195042,"podcastId":89902582,"podcastSlug":"1248-crash-aj","title":"The Crash & AJ Show: LIVE FROM Camp on Military Appreciation Day (07/31/25)","duration":2388,"isExplicit":false,"description":"","startDate":1753955171000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzRhM2UwZjc1YWYxNGViNzBkODk4NzQ2MmVkNmQ1MjZhLmpwZw"},{"id":288191209,"podcastId":89902582,"podcastSlug":"1248-crash-aj","title":"The Morning Quickie: Radioactive Wasps (07/31/25)","duration":328,"isExplicit":false,"description":"","startDate":1753951582000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzRhM2UwZjc1YWYxNGViNzBkODk4NzQ2MmVkNmQ1MjZhLmpwZw"}]}},{"id":31112393,"title":"The Osbournes Podcast","description":"Take a ride with America's original reality family as they reminisce about the Emmy Award winning MTV series, swap stories with their most fascinating friends and catch up on present day events. In this ten episode podcast, Jack will lead Sharon, Ozzy and Kelly on a wild, unfiltered and unpredictable journey filled with laughter, love and everything it means to be an Osbourne. As Ozzy said it best, \"One thing about our lives, nothing is ever normal. Our highs are monumental, and our lows are just as heartbreaking.”","lastUpdated":1697368847,"slug":"256-the-osbournes-podcast","isExternal":true,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9zdGF0aWMubGlic3luLmNvbS9wL2Fzc2V0cy9iL2UvNy84L2JlNzg4YjJkNjEzNDk4N2Q4OGM0YTY4YzNkZGJjNGYyL3Nob3ctY292ZXIuanBlZw","episodes":{"pageInfo":{"nextCursor":"AAAAAgAAAAEAAAAJc3RhcnREYXRlAAAABGRlc2P_AAAAAAuBc5AAAAGQcdBggA"},"items":[{"id":214513670,"podcastId":31112393,"podcastSlug":"256-the-osbournes-podcast","title":"The Osbournes Unleashed: Season 2's Wildest and Most Hilarious Moments","duration":3104,"isExplicit":false,"description":"\u003cp dir=\"ltr\">\u003ca href= \"https://cozyearth.com/OSBOURNES\">https://CozyEarth.com/OSBOURNES\u003c/a> - code OSBOURNES for exclusive discount of up to 40% off\u003c/p> \u003cp dir=\"ltr\">\u003ca href= \"https://tryfum.com/osbournes\">https://TryFum.com/osbournes\u003c/a> and get a FREE GIFT with the JOURNEY PACK today\u003c/p> \u003cp dir=\"ltr\">It’s a wrap on Season 2, and we’re bringing you the wildest, wackiest, and most unforgettable moments from the Osbourne clan! In this \"Best of: Osbournes\" episode, the whole gang is here to give us all the laughs, shocks, and pure Osbourne chaos we’ve come to love. From deciphering what exactly makes someone a 'Karen' to an unexpected animal sex game (you read that right!), this episode covers it all. Hear Ozzy’s legendary stage memories, his newfound Tai Chi expertise, and debates over everything from double-dipping to Queen Victoria’s underwear auction. Plus, the family dives deep into their millennial vs. boomer slang battles, road trip memories from Ozzfest, and even debate on whether to head back to the UK. Get ready for the Osbournes at their finest—raw, real, and always hilarious. Don’t miss this epic season finale that ties a chaotic bow on the best highlights of Season 2!\u003c/p> \u003cp dir=\"ltr\"> \u003c/p> \u003cp dir=\"ltr\">Follow Us On: \u003c/p> \u003cp dir=\"ltr\">Exclusive Access to the Osbournes @ \u003ca href= \"https://www.osbournemediahouse.com/\">https://www.osbournemediahouse.com\u003c/a> \u003c/p> \u003cp dir=\"ltr\">Instagram: \u003ca href= \"https://www.instagram.com/theosbournespodcast/\">https://www.instagram.com/theosbournespodcast/\u003c/a> \u003c/p> \u003cp dir=\"ltr\">Tik Tok: \u003ca href= \"https://www.tiktok.com/@osbournemediahouse\">https://www.tiktok.com/@osbournemediahouse\u003c/a> \u003c/p> \u003cp dir=\"ltr\">Facebook: \u003ca href= \"https://www.facebook.com/OsbourneMediaHouse/\">https://www.facebook.com/OsbourneMediaHouse/\u003c/a> \u003c/p> \u003cp dir=\"ltr\">Twitter: https:/\u003ca href= \"http://twitter.com/OsbourneMedia\">twitter.com/OsbourneMedia\u003c/a> \u003c/p> \u003cp dir=\"ltr\"> \u003c/p> \u003cp dir=\"ltr\">Follow the Family: \u003c/p> \u003cp dir=\"ltr\">Ozzy Osbourne: \u003ca href= \"https://www.instagram.com/ozzyosbourne/?hl=en\">https://www.instagram.com/ozzyosbourne/?hl=en\u003c/a> \u003c/p> \u003cp dir=\"ltr\">Sharon Osbourne: \u003ca href= \"https://www.instagram.com/sharonosbourne/?hl=en\">https://www.instagram.com/sharonosbourne/?hl=en\u003c/a> \u003c/p> \u003cp dir=\"ltr\">Kelly Obourne: \u003ca href= \"https://www.instagram.com/kellyosbourne/?hl=en\">https://www.instagram.com/kellyosbourne/?hl=en\u003c/a> \u003c/p> \u003cp dir=\"ltr\">Jack Osbourne: \u003ca href= \"https://www.instagram.com/jackosbourne/?hl=en\">https://www.instagram.com/jackosbourne/?hl=en\u003c/a> \u003c/p> \u003cp>\u003cstrong> \u003c/strong>\u003c/p> \u003cp dir=\"ltr\">The Osbournes Podcast Credits:\u003c/p> \u003cp dir=\"ltr\">Peter Glowski, Executive Producer\u003c/p> \u003cp dir=\"ltr\">LB Horschler, Executive in Charge \u003c/p> \u003cp dir=\"ltr\">Cameron Tagge, Producer, Editor\u003c/p> \u003cp dir=\"ltr\">Hannah Pittman, Producer\u003c/p> \u003cp> \u003c/p>","startDate":1725958800000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9zdGF0aWMubGlic3luLmNvbS9wL2Fzc2V0cy9iL2UvNy84L2JlNzg4YjJkNjEzNDk4N2Q4OGM0YTY4YzNkZGJjNGYyL3Nob3ctY292ZXIuanBlZw"},{"id":212012268,"podcastId":31112393,"podcastSlug":"256-the-osbournes-podcast","title":"BEST OF SHARON: The Ultimate Osbourne Matriarch Moments","duration":2899,"isExplicit":false,"description":"\u003cp dir=\"ltr\">\u003ca href= \"https://bluechew.com/\">https://bluechew.com\u003c/a> - try BlueChew FREE when you use code Osbournes\u003c/p> \u003cp dir=\"ltr\">\u003ca href= \"https://lumen.me/osbournes\">https://lumen.me/osbournes\u003c/a> 15% OFF your ticket to metabolic health \u003c/p> \u003cp dir=\"ltr\">Get ready for an unforgettable ride with the matriarch of madness herself, Sharon Osbourne! In this \"Best of Sharon\" episode, Sharon takes you through a whirlwind of hilarity, from her infamous weed stew showdown with Ozzy to her unfiltered reactions to bizarre fan questions. Listen in as Sharon relives her wedding night, spills the tea on her two-hour baths, and shares her escapades from wild nights with Andy Warhol to discovering new hobbies (who knew the Osbournes had gym plans?). With fan Q&As, disco tunes, and her show, ‘Cut the Crap,’ this episode is pure Sharon—bold, brash, and brilliant. And don't forget the bizarre tales of shit raining from the ceiling and Ozzy’s jail-worthy devotion. This is Osbourne entertainment at its finest!\u003c/p> \u003cp dir=\"ltr\">Follow Us On: \u003c/p> \u003cp dir=\"ltr\">Exclusive Access to the Osbournes @ \u003ca href= \"https://www.osbournemediahouse.com/\">https://www.osbournemediahouse.com\u003c/a> \u003c/p> \u003cp dir=\"ltr\">Instagram: \u003ca href= \"https://www.instagram.com/theosbournespodcast/\">https://www.instagram.com/theosbournespodcast/\u003c/a> \u003c/p> \u003cp dir=\"ltr\">Tik Tok: \u003ca href= \"https://www.tiktok.com/@osbournemediahouse\">https://www.tiktok.com/@osbournemediahouse\u003c/a> \u003c/p> \u003cp dir=\"ltr\">Facebook: \u003ca href= \"https://www.facebook.com/OsbourneMediaHouse/\">https://www.facebook.com/OsbourneMediaHouse/\u003c/a> \u003c/p> \u003cp dir=\"ltr\">Twitter: https:/\u003ca href= \"http://twitter.com/OsbourneMedia\">twitter.com/OsbourneMedia\u003c/a> \u003c/p> \u003cp>\u003cstrong> \u003c/strong>\u003c/p> \u003cp dir=\"ltr\">🔉 Listen to the audio version on these platforms \u003c/p> \u003cp dir=\"ltr\">Spotify: \u003ca href= \"https://open.spotify.com/show/2zRlkbY42R1wjS2uwnyNDe?si=b7218a754ff94aa0\"> https://open.spotify.com/show/2zRlkbY42R1wjS2uwnyNDe?si=b7218a754ff94aa0\u003c/a> \u003c/p> \u003cp dir=\"ltr\">Apple Podcasts: \u003ca href= \"https://podcasts.apple.com/us/podcast/the-osbournes-podcast/id1348100995\"> https://podcasts.apple.com/us/podcast/the-osbournes-podcast/id1348100995\u003c/a> \u003c/p> \u003cp dir=\"ltr\">Amazon Music: \u003ca href= \"https://music.amazon.com/podcasts/e3edba2d-d91e-42fb-8776-527d4b5b04de/the-osbournes-podcast\"> https://music.amazon.com/podcasts/e3edba2d-d91e-42fb-8776-527d4b5b04de/the-osbournes-podcast\u003c/a> \u003c/p> \u003cp>\u003cstrong> \u003c/strong>\u003c/p> \u003cp dir=\"ltr\">Follow the Family: \u003c/p> \u003cp dir=\"ltr\">Ozzy Osbourne: \u003ca href= \"https://www.instagram.com/ozzyosbourne/?hl=en\">https://www.instagram.com/ozzyosbourne/?hl=en\u003c/a> \u003c/p> \u003cp dir=\"ltr\">Sharon Osbourne: \u003ca href= \"https://www.instagram.com/sharonosbourne/?hl=en\">https://www.instagram.com/sharonosbourne/?hl=en\u003c/a> \u003c/p> \u003cp dir=\"ltr\">Kelly Obourne: \u003ca href= \"https://www.instagram.com/kellyosbourne/?hl=en\">https://www.instagram.com/kellyosbourne/?hl=en\u003c/a> \u003c/p> \u003cp dir=\"ltr\">Jack Osbourne: \u003ca href= \"https://www.instagram.com/jackosbourne/?hl=en\">https://www.instagram.com/jackosbourne/?hl=en\u003c/a> \u003c/p> \u003cp> \u003c/p> \u003cp dir=\"ltr\">The Osbournes Podcast Credits:\u003c/p> \u003cp dir=\"ltr\">Peter Glowski, Executive Producer\u003c/p> \u003cp dir=\"ltr\">LB Horschler, Executive in Charge \u003c/p> \u003cp dir=\"ltr\">Cameron Tagge, Producer, Editor\u003c/p> \u003cp dir=\"ltr\">Hannah Pittman, Producer\u003c/p>","startDate":1725350400000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9zdGF0aWMubGlic3luLmNvbS9wL2Fzc2V0cy9iL2UvNy84L2JlNzg4YjJkNjEzNDk4N2Q4OGM0YTY4YzNkZGJjNGYyL3Nob3ctY292ZXIuanBlZw"},{"id":209667664,"podcastId":31112393,"podcastSlug":"256-the-osbournes-podcast","title":"BEST OF KELLY: Unfiltered Moments with the Queen of Osbourne Sass Kelly Osbourne","duration":3676,"isExplicit":false,"description":"\u003cp>\u003ca href= \"https://www.betterhelp.com/get-started/?go=true&slug=osbournes&utm_source=podcast&utm_campaign=2687&utm_term=osbournes&promo_code=osbournes&landing_page_img=https%3A%2F%2Fi.imgur.com%2F1HO9TlI.jpg&aff_channel=podcast&discount_rate=10&discount_period=P1M&date_interval=P1M&percentage_off=10&amount=1&amount_spelled_out=one&unit=month&gor=start\"> https://BetterHelp.com/OSBOURNES\u003c/a> for 10% off your 1st month \u003ca href= \"https://www.factor75.com/pages/podcast?c=OSBOURNES50&mealsize=8-1&c_comms=PERCENT&utm_source=podcast&utm_medium=cpm&utm_campaign=podcast50off&utm_content=act_podcast_podcastads&discount_comm_id=7267f20b-a39f-4440-9ca2-1404329a2b84&dis_channel=audio\"> https://FactorMeals.com/osbournes50\u003c/a> for 50% off your order of Factor Meals plus 20% off your next month\u003c/p> \u003cp>Get ready for a whirlwind of Kelly Osbourne’s most unforgettable podcast moments! This \"Best of Kelly\" episode brings together all the sass, wit, and candidness you've come to love. Dive into hilarious and shocking stories, including wild family secrets, unexpected nanny confessions, and some seriously spooky Osbourne moments. From tales of hen nights and strippers to candid chats about plastic surgery and therapy, Kelly doesn’t hold back. Plus, catch the infamous \"Interrupt Button\" in action, Kelly and Ozzy’s reflections on their hit single “Changes,” and some surprising revelations about antidepressants, Ozzy’s quirks, and baby fever in the Osbourne household. And just in case you were wondering, Kelly takes a moment to set the record straight—no plastic surgery here, folks! (Seriously, how many times does she have to say it?) And of course, no Kelly compilation would be complete without her signature fashion talk and those unforgettable leg boots. Buckle up for an episode that’s as bold and unfiltered as Kelly herself!\u003c/p> \u003cp> \u003c/p> \u003cp> \u003c/p> \u003cp>Follow Us On:\u003c/p> \u003cp>Exclusive Access to the Osbournes @ \u003ca href= \"https://www.osbournemediahouse.com\">https://www.osbournemediahouse.com\u003c/a>\u003c/p> \u003cp>Instagram: \u003ca href= \"https://www.instagram.com/theosbournespodcast/\">https://www.instagram.com/theosbournespodcast/\u003c/a>\u003c/p> \u003cp>Tik Tok: \u003ca href= \"https://www.tiktok.com/@osbournemediahouse\">https://www.tiktok.com/@osbournemediahouse\u003c/a>\u003c/p> \u003cp>Facebook: \u003ca href= \"https://www.facebook.com/OsbourneMediaHouse/\">https://www.facebook.com/OsbourneMediaHouse/\u003c/a>\u003c/p> \u003cp>Twitter: https:/twitter.com/OsbourneMedia\u003c/p> \u003cp> \u003c/p> \u003cp>🔉 Listen to the audio version on these platforms\u003c/p> \u003cp>Spotify: \u003ca href= \"https://open.spotify.com/show/2zRlkbY42R1wjS2uwnyNDe?si=b7218a754ff94aa0\"> https://open.spotify.com/show/2zRlkbY42R1wjS2uwnyNDe?si=b7218a754ff94aa0\u003c/a>\u003c/p> \u003cp>Apple Podcasts: \u003ca href= \"https://podcasts.apple.com/us/podcast/the-osbournes-podcast/id1348100995\"> https://podcasts.apple.com/us/podcast/the-osbournes-podcast/id1348100995\u003c/a>\u003c/p> \u003cp>Amazon Music: \u003ca href= \"https://music.amazon.com/podcasts/e3edba2d-d91e-42fb-8776-527d4b5b04de/the-osbournes-podcast\"> https://music.amazon.com/podcasts/e3edba2d-d91e-42fb-8776-527d4b5b04de/the-osbournes-podcast\u003c/a>\u003c/p> \u003cp> \u003c/p> \u003cp>Follow the Family:\u003c/p> \u003cp>Ozzy Osbourne: \u003ca href= \"https://www.instagram.com/ozzyosbourne/?hl=en\">https://www.instagram.com/ozzyosbourne/?hl=en\u003c/a>\u003c/p> \u003cp>Sharon Osbourne: \u003ca href= \"https://www.instagram.com/sharonosbourne/?hl=en\">https://www.instagram.com/sharonosbourne/?hl=en\u003c/a>\u003c/p> \u003cp>Kelly Obourne: \u003ca href= \"https://www.instagram.com/kellyosbourne/?hl=en\">https://www.instagram.com/kellyosbourne/?hl=en\u003c/a>\u003c/p> \u003cp>Jack Osbourne: \u003ca href= \"https://www.instagram.com/jackosbourne/?hl=en\">https://www.instagram.com/jackosbourne/?hl=en\u003c/a>\u003c/p> \u003cp> \u003c/p> \u003cp>The Osbournes Podcast Credits: \u003c/p> \u003cp>Peter Glowski, Executive Producer\u003c/p> \u003cp>LB Horschler, Executive in Charge\u003c/p> \u003cp>Cameron Tagge, Producer, Editor\u003c/p> \u003cp>Hannah Pittman, Producer\u003c/p>","startDate":1724749200000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9zdGF0aWMubGlic3luLmNvbS9wL2Fzc2V0cy9iL2UvNy84L2JlNzg4YjJkNjEzNDk4N2Q4OGM0YTY4YzNkZGJjNGYyL3Nob3ctY292ZXIuanBlZw"},{"id":205205601,"podcastId":31112393,"podcastSlug":"256-the-osbournes-podcast","title":"YUNGBLUD Special Guest: Platinum Artist on His First Festival 'BludFest' & Favorite Rock Icons","duration":3379,"isExplicit":false,"description":"\u003cp>\u003ca href= \"https://lumen.me/osbournes\">https://lumen.me/osbournes\u003c/a> 15% OFF your ticket to metabolic health \u003c/p> \u003cp>\u003ca href=\"https://bluechew.com\">https://bluechew.com\u003c/a> use code Osbournes to try for free\u003c/p> \u003cp>CODE OSBOURNES25 FOR OSBOURNE GOODIES @ \u003cspan class=\"\" dir= \"auto\">\u003ca class= \"yt-core-attributed-string__link yt-core-attributed-string__link--call-to-action-color\" tabindex=\"0\" href= \"https://www.youtube.com/redirect?event=comments&redir_token=QUFFLUhqbGJ4N2xoOVM2eVJRQURET1dFcldRTkE2ZXhfUXxBQ3Jtc0tuc1N5aERveXlkY3REaVRHRlB3ODZjSmJpNEFhOV9xRERWV3lycHJ4c21GcDZqa1FEa2Q5c2ZNM1RGTFJUSVVRdW54WU5ScFAyc3VuRElqYjJucHF5ZzREWGVKRWtYRFVoQkNndURZdUdvMlJNUUtMTQ&q=https%3A%2F%2Fwww.osbournemediahouse.com%2Fmembership\" target=\"_blank\" rel= \"nofollow noopener\">https://www.osbournemediahouse.com/membership\u003c/a>\u003c/span>\u003c/p> \u003cp> \u003c/p> \u003cdiv>\u003cspan style= \"color: #000000; font-family: arial, sans-serif;\">Join Sharon and Kelly Osbourne as they sit down with Yungblud to discuss a wide range of topics including his songwriting process, his connection with fans, and the crazy experiences on tour. They dive into memorable moments, like Yungblud breaking his leg on stage, haunted venues, and the inception of his own festival with a groundbreaking 'make a friend' tent. The episode also features fun anecdotes about historical reenactments, favorite foods, weird pre-show rituals, and even Jack Osbourne's ghost-hunting show. The Osbournes Podcast is sponsored by Lumen and Bluetooth. Don't miss out on these candid and hilarious conversations about the life of a rock star, the challenges of the music industry, and the importance of fan interaction.\u003c/span>\u003c/div> \u003cp> \u003c/p> \u003cp>\u003cspan class=\"\" dir=\"auto\">\u003cspan class= \"yt-core-attributed-string--link-inherit-color\" dir=\"auto\">USE CODE OSBOURNES25 for 25% Exclusive content @\u003c/span> \u003cspan class= \"yt-core-attributed-string--link-inherit-color\" dir= \"auto\">\u003ca class=\"yt-core-attributed-string__link yt-core-attributed-string__link--call-to-action-color\" tabindex=\"0\" href= \"https://www.youtube.com/redirect?event=video_description&redir_token=QUFFLUhqbW9MamVndVpIWnVLcWpkTzF4U2pOaS13V3Awd3xBQ3Jtc0trVkRtd0tHT01MemYzYkFEUElvdGt4bU1HV192VUVUQk5rbFFseDYtVmdIRldHQU96bEhLZlJpN1puQk9XY0I3QnJBWEEzQmNiRVBGYTBiaS1nMXFaelEwTjFLVmtKSlNxeXo1U0d6OXdoZkVDSWpoMA&q=http%3A%2F%2Fosbournemediahouse.com%2Fmembership&v=9fJeOg7WkJ4\" target=\"_blank\" rel= \"nofollow noopener\">http://osbournemediahouse.com/membership\u003c/a>\u003c/span>\u003c/span>\u003c/p> \u003cp> \u003c/p> \u003cp dir=\"ltr\">Follow Us On: \u003c/p> \u003cp dir=\"ltr\">Exclusive Access to the Osbournes @ \u003ca href= \"https://www.osbournemediahouse.com\">https://www.osbournemediahouse.com\u003c/a> \u003c/p> \u003cp dir=\"ltr\">Instagram: \u003ca href= \"https://www.instagram.com/theosbournespodcast/\">https://www.instagram.com/theosbournespodcast/\u003c/a> \u003c/p> \u003cp dir=\"ltr\">Tik Tok: \u003ca href= \"https://www.tiktok.com/@osbournemediahouse\">https://www.tiktok.com/@osbournemediahouse\u003c/a>\u003c/p> \u003cp dir=\"ltr\">Facebook: \u003ca href= \"https://www.facebook.com/OsbourneMediaHouse/\">https://www.facebook.com/OsbourneMediaHouse/\u003c/a> \u003c/p> \u003cp dir=\"ltr\">Twitter: \u003ca href= \"https://x.com/OsbourneMedia\">https:/twitter.com/OsbourneMedia\u003c/a> \u003c/p> \u003cp>\u003cspan class=\"\" dir=\"auto\">\u003cspan class= \"yt-core-attributed-string--link-inherit-color\" dir= \"auto\">\u003cstrong> \u003c/strong>\u003c/span>\u003c/span>\u003c/p> \u003cp dir=\"ltr\">🔉 Listen to the audio version on these platforms \u003c/p> \u003cp dir=\"ltr\">Spotify: \u003ca href= \"https://open.spotify.com/show/2zRlkbY42R1wjS2uwnyNDe?si=b7218a754ff94aa0\"> https://open.spotify.com/show/2zRlkbY42R1wjS2uwnyNDe?si=b7218a754ff94aa0\u003c/a> \u003c/p> \u003cp dir=\"ltr\">Apple Podcasts: \u003ca href= \"https://podcasts.apple.com/us/podcast/the-osbournes-podcast/id1348100995\"> https://podcasts.apple.com/us/podcast/the-osbournes-podcast/id1348100995\u003c/a> \u003c/p> \u003cp dir=\"ltr\">Amazon Music: \u003ca href= \"https://music.amazon.com/podcasts/e3edba2d-d91e-42fb-8776-527d4b5b04de/the-osbournes-podcast\"> https://music.amazon.com/podcasts/e3edba2d-d91e-42fb-8776-527d4b5b04de/the-osbournes-podcast\u003c/a> \u003c/p> \u003cp>\u003cspan class=\"\" d","startDate":1723532400000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9zdGF0aWMubGlic3luLmNvbS9wL2Fzc2V0cy9iL2UvNy84L2JlNzg4YjJkNjEzNDk4N2Q4OGM0YTY4YzNkZGJjNGYyL3Nob3ctY292ZXIuanBlZw"},{"id":202946658,"podcastId":31112393,"podcastSlug":"256-the-osbournes-podcast","title":"BEST OF OZZY: Iconic Ozzy Osbourne Moments","duration":3057,"isExplicit":false,"description":"\u003cp>\u003ca href=\"https://DrStemCell.com\">https://DrStemCell.com\u003c/a> NEW ways to treat pain, follow @DoctorStemCell\u003c/p> \u003cp>\u003ca href= \"https://TryFum.com/osbournes\">https://TryFum.com/osbournes\u003c/a> FREE GIFT with the JOURNEY PACK today\u003c/p> \u003cp>\u003ca href= \"https://BetterHelp.com/OSBOURNES\">https://BetterHelp.com/OSBOURNES\u003c/a> 10% off your 1st month\u003c/p> \u003cp>SECRET! Use Code - OZZY - at \u003ca href= \"https://OsbourneMediaHouse.com/membership\">https://OsbourneMediaHouse.com/membership\u003c/a>\u003c/p> \u003cp>HUGE DISCOUNT \u003ca href= \"https://OsbourneMediaHouse.com/merch\">https://OsbourneMediaHouse.com/merch\u003c/a> OFFICIAL genuine limited Osbourne Merch \u003c/p> \u003cp>A compilation mash up series of iconic OZZY OSBOURNE moments on our most beloved Osbourne’s Podcast. We take a look back at all of Ozzy’s shocking stories, candid conversations, and hilarious family moments. From Ozzy's controversial past to personal anecdotes about acid trips, cats, and confrontations, this episode covers it all including Ozzy’s time with Black Sabbath, his new song ‘Crack Cocaine’ with Billy Morrison, his solo career as Ozzy Osbourne and his festival - Ozzfest. Plus, hear about Jack's experiences with biocellular therapy, the Osbournes' take on viral internet trends, and their sincere apology to Britney Spears. Don't miss this raw and entertaining look into the lives of the Osbournes and our fearless leader, rock icon - Ozzy Osbourne.\u003c/p> \u003cp> \u003c/p> \u003cp>Secret Code - OZZY - at \u003ca href= \"https://OsbourneMediaHouse.com/membership\">https://OsbourneMediaHouse.com/membership\u003c/a> for HUGE DISCOUNT\u003c/p> \u003cp dir=\"ltr\"> \u003c/p> \u003cp dir=\"ltr\">Follow Us On: \u003c/p> \u003cp dir=\"ltr\">Exclusive Access to the Osbournes @ \u003ca href= \"https://www.osbournemediahouse.com\">https://www.osbournemediahouse.com\u003c/a> \u003c/p> \u003cp dir=\"ltr\">Instagram: \u003ca href= \"https://www.instagram.com/theosbournespodcast/\">https://www.instagram.com/theosbournespodcast/\u003c/a> \u003c/p> \u003cp dir=\"ltr\">Tik Tok: \u003ca href= \"https://www.tiktok.com/@osbournemediahouse\">https://www.tiktok.com/@osbournemediahouse\u003c/a>\u003c/p> \u003cp dir=\"ltr\">Facebook: \u003ca href= \"https://www.facebook.com/OsbourneMediaHouse/\">https://www.facebook.com/OsbourneMediaHouse/\u003c/a> \u003c/p> \u003cp dir=\"ltr\">Twitter: \u003ca href= \"https://x.com/OsbourneMedia\">https:/twitter.com/OsbourneMedia\u003c/a> \u003c/p> \u003cp>\u003cstrong> \u003c/strong>\u003c/p> \u003cp dir=\"ltr\">🔉 Listen to the audio version on these platforms \u003c/p> \u003cp dir=\"ltr\">Spotify: \u003ca href= \"https://open.spotify.com/show/2zRlkbY42R1wjS2uwnyNDe?si=b7218a754ff94aa0\"> https://open.spotify.com/show/2zRlkbY42R1wjS2uwnyNDe?si=b7218a754ff94aa0\u003c/a> \u003c/p> \u003cp dir=\"ltr\">Apple Podcasts: \u003ca href= \"https://podcasts.apple.com/us/podcast/the-osbournes-podcast/id1348100995\"> https://podcasts.apple.com/us/podcast/the-osbournes-podcast/id1348100995\u003c/a> \u003c/p> \u003cp dir=\"ltr\">Amazon Music: \u003ca href= \"https://music.amazon.com/podcasts/e3edba2d-d91e-42fb-8776-527d4b5b04de/the-osbournes-podcast\"> https://music.amazon.com/podcasts/e3edba2d-d91e-42fb-8776-527d4b5b04de/the-osbournes-podcast\u003c/a> \u003c/p> \u003cp>\u003cstrong> \u003c/strong>\u003c/p> \u003cp dir=\"ltr\">Follow the Family: \u003c/p> \u003cp dir=\"ltr\">Ozzy Osbourne: \u003ca href= \"https://www.instagram.com/ozzyosbourne/?hl=en\">https://www.instagram.com/ozzyosbourne/?hl=en\u003c/a> \u003c/p> \u003cp dir=\"ltr\">Sharon Osbourne: \u003ca href= \"https://www.instagram.com/sharonosbourne/?hl=en\">https://www.instagram.com/sharonosbourne/?hl=en\u003c/a> \u003c/p> \u003cp dir=\"ltr\">Kelly Obourne: \u003ca href= \"https://www.instagram.com/kellyosbourne/?hl=en\">https://www.instagram.com/kellyosbourne/?hl=en\u003c/a> \u003c/p> \u003cp dir=\"ltr\">Jack Osbourne: \u003ca href= \"https://www.instagram.com/jackosbourne/?hl=en\">https://www.instagram.com/jackosbourne/?hl=en\u003c/a> \u003c/p> \u003cp>\u003cstrong> \u003c/strong>\u003c/p> \u003cp dir=\"ltr\">The Osbournes Podcast Credits:\u003c/p> \u003cp dir=\"ltr\">Peter Glowski, Executive Producer\u003c/p> \u003cp dir=\"ltr\">LB Horschler, Executive in Charge \u003c/p> \u003cp dir=\"ltr\">Hannah Pittman, Producer\u003c/p> \u003cp dir=\"ltr\">Cameron Tagge, Producer, Editor\u003c/p> \u003cp dir=\"ltr\"> \u003c/p> \u003cp> \u003c/p>","startDate":1722924000000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9zdGF0aWMubGlic3luLmNvbS9wL2Fzc2V0cy9iL2UvNy84L2JlNzg4YjJkNjEzNDk4N2Q4OGM0YTY4YzNkZGJjNGYyL3Nob3ctY292ZXIuanBlZw"},{"id":200745518,"podcastId":31112393,"podcastSlug":"256-the-osbournes-podcast","title":"Ozzy Apologizes to Britney Spears","duration":3476,"isExplicit":false,"description":"\u003cp>Over 2 Million Butts Love TUSHY. Get 10% off TUSHY with the code OSBOURNES at \u003ca href= \"https://hellotushy.com/OSBOURNES\">https://hellotushy.com/OSBOURNES\u003c/a> #tushypod #sponsor\u003c/p> \u003cp>Visit \u003ca href= \"https://DrStemCell.com\">https://DrStemCell.com\u003c/a> to learn about advanced stem cell treatments\u003c/p> \u003cp>CODE OSBOURNES25 for 25% Exclusive Osbourne content @ \u003ca href= \"http://osbournemediahouse.com/membership\">http://osbournemediahouse.com/membership\u003c/a>\u003c/p> \u003cp>DISCOUNT CODE OSBOURNES25 FOR 25% AT \u003ca href= \"HTTPS://OSBOURNEMEDIAHOUSE.COM\">HTTPS://OSBOURNEMEDIAHOUSE.COM\u003c/a> \u003c/p> \u003cp> \u003c/p> \u003cp>In this episode, the Osbournes dive into various topics including updates on OsborneMediaHouse.com, where they discuss new content and special promotions. They share their favorite celebrities to work with, including memorable moments with Joan Rivers and Chris Evans.\u003c/p> \u003cp>And exactly what you’ve been looking for, Ozzy apologizes to Britney Spears. We love Britney and support her dancing.\u003c/p> \u003cp>The conversation takes an unexpected turn with anecdotes about Donald Trump and Ozzy's intense pre-show rituals. The family also reflects on their unique traditions and on-the-road experiences from Ozzy's rockstar days. They handle some quirky fan questions, discuss recent viral trends like 'Hawk Tuah,’ and conclude with some heartfelt tales about their children's growth and interests.\u003c/p> \u003cp> \u003c/p> \u003cp>Follow Us On: \u003c/p> \u003cp>Exclusive Access to the Osbournes @ \u003ca href= \"https://www.osbournemediahouse.com/\">https://www.osbournemediahouse.com\u003c/a> \u003c/p> \u003cp>Instagram: \u003ca href= \"https://www.instagram.com/theosbournespodcast/\">https://www.instagram.com/theosbournespodcast/\u003c/a> \u003c/p> \u003cp>Tik Tok: \u003ca href= \"https://www.tiktok.com/@osbournemediahouse\">https://www.tiktok.com/@osbournemediahouse\u003c/a>\u003c/p> \u003cp>Facebook: \u003ca href= \"https://www.facebook.com/OsbourneMediaHouse/\">https://www.facebook.com/OsbourneMediaHouse/\u003c/a> \u003c/p> \u003cp>Twitter: \u003ca href= \"https://x.com/OsbourneMedia\">https:/twitter.com/OsbourneMedia\u003c/a> \u003c/p> \u003cp> \u003c/p> \u003cp>🔉 Listen to the audio version on these platforms \u003c/p> \u003cp>Spotify: \u003ca href= \"https://open.spotify.com/show/2zRlkbY42R1wjS2uwnyNDe?si=b7218a754ff94aa0\"> https://open.spotify.com/show/2zRlkbY42R1wjS2uwnyNDe?si=b7218a754ff94aa0\u003c/a> \u003c/p> \u003cp>Apple Podcasts: \u003ca href= \"https://podcasts.apple.com/us/podcast/the-osbournes-podcast/id1348100995\"> https://podcasts.apple.com/us/podcast/the-osbournes-podcast/id1348100995\u003c/a> \u003c/p> \u003cp>Amazon Music: \u003ca href= \"https://music.amazon.com/podcasts/e3edba2d-d91e-42fb-8776-527d4b5b04de/the-osbournes-podcast\"> https://music.amazon.com/podcasts/e3edba2d-d91e-42fb-8776-527d4b5b04de/the-osbournes-podcast\u003c/a> \u003c/p> \u003cp> \u003c/p> \u003cp>Follow the Family: \u003c/p> \u003cp>Ozzy Osbourne: \u003ca href= \"https://www.instagram.com/ozzyosbourne/?hl=en\">https://www.instagram.com/ozzyosbourne/?hl=en\u003c/a> \u003c/p> \u003cp>Sharon Osbourne: \u003ca href= \"https://www.instagram.com/sharonosbourne/?hl=en\">https://www.instagram.com/sharonosbourne/?hl=en\u003c/a> \u003c/p> \u003cp>Kelly Obourne: \u003ca href= \"https://www.instagram.com/kellyosbourne/?hl=en\">https://www.instagram.com/kellyosbourne/?hl=en\u003c/a> \u003c/p> \u003cp>Jack Osbourne: \u003ca href= \"https://www.instagram.com/jackosbourne/?hl=en\">https://www.instagram.com/jackosbourne/?hl=en\u003c/a> \u003c/p> \u003cp> \u003c/p> \u003cp>The Osbournes Podcast Credits:\u003c/p> \u003cp>Peter Glowski, Executive Producer\u003c/p> \u003cp>LB Horschler, Executive in Charge \u003c/p> \u003cp>Cameron Tagge, Producer, Editor\u003c/p> \u003cp>Hannah Pittman, Producer\u003c/p>","startDate":1722330000000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9zdGF0aWMubGlic3luLmNvbS9wL2Fzc2V0cy9iL2UvNy84L2JlNzg4YjJkNjEzNDk4N2Q4OGM0YTY4YzNkZGJjNGYyL3Nob3ctY292ZXIuanBlZw"},{"id":198502792,"podcastId":31112393,"podcastSlug":"256-the-osbournes-podcast","title":"Biden's Exit: Trump Assassination Conspiracies and Jack Black's Tour Drama","duration":2824,"isExplicit":false,"description":"\u003cp class=\"p1\">\u003ca href= \"https://FactorMeals.com/osbournes50\">FactorMeals.com/osbournes50\u003c/a> for 50% off your order of Factor Meals\u003c/p> \u003cp class=\"p1\">visit \u003ca href= \"https://DrStemCell.com\">DrStemCell.com\u003c/a> to learn about advanced stem cell treatments\u003c/p> \u003cp class=\"p1\">CODE OSBOURNES25 for 25% Exclusive Osbourne content @ \u003ca href= \"https://www.youtube.com/redirect?event=video_description&redir_token=QUFFLUhqbDhxQ1lndmdZMmRabnpMQmFvZlhWelV5bk9zZ3xBQ3Jtc0ttT2lXTmV6Y2tTRFFrZ3huM2xUbHlLb2NuWS12em5hdkdIQk5Yc0RSQk5GZTRfT25VemxvaTN6dzNBd3NKQVc2aDJUc1BvbjBBM2d0UFVHZG9ScmppbWJCcXM4SXl0eHVTbVVOaWFGcjBRY0Y1NElObw&q=http%3A%2F%2Fosbournemediahouse.com%2Fmembership&v=ve6XxWlb9Jw\"> http://osbournemediahouse.com/membership\u003c/a>\u003c/p> \u003cp class=\"p1\">\u003cstrong style= \"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;\"> DISCOUNT CODE OSBOURNES25 FOR 25% AT OSBOURNEMEDIAHOUSE.COM\u003c/strong>\u003c/p> \u003cp class=\"p1\">\u003cspan style= \"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;\"> Join the Osbourne family in this exclusive podcast episode as they share a promo code for Osborne Media House and discuss various topics such as family memories, their beloved pets, and Jack's experience with MS. Ozzy Osbourne reflects on regrets about missing fan events, while Sharon talks about her upcoming book. The family also delves into current political events, including the Trump assassination attempt and the state of American politics. This candid conversation covers both lighthearted moments and serious topics like health, wellness, and the pressures of public life. Don’t miss this engaging and personal episode!\u003c/span>\u003c/p> \u003cp class=\"p1\">USE CODE OSBOURNES25 for 25% Exclusive content @ \u003ca href= \"https://www.youtube.com/redirect?event=video_description&redir_token=QUFFLUhqbDhxQ1lndmdZMmRabnpMQmFvZlhWelV5bk9zZ3xBQ3Jtc0ttT2lXTmV6Y2tTRFFrZ3huM2xUbHlLb2NuWS12em5hdkdIQk5Yc0RSQk5GZTRfT25VemxvaTN6dzNBd3NKQVc2aDJUc1BvbjBBM2d0UFVHZG9ScmppbWJCcXM4SXl0eHVTbVVOaWFGcjBRY0Y1NElObw&q=http%3A%2F%2Fosbournemediahouse.com%2Fmembership&v=ve6XxWlb9Jw\">http://osbournemediahouse.com/membership\u003c/a>\u003c/p> \u003cp class=\"p1\"> \u003c/p> \u003cp class=\"p1\">🔉 Listen to the audio version on these platforms:\u003c/p> \u003cp class=\"p1\">Spotify: \u003ca href= \"https://www.youtube.com/redirect?event=video_description&redir_token=QUFFLUhqa2xNcnF5bWVBdld0WHNRYW5QUGpSbzNhaE53d3xBQ3Jtc0tsRlRRT3lYYXlFUEhBYXNtcEdDM1g4ZmdNdDhQS0ZLX2RycGd6Yk95TXdncDN4cVpUUG10UEd3UzMxd0t1Q0Q5cGZpTlBFM2xBbXRrZ1ZhNFl3dHdzYzkzNXpValE5RHYzZVVLanh5ZW5CVnV1UGJZaw&q=https%3A%2F%2Fopen.spotify.com%2Fshow%2F2zRlkbY42R1wjS2uwnyNDe%3Fsi%3Db7218a754ff94aa0&v=ve6XxWlb9Jw\"> https://open.spotify.com/show/2zRlkbY...\u003c/a>\u003c/p> \u003cp class=\"p1\">Apple Podcasts: \u003ca href= \"https://www.youtube.com/redirect?event=video_description&redir_token=QUFFLUhqbmdIX1FKcFdXd0JtNFgwZXNTMjVxSHQxYS1jUXxBQ3Jtc0trV0NFSVUzbUtkNnhraURjbldKdEktVWdRUHA5NU8yODN6MHU1VHVMMWpET3EzejdLWkpCOTdqWUctQUtLVEh1ZUpnMkMydlFjOVZuTlZRNzc2dHNWZjk1cGZaVWxNdTBPUURGOUZ4REFCMTJsZTgzdw&q=https%3A%2F%2Fpodcasts.apple.com%2Fus%2Fpodcast%2Fthe-osbournes-podcast%2Fid1348100995&v=ve6XxWlb9Jw\"> https://podcasts.apple.com/us/podcast...\u003c/a>\u003c/p> \u003cp class=\"p1\">Amazon Music: \u003ca href= \"https://www.youtube.com/redirect?event=video_description&redir_token=QUFFLUhqa1dwS1k0N2g1UHlLMUdZTkw3UTJ2ZDJYNmhpUXxBQ3Jtc0trLVFPUGFFN2xqc3ZaVDV2VGJCT3lscEhsQW9ndkUxVGZIN3lkbmpHa1B4STgtZmpNMTM3U2dRLTBJb19IRS0zNFdTbnNBbEx6NjNIS3hZUS1VVTVxeEtCWTJGN2hjQS13WU5VblBKY3ROaEdXRk1xWQ&q=https%3A%2F%2Fmusic.amazon.com%2Fpodcasts%2Fe3edba2d-d91e-42fb-8776-527d4b5b04de%2Fthe-osbournes-podcast&v=ve6XxWlb9Jw\"> https://music.amazon.com/podcasts/e3e...\u003c/a>\u003cspan class= \"Apple-converted-space\"> \u003c/span>\u003c/p> \u003cp class=\"p1\"> \u003c/p> \u003cp class=\"p1\">Follow the Family:\u003c/p> \u003cp class=\"p1\">Ozzy Osbourne: \u003ca href= \"https://www.youtube.com/redirect?event=video_description&redir_token=QUFFLUhqazRjaUdNaWhKeXJvVTUzQUVjMHdCN","startDate":1721714400000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9zdGF0aWMubGlic3luLmNvbS9wL2Fzc2V0cy9iL2UvNy84L2JlNzg4YjJkNjEzNDk4N2Q4OGM0YTY4YzNkZGJjNGYyL3Nob3ctY292ZXIuanBlZw"},{"id":196625221,"podcastId":31112393,"podcastSlug":"256-the-osbournes-podcast","title":"Are The Osbournes Leaving Hollywood?","duration":2991,"isExplicit":false,"description":"\u003cp class=\"p1\">\u003ca href= \"https://www.youtube.com/redirect?event=video_description&redir_token=QUFFLUhqblR0cjFMR01uTjlzektqS053TTlXNTVITlcyZ3xBQ3Jtc0tuUG0tRkF4VTZjNnVMNUtFWkVXeVB1WG1TaVM4eHhvTzJpcWxwdGkyRXBPbkZvVmJOQ0F3NEVrLV95RkJybF9CVEJWVDQxMHhVYlVkSDBXNmRzV2NkQXdiM0pQWHpTc2JPQzluRDVvX2VoNElmYzA1RQ&q=https%3A%2F%2Fliquiddeath.com%2FOSBOURNES&v=wdB4dbHhFX4\"> https://liquiddeath.com/OSBOURNES\u003c/a> SNAG THE BEST DRINKS IN TOWN\u003c/p> \u003cp class=\"p1\">\u003ca href= \"https://TryFum.com/osbournes\">https://TryFum.com/osbournes\u003c/a> and get a FREE GIFT with the JOURNEY PACK today\u003c/p> \u003cp class=\"p1\">USE CODE HAM25 for 25% Exclusive Osbourne content @ \u003ca href= \"https://www.youtube.com/redirect?event=video_description&redir_token=QUFFLUhqbDhxQ1lndmdZMmRabnpMQmFvZlhWelV5bk9zZ3xBQ3Jtc0ttT2lXTmV6Y2tTRFFrZ3huM2xUbHlLb2NuWS12em5hdkdIQk5Yc0RSQk5GZTRfT25VemxvaTN6dzNBd3NKQVc2aDJUc1BvbjBBM2d0UFVHZG9ScmppbWJCcXM4SXl0eHVTbVVOaWFGcjBRY0Y1NElObw&q=http%3A%2F%2Fosbournemediahouse.com%2Fmembership&v=ve6XxWlb9Jw\">http://osbournemediahouse.com/membership\u003c/a>\u003c/p> \u003cp class=\"p1\"> \u003c/p> \u003cp class=\"p1\">\u003cstrong style= \"font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;\"> DISCOUNT CODE HAM25 FOR 25% AT OSBOURNEMEDIAHOUSE.COM\u003c/strong>\u003c/p> \u003cp class=\"p1\"> \u003c/p> \u003cp class=\"p1\">Today on this action packed Osbourne epic podcast spectacular, the fam answers fan questions, and later reminisce about stolen jewelry, discuss health, and share memories of the British royal family. They also talk about their favorite British shows and traditions, and ponder future visits back to England. Enjoy exclusive content and humorous family banter throughout the episode. Don't miss their shout-out to OsbourneMediaHouse.com for more content, merch, and early access to their shows.\u003c/p> \u003cp class=\"p1\"> \u003c/p> \u003cp class=\"p1\">Visit OsbourneMediaHouse.com for AD FREE exclusive content.\u003c/p> \u003cp class=\"p1\"> \u003c/p> \u003cp class=\"p1\">🔉 Listen to the audio version on these platforms:\u003c/p> \u003cp class=\"p1\">Spotify: \u003ca href= \"https://www.youtube.com/redirect?event=video_description&redir_token=QUFFLUhqa2xNcnF5bWVBdld0WHNRYW5QUGpSbzNhaE53d3xBQ3Jtc0tsRlRRT3lYYXlFUEhBYXNtcEdDM1g4ZmdNdDhQS0ZLX2RycGd6Yk95TXdncDN4cVpUUG10UEd3UzMxd0t1Q0Q5cGZpTlBFM2xBbXRrZ1ZhNFl3dHdzYzkzNXpValE5RHYzZVVLanh5ZW5CVnV1UGJZaw&q=https%3A%2F%2Fopen.spotify.com%2Fshow%2F2zRlkbY42R1wjS2uwnyNDe%3Fsi%3Db7218a754ff94aa0&v=ve6XxWlb9Jw\"> https://open.spotify.com/show/2zRlkbY...\u003c/a>\u003c/p> \u003cp class=\"p1\">Apple Podcasts: \u003ca href= \"https://www.youtube.com/redirect?event=video_description&redir_token=QUFFLUhqbmdIX1FKcFdXd0JtNFgwZXNTMjVxSHQxYS1jUXxBQ3Jtc0trV0NFSVUzbUtkNnhraURjbldKdEktVWdRUHA5NU8yODN6MHU1VHVMMWpET3EzejdLWkpCOTdqWUctQUtLVEh1ZUpnMkMydlFjOVZuTlZRNzc2dHNWZjk1cGZaVWxNdTBPUURGOUZ4REFCMTJsZTgzdw&q=https%3A%2F%2Fpodcasts.apple.com%2Fus%2Fpodcast%2Fthe-osbournes-podcast%2Fid1348100995&v=ve6XxWlb9Jw\"> https://podcasts.apple.com/us/podcast...\u003c/a>\u003c/p> \u003cp class=\"p1\">Amazon Music: \u003ca href= \"https://www.youtube.com/redirect?event=video_description&redir_token=QUFFLUhqa1dwS1k0N2g1UHlLMUdZTkw3UTJ2ZDJYNmhpUXxBQ3Jtc0trLVFPUGFFN2xqc3ZaVDV2VGJCT3lscEhsQW9ndkUxVGZIN3lkbmpHa1B4STgtZmpNMTM3U2dRLTBJb19IRS0zNFdTbnNBbEx6NjNIS3hZUS1VVTVxeEtCWTJGN2hjQS13WU5VblBKY3ROaEdXRk1xWQ&q=https%3A%2F%2Fmusic.amazon.com%2Fpodcasts%2Fe3edba2d-d91e-42fb-8776-527d4b5b04de%2Fthe-osbournes-podcast&v=ve6XxWlb9Jw\"> https://music.amazon.com/podcasts/e3e...\u003c/a>\u003cspan class= \"Apple-converted-space\"> \u003c/span>\u003c/p> \u003cp class=\"p1\"> \u003c/p> \u003cp class=\"p1\">Follow the Family:\u003c/p> \u003cp class=\"p1\">Ozzy Osbourne: \u003ca href= \"https://www.youtube.com/redirect?event=video_description&redir_token=QUFFLUhqazRjaUdNaWhKeXJvVTUzQUVjMHdCNEhDa1drQXxBQ3Jtc0tsRkRCSUNCWEdBWGluQ1lUMUFpZFNuWDJNWlRQVVhYdEpjRkhGVXlTMFlubDBKNmtzV0VFa0p2QUpIX3ZRazJjcnhVOHRnckpnSmhmeW4wbGxDM2QxWEVPMlRQX0hqbzREM2ZXbFlsdzJWX2dvdTBTZw&q=https%3A%2F%2Fwww.instagram.com%2Fozzyosbourne%2F%3Fhl%3Den&v=ve6XxWlb9Jw\"> https://www.instagram.com/ozzyosbourn...\u003c/a>\u003c/p> \u003cp class=\"p1\">Sharon Os","startDate":1721109600000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9zdGF0aWMubGlic3luLmNvbS9wL2Fzc2V0cy9iL2UvNy84L2JlNzg4YjJkNjEzNDk4N2Q4OGM0YTY4YzNkZGJjNGYyL3Nob3ctY292ZXIuanBlZw"},{"id":195476372,"podcastId":31112393,"podcastSlug":"256-the-osbournes-podcast","title":"Ozzy’s Ultimate Dream Band | Fan Questions Answered","duration":3858,"isExplicit":true,"description":"\u003cp>\u003cspan class=\"yt-core-attributed-string--link-inherit-color\" dir= \"auto\">\u003ca class= \"yt-core-attributed-string__link yt-core-attributed-string__link--call-to-action-color\" tabindex=\"0\" href= \"https://www.youtube.com/redirect?event=video_description&redir_token=QUFFLUhqbm10aFFwUmFSckNOMmh1NlRHbXVpWnpQelQ3Z3xBQ3Jtc0tta3lNZUVUMmhJSnBDeE40cG5IYVp1ZWhSRzExM3dLS1phcHJBSk9ZUGFNVlVRa3JFN0ZLTkd0Sk03OHJ6MkEzNkhEX0dGNEhLemJ3VGR4aFJlbUlZOVZ4bXVfQjl3dURrSVRiaWJkdVJnUThBc1JzNA&q=https%3A%2F%2Fliquiddeath.com%2FOSBOURNES&v=4T6bYPdZVFY\" target=\"_blank\" rel= \"nofollow noopener\">https://liquiddeath.com/OSBOURNES\u003c/a>\u003c/span> \u003cspan class=\"yt-core-attributed-string--link-inherit-color\" dir= \"auto\">SNAG THE BEST DRINKS IN TOWN QUICK\u003c/span>\u003c/p> \u003cp>\u003cspan class=\"yt-core-attributed-string--link-inherit-color\" dir= \"auto\">\u003ca class= \"yt-core-attributed-string__link yt-core-attributed-string__link--call-to-action-color\" tabindex=\"0\" href= \"https://www.youtube.com/redirect?event=video_description&redir_token=QUFFLUhqbFI5dkpmYWRWNWVFdzFlUGtuVmpHaVh1T2tud3xBQ3Jtc0ttOEpvaXhYdjJhRmVGVHBsYktzc2trNFUtdlo4aDVob1pWM1dMX2ZKMDd6MVQ1RkhoRlpqa194c2hfc1FJS1RhWEY5V3hMcXFfZm1UcG1Cc19CSWJ5Ync3VWE5MWFZVG5DaUY0NzRtQTMzUUhlYkpjRQ&q=https%3A%2F%2Fbluechew.com%2F&v=_enFgMqV87k\" target=\"_blank\" rel= \"nofollow noopener\">https://bluechew.com\u003c/a>\u003c/span> \u003cspan class= \"yt-core-attributed-string--link-inherit-color\" dir=\"auto\">- try BlueChew FREE with CODE Osbournes \u003c/span>\u003c/p> \u003cp>USE CODE HAM25 FOR 25% EXCLUSIVE CONTENT @ \u003cspan class=\"\" dir= \"auto\">\u003ca href= \"https://www.osbournemediahouse.com/membership\">https://www.osbournemediahouse.com/membership\u003c/a>\u003c/span>\u003c/p> \u003cp>GET YOUR OSBOURNE MERCH @ \u003cspan class=\"\" dir= \"auto\">\u003ca class= \"yt-core-attributed-string__link yt-core-attributed-string__link--call-to-action-color\" tabindex=\"0\" href= \"https://www.youtube.com/redirect?event=comments&redir_token=QUFFLUhqa2UyTnc4NzZIWWdHR05DS1ZMYXdJTUtGLTFJd3xBQ3Jtc0trLWsxbkJhTlJYejY2dDM0NWxFakt3VmxYS1NyQm9NWjJaVGpFenVrenZTcVpxVXVNYnMxNzZlSTBSQWlIcnpSQ3ZOSDRDV2dzOTF1SEYzQkVORU9HVVF3LVJnbmE2ck5ZY0Y4aEl3N3I4TExjcnFSNA&q=https%3A%2F%2Fwww.osbournemediahouse.com%2Fmerch\" target=\"_blank\" rel= \"nofollow noopener\">https://www.osbournemediahouse.com/merch\u003c/a>\u003c/span>\u003c/p> \u003cp>The Osbourne fam is back and answering YOUR fan questions: including Ozzy's dream band members and fast food favorites. The conversation flows into hilarious personal stories and memories about travel, dealing with airport mishaps, favorite snacks, and more. The family also discusses their travel essentials and the unpredictable nature of flying, complete with humorous anecdotes and past travel experiences. \u003c/p> \u003cp class=\"p1\">** DISCOUNT CODE HAM25 FOR 25% AT \u003ca href= \"https://OSBOURNEMEDIAHOUSE.COM\">OSBOURNEMEDIAHOUSE.COM\u003c/a>\u003c/p> \u003cp dir=\"ltr\"> \u003c/p> \u003cp dir=\"ltr\">Follow Us On: \u003c/p> \u003cp dir=\"ltr\">Instagram: \u003ca href= \"https://www.instagram.com/theosbournespodcast/\">https://www.instagram.com/theosbournespodcast/\u003c/a>\u003c/p> \u003cp dir=\"ltr\">Tik Tok: \u003ca href= \"https://www.tiktok.com/@osbournemediahouse\">https://www.tiktok.com/@osbournemediahouse\u003c/a>\u003c/p> \u003cp dir=\"ltr\">Facebook: \u003ca href= \"https://www.facebook.com/OsbourneMediaHouse/\">https://www.facebook.com/OsbourneMediaHouse/\u003c/a>\u003c/p> \u003cp dir=\"ltr\">Twitter: \u003ca href= \"https://twitter.com/OsbourneMedia\">https://twitter.com/OsbourneMedia\u003c/a>\u003c/p> \u003cp dir=\"ltr\"> \u003c/p> \u003cp dir=\"ltr\">🔉 Listen to the audio version on these platforms \u003c/p> \u003cp dir=\"ltr\">Spotify: \u003ca href= \"https://open.spotify.com/show/2zRlkbY42R1wjS2uwnyNDe?si=b7218a754ff94aa0\">https://open.spotify.com/show/2zRlkbY42R1wjS2uwnyNDe?si=b7218a754ff94aa\u003c/a>\u003c/p> \u003cp dir=\"ltr\">Apple Podcasts: \u003ca href= \"https://podcasts.apple.com/us/podcast/the-osbournes-podcast/id1348100995\">https://podcasts.apple.com/us/podcast/the-osbournes-podcast/id1348100995\u003c/a>\u003c/p> \u003cp dir=\"ltr\">Amazon Music: \u003ca href= \"https://music.amazon.com/podcasts/e3edba2d-d91e-42fb-8776-527d4b5b04de/the-osbournes-podcast\">https://music.amazon.com/podcasts/e3edba2d-d91e-42fb-8776-527d4b5b04de/the-osbour","startDate":1720504800000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9zdGF0aWMubGlic3luLmNvbS9wL2Fzc2V0cy9iL2UvNy84L2JlNzg4YjJkNjEzNDk4N2Q4OGM0YTY4YzNkZGJjNGYyL3Nob3ctY292ZXIuanBlZw"},{"id":193033104,"podcastId":31112393,"podcastSlug":"256-the-osbournes-podcast","title":"Sharon's Demon Attack: How The Osbourne's Survived Ghostly Encounters","duration":3420,"isExplicit":false,"description":"\u003cp>\u003ca href= \"https://butcherbox.com/osbournes\">https://butcherbox.com/osbournes\u003c/a> - code Osbournes, free offer & $20 off\u003c/p> \u003cp>USE CODE HAM25 for 25% Exclusive Osbourne content @ \u003ca href= \"http://osbournemediahouse.com/membership\">http://osbournemediahouse.com/membership\u003c/a> \u003c/p> \u003cp> \u003c/p> \u003cp>** DISCOUNT CODE HAM25 FOR 25% AT OSBOURNEMEDIAHOUSE.COM **\u003c/p> \u003cp> \u003c/p> \u003cp>We're talking all things ghosts in this episode of The Osbourne's Podcast. But before the spook, we're answering some fan questions and heartfelt thank-you notes. Kelly discuses her baby's interactions with Sid and the Slipknot mask. Jack shares his memories of his 'Dawson's Creek' cameos, and Ozzy talks about his painting process. And later... SPOOK. Everyone shares there paranormal experiences, including Sharon's unsettling incident during a spirit channeling experiment, and various ghost tales recounting the spooky encounters they've had over the years. The fam watches and reacts to clips from Jack Osbourne's Night of Terror, World Detour, Adrenaline Junkie, and more. Tune in and get spooped!\u003c/p> \u003cp> \u003c/p> \u003cp>Follow Us On:\u003c/p> \u003cp>Exclusive Access to the Osbournes @ \u003ca href= \"https://www.osbournemediahouse.com\">https://www.osbournemediahouse.com\u003c/a>\u003c/p> \u003cp>Instagram: \u003ca href= \"https://www.instagram.com/theosbournespodcast/\">https://www.instagram.com/theosbournespodcast/\u003c/a>\u003c/p> \u003cp>Tik Tok: \u003ca href= \"https://www.tiktok.com/@theosbournespodcast\">https://www.tiktok.com/@theosbournespodcast\u003c/a>\u003c/p> \u003cp>Facebook: \u003ca href= \"https://www.facebook.com/TheOsbournesPodcast/\">https://www.facebook.com/TheOsbournesPodcast/\u003c/a>\u003c/p> \u003cp>Twitter: \u003ca href= \"https://twitter.com/OsbournePodcast\">https://twitter.com/OsbournePodcast\u003c/a> \u003c/p>","startDate":1719896400000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9zdGF0aWMubGlic3luLmNvbS9wL2Fzc2V0cy9iL2UvNy84L2JlNzg4YjJkNjEzNDk4N2Q4OGM0YTY4YzNkZGJjNGYyL3Nob3ctY292ZXIuanBlZw"}]}},{"id":119406777,"title":"The Metallica Report","description":"Keep up with all things Metallica by going straight to the source. Now you can get your news directly from those entrenched in the band’s own Northern California headquarters. This weekly report is hosted by Steffan Chirazi and Renée Richardson, two members of the Metallica Camp. Steffan is a long-time rock scribe and editor of the band’s online mag, So What!, whose days covering Metallica began in the 1980s with the British music magazines Sounds and Kerrang! Renée is the Director of Philanthropy for the band’s foundation, All Within My Hands, and also has a storied background in music as a well-known Bay Area radio personality. Each week will sound a little different, but you’ll always remain in the loop. Steffan and Renée will keep you posted with the latest news and updates from Metallica HQ and the road as the M72 Tour makes its way around the world. They’ll bring you mini-features for a little peek behind the curtain, and you’ll learn bits of info you won’t find anywhere else through chats with everyone from members of the road crew to poster artists, from fans to band members themselves! They won’t just tell you what you need to know; they’ll also get to the bottom of what you want to find out! Listeners can submit questions, and Steffan and Renée will get to work finding answers. You’ll enjoy all of this and more with The Metallica Report, your quick, weekly fix covering our most relevant topics of the day. A proud part of Pantheon Podcasts Produced by Pantheon Media & PopCult Executive Producers: Marc Reiter, Vickie Strate, Doug Oswandel Written by: Steffan Chirazi & Renee Richardson Production Coordinator: Lane Watson","lastUpdated":1707800655,"slug":"269-the-metallica-report","isExternal":true,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9tZWdhcGhvbmUuaW1naXgubmV0L3BvZGNhc3RzL2E0MzlhMjUwLTI3M2ItMTFlZS1iOWY1LTBiNDBkNjA1MDJjMi9pbWFnZS9NZXRhbGxpY2FfUmVwb3J0XzMwMDB4MzAwMC5wbmc_aXhsaWI9cmFpbHMtNC4zLjEmbWF4LXc9MzAwMCZtYXgtaD0zMDAwJmZpdD1jcm9wJmF1dG89Zm9ybWF0LGNvbXByZXNz","episodes":{"pageInfo":{"nextCursor":"AAAAAgAAAAEAAAAJc3RhcnREYXRlAAAABGRlc2P_AAAAABCh3kkAAAGXOOGfgA"},"items":[{"id":288044469,"podcastId":119406777,"podcastSlug":"269-the-metallica-report","title":"Episode 105: A Chat Between Bob Rock & Dan Nykolayko (Part 1)","duration":1902,"isExplicit":false,"description":"This week on The Metallica Report…\n\n\n\nSteff and Renée cede microphones to Bob Rock and Dan Nykolayko. In this first installment of a two-part discussion, we hear about Bob’s creative journey with Metallica, his recollections of the Load era, and a few studio stories.\n\n\n\nThe Metallica Report – your official, weekly guide for all things Metallica, straight from the source. \n\n\n\nNew episode every Wednesday.\n\nMusic from The Metallica Report: metallica.lnk.to/TMR-music\n\nOverLoad in The Metallica Black Box: metallica.com/museum\n\nUpcoming Tour Dates: metallica.com/tour\n\nWanna be featured on a future episode? Submit your questions or comments: metallica.com/podcast\nLearn more about your ad choices. Visit megaphone.fm/adchoices","startDate":1753844400000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9tZWdhcGhvbmUuaW1naXgubmV0L3BvZGNhc3RzL2E0MzlhMjUwLTI3M2ItMTFlZS1iOWY1LTBiNDBkNjA1MDJjMi9pbWFnZS9NZXRhbGxpY2FfUmVwb3J0XzMwMDB4MzAwMC5wbmc_aXhsaWI9cmFpbHMtNC4zLjEmbWF4LXc9MzAwMCZtYXgtaD0zMDAwJmZpdD1jcm9wJmF1dG89Zm9ybWF0LGNvbXByZXNz"},{"id":287271654,"podcastId":119406777,"podcastSlug":"269-the-metallica-report","title":"Episode 104: Jason Newsted on The Load Era","duration":1383,"isExplicit":false,"description":"This week on The Metallica Report…\n\n\n\nSteff and Renée hear from Jason Newsted, who brings his trademark honesty and enthusiasm to a chat about Metallica’s Load era. Enjoy his unique perspective on the band’s adventures in Tuktoyaktuk, the Sausalito recording sessions, and preparing for the rigors of Poor Touring Me.\n\n\n\nThe Metallica Report – your official, weekly guide for all things Metallica, straight from the source.\n\n\n\nNew episode every Wednesday.\n\n\n\nMusic from The Metallica Report: metallica.lnk.to/TMR-music\n\nOverLoad in The Metallica Black Box: metallica.com/museum\n\nUpcoming Tour Dates: metallica.com/tour\n\nWanna be featured on a future episode? Submit your questions or comments: metallica.com/podcast\nLearn more about your ad choices. Visit megaphone.fm/adchoices","startDate":1753239600000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9tZWdhcGhvbmUuaW1naXgubmV0L3BvZGNhc3RzL2E0MzlhMjUwLTI3M2ItMTFlZS1iOWY1LTBiNDBkNjA1MDJjMi9pbWFnZS9NZXRhbGxpY2FfUmVwb3J0XzMwMDB4MzAwMC5wbmc_aXhsaWI9cmFpbHMtNC4zLjEmbWF4LXc9MzAwMCZtYXgtaD0zMDAwJmZpdD1jcm9wJmF1dG89Zm9ybWF0LGNvbXByZXNz"},{"id":286135079,"podcastId":119406777,"podcastSlug":"269-the-metallica-report","title":"Episode 103: Fans Put Together A Deep-Dive Playlist","duration":1757,"isExplicit":false,"description":"This week on The Metallica Report…\n\nRenée and Steff are delighted to showcase a fan-crafted deep-dive playlist, each featuring uniquely personal reasons for inclusion. We hear from Simon Cloutier, Ola Aarrestad, Ron Clark, Raquel Saddler, and Sarah and Pete Sobek about the special cuts that mean so much to them. Plus, from an undisclosed location in Vaultsville, we hear a special-edition DanLoad previewing the latest Metallica Black Box exhibit: OverLoad.\n\nThe Metallica Report – your official, weekly guide for all things Metallica, straight from the source.\n\nNew episode every Wednesday.\n\nMusic from The Metallica Report: metallica.lnk.to/TMR-music\n\nOverLoad in The Metallica Black Box: metallica.com/museum\n\nUpcoming Tour Dates: metallica.com/tour\n\nWanna be featured on a future episode? Submit your questions or comments: metallica.com/podcast\nLearn more about your ad choices. Visit megaphone.fm/adchoices","startDate":1752634800000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9tZWdhcGhvbmUuaW1naXgubmV0L3BvZGNhc3RzL2E0MzlhMjUwLTI3M2ItMTFlZS1iOWY1LTBiNDBkNjA1MDJjMi9pbWFnZS9NZXRhbGxpY2FfUmVwb3J0XzMwMDB4MzAwMC5wbmc_aXhsaWI9cmFpbHMtNC4zLjEmbWF4LXc9MzAwMCZtYXgtaD0zMDAwJmZpdD1jcm9wJmF1dG89Zm9ybWF0LGNvbXByZXNz"},{"id":284977182,"podcastId":119406777,"podcastSlug":"269-the-metallica-report","title":"Episode 102: Back To The Beginning - Farewell to Black Sabbath & Ozzy Osbourne featuring Robert Trujillo","duration":1601,"isExplicit":false,"description":"The week of July 9, 2025 on The Metallica Report…\n\nRenée and Steff talk all things Back To The Beginning, the Black Sabbath reunion and farewell show. Steff brings us through Birmingham and backstage at Villa Park, catching the celebratory vibe of happy homage in the days leading up to and including the main event. Robert Trujillo, the man with a uniquely personal working relationship with the Prince of Darkness, shares some insight before and immediately after the gig. Plus, we hear from Luis and Lillian, the winners of our Back to the Beginning Fandiem Sweepstakes benefitting All Within My Hands.\n\nThe Metallica Report – your official, weekly guide for all things Metallica, straight from the source. \n\nNew episode every Wednesday.\n\nBlack Sabbath: blacksabbath.com \n\nBack to the Beginning: backtothebeginning.com \n\nBehind the Scenes at Back to the Beginning: instagram.com/p/DLx2iA8zD7u \n\nUpcoming Tour Dates: metallica.com/tour \n\nMusic from The Metallica Report: metallica.lnk.to/TMR-music \n\nWanna be featured on a future episode? Submit your questions or comments:metallica.com/podcast\nLearn more about your ad choices. Visit megaphone.fm/adchoices","startDate":1752030000000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9tZWdhcGhvbmUuaW1naXgubmV0L3BvZGNhc3RzL2E0MzlhMjUwLTI3M2ItMTFlZS1iOWY1LTBiNDBkNjA1MDJjMi9pbWFnZS9NZXRhbGxpY2FfUmVwb3J0XzMwMDB4MzAwMC5wbmc_aXhsaWI9cmFpbHMtNC4zLjEmbWF4LXc9MzAwMCZtYXgtaD0zMDAwJmZpdD1jcm9wJmF1dG89Zm9ybWF0LGNvbXByZXNz"},{"id":283727167,"podcastId":119406777,"podcastSlug":"269-the-metallica-report","title":"Episode 101: All Hail Black Sabbath & Ozzy - James, Lars, Kirk, and Robert Share Stories Ahead of Sabbath’s Legendary Farewell Appearance","duration":1863,"isExplicit":false,"description":"The week of July 2, 2025 on The Metallica Report…\n\nMetallica is just days away from performing at Back To The Beginning, Black Sabbath’s long-awaited reunion and farewell show in Birmingham, England, with a heavy-hitting lineup of Sabbath-admirers. Ramping up in the excitement, Steff and Renée hear James, Lars, Kirk, and Robert share their earliest memories of hearing Sabbath’s mighty music. Robert also shares his true behind-the-scenes insight into what it's like to tour, play, and write with Ozzy, and offers a personal perspective on what makes him such a special artist and person.\n\n The Metallica Report – your official,\nweekly guide for all things Metallica, straight from the source. New episode every Wednesday.\n\n Black Sabbath: blacksabbath.com \n\nBack to the Beginning: backtothebeginning.com \n\nBlack Sabbath Rock and Roll Hall of\nFame Induction Speech: youtu.be/AAlUd3MTNWA\n\nMetallica - “Iron Man - Live” R&R\nHOF Induction: youtu.be/NvNdYRDCe4w\n\nMetallica - “Sabbra Cadabra” - Garage,\nInc.: youtu.be/K5Wv0Yty1z4\n\nInfectious Grooves ft. Ozzy Osbourne -\n“Therapy”: youtu.be/h4eqC3DX_oE?si=akxJa-l61kcah5nZ \n\nRobert in Ozzy’s Band -\n\"Believer\" at Budokan 2002: youtu.be/FUI7Au4MxQo\n\nUpcoming Tour Dates: metallica.com/tour \n\nMusic from The Metallica Report: metallica.lnk.to/TMR-music \n\nWanna be featured on a future episode?\nSubmit your questions or comments: metallica.com/podcast\nLearn more about your ad choices. Visit megaphone.fm/adchoices","startDate":1751425200000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9tZWdhcGhvbmUuaW1naXgubmV0L3BvZGNhc3RzL2E0MzlhMjUwLTI3M2ItMTFlZS1iOWY1LTBiNDBkNjA1MDJjMi9pbWFnZS9NZXRhbGxpY2FfUmVwb3J0XzMwMDB4MzAwMC5wbmc_aXhsaWI9cmFpbHMtNC4zLjEmbWF4LXc9MzAwMCZtYXgtaD0zMDAwJmZpdD1jcm9wJmF1dG89Zm9ybWF0LGNvbXByZXNz"},{"id":282808484,"podcastId":119406777,"podcastSlug":"269-the-metallica-report","title":"Episode 100: Roundtable Q&A with James Hetfield, Lars Ulrich, Kirk Hammett, and Robert Trujillo","duration":1838,"isExplicit":false,"description":"The week of June 25, 2025 on The Metallica Report…\n\nSteff and Renée celebrate 100 episodes of The Metallica Report! \n\nJoining them for this major milestone are James, Lars, Kirk, and Robert for a roundtable-style question and answer session fueled by fan submissions. \n\nIt’s fun, loose, and engaging—the quintessential Metalli-chat vibe. \n\nThe Metallica Report – your official, weekly guide for all things Metallica, straight from the source. \n\nNew episode every Wednesday.Upcoming Tour Dates: metallica.com/tour \n\nM72 map - m72map.metallica.com \n\nLoad Remastered Pre-Order & Merch - https://www.metallica.com/store/load-remastered \n\nMetallica Saved My Life - https://www.fathomentertainment.com/metallica-saved-my-life \n\nMusic from The Metallica Report: metallica.lnk.to/TMR-music \n\nWanna be featured on a future episode? Submit your questions or comments: http://metallica.com/podcast\nLearn more about your ad choices. Visit megaphone.fm/adchoices","startDate":1750838400000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9tZWdhcGhvbmUuaW1naXgubmV0L3BvZGNhc3RzL2E0MzlhMjUwLTI3M2ItMTFlZS1iOWY1LTBiNDBkNjA1MDJjMi9pbWFnZS9NZXRhbGxpY2FfUmVwb3J0XzMwMDB4MzAwMC5wbmc_aXhsaWI9cmFpbHMtNC4zLjEmbWF4LXc9MzAwMCZtYXgtaD0zMDAwJmZpdD1jcm9wJmF1dG89Zm9ybWF0LGNvbXByZXNz"},{"id":281595646,"podcastId":119406777,"podcastSlug":"269-the-metallica-report","title":"Episode 99: “Metallica Saved My Life” Premiere at Tribeca Festival, featuring Robert Trujillo & Metallica Fans","duration":1566,"isExplicit":false,"description":"The Week of June 18, 2025 on The Metallica Report…\n\nWe report from the Tribeca Festival in New York City, where the band’s new documentary, Metallica Saved My Life, received its official premiere. Robert Trujillo delves into what a team effort this project was, and the Metallica Family stars of the movie — Lina Khatib, Camila Guerrero Diaz, Jose Ochoa, Austin Manning, Valerie Leclerc, and Glenn Nordbø —react to seeing their stories play out on the big screen. \n\nThe Metallica Report – your official, weekly guide for all things Metallica, straight from the source. \n\nNew episode every Wednesday.Metallica Saved My Life - https://www.fathomentertainment.com/metallica-saved-my-life \n\nLoad Remastered Pre-Order & Merch - https://www.metallica.com/store/load-remastered \n\nUpcoming Tour Dates: metallica.com/tour \n\nM72 map - m72map.metallica.com \n\nMusic from The Metallica Report: metallica.lnk.to/TMR-music \n\nWanna be featured on a future episode? Submit your questions or comments: http://metallica.com/podcast\nLearn more about your ad choices. Visit megaphone.fm/adchoices","startDate":1750215600000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9tZWdhcGhvbmUuaW1naXgubmV0L3BvZGNhc3RzL2E0MzlhMjUwLTI3M2ItMTFlZS1iOWY1LTBiNDBkNjA1MDJjMi9pbWFnZS9NZXRhbGxpY2FfUmVwb3J0XzMwMDB4MzAwMC5wbmc_aXhsaWI9cmFpbHMtNC4zLjEmbWF4LXc9MzAwMCZtYXgtaD0zMDAwJmZpdD1jcm9wJmF1dG89Zm9ybWF0LGNvbXByZXNz"},{"id":280786927,"podcastId":119406777,"podcastSlug":"269-the-metallica-report","title":"Bonus Ep: DanLoad Extra! More from Inside the Load Box Set","duration":945,"isExplicit":false,"description":"On Friday the 13th and in honor of release day, Steff & Renée hand it over to Dan Nykolayko — the band’s Director of Digital Content and curator of these massive reissues—to go further into the Load Remastered Deluxe Box Set. Dan discusses the album itself, Atmos mixes, and some never-before-heard Motörhead covers, among many more treasures to discover. There are literally “loads” to enjoy in this Special Edition episode!'\n\nThe Metallica Report – your official, weekly guide for all things Metallica, straight from the source. New episode every Wednesday.\n\nListen to Load Remastered: https://metallica.lnk.to/loadreissue \n\nShop the Album & Merch - https://www.metallica.com/store/load-remastered\nLearn more about your ad choices. Visit megaphone.fm/adchoices","startDate":1749783600000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9tZWdhcGhvbmUuaW1naXgubmV0L3BvZGNhc3RzLzY0ZjU4ZjVjLTQ4MDctMTFmMC1iNmM1LTY3MjIxNGYwMmUzNC9pbWFnZS8xZTQwNDg5ZmRmOTA0YWM2M2YxZWNjYTNkNDY5YzEyNy5qcGc_aXhsaWI9cmFpbHMtNC4zLjEmbWF4LXc9MzAwMCZtYXgtaD0zMDAwJmZpdD1jcm9wJmF1dG89Zm9ybWF0LGNvbXByZXNz"},{"id":280289467,"podcastId":119406777,"podcastSlug":"269-the-metallica-report","title":"Episode 98: James Hetfield & Robert Trujillo, plus the Third DanLoad Installment","duration":1842,"isExplicit":false,"description":"The week of June 11, 2025 on The Metallica Report…\n\nJames and Robert answer a couple of listener questions, addressing their influences, inspiration, and where life might have taken them if they weren’t in Metallica. We also hear the third installment of the DanLoad from Dan Nykolayko, this week exploring the DVDs in the back-breakingly gargantuan Load (Remastered) Deluxe Box Set.\n\nThe Metallica Report – your official, weekly guide for all things Metallica, straight from the source. New episode every Wednesday.\n\nLoad Remastered Pre-Order & Merch - https://www.metallica.com/store/load-remastered \n\nUpcoming Tour Dates: metallica.com/tour \n\nM72 map - m72map.metallica.com \n\nMusic from The Metallica Report: metallica.lnk.to/TMR-music\n\nWanna be featured on a future episode? Submit your questions or comments: http://metallica.com/podcast\nLearn more about your ad choices. Visit megaphone.fm/adchoices","startDate":1749610800000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9tZWdhcGhvbmUuaW1naXgubmV0L3BvZGNhc3RzL2E0MzlhMjUwLTI3M2ItMTFlZS1iOWY1LTBiNDBkNjA1MDJjMi9pbWFnZS9NZXRhbGxpY2FfUmVwb3J0XzMwMDB4MzAwMC5wbmc_aXhsaWI9cmFpbHMtNC4zLjEmbWF4LXc9MzAwMCZtYXgtaD0zMDAwJmZpdD1jcm9wJmF1dG89Zm9ybWF0LGNvbXByZXNz"},{"id":279043657,"podcastId":119406777,"podcastSlug":"269-the-metallica-report","title":"Episode 97: Metallica’s Marching Band Magic & The Latest DanLoad of Unreleased Content","duration":1778,"isExplicit":false,"description":"The week of June 4th, 2025 on The Metallica Report…\n\nSteff & Renée discuss The Metallica Marching Band competition and hear from Virginia Tech’s Athletic Musical Director, Polly Middleton, how The Marching Virginians create their stadium-shaking interpretation of “Enter Sandman.” Then, on this week’s DanLoad, we dive deep into the world of “Shadowcast” and other related Load Deluxe Box Set morsels centering around ideas, rough takes, and alternate versions of the Load album songs.\n\nThe Metallica Report – your official, weekly guide for all things Metallica, straight from the source. New episode every Wednesday.\n\nMetallica Marching Band Competition - https://www.metallicamarchingband.com/ \n\nLoad Remastered Pre-Order & Merch - https://www.metallica.com/store/load-remastered \n\nUpcoming Tour Dates: metallica.com/tour \n\nM72 map - m72map.metallica.com \n\n“Metallica Saved My Life” Film: fathomentertainment.com/metallica-saved-my-life \n\nMusic from The Metallica Report: metallica.lnk.to/TMR-music\nLearn more about your ad choices. Visit megaphone.fm/adchoices","startDate":1749006000000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9tZWdhcGhvbmUuaW1naXgubmV0L3BvZGNhc3RzL2E0MzlhMjUwLTI3M2ItMTFlZS1iOWY1LTBiNDBkNjA1MDJjMi9pbWFnZS9NZXRhbGxpY2FfUmVwb3J0XzMwMDB4MzAwMC5wbmc_aXhsaWI9cmFpbHMtNC4zLjEmbWF4LXc9MzAwMCZtYXgtaD0zMDAwJmZpdD1jcm9wJmF1dG89Zm9ybWF0LGNvbXByZXNz"}]}},{"id":111681346,"title":"This Little Light","description":"Hosted by Flea, founding member and bassist of the Red Hot Chili Peppers, This Little Light is a podcast about falling in love with music. Flea interviews musical guests from all genres to discuss the teachers who guided them, the influences that inspired them, and how the lessons they learned as young musicians have shaped their creativity, resilience, and careers. Guests range from legends to rising stars, and include Rick Rubin, Patti Smith, Thundercat Margo Price, and Cynthia Erivo. The podcast is produced by Cadence13 and Parallel, with proceeds benefiting the Silverlake Conservatory of Music, a Los Angeles-based non-profit that Flea co-founded in 2001.","lastUpdated":1681974564,"slug":"269-this-little-light","isExternal":false,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9tZWdhcGhvbmUuaW1naXgubmV0L3BvZGNhc3RzL2I3NWY4YTZlLWVjMjQtMTFlYy1iMzdmLThmYTEzNzQ1YmZiMi9pbWFnZS9UTExfRklOQUxfMTgwMC5qcGc_aXhsaWI9cmFpbHMtNC4zLjEmbWF4LXc9MzAwMCZtYXgtaD0zMDAwJmZpdD1jcm9wJmF1dG89Zm9ybWF0LGNvbXByZXNz","episodes":{"pageInfo":{"nextCursor":"AAAAAgAAAAEAAAAJc3RhcnREYXRlAAAABGRlc2P_AAAAAAbK1mQAAAGHwKgt4A"},"items":[{"id":118206523,"podcastId":111681346,"podcastSlug":"269-this-little-light","title":"Anthony Kiedis","duration":4959,"isExplicit":false,"description":"Anthony Kiedis’ music education and evolution, from 1. Experimenting with his earliest form of special expression via dance → 2. Meeting Flea in high school and starting his musical journey → 3. Embracing his role as a singer → 4. The RHCP very first show, where they played a single song → 5. Navigating relationships with different producers → 6. Being influenced by Nina Hagen → 7. Meeting John Frusciante and building their creative partnership.\n\nAnthony Kiedis is the vocalist of the Red Hot Chili Peppers. \n\nFollow Silverlake Conservatory of Music at @silverlake_conservatory \nFor more information on Parallel, visit parallel.la\nFollow Cadence13 at @cadence13\nFollow Anthony Kiedis at @chilipeppers\nFollow Flea at @flea333\n \nTo learn more about listener data and our privacy practices visit: https://www.audacyinc.com/privacy-policy\n \n Learn more about your ad choices. Visit https://podcastchoices.com/adchoices","startDate":1688007660000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9tZWdhcGhvbmUuaW1naXgubmV0L3BvZGNhc3RzL2I3NWY4YTZlLWVjMjQtMTFlYy1iMzdmLThmYTEzNzQ1YmZiMi9pbWFnZS9UTExfRklOQUxfMTgwMC5qcGc_aXhsaWI9cmFpbHMtNC4zLjEmbWF4LXc9MzAwMCZtYXgtaD0zMDAwJmZpdD1jcm9wJmF1dG89Zm9ybWF0LGNvbXByZXNz"},{"id":117851222,"podcastId":111681346,"podcastSlug":"269-this-little-light","title":"John Frusciante","duration":6958,"isExplicit":false,"description":"John Frusciante’s music education and evolution, from 1. First picking up an acoustic guitar (that he wished was electric) → 2. His first experiences with teachers, including ones that inspired him and ones that discouraged him → 3. Discovering punk rock in LA → 4. Playing his first show in LA → 5. Joining the RHCP and embracing his own signature style.\n\nJohn Frusciante is the guitarist of the Red Hot Chili Peppers. \n\nFollow Silverlake Conservatory of Music at @silverlake_conservatory \nFor more information on Parallel, visit parallel.la\nFollow Cadence13 at @cadence13\nFollow John Frusciante at @chilipeppers\nFollow Flea at @flea333\n \nTo learn more about listener data and our privacy practices visit: https://www.audacyinc.com/privacy-policy\n \n Learn more about your ad choices. Visit https://podcastchoices.com/adchoices","startDate":1687402860000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9tZWdhcGhvbmUuaW1naXgubmV0L3BvZGNhc3RzL2I3NWY4YTZlLWVjMjQtMTFlYy1iMzdmLThmYTEzNzQ1YmZiMi9pbWFnZS9UTExfRklOQUxfMTgwMC5qcGc_aXhsaWI9cmFpbHMtNC4zLjEmbWF4LXc9MzAwMCZtYXgtaD0zMDAwJmZpdD1jcm9wJmF1dG89Zm9ybWF0LGNvbXByZXNz"},{"id":117431783,"podcastId":111681346,"podcastSlug":"269-this-little-light","title":"Earl Sweatshirt","duration":3060,"isExplicit":false,"description":"Earl Sweatshirt’s music education and evolution, from 1. Growing up in Chicago, lying on his family’s Persian rug listening to jazz, African horns, and gospel music → 2. Being a dad now, watching his son learn rhythm → 3. Learning saxophone in elementary school → 4. Starting writing rap at 16 and also listening to music like Dr. Dre’s ‘Chronic 2001’ and Lil Wayne’s ‘Money on My Mind’ → 5. Visiting his dad in South Africa and starting to write music in earnest in his spare time → 6. Finding inspiration in J. Dilla’s book, Dilla Time.\n\nEarl Sweatshirt is the virtuosic byproduct of Los Angeles’ fertile ground where hip hop sowed its seeds and historic cultural movements were born. The prodigiously-gifted writer, lyricist and producer grew from a zeitgeist of which contemporary collectives in hip hop today are predicated. And while most movements are fleeting as soon as they arrive, Earl pushed forward, documented his growth and self-discovery on record and cemented himself as one of the foremost culturally relevant MC’s in the game, one who never strayed away too far from his Los Angeles beat-scene roots. His debut album Doris arrived in 2013 and introduced the world to a more realized vision from him than his seminal mixtape Earl that was released three years prior when he was just 16-years-old. He followed Doris with the critically-lauded I Don't Like Shit, I Don't Go Outside in 2015, further exploring the depth of his technical dexterity with more swagger than prior releases. Three years later, he released Some Rap Songs in 2018, the tightly wrought album that found a more self-aware and mature Earl in his reflection of being in the public eye since a teenager, coupled with the reconciliation of the death of his father. Enter Feet of Clay, the conceptual 2019 project that continues the written narrative of Earl’s life in today’s societal landscape and world-view in real-time. Fast forward to 2022; Earl returned to the scene with critically acclaimed, SICK!\n\nFollow Silverlake Conservatory of Music at @silverlake_conservatory \nFor more information on Parallel, visit parallel.la\nFollow Cadence13 at @cadence13\nFollow Earl Sweatshirt at @soapmanwun\nFollow Flea at @flea333\n \nTo learn more about listener data and our privacy practices visit: https://www.audacyinc.com/privacy-policy\n \n Learn more about your ad choices. Visit https://podcastchoices.com/adchoices","startDate":1686798060000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9tZWdhcGhvbmUuaW1naXgubmV0L3BvZGNhc3RzL2I3NWY4YTZlLWVjMjQtMTFlYy1iMzdmLThmYTEzNzQ1YmZiMi9pbWFnZS9UTExfRklOQUxfMTgwMC5qcGc_aXhsaWI9cmFpbHMtNC4zLjEmbWF4LXc9MzAwMCZtYXgtaD0zMDAwJmZpdD1jcm9wJmF1dG89Zm9ybWF0LGNvbXByZXNz"},{"id":116823542,"podcastId":111681346,"podcastSlug":"269-this-little-light","title":"Tenacious D","duration":3268,"isExplicit":false,"description":"Tenacious D’s music education and evolution, from 1. Kyle learning to play the flute, and Jack learning piano → 2. Jack meeting his creative hero, Bobby McFerrin, and being inspired to think of his voice as his instrument → 3. Tenacious D being encouraged by Harry Shearer at an early concert → 4. Building a creative process based in acting.\n\nJack Black and Kyle Gass make up the Greatest Band in the World: Tenacious D. The band had a variety series on HBO that aired in 1999. Their self-titled album was released in the fall of 2001 and has since been certified Platinum. The duo completed their first feature film together - Tenacious D in the Pick of Destiny - which was released in November, 2006. The album Rize of the Fenix followed in 2012, receiving a GRAMMY nomination for Best Comedy Album. In 2014, Tenacious D won a GRAMMY Award in the category of Best Metal Performance for their cover of Ronnie James Dio’s “The Last In Line.” On November 2, 2018, Tenacious D released Tenacious D in Post-Apocalypto – an animated film, with each frame hand-drawn by Black and every character voiced by Black and Gass. Alongside the film, the band also dropped the album Post-Apocalypto, which acted as the soundtrack to the series, and a graphic novel in 2020. In 2021 and 2022, the duo released a series of cover songs whose proceeds went to a number of charities, putting their own spin on The Beatles, The Who, and the camp classic “The Time Warp.” They also launched their own fiber bars line in conjunction with NuGo Nutrition called Tenacious D Fiber d’Lish. Up next was the Audible Original Words + Music | Vol. 29 | Tenacious D’s The Road To Redunktion, featuring 30 years of never-before-heard archival audio, and bringing to life every anecdote with a docu-quality that places listeners right then and there. Tenacious D continues to sell out massive shows across the world, which should come as no surprise for the Greatest Band That Ever Played on Planet Earth. \n\nFollow Silverlake Conservatory of Music at @silverlake_conservatory \nFor more information on Parallel, visit parallel.la\nFollow Cadence13 at @cadence13\nFollow Tenacious D at @tenaciousd\nFollow Flea at @flea333\n \nTo learn more about listener data and our privacy practices visit: https://www.audacyinc.com/privacy-policy\n \n Learn more about your ad choices. Visit https://podcastchoices.com/adchoices","startDate":1686193260000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9tZWdhcGhvbmUuaW1naXgubmV0L3BvZGNhc3RzL2I3NWY4YTZlLWVjMjQtMTFlYy1iMzdmLThmYTEzNzQ1YmZiMi9pbWFnZS9UTExfRklOQUxfMTgwMC5qcGc_aXhsaWI9cmFpbHMtNC4zLjEmbWF4LXc9MzAwMCZtYXgtaD0zMDAwJmZpdD1jcm9wJmF1dG89Zm9ybWF0LGNvbXByZXNz"},{"id":116311686,"podcastId":111681346,"podcastSlug":"269-this-little-light","title":"Cory Henry","duration":2380,"isExplicit":false,"description":"Cory Henry’s music education and evolution, from 1. Watching his mom perform as choir director and lead musician at his church in Brooklyn and eventually playing with the choir by age five → 2. In high school joining the jazz band and going to the Village Underground open mic nights for soul and gospel music → 3. Expanding his taste beyond gospel to include hip hop → 4. Playing with Snarky Puppy and living a scrappy existence; doing it for the love, not the money.\n\nSimply put Cory Henry is a GRAMMY Award winning artist, composer, producer, multi-instrumentalist, all around keyboard master and is the future of music! In 2021, Cory’s album Something to Say was nominated at the 2022 GRAMMY Awards for Best Progressive R&B Album and he was nominated as a producer on Eric Bellinger’s New Light. In 2022, Cory won his first Latin GRAMMY Award for Album of the Year for his work on Rosalía's album Motomami. At the 2023 GRAMMY Awards, Cory has been nominated for his new album Operation Funk for Best Progressive R&B Album and Best Latin Rock or Alternative Album on Rosalía's album Motomami. Other Cory Henry collaborations include: Imagine Dragons, Smino, Lucky Daye, and many more. Cory was previously a member of Snarky Puppy, and during his time in the band he garnered three GRAMMY Awards with the band! Most recently, Operation Funk, Cory’s latest masterpiece, has garnered attention from fans all over the world as he delivered sold out shows in Israel, Spain, Amsterdam, Australia, and throughout the United States along with playing most of the major music festivals. \n\nFollow Silverlake Conservatory of Music at @silverlake_conservatory \nFor more information on Parallel, visit parallel.la\nFollow Cadence13 at @cadence13\nFollow Cory Henry at @coryhenry\nFollow Flea at @flea333\n \nTo learn more about listener data and our privacy practices visit: https://www.audacyinc.com/privacy-policy\n \n Learn more about your ad choices. Visit https://podcastchoices.com/adchoices","startDate":1685588460000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9tZWdhcGhvbmUuaW1naXgubmV0L3BvZGNhc3RzL2I3NWY4YTZlLWVjMjQtMTFlYy1iMzdmLThmYTEzNzQ1YmZiMi9pbWFnZS9UTExfRklOQUxfMTgwMC5qcGc_aXhsaWI9cmFpbHMtNC4zLjEmbWF4LXc9MzAwMCZtYXgtaD0zMDAwJmZpdD1jcm9wJmF1dG89Zm9ybWF0LGNvbXByZXNz"},{"id":115874800,"podcastId":111681346,"podcastSlug":"269-this-little-light","title":"Stewart Copeland","duration":3148,"isExplicit":false,"description":"Stewart Copeland’s music education and evolution, from 1. Growing up in Cairo and Beirut, and starting to play trombone at age seven, inspired by his dad, who was a trumpet player → 2. Moving on to drums at age 10 → 3. Seeing his crush dance to his band’s music and realizing its power → 4. Crawling around on the floor on his mom’s Persian rug, and realizing that the complex patterns were exactly what music was all about for him, a mix of wildness and order in a strange tension. → 5. Going to boarding school in the UK, and realizing the power of music in church → 6. His musical influences of both reggae and Baladi rhythm → 7. Managing conflict in The Police, and finding the value in band therapy.\n\nRecruiting Sting and Andy Summers in 1977, Stewart Copeland is renowned as the founder of The Police, a band that became a defining force in rock music from the ‘80s through to the present day. His career includes the sale of more than 60 million records worldwide, and numerous awards, including five GRAMMY awards. Stewart has now spent more than three decades at the forefront of contemporary music as a rock star and acclaimed film composer, as well as in the disparate worlds of opera, ballet, and world and chamber music.\n\nFollow Silverlake Conservatory of Music at @silverlake_conservatory \nFor more information on Parallel, visit parallel.la\nFollow Cadence13 at @cadence13\nFollow Stewart Copeland at @stewart_copeland\nFollow Flea at @flea333\n \nTo learn more about listener data and our privacy practices visit: https://www.audacyinc.com/privacy-policy\n \n Learn more about your ad choices. Visit https://podcastchoices.com/adchoices","startDate":1684983660000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9tZWdhcGhvbmUuaW1naXgubmV0L3BvZGNhc3RzL2I3NWY4YTZlLWVjMjQtMTFlYy1iMzdmLThmYTEzNzQ1YmZiMi9pbWFnZS9UTExfRklOQUxfMTgwMC5qcGc_aXhsaWI9cmFpbHMtNC4zLjEmbWF4LXc9MzAwMCZtYXgtaD0zMDAwJmZpdD1jcm9wJmF1dG89Zm9ybWF0LGNvbXByZXNz"},{"id":115373816,"podcastId":111681346,"podcastSlug":"269-this-little-light","title":"Margo Price","duration":2637,"isExplicit":false,"description":"Margo Price’s music education and evolution, from 1. Growing up making plays for her sister and friends → 2. Buying herself her first guitar with her eighth grade graduation money → 3. Moving to Nashville and wanting to play a different kind of country music → 4. Pawning her wedding ring and selling her car to pay for recording at Sun Studios in Memphis, making the record, and then pitching it to every label and no interest for a year, until eventually Jack White’s Third Man Records picked it up → 5. Navigating political influences on country music → 6. Facing pain and learning how to channel it through her music.\n\nMargo Price has something to say but nothing to prove. In just three remarkable solo albums, the singer and songwriter has cemented herself as a force in American music and a generational talent. A deserving critical darling, she has never shied away from the sounds that move her, the pain that’s shaped her, or the topics that tick her off, like music industry double standards, the gender wage gap, or the plight of the American farmer (in 2021, she even joined the board of Farm Aid). While the last few years have seen remarkable moments of acclaim – a Best New Artist GRAMMY nomination, Americana Music Honors, a Saturday Night Live performance, and just about every outlet and critics’ year-end Best Of list – Price is still hungry. On her fourth full-length Strays, a clear-eyed mission statement delivered in blistering rock and roll, she’s taking on substance abuse, self-image, abortion rights, and orgasms. Musically extravagant but lyrically laser focused, the 10-song record tears into a broken world desperate for remedy. And who better to tell it? Price has been to the mountain and back, but finds herself, at long last, free. Feral. Stray.\n\nFollow Silverlake Conservatory of Music at @silverlake_conservatory \nFor more information on Parallel, visit parallel.la\nFollow Cadence13 at @cadence13\nFollow Margo Price at @missmargoprice\nFollow Flea at @flea333\n \nTo learn more about listener data and our privacy practices visit: https://www.audacyinc.com/privacy-policy\n \n Learn more about your ad choices. Visit https://podcastchoices.com/adchoices","startDate":1684378860000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9tZWdhcGhvbmUuaW1naXgubmV0L3BvZGNhc3RzL2I3NWY4YTZlLWVjMjQtMTFlYy1iMzdmLThmYTEzNzQ1YmZiMi9pbWFnZS9UTExfRklOQUxfMTgwMC5qcGc_aXhsaWI9cmFpbHMtNC4zLjEmbWF4LXc9MzAwMCZtYXgtaD0zMDAwJmZpdD1jcm9wJmF1dG89Zm9ybWF0LGNvbXByZXNz"},{"id":114889116,"podcastId":111681346,"podcastSlug":"269-this-little-light","title":"Rivers Cuomo","duration":2968,"isExplicit":false,"description":"Rivers Cuomo’s music education and evolution, from 1. Growing up on an ashram in rural Connecticut, mostly cut off from mainstream popular culture → 2. Making a new friend at age seven who introduced him to Kiss, and recording themselves listening, dancing, and singing along to it → 3. Being encouraged by a friend to join chorus and musical theater in eighth grade → 4. Starting a band in high school and being inspired by Amadeus to get into music theory → 5. Moving to LA with his progressive speed metal band, Avant Garde, and then founding Weezer shortly after → 6. His Vipassana meditation practice of 20 years, suggested to him by Rick Rubin in 2003, and now including two hours of meditation per day.\n\nRivers Cuomo is best known as the lead vocalist, guitarist, keyboardist, and songwriter of the GRAMMY Award winning rock band Weezer. He founded Weezer in 1992; the band’s self-titled debut album was released in 1994 to massive critical and commercial success. Following the multi-platinum album, Rivers enrolled at Harvard University where he studied before dropping out to record Weezer’s 1996 album Pinkerton. He would return to Harvard in 1997 as well as 2006, when he ultimately graduated with a degree in English. In addition to Weezer’s 15 studio albums and 20+ million album sales globally, Rivers has worked on several other projects including 2 solo albums, and a joint project with Scott Murphy titled Scott & Rivers. He’s also been a featured vocalist on songs with B.O.B., Avalanches, Steve Aoki, and more. His song “Backflip” is the theme song for Netflix’s Green Eggs & Ham animated series. \n\nFollow Silverlake Conservatory of Music at @silverlake_conservatory \nFor more information on Parallel, visit parallel.la\nFollow Cadence13 at @cadence13\nFollow Rivers Cuomo at @rivers_cuomo\nFollow Flea at @flea333\n \nTo learn more about listener data and our privacy practices visit: https://www.audacyinc.com/privacy-policy\n \n Learn more about your ad choices. Visit https://podcastchoices.com/adchoices","startDate":1683774060000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9tZWdhcGhvbmUuaW1naXgubmV0L3BvZGNhc3RzL2I3NWY4YTZlLWVjMjQtMTFlYy1iMzdmLThmYTEzNzQ1YmZiMi9pbWFnZS9UTExfRklOQUxfMTgwMC5qcGc_aXhsaWI9cmFpbHMtNC4zLjEmbWF4LXc9MzAwMCZtYXgtaD0zMDAwJmZpdD1jcm9wJmF1dG89Zm9ybWF0LGNvbXByZXNz"},{"id":114419748,"podcastId":111681346,"podcastSlug":"269-this-little-light","title":"Sheila E","duration":2575,"isExplicit":false,"description":"Shelia E’s music education and evolution, from 1. Growing up surrounded by music with her dad, the legendary Pete Escoveda, and uncles and siblings → 2. Starting to play the violin at the encouragement of her parents → 3. Performing for Billy Cobham and producing a record together → 4. Training as a competitive runner → 5. Touring and playing with George Duke, being exposed to other musicians and instruments → 6. Her experience being a woman playing a supposed a male dominated instrument\n\nSheila Escovedo picked up the drumsticks and started making music at the precocious age of three. Sheila delivered her first solo performance to a live audience two years later and has since established herself as one of the most talented percussionist/drummers and performers in the world. Best known to music fans as Sheila E., she became a top session and touring musician before the age of 20, performing and/or recording with George Duke, Herbie Hancock, Billy Cobham, Con Funk Shun, Marvin Gaye (on his final world tour), Diana Ross, Lionel Richie, Gloria Estefan, Patti LaBelle, and Steve Nicks among others. Sheila E.'s producing, arranging, and performance talents have been showcased throughout the music and film industry with appearances on, The Academy Awards, The Latin Grammy Awards, BET Awards, The American Music Awards, The Kennedy Center Honors, The Summer Olympics, WOW Awards, ALMA's, and The Image Awards just to name a few. In 2014, Sheila released her literary biography Titled The Beat of My Own Drum, and her solo album, ICON. Following Prince’s death she released the single ‘Girl Meets Boy’ in memory of the late, great, Prince. In 2018, Sheila E. released, ICONIC: Message for America, an album that displays her efforts in awareness of social issues and humanitarianism. Her 2019 single, ‘No Line’ with the legendary Snoop Dogg, is Sheila’s continued contribution to the music industry. Sheila E. is currently on tour with her band E Train. The Queen of Percussion plans to release new music in 2023. Sheila E. is CEO of the entertainment company StilettoFlats Inc. located in Los Angeles.\n\nFollow Silverlake Conservatory of Music at @silverlake_conservatory \nFor more information on Parallel, visit parallel.la\nFollow Cadence13 at @cadence13\nFollow Sheila E at @sheilaedrummer\nFollow Flea at @flea333\n \nTo learn more about listener data and our privacy practices visit: https://www.audacyinc.com/privacy-policy\n \n Learn more about your ad choices. Visit https://podcastchoices.com/adchoices","startDate":1683169260000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9tZWdhcGhvbmUuaW1naXgubmV0L3BvZGNhc3RzL2I3NWY4YTZlLWVjMjQtMTFlYy1iMzdmLThmYTEzNzQ1YmZiMi9pbWFnZS9UTExfRklOQUxfMTgwMC5qcGc_aXhsaWI9cmFpbHMtNC4zLjEmbWF4LXc9MzAwMCZtYXgtaD0zMDAwJmZpdD1jcm9wJmF1dG89Zm9ybWF0LGNvbXByZXNz"},{"id":113956452,"podcastId":111681346,"podcastSlug":"269-this-little-light","title":"Jewel","duration":3747,"isExplicit":false,"description":"Jewel’s music education and evolution, from 1. Growing up on an Alaskan homestead singing with her extended family → 2. Teaching herself to yodel at 5 years old → 3. Performing all over Alaska with her parents, including in bars and Inuit villages → 4. Attending Michigan’s Interlochen music school at 15, and street busking in Mexico during school breaks → 5. Negotiating the record deal for Pieces of You and striving to protect the organic process of making her music → 6. Releasing her latest record, Freewheelin’ Woman, and embracing what one reviewer dubbed her BDE performance style\n\nJewel went from a girl who grew up with no running water on an Alaskan homestead, to a homeless teenager in San Diego, to an award-winning, multi platinum recording artist who released one of the best-selling debuts of all time. Through her career, Jewel has sold over 30 million albums worldwide and has earned 26 nominations for such awards as the Grammys, American Music Awards, MTV Awards, VH1 Awards, Billboard Music Awards, and Country Music Awards, winning eight times. Jewel has been featured on the cover of Time magazine and Rolling Stone, and has performed on Saturday Night Live, at the Super Bowl and the NBA Finals, for the Pope and the President of the United States. Her music has spanned a wide range of genres with top hits in folk, pop, club, country, standards, children’s, and holiday music. Jewel’s new studio album, Freewheelin’ Woman, via her own Words Matter Media, is out now. \n\nFollow Silverlake Conservatory of Music at @silverlake_conservatory \nFor more information on Parallel, visit parallel.la\nFollow Cadence13 at @cadence13\nFollow Jewel at @jewel\nFollow Flea at @flea333\n \nTo learn more about listener data and our privacy practices visit: https://www.audacyinc.com/privacy-policy\n \n Learn more about your ad choices. Visit https://podcastchoices.com/adchoices","startDate":1682564460000,"imageUrl":"https://i.iheart.com/v3/url/aHR0cHM6Ly9tZWdhcGhvbmUuaW1naXgubmV0L3BvZGNhc3RzL2I3NWY4YTZlLWVjMjQtMTFlYy1iMzdmLThmYTEzNzQ1YmZiMi9pbWFnZS9UTExfRklOQUxfMTgwMC5qcGc_aXhsaWI9cmFpbHMtNC4zLjEmbWF4LXc9MzAwMCZtYXgtaD0zMDAwJmZpdD1jcm9wJmF1dG89Zm9ybWF0LGNvbXByZXNz"}]}}]}],["getTrackHistoryWithCurrentlyPlayingCacheKey-wxtb-fm",{"data":{"count":1471,"pageInfo":{"nextCursor":"AAAAAGiOjGkAAAAAAAAAAwAABb8"},"tracks":[{"artistId":58393,"albumId":112212562,"trackId":112212563,"title":"Seven Nation Army","artist":{"artistName":"The White Stripes","genreId":null},"albumName":"Elephant","trackDuration":231,"imagePath":"http://image.iheart.com/ihr-ingestion-pipeline-production-sbmg/A10301A0004469443M_20210624165913156/80f5eef06d8e8a0649be3597a663ca70.20126.jpg","explicitLyrics":false,"lyricsId":0,"playbackRights":{"onDemand":true},"startTime":1754172227,"endTime":1754172457,"status":null,"offset":null,"trackDurationInSec":null,"dataSource":"Pnp","isCurrentlyPlayingTrack":false},{"artistId":33170,"albumId":43021364,"trackId":43021366,"title":"Freak On a Leash","artist":{"artistName":"Korn","genreId":979},"albumName":"Follow The Leader","trackDuration":255,"imagePath":"http://image.iheart.com/ihr-ingestion-pipeline-production-sbmg/incoming/prod/DDEX/A10301A00036227734_20161019204314372/resources/e201487632fdd5a8103d0a6ff8a4f0f1.jpg","explicitLyrics":true,"lyricsId":0,"playbackRights":{"onDemand":true},"startTime":1754171963,"endTime":1754172228,"status":null,"offset":null,"trackDurationInSec":null,"dataSource":"Pnp","isCurrentlyPlayingTrack":false},{"artistId":58139,"albumId":1118823,"trackId":1118827,"title":"Jumper","artist":{"artistName":"Third Eye Blind","genreId":null},"albumName":"Third Eye Blind","trackDuration":272,"imagePath":"http://image.iheart.com/ihr-ingestion-pipeline-production-wmg/new_release/20210216202243458/603497984640/resources/9b81413a8079caddb144511b54b2d87b.jpg","explicitLyrics":false,"lyricsId":0,"playbackRights":{"onDemand":true},"startTime":1754170690,"endTime":1754170934,"status":null,"offset":null,"trackDurationInSec":null,"dataSource":"Pnp","isCurrentlyPlayingTrack":false}]}}],["onairtileloader-wxtb-fm",{"data":{"current":{"siteId":"%2F790c16d57d123c6fe5e1d6f4975c6dd0","site":"brands/WXTB-FM (2101)","coreShowId":6950,"coreStationId":837,"name":"Tamo","show":"shows/Tamo (6950)","station":"WXTB-FM","link":"","onNow":true,"startTime12":"3:00 PM","startDate":"2025-08-02T19:00:00.000Z","startMs":1754161200000,"startEng":"Saturday, August 2nd, 2025 3:00 PM","stopTime12":"7:00 PM","stopDate":"2025-08-02T23:00:00.000Z","stopMs":1754175600000,"stopEng":"Saturday, August 2nd, 2025 7:00 PM","showSite":{"slug":"tamo","configByLookup":{"sections":{"general":{"name":"Tamo","thumbnail_image":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/60416abdc7073919ff661dc4"}}}}}}},"upcoming":{"siteId":"%2F790c16d57d123c6fe5e1d6f4975c6dd0","site":"brands/WXTB-FM (2101)","coreShowId":3385,"coreStationId":837,"name":"Hooker","show":"shows/Hooker (3385)","station":"WXTB-FM","link":"","onNow":false,"startTime12":"7:00 PM","startDate":"2025-08-02T23:00:00.000Z","startMs":1754175600000,"startEng":"Saturday, August 2nd, 2025 7:00 PM","stopTime12":"10:00 PM","stopDate":"2025-08-03T02:00:00.000Z","stopMs":1754186400000,"stopEng":"Saturday, August 2nd, 2025 10:00 PM","showSite":{"slug":"hooker","configByLookup":{"sections":{"general":{"name":"Hooker","thumbnail_image":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/5e2f5b98ca31a352546d0ca0"}}}}}}},"later":{"siteId":"%2F790c16d57d123c6fe5e1d6f4975c6dd0","site":"brands/WXTB-FM (2101)","coreShowId":453,"coreStationId":837,"name":"Skratch 'N Sniff","show":"shows/Skratch N Sniff (453)","station":"WXTB-FM","link":"","onNow":false,"startTime12":"10:00 PM","startDate":"2025-08-03T02:00:00.000Z","startMs":1754186400000,"startEng":"Saturday, August 2nd, 2025 10:00 PM","stopTime12":"12:00 AM","stopDate":"2025-08-03T04:00:00.000Z","stopMs":1754193600000,"stopEng":"Sunday, August 3rd, 2025 12:00 AM","showSite":{"slug":"skratch-n-sniff","configByLookup":{"sections":{"general":{"name":"Skratch 'N Sniff","thumbnail_image":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/64bac4dfff2278b29e24de91"}}}}}}}}}],["keyword-contest-loader-wxtb-fm-1781993",{"data":{"appType":"countdown","appId":"1785951","title":"Cash Carnage","currentKeyword":{"previous":{"sort":null,"timeStamp":null,"endTime":null,"isComplete":null,"isLive":null,"isStarted":null,"isSubmittable":null,"active":null,"title":null,"countdownKeywordId":null,"prize":null},"current":{"sort":null,"timeStamp":null,"endTime":null,"isComplete":null,"isLive":null,"isStarted":null,"isSubmittable":null,"active":null,"title":null,"countdownKeywordId":null,"prize":null},"next":{"sort":null,"timeStamp":null,"endTime":null,"isComplete":null,"isLive":null,"isStarted":null,"isSubmittable":null,"active":null,"title":null,"countdownKeywordId":null,"prize":null}},"submittableKeyword":{"previous":{"sort":"12","timeStamp":1753491312,"endTime":1753502400,"isComplete":true,"isLive":false,"isStarted":true,"isSubmittable":false,"active":"","title":"","countdownKeywordId":"13867469","prize":{"timeStamp":1753416000,"endTime":1753502400,"sort":"32","active":"","description":"","countdown_prize_id":"1191021","isStarted":true,"isLive":false,"isComplete":true}},"current":{"sort":null,"timeStamp":null,"endTime":null,"isComplete":null,"isLive":null,"isStarted":null,"isSubmittable":null,"active":null,"title":null,"countdownKeywordId":null,"prize":null},"next":{"sort":null,"timeStamp":null,"endTime":null,"isComplete":null,"isLive":null,"isStarted":null,"isSubmittable":null,"active":null,"title":null,"countdownKeywordId":null,"prize":null}}}}]],"env":{"APTIVADA_SDK_HOST":"campaign.aptivada.com","AB_TEST_HOST":"https://api.iheart.com/api/v3/abtest","OUTBRAIN_WIDGET_URL":"https://widgets.outbrain.com/outbrain.js","OUTBRAIN_PIXEL_URL":"https://amplifypixel.outbrain.com/pixel?mid=004d2133385513d6a3dbfd9993b43474ab","TIKTOK_WIDGET_URL":"https://www.tiktok.com/embed.js","LIVERAMP_LIBRARY_URL":"https://ats.rlcdn.com/ats.js","FACEBOOK_SDK_URL":"https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v3.2","GOOGLE_CSE_ACCOUNT_ID":"009224462050322586572:lr5vgdqoe5k","GOOGLE_CSE_AD_ID":"pub-4066651230054012","GOOGLE_CSE_MAX_RESULTS":"10","AMP_HOST":"us.api.iheart.com","DEFAULT_IMAGE":"https://i.iheart.com/v3/re/new_assets/2672c89f-91de-4d1b-b9a9-6284b1e2c8f8","DEFAULT_TIMEZONE":"America/New_York","DEP_SITES_HOST":"","DEP_HTL_HOST":"htl.radioedit.iheart.com","DEP_WEBAPI_HOST":"webapi.radioedit.iheart.com","DEP_PWS_HOST":"pws.radioedit.iheart.com","DEP_GENERATOR_RSS":"","DEP_GENERATOR_SITEMAP":"","IMAGE_HOST":"i.iheart.com","LOG_LEVEL":"info","NODE_ENV":"production","ONETRUST_HOST":"https://cdn.cookielaw.org","ONETRUST_CONSENT_PATH":"https://cdn.cookielaw.org/consent","ONETRUST_IAB_URL":"https://cdn.cookielaw.org/opt-out/otCCPAiab.js","ONETRUST_TOKEN_URL":"https://tv47clj0la.execute-api.us-east-1.amazonaws.com/production/generatetoken?identifier=","ENVIRONMENT":"production","PROTOCOL":"https","GOOGLE_MAPS_API_KEY":"AIzaSyA7WQvMsISHIyotCPatRBwrgHNN9ohKqQE","NATIONAL_SITE_URL":"https://www.iheart.com","COAST_RECAPTCHA_V3_PUBLIC_KEY":"6LceYMcZAAAAAEe_L5pj14w8_cdc4p8pNzDzcIKe","COAST_RECURLY_PUBLIC_KEY":"ewr1-9VtuFVKJS0oVy7hcAVWlGK","IHEART_HELP_SITE":"//help.iheart.com","IHEART_HELP_SITE_CONTEST":"//help.iheart.com/hc/en-us/sections/205969087-Contests","PODCAST_EMBED_KEYID":"AutomatedPodcasts","WEB_ACCOUNT_HOST":"https://account.iheart.com","OAUTH_SIGNUP_PATH":"/sign-up/","OAUTH_LOGIN_PATH":"/login/","OAUTH_INFERNO_LOGOUT_PATH":"/auth/logout","OAUTH_INFERNO_PROFILE_PATH":"/auth/profile","DEP_API_HOST":"api.radioedit.iheart.com","YOURCHOICE_ICON":"http://i-stg.iheart.com/v3/re/new_assets/66fee14066ebdb3465fd0684","AD_ICON":"https://i.iheart.com/v3/re/new_assets/faf40618-8c4b-4554-939b-49bce06bbcca","POSTUP_CONTACT_TEMPLATE_ID":"3","WWW_AUTH_HOST":"https://www.iheart.com","IHR_AUTH_SDK":"https://www.iheart.com/sdk/sdk.js","DEP_CONTENT_HOST":"content.radioedit.iheart.com","CCPA_OPTOUT_URL":"https://www.iheart.com/optout/","AMAZON_PUBLISHER_ID":"3901","REQUEST_TIMEOUT":"15000","ADOBE_LAUNCH_LIBRARY":"//assets.adobedtm.com/dba7b4ad2c8b/773677a854c8/launch-381fe6c887eb.min.js","RUBICON_BIDDING_LIBRARY":"https://ads.rubiconproject.com/prebid/16442_iHeart_DM_US.js","WEATHER_BASE_URI":"https://api.weather.com/v3/wx","IGLOO_EVENT_HOST":"https://us-events.api.iheart.com/events","AMAZON_TAM_LIBRARY":"https://c.amazon-adsystem.com/aax2/apstag.js","MAX_AGE_HEADERS":"2592000000","WEATHER_API_KEY":"b2a4fe32db44ebebba91f254fbf341f5","DEP_GENERATOR_RSS_HOST":"generator-rss.radioedit.iheart.com","STATIC_PUBLIC_PATH":"https://static.inferno.iheart.com/inferno/","DATADOG_SAMPLE_RATE":"1","COMSCORE_CLIENT_ID":"6036262","GOOGLE_RECAPTCHA_V3_PUBLIC_KEY":"6LdKHHoaAAAAAEBsW-KyjdE16eKLZJv5QHy-P5aQ","DEP_GENERATOR_SITEMAP_HOST":"generator-sitemap.radioedit.iheart.com"},"api_base_uri":"http://127.0.0.1:8000/api/v4","primaryBlockId":"e6Rs0","disableThirdParty":true,"routeParams":{},"ampLibs":[],"sdkOpts":{"auth":false,"protocol":"https","webapi":"webapi.radioedit.iheart.com","requestTimeout":15000,"debug":false},"stackedNavState":false,"onIntersectAction":{"_subscriptions":[]},"onAnalyticsAction":{"_subscriptions":[{"isOnce":false,"isExecuted":false}]},"onStoreTagsAction":{"_subscriptions":[]},"onEmbedScriptAction":{"_subscriptions":[]},"onOutbrainLoad":{"_subscriptions":[]},"onUploadAction":{"_subscriptions":[]},"onContestAction":{"_subscriptions":[{"isOnce":false,"isExecuted":false}]},"onAuthAction":{"_subscriptions":[{"isOnce":false,"isExecuted":false}]},"onShareAction":{"_subscriptions":[]},"block":{"currentBlock":{"id":"e6Rs0","region":"main:dynamic","type":"feed","ordinal":2,"value":{"ad_split":null,"feed_id":"USAGE:feed-usecases/Default Content","feed_index":0,"position":null,"size":1,"title":""},"tags":["display-hints/feed-show-eyebrow","display-hints/feed-date-stamp","display-hints/horizontal","display-hints/primary","display-hints/themed-block"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F688e6b5d2cc96ab9d0f56936","type":"PUBLISHING","record":{"ref_id":"%2F688e6b5d2cc96ab9d0f56936","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"6f26f219-0a20-4153-9161-1673fc5d7b66","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"Heap of chicken vienna sausage wrapped in plastic. Close up shot","id":"%2F688e7173f12dc1d489b4c047","new_tab":false,"schedule":{},"source_credit":"amstockphoto / iStock / Getty Images","title":"Heap of chicken vienna sausage wrapped in plastic. Close up","type":"asset","url":"","use_caption":false},{"html":"\u003cp>A \u003ca href=\"https://abcnews.go.com/Weird/wireStory/hot-dog-spill-shuts-highway-pennsylvania-commuters-wurst-124294402\" target=\"_blank\">truck carrying hot dogs crashed on Interstate 83 in Pennsylvania\u003c/a> on Friday (August 1), causing a major traffic jam as hot dogs spilled across the road. The accident occurred just north of the Maryland state line when the truck experienced mechanical issues and collided with another vehicle. The impact caused the trailer to scrape against concrete dividers, forcing it open and spilling its contents. Four people sustained non-life-threatening injuries in the crash.\u003c/p>\n\n\u003cp>The \u003ca href=\"https://www.foxnews.com/us/hot-dogs-spill-across-interstate-after-tractor-trailer-crash-clog-commute-steamed-motorists\" target=\"_blank\">incident led to significant delays\u003c/a> as crews worked to clear the highway. The crash happened during the morning rush hour, compounding the traffic issues. \u003c/p>\n\n\u003cp>The \u003ca href=\"https://www.foxnews.com/us/hot-dogs-spill-across-interstate-after-tractor-trailer-crash-clog-commute-steamed-motorists\" target=\"_blank\">cleanup crews faced challenges with the scattered hot dogs\u003c/a>, which were deemed unusable. \u003c/p>\n\n\u003cp>Shrewsbury Fire Company Chief \u003cstrong>Brad Dauberman\u003c/strong> commented on the cleanup, saying, "Once those leave the truck and hit the road, that’s all garbage, and it’s still pretty warm." He added, "I can tell you personally, hot dogs are very slippery. I did not know that."\u003c/p>\n\n\u003cp> The highway was eventually reopened after the cleanup was completed.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-02-hot-dog-spill-closes-busy-interstate/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"primary_image":{"bucket":"assets.getty","id":"%2F688e7173f12dc1d489b4c047"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1754165400000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-02-hot-dog-spill-closes-busy-interstate","social_title":"","summary":"Thousands of frozen hot dogs covered the roadway after a multi-vehicle crash.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/weird-news"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Hot Dog Spill Closes Busy Interstate","permalink":"https://98rock.iheart.com/content/2025-08-02-hot-dog-spill-closes-busy-interstate/"},"slug":"2025-08-02-hot-dog-spill-closes-busy-interstate","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688e7173f12dc1d489b4c047","title":"Hot Dog Spill Closes Busy Interstate","description":"Thousands of frozen hot dogs covered the roadway after a multi-vehicle crash.","author":"iHeartRadio"},"pub_start":1754165400000,"pub_until":4115978604802,"pub_changed":1754165784012,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["categories/weird-news","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688e6b5d2cc96ab9d0f56936","slug:2025-08-02-hot-dog-spill-closes-busy-interstate","slug:2025-08-02-hot-dog-spill-closes-busy-interstate","keyword:keywords/ai-assisted","author:user"]}}],"resume":{"id":"ID:editorial-feed-whatwhere","context":{"\u003clocale>":"en-US"},"size":1,"from":"eyJza2lwIjo5LCJjdXJzb3JzIjp7ImRhU0xXIjoiZXlKc2FXMXBkQ0k2TlN3aWIyWm1jMlYwSWpvNWZRPT0ifSwiZW5kcyI6eyJMNmxVSyI6LTEsIjdUS29VIjotMX19","scopes":[]}},"resolved":{"value":{"ad_split":null,"feed_id":"USAGE:feed-usecases/Default Content","feed_index":0,"position":null,"size":1,"title":""},"feed":{"results":[{"id":"%2F688e6b5d2cc96ab9d0f56936","type":"PUBLISHING","record":{"ref_id":"%2F688e6b5d2cc96ab9d0f56936","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"6f26f219-0a20-4153-9161-1673fc5d7b66","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"Heap of chicken vienna sausage wrapped in plastic. Close up shot","id":"%2F688e7173f12dc1d489b4c047","new_tab":false,"schedule":{},"source_credit":"amstockphoto / iStock / Getty Images","title":"Heap of chicken vienna sausage wrapped in plastic. Close up","type":"asset","url":"","use_caption":false},{"html":"\u003cp>A \u003ca href=\"https://abcnews.go.com/Weird/wireStory/hot-dog-spill-shuts-highway-pennsylvania-commuters-wurst-124294402\" target=\"_blank\">truck carrying hot dogs crashed on Interstate 83 in Pennsylvania\u003c/a> on Friday (August 1), causing a major traffic jam as hot dogs spilled across the road. The accident occurred just north of the Maryland state line when the truck experienced mechanical issues and collided with another vehicle. The impact caused the trailer to scrape against concrete dividers, forcing it open and spilling its contents. Four people sustained non-life-threatening injuries in the crash.\u003c/p>\n\n\u003cp>The \u003ca href=\"https://www.foxnews.com/us/hot-dogs-spill-across-interstate-after-tractor-trailer-crash-clog-commute-steamed-motorists\" target=\"_blank\">incident led to significant delays\u003c/a> as crews worked to clear the highway. The crash happened during the morning rush hour, compounding the traffic issues. \u003c/p>\n\n\u003cp>The \u003ca href=\"https://www.foxnews.com/us/hot-dogs-spill-across-interstate-after-tractor-trailer-crash-clog-commute-steamed-motorists\" target=\"_blank\">cleanup crews faced challenges with the scattered hot dogs\u003c/a>, which were deemed unusable. \u003c/p>\n\n\u003cp>Shrewsbury Fire Company Chief \u003cstrong>Brad Dauberman\u003c/strong> commented on the cleanup, saying, "Once those leave the truck and hit the road, that’s all garbage, and it’s still pretty warm." He added, "I can tell you personally, hot dogs are very slippery. I did not know that."\u003c/p>\n\n\u003cp> The highway was eventually reopened after the cleanup was completed.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-02-hot-dog-spill-closes-busy-interstate/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"primary_image":{"bucket":"assets.getty","id":"%2F688e7173f12dc1d489b4c047"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1754165400000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-02-hot-dog-spill-closes-busy-interstate","social_title":"","summary":"Thousands of frozen hot dogs covered the roadway after a multi-vehicle crash.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/weird-news"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Hot Dog Spill Closes Busy Interstate","permalink":"https://98rock.iheart.com/content/2025-08-02-hot-dog-spill-closes-busy-interstate/"},"slug":"2025-08-02-hot-dog-spill-closes-busy-interstate","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688e7173f12dc1d489b4c047","title":"Hot Dog Spill Closes Busy Interstate","description":"Thousands of frozen hot dogs covered the roadway after a multi-vehicle crash.","author":"iHeartRadio"},"pub_start":1754165400000,"pub_until":4115978604802,"pub_changed":1754165784012,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["categories/weird-news","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688e6b5d2cc96ab9d0f56936","slug:2025-08-02-hot-dog-spill-closes-busy-interstate","slug:2025-08-02-hot-dog-spill-closes-busy-interstate","keyword:keywords/ai-assisted","author:user"]}}],"resume":{"id":"ID:editorial-feed-whatwhere","context":{"\u003clocale>":"en-US"},"size":1,"from":"eyJza2lwIjo5LCJjdXJzb3JzIjp7ImRhU0xXIjoiZXlKc2FXMXBkQ0k2TlN3aWIyWm1jMlYwSWpvNWZRPT0ifSwiZW5kcyI6eyJMNmxVSyI6LTEsIjdUS29VIjotMX19","scopes":[]}},"topic_title":""}}},"session":{"currentSession":null},"defaultCategoryCatalog":{"categories":[{"category":"categories/local-news","item":{"country":"US","id":"29220738","kind":"podcast"},"locale":"locales/en-US"},{"category":"categories/local-news","item":{"country":"US","id":"92905891","kind":"podcast"},"locale":"locales/es-US"},{"category":"categories/national-news","item":{"country":"US","id":"29220738","kind":"podcast"},"locale":"locales/en-US"},{"category":"categories/national-news","item":{"country":"US","id":"92905891","kind":"podcast"},"locale":"locales/es-US"},{"category":"categories/music-news","item":{"country":"US","id":"28508125","kind":"podcast"},"locale":"locales/en-US"},{"category":"categories/music-news","item":{"country":"US","id":"30723582","kind":"podcast"},"locale":"locales/es-US"},{"category":"categories/entertainment-news","item":{"country":"US","id":"28457190","kind":"podcast"},"locale":"locales/en-US"},{"category":"categories/entertainment-news","item":{"country":"US","id":"60735270","kind":"podcast"},"locale":"locales/es-US"},{"category":"categories/breaking","item":{"country":"US","id":"29220738","kind":"podcast"},"locale":"locales/en-US"},{"category":"categories/breaking","item":{"country":"US","id":"92905891","kind":"podcast"},"locale":"locales/es-US"},{"category":"categories/sports","item":{"country":"US","id":"27332740","kind":"podcast"},"locale":"locales/en-US"},{"category":"categories/sports","item":{"country":"US","id":"85010950","kind":"podcast"},"locale":"locales/es-US"},{"category":"categories/lifestyle","item":{"country":"US","id":"92067598","kind":"podcast"},"locale":"locales/en-US"},{"category":"categories/lifestyle","item":{"country":"US","id":"86427466","kind":"podcast"},"locale":"locales/es-US"},{"category":"categories/politics","item":{"country":"US","id":"29220738","kind":"podcast"},"locale":"locales/en-US"},{"category":"categories/politics","item":{"country":"US","id":"92905891","kind":"podcast"},"locale":"locales/es-US"},{"category":"categories/weird-news","item":{"country":"US","id":"26941221","kind":"podcast"},"locale":"locales/en-US"},{"category":"categories/weird-news","item":{"country":"US","id":"86427466","kind":"podcast"},"locale":"locales/es-US"},{"category":"categories/feel-good","item":{"country":"US","id":"29526875","kind":"podcast"},"locale":"locales/en-US"},{"category":"categories/feel-good","item":{"country":"US","id":"30723582","kind":"podcast"},"locale":"locales/es-US"},{"category":"categories/interviews","item":{"country":"US","id":"60735270","kind":"podcast"},"locale":"locales/es-US"}]},"tags":{"ads":{"microsite":"","path":"/","type":"home","env":"production","topics":[],"keywords":["tampa-bays-rock-station","rock-station","tampa-rock-station","tampa-rock-radio","tampa-concerts","babes"],"genre":["rock"],"format":"ROCKACTIVE"},"analytics":{"pageName":"home","view":{"asset":{"id":"","name":""},"filter":{"name":"","type":""},"authorId":"","pubDate":"","contentOrigin":"","contentOriginType":"","contentFrame":"page","stationCallLetter":"WXTB-FM","stationFormat":"ROCKACTIVE","stationMarket":"TAMPA-FL","stationMicrosite":"","tags":["tampa-bays-rock-station","rock-station","tampa-rock-station","tampa-rock-radio","tampa-concerts","babes"],"topics":[],"contentId":"","personalityId":"","photoGalleryExists":"false","photoGalleryPageView":"false"},"device":{"host":"local.inferno.us","subHost":"98rock.iheart.com","path":"/"},"querystring":{"sc":"","cid":"","keyid":"","pname":"","campid":""}},"metadata":[["meta-property-og:locale",{"attrName":"property","name":"og:locale","value":"en_us","type":"meta"}],["meta-name-msapplication-TileColor",{"attrName":"name","name":"msapplication-TileColor","value":"#fff","type":"meta"}],["meta-name-msvalidate.01",{"attrName":"name","name":"msvalidate.01","value":"E98E323249F89ACF6294F958692E230B","type":"meta"}],["meta-name-format-detection",{"attrName":"name","name":"format-detection","value":"telephone=no","type":"meta"}],["meta-name-theme-color",{"attrName":"name","name":"theme-color","value":"#d4202a","type":"meta"}],["shortcut icon",{"value":"https://i.iheart.com/v3/re/assets.brands/600e0a0c03679dd3865d741b?ops=gravity(%22center%22),contain(32,32),quality(65)","type":"link","rel":"shortcut icon"}],["appletouch icon",{"value":"https://i.iheart.com/v3/re/assets.brands/600e0a0c03679dd3865d741b?ops=new(),flood(%22white%22),swap(),merge(%22over%22),gravity(%22center%22),contain(167,167),quality(80),format(%22png%22)","type":"link","rel":"apple-touch-icon","size":"167x167"}],["title",{"value":"98ROCK - Tampa Bay's ROCK Station & Bucs Football","type":"title"}],["meta-property-og:title",{"attrName":"property","name":"og:title","value":"98ROCK - Tampa Bay's ROCK Station & Bucs Football","type":"meta"}],["meta-property-twitter:title",{"attrName":"property","name":"twitter:title","value":"98ROCK - Tampa Bay's ROCK Station & Bucs Football","type":"meta"}],["meta-itemProp-name",{"attrName":"itemProp","name":"name","value":"98ROCK - Tampa Bay's ROCK Station & Bucs Football","type":"meta"}],["meta-name-description",{"attrName":"name","name":"description","value":"98 ROCK is Tampa Bay's Rock Station and the flagship station of the Tampa Bay Buccaneers.","type":"meta"}],["meta-property-og:description",{"attrName":"property","name":"og:description","value":"98 ROCK is Tampa Bay's Rock Station and the flagship station of the Tampa Bay Buccaneers.","type":"meta"}],["meta-property-twitter:description",{"attrName":"property","name":"twitter:description","value":"98 ROCK is Tampa Bay's Rock Station and the flagship station of the Tampa Bay Buccaneers.","type":"meta"}],["meta-itemProp-description",{"attrName":"itemProp","name":"description","value":"98 ROCK is Tampa Bay's Rock Station and the flagship station of the Tampa Bay Buccaneers.","type":"meta"}],["meta-name-keywords",{"attrName":"name","name":"keywords","value":"Tampa Bay's Rock Station, rock station, tampa rock station, tampa rock radio, tampa concerts, babes","type":"meta"}],["meta-property-og:url",{"attrName":"property","name":"og:url","value":"https://98rock.iheart.com/","type":"meta"}],["meta-property-twitter:url",{"attrName":"property","name":"twitter:url","value":"https://98rock.iheart.com/","type":"meta"}],["meta-itemProp-url",{"attrName":"itemProp","name":"url","value":"https://98rock.iheart.com/","type":"meta"}],["image_src",{"value":"https://i.iheart.com/v3/re/assets.brands/687fee275dfcb5a8714a4f7c?ops=gravity(%22center%22),contain(1200,675),quality(65),new(),flood(%22%23444444%22),swap(),merge(%22over%22)","type":"link","rel":"image_src"}],["meta-name-thumbnail",{"attrName":"name","name":"thumbnail","value":"https://i.iheart.com/v3/re/assets.brands/687fee275dfcb5a8714a4f7c?ops=gravity(%22center%22),contain(1200,675),quality(65),new(),flood(%22%23444444%22),swap(),merge(%22over%22)","type":"meta"}],["meta-property-og:image",{"attrName":"property","name":"og:image","value":"https://i.iheart.com/v3/re/assets.brands/687fee275dfcb5a8714a4f7c?ops=gravity(%22center%22),contain(1200,675),quality(65),new(),flood(%22%23444444%22),swap(),merge(%22over%22)","type":"meta"}],["meta-property-og:image:width",{"attrName":"property","name":"og:image:width","value":"1200","type":"meta"}],["meta-property-og:image:height",{"attrName":"property","name":"og:image:height","value":"675","type":"meta"}],["meta-property-twitter:image",{"attrName":"property","name":"twitter:image","value":"https://i.iheart.com/v3/re/assets.brands/687fee275dfcb5a8714a4f7c?ops=gravity(%22center%22),contain(1200,675),quality(65),new(),flood(%22%23444444%22),swap(),merge(%22over%22)","type":"meta"}],["meta-itemProp-image",{"attrName":"itemProp","name":"image","value":"https://i.iheart.com/v3/re/assets.brands/687fee275dfcb5a8714a4f7c?ops=gravity(%22center%22),contain(1200,675),quality(65),new(),flood(%22%23444444%22),swap(),merge(%22over%22)","type":"meta"}],["meta-name-msapplication-TileImage",{"attrName":"name","name":"msapplication-TileImage","value":"https://i.iheart.com/v3/re/assets.brands/687fee275dfcb5a8714a4f7c?ops=gravity(%22center%22),contain(1200,675),quality(65),new(),flood(%22%23444444%22),swap(),merge(%22over%22)","type":"meta"}],["pagemap",{"value":"https://i.iheart.com/v3/re/assets.brands/687fee275dfcb5a8714a4f7c?ops=gravity(%22center%22),contain(1200,675),quality(65),new(),flood(%22%23444444%22),swap(),merge(%22over%22)","type":"pagemap"}],["meta-property-twitter:card",{"attrName":"property","name":"twitter:card","value":"Summary","type":"meta"}],["meta-property-twitter:site",{"attrName":"property","name":"twitter:site","value":"@98rocktampabay","type":"meta"}],["meta-property-twitter:creator",{"attrName":"property","name":"twitter:creator","value":"@98rocktampabay","type":"meta"}],["canonical",{"value":"https://98rock.iheart.com/","type":"link","rel":"canonical"}],["meta-property-twitter:domain",{"attrName":"property","name":"twitter:domain","value":"98rock.iheart.com","type":"meta"}],["meta-property-og:site_name",{"attrName":"property","name":"og:site_name","value":"98ROCK","type":"meta"}],["meta-name-application-name",{"attrName":"name","name":"application-name","value":"98ROCK","type":"meta"}],["meta-property-fb:app_id",{"attrName":"property","name":"fb:app_id","value":"189870927716669","type":"meta"}],["meta-property-fb:pages",{"attrName":"property","name":"fb:pages","value":"72803244045","type":"meta"}],["meta-name-google-site-verification",{"attrName":"name","name":"google-site-verification","value":"p2FWrUKxtwBmQgHV4CjD80oKdZZBjmMNByoWvZMsYso","type":"meta"}]],"surrogateKeys":["SM6.0:adpos","SM6.0:adpos:/5e289b1ec184cee3fd7aaeae","SM6.0:adpos:/5e289b1ec184cee3fd7aaeaf","SM6.0:adpos:/5e289b1ec184cee3fd7aaeb0","SM6.0:adpos:/5e289b1ec184cee3fd7aaeb1","SM6.0:adpos:/5e289b1ec184cee3fd7aaeb2","SM6.0:adpos:/5f15ebcbe9960c806959fb15","SM6.0:adpos:/5f230d591e48ed5023a49f05","SM6.0:adpos:/5f9823d6564708139f497ffb","SM6.0:adpos:/local-site/3308","SM6.0:adpos:/local-site/3309","SM6.0:adpos:/local-site/5052","SM6.0:config-m","SM6.0:config-m:/592dc19d3fd8be1e47705ec8/inferno","SM6.0:config-m:/5f249d1162bc38365b082b3e/Default","SM6.0:config-m:/790c16d57d123c6fe5e1d6f4975c6dd0/inferno","SM6.0:config-m:/8f522fa9423f957c49ff52374d5dac00/inferno","SM6.0:config-m:/bf90116ef3022558b5bcb4ac69335a72/inferno","SM6.0:config-m:/d2ad053ea0bd863da4b6567a59150b22/inferno","SM6.0:index-m","SM6.0:index-m:/592dc19d3fd8be1e47705ec8","SM6.0:index-m:/5f249d1162bc38365b082b3e","SM6.0:index-m:/790c16d57d123c6fe5e1d6f4975c6dd0","SM6.0:index-m:/8f522fa9423f957c49ff52374d5dac00","SM6.0:index-m:/bf90116ef3022558b5bcb4ac69335a72","SM6.0:index-m:/d2ad053ea0bd863da4b6567a59150b22","app/streams","app/streams/20250609151548210","calendar-categories","calendar-categories/concerts","calendar-categories/holiday","calendar-categories/sports","calendar-categories/station-events","locales","locales/en-US","providers","providers/Clear Channel","streams","streams/697","webapi","webapi-v4:name-tag2","webapi-v4:name-tag2:3972b6d964263c9e88e14bda918d391c","webapi-v4:name-tag2:6b7546054ec2d1882de0efd57550edcc","webapi-v4:name-tag2:6c98d77af4f9144ae917118891e932a6","webapi-v4:name-tag2:800d044ac142c03d50a31561d16e1174","webapi-v4:name-tag2:cf46219ecab797ec962a85c7b9b7c511","webapi-v4:name-tag2:d1227546af3d8b7eed107e00032bbf98","webapi-v4:sites","webapi-v4:sites:6a3f3878845b6b3f32b6a948da46c532","webapi-v4:stream-site-brand","webapi-v4:stream-site-brand:301c44af52245fd39db54065bbd667a2","domain/98rock.iheart.com","PS:content","PS:content:listing","PS:datasource","PS:datasource:/619430931b1be1210996bced","PS:datasource:/61c23bb858295ada6dcda9e7","PS:datasource:/627ab2c0c2349ca6154316a1","PS:leads","PS:leads:/62fbbdf7c6ccee51e1b516d9","PS:leads:/66c897d84d4b2e53621a62db","PS:leads:/67b8f4a3e072eb3303429080","PS:leads:/687aaea4875b23cab49ddde2","PS:subscription","PS:subscription:986953f584ec8d1de879138ac2836a6b","PS:subscription:ea7d0e62b76badb05b9bfe9b781a62b6","SM6.0:datasource-leads","SM6.0:datasource-leads:2f7e90b9e6b9a178d1e180544ac49dbf","SM6.0:datasource-leads:9255fac7e86a1229882ffb07b6cb6845","SM6.0:datasource-leads:a2e6a70c3f44f934e3c152df7a226a28","SM6.0:datasource-leads:a54326d83c25daaf65816b90fd672361","SM6.0:datasource-leads:dba8ace535b0603d3d39d5f22e74388f","SM6.0:datasource-leads:e0658011850e120cffea75996d857e36","SM6.0:datasource-publishing","SM6.0:datasource-publishing:340c2644906571a50ca626a7aaa7a50e","SM6.0:datasource-publishing:605511565d8677bf40c835e4488261e5","SM6.0:datasource-publishing:6167e346b33f97c0e0728475ab8c0a5d","SM6.0:datasource-publishing:651011a4ae7fe20dcad4d0217ecab0db","SM6.0:datasource-publishing:772517172d4afbcfa154e7913b0b16df","SM6.0:datasource-publishing:7a27f256ddb7a53fef37a8a77736b943","SM6.0:datasource-publishing:b979ccd965033c99a2f278dcc93da324","SM6.0:datasource-publishing:fac23ea58ecdfd045f1e961b97ca1ddd","SM6.0:site-streams","SM6.0:site-streams:301c44af52245fd39db54065bbd667a2","app/calendar-feed-service","app/calendar-feed-service/20230817200206","app/leads","app/leads/20230817200131","app/pubsub","app/pubsub/20250721163332915","sites","aptivada","vtype/generic_full","vname/home","ihr-amp"],"ttls":{"cdn":900,"browser":900}},"adPlacements":[],"request":{"protocol":"https","hostname":"98rock.iheart.com","path":"/","query":{},"params":{},"userAgent":"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)","prNumber":false},"page":{"currentPage":{"_id":"/master-site/inferno/home","name":"home","pageConfig":{"adobe_page_name":"home","description":"","keywords":[],"sitemap_frequency":"hourly","thumbnail":"","title":""},"displayName":"Home","path":"/","primaryBlockId":"e6Rs0","layoutId":"generic_full","parentId":null,"tags":[],"blocks":[{"id":"ad:top-leaderboard","region":"ad:top-leaderboard","type":"ad","ordinal":0,"value":{"ad_split":50,"position":"3330"},"tags":[],"schedule":null},{"id":"FppTo","region":"main:dynamic","type":"onair","ordinal":0,"value":{"title":null},"tags":["display-hints/themed-block","display-hints/onair-show-play"],"schedule":{"begin":0,"end":4115978604802}},{"id":"e6Rs0","region":"main:dynamic","type":"feed","ordinal":2,"value":{"ad_split":null,"feed_id":"USAGE:feed-usecases/Default Content","feed_index":0,"position":null,"size":1,"title":""},"tags":["display-hints/feed-show-eyebrow","display-hints/feed-date-stamp","display-hints/horizontal","display-hints/primary","display-hints/themed-block"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F688e6b5d2cc96ab9d0f56936","type":"PUBLISHING","record":{"ref_id":"%2F688e6b5d2cc96ab9d0f56936","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"6f26f219-0a20-4153-9161-1673fc5d7b66","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"Heap of chicken vienna sausage wrapped in plastic. Close up shot","id":"%2F688e7173f12dc1d489b4c047","new_tab":false,"schedule":{},"source_credit":"amstockphoto / iStock / Getty Images","title":"Heap of chicken vienna sausage wrapped in plastic. Close up","type":"asset","url":"","use_caption":false},{"html":"\u003cp>A \u003ca href=\"https://abcnews.go.com/Weird/wireStory/hot-dog-spill-shuts-highway-pennsylvania-commuters-wurst-124294402\" target=\"_blank\">truck carrying hot dogs crashed on Interstate 83 in Pennsylvania\u003c/a> on Friday (August 1), causing a major traffic jam as hot dogs spilled across the road. The accident occurred just north of the Maryland state line when the truck experienced mechanical issues and collided with another vehicle. The impact caused the trailer to scrape against concrete dividers, forcing it open and spilling its contents. Four people sustained non-life-threatening injuries in the crash.\u003c/p>\n\n\u003cp>The \u003ca href=\"https://www.foxnews.com/us/hot-dogs-spill-across-interstate-after-tractor-trailer-crash-clog-commute-steamed-motorists\" target=\"_blank\">incident led to significant delays\u003c/a> as crews worked to clear the highway. The crash happened during the morning rush hour, compounding the traffic issues. \u003c/p>\n\n\u003cp>The \u003ca href=\"https://www.foxnews.com/us/hot-dogs-spill-across-interstate-after-tractor-trailer-crash-clog-commute-steamed-motorists\" target=\"_blank\">cleanup crews faced challenges with the scattered hot dogs\u003c/a>, which were deemed unusable. \u003c/p>\n\n\u003cp>Shrewsbury Fire Company Chief \u003cstrong>Brad Dauberman\u003c/strong> commented on the cleanup, saying, "Once those leave the truck and hit the road, that’s all garbage, and it’s still pretty warm." He added, "I can tell you personally, hot dogs are very slippery. I did not know that."\u003c/p>\n\n\u003cp> The highway was eventually reopened after the cleanup was completed.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-02-hot-dog-spill-closes-busy-interstate/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"primary_image":{"bucket":"assets.getty","id":"%2F688e7173f12dc1d489b4c047"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1754165400000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-02-hot-dog-spill-closes-busy-interstate","social_title":"","summary":"Thousands of frozen hot dogs covered the roadway after a multi-vehicle crash.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/weird-news"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Hot Dog Spill Closes Busy Interstate","permalink":"https://98rock.iheart.com/content/2025-08-02-hot-dog-spill-closes-busy-interstate/"},"slug":"2025-08-02-hot-dog-spill-closes-busy-interstate","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688e7173f12dc1d489b4c047","title":"Hot Dog Spill Closes Busy Interstate","description":"Thousands of frozen hot dogs covered the roadway after a multi-vehicle crash.","author":"iHeartRadio"},"pub_start":1754165400000,"pub_until":4115978604802,"pub_changed":1754165784012,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["categories/weird-news","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688e6b5d2cc96ab9d0f56936","slug:2025-08-02-hot-dog-spill-closes-busy-interstate","slug:2025-08-02-hot-dog-spill-closes-busy-interstate","keyword:keywords/ai-assisted","author:user"]}}],"resume":{"id":"ID:editorial-feed-whatwhere","context":{"\u003clocale>":"en-US"},"size":1,"from":"eyJza2lwIjo5LCJjdXJzb3JzIjp7ImRhU0xXIjoiZXlKc2FXMXBkQ0k2TlN3aWIyWm1jMlYwSWpvNWZRPT0ifSwiZW5kcyI6eyJMNmxVSyI6LTEsIjdUS29VIjotMX19","scopes":[]}}},{"id":"WQJCS","region":"main:dynamic","type":"feed","ordinal":3,"value":{"feed_id":"USAGE:feed-usecases/Default Promotions","feed_index":1,"size":4,"title":""},"tags":["display-hints/xsmall"],"schedule":null,"feed":{"results":[{"id":"%2F687aaea4875b23cab49ddde2","type":"LEADS","record":{"title":"Nominate An Exceptional Teacher Who Is Making A Lasting Impact!","subtitle":"","image":"https://i.iheart.com/v3/re/new_assets/687aae40875b23cab49ddde1","img_meta":{"base_id":"%2F687aae40875b23cab49ddde1","bucket":"new_assets"},"link":{"target":"_blank","urls":{"device":"","web":"https://www.donorschoose.org/iheartradio"},"name":"","description":""},"use_catalog_image":false,"catalog":null}},{"id":"%2F66c897d84d4b2e53621a62db","type":"LEADS","record":{"title":"Buccaneers 24/7 Coverage","subtitle":"Buccaneers 24/7 Coverage","image":"https://i.iheart.com/v3/re/new_assets/62fbbda7c6ccee51e1b516d8","img_meta":{"base_id":"%2F62fbbda7c6ccee51e1b516d8","bucket":"new_assets"},"link":{"target":"_self","urls":{"device":"https://98rock.iheart.com/featured/best-bucs-coverage/","web":"https://98rock.iheart.com/featured/best-bucs-coverage/"},"name":"Best Bucs Coverage","description":"All things Buccaneers"},"use_catalog_image":false,"catalog":null}},{"id":"%2F62fbbdf7c6ccee51e1b516d9","type":"LEADS","record":{"title":"Win Concert Tickets & More","subtitle":"","image":"https://i.iheart.com/v3/re/new_assets/63dab91a845d2140bc2acac7","img_meta":{"base_id":"%2F63dab91a845d2140bc2acac7","bucket":"new_assets"},"link":{"target":"_self","urls":{"device":"https://98rock.iheart.com/promotions/","web":"https://98rock.iheart.com/promotions/"},"name":"Win Stuff","description":"Concert tickets and MUCH more!"},"use_catalog_image":false,"catalog":null}},{"id":"%2F67b8f4a3e072eb3303429080","type":"LEADS","record":{"title":"Advertise with America's #1 Audio Company","subtitle":"","image":"https://i.iheart.com/v3/re/new_assets/67b8f45de072eb330342907f","img_meta":{"base_id":"%2F67b8f45de072eb330342907f","bucket":"new_assets"},"link":{"target":"_blank","urls":{"device":"","web":"/advertise/?campid=advertise_promo"},"name":"","description":""},"use_catalog_image":false,"catalog":null}}],"resume":{"id":"ID:promotions-feed","context":{"\u003clocale>":"en-US"},"size":4,"from":"eyJza2lwIjo0LCJjdXJzb3JzIjp7IjRZUE0xIjoxfSwiZW5kcyI6eyJQVG9PSyI6LTEsIndtZU5LIjotMSwiSkFyUk4iOjJ9fQ==","scopes":[]}}},{"id":"lP0Ih","region":"main:dynamic","type":"feed","ordinal":4,"value":{"feed_id":"USAGE:feed-usecases/Default Content","feed_index":2,"size":2,"title":""},"tags":["display-hints/feed-show-eyebrow","display-hints/feed-date-stamp","display-hints/large"],"schedule":null,"feed":{"results":[{"id":"%2F6107ecc182d5b29ea43f4606","type":"PUBLISHING","record":{"ref_id":"%2F6107ecc182d5b29ea43f4606","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"eaa4a924-1858-4ca1-a961-1a0abfb1410f","revision_id":"AAAAAAAAAAAAAAAAAAAAAA=="},"author":"Dave Basner","blocks":[{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"UNITED KINGDOM - JUNE 01: BBC TV CENTRE Photo of Bob DYLAN, performing on TV show (Photo by Val Wilmer/Redferns)","id":"%2F5d434487090c72de53f3df13","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Photo of Bob DYLAN","type":"asset","url":"","use_caption":false},{"html":"\u003cp>It’s August 2nd and here are some reasons why this day matters in rock history:\u003c/p>\n\n\u003cp>In 1962, \u003cstrong>Robert Allen Zimmerman\u003c/strong> legally became \u003ca href=\"https://www.iheart.com/artist/bob-dylan-971/\" data-catalog-kind=\"artist\" data-catalog-id=\"971\" data-catalog-related-id=\"\">\u003cstrong>Bob Dylan\u003c/strong>\u003c/a>.\u003c/p>\n\n\u003cp>In 2003, \u003ca href=\"https://www.iheart.com/artist/kiss-35150/\" data-catalog-kind=\"artist\" data-catalog-id=\"35150\" data-catalog-related-id=\"\">\u003cstrong>Kiss\u003c/strong>\u003c/a> and \u003ca href=\"https://www.iheart.com/artist/aerosmith-39229/\" data-catalog-kind=\"artist\" data-catalog-id=\"39229\" data-catalog-related-id=\"\">\u003cstrong>Aerosmith\u003c/strong>\u003c/a> kicked off their co-headlining tour. \u003c/p>\n\n\u003cp>In 1998, the \u003ca href=\"https://www.iheart.com/artist/beastie-boys-29168/\" data-catalog-kind=\"artist\" data-catalog-id=\"29168\" data-catalog-related-id=\"\">\u003cstrong>Beastie Boys\u003c/strong>\u003c/a> started a three-week run at number one on the album chart with \u003cem>Hello Nasty\u003c/em>, the group’s third record to top the chart.\u003c/p>\n\n\u003cp>In 2010, \u003ca href=\"https://www.iheart.com/artist/arcade-fire-202598/\" data-catalog-kind=\"artist\" data-catalog-id=\"202598\" data-catalog-related-id=\"\">\u003cstrong>Arcade Fire\u003c/strong>\u003c/a> released their hit album, \u003cem>The Suburbs\u003c/em>, which debuted at number one and went on to win the Grammy for Album of the Year.\u003c/p>\n\n\u003cp>In 1975, the \u003ca href=\"https://www.iheart.com/artist/eagles-59842/\" data-catalog-kind=\"artist\" data-catalog-id=\"59842\" data-catalog-related-id=\"\">\u003cstrong>Eagles \u003c/strong>\u003c/a>went to number one on the chart with their song “One of These Nights.”\u003c/p>\n\n\u003cp>In 1986, \u003ca href=\"https://www.iheart.com/artist/peter-cetera-59956/\" data-catalog-kind=\"artist\" data-catalog-id=\"59956\" data-catalog-related-id=\"\">\u003cstrong>Peter Cetera \u003c/strong>\u003c/a>began two weeks on top of the charts with his song “The Glory of Love,” the theme to the film \u003cem>Karate Kid II\u003c/em>.\u003c/p>\n\n\u003cp>And in 2006, \u003ca href=\"https://www.iheart.com/artist/the-killers-36647/\" data-catalog-kind=\"artist\" data-catalog-id=\"36647\" data-catalog-related-id=\"\">\u003cstrong>Killers\u003c/strong>\u003c/a> singer \u003ca href=\"https://www.iheart.com/artist/brandon-flowers-380256/\" data-catalog-kind=\"artist\" data-catalog-id=\"380256\" data-catalog-related-id=\"\">\u003cstrong>Brandon Flowers\u003c/strong>\u003c/a> married \u003cstrong>Tana Munblowsky\u003c/strong> in a private ceremony in Hawaii.\u003c/p>\n\n\u003cp>And that’s what happened today in rock history.\u003c/p>\n\n\u003cp>(H/T \u003ca href=\"https://www.thisdayinmusic.com/\" target=\"_blank\">This Day in Music\u003c/a>)\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2021-08-02-why-august-2nd-matters-in-rock-history/","cuser":"user/ldap/1115951","enable_featured_widget":false,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":false,"is_sponsored":false,"keywords":[],"primary_image":{"bucket":"new_assets","id":"%2F5d434487090c72de53f3df13"},"primary_target":{"categories":[],"distribution":["brands/iHeartRadio"]},"publish_date":1754136000000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2021-08-02-why-august-2nd-matters-in-rock-history","social_title":"","summary":"Find out what Kiss and Aerosmith were doing together on this day in 2003, and how Robert Allen Zimmerman died in '62.","targets":[{"categories":["categories/music-news"],"distribution":["brands/iHeartRadio"]},{"categories":["categories/music-news"],"distribution":["formats/ROCKACTIVE"]},{"categories":["categories/music-news"],"distribution":["formats/ROCKCLASSIC"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Why August 2nd Matters In Rock History","permalink":"https://98rock.iheart.com/content/2021-08-02-why-august-2nd-matters-in-rock-history/"},"slug":"2021-08-02-why-august-2nd-matters-in-rock-history","summary":{"image":"https://i.iheart.com/v3/re/new_assets/5d434487090c72de53f3df13","title":"Why August 2nd Matters In Rock History","description":"Find out what Kiss and Aerosmith were doing together on this day in 2003, and how Robert Allen Zimmerman died in '62.","author":"Dave Basner"},"pub_start":1754136000000,"pub_until":4115978604802,"pub_changed":1754136000000,"subscription":[{"tags":["brands/iHeartRadio"]},{"tags":["categories/music-news","brands/iHeartRadio"]},{"tags":["categories/music-news","formats/ROCKACTIVE"]},{"tags":["categories/music-news","formats/ROCKCLASSIC"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6107ecc182d5b29ea43f4606","slug:2021-08-02-why-august-2nd-matters-in-rock-history","slug:2021-08-02-why-august-2nd-matters-in-rock-history","author:user"]}},{"id":"%2F688d179e2e24d7fcac0823dd","type":"PUBLISHING","record":{"ref_id":"%2F688d179e2e24d7fcac0823dd","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"bf63dba6-4bd1-44e0-a81c-29fe24594a85","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"Long-fingered bat (Myotis capaccinii) flying from entrance of colony cave in Spanish Pyrenees, Aragon, Spain. April.","id":"%2F688d18732425089862b569d3","new_tab":false,"schedule":{},"source_credit":"CreativeNature_nl / iStock / Getty Images","title":"Long-fingered bat flying from cave","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003cstrong>Erica Kahn\u003c/strong>, a Massachusetts resident, \u003ca href=\"https://www.nbcnews.com/news/us-news/bat-flies-womans-mouth-arizona-costing-nearly-21000-medical-bills-rcna222463\" target=\"_blank\">faced nearly $21,000 in medical bills after a bat flew into her mouth\u003c/a> during a vacation in Northern Arizona last August. The incident occurred while Kahn, then 33, was photographing the night sky at Glen Canyon National Recreation Area. Despite not feeling a bite, her father, a physician, advised her to seek rabies vaccinations as a precaution.\u003c/p>\n\n\u003cp>Kahn, who had recently lost her job as a biomedical engineer, had \u003ca href=\"https://kffhealthnews.org/news/article/tourist-rabies-treatment-wild-bat-in-mouth-surprise-bill-of-the-month/\" target=\"_blank\">opted to temporarily forgo health insurance\u003c/a>. After the bat encounter, she quickly purchased a policy from Innovative Partners LP, believing it would cover emergency treatments. However, the policy had a 30-day waiting period, and her claims were denied, leaving her with a bill of $20,749. The majority of the charges came from Flagstaff Medical Center, where she received her initial treatment.\u003c/p>\n\n\u003cp>Rabies, a fatal disease if untreated, requires immediate medical attention. Kahn \u003ca href=\"https://www.washingtonpost.com/wellness/2025/07/31/rabies-vaccine-cost/\" target=\"_blank\">received four doses of the rabies vaccine\u003c/a> and immunoglobulin shots across multiple states. Despite her efforts to appeal the denied claims, Kahn faced challenges in navigating the insurance process.\u003c/p>\n\n\u003cp>"I felt so powerless against these companies," she told \u003cem>NBC News\u003c/em>. "It should be a human right to have lifesaving care covered. In most other countries, like in Europe, you just go to the hospital, you get your rabies vaccines and you pay nothing."\u003c/p>\n\n\u003cp>Kahn says that she hopes others will learn from her mistake and ensure they have health insurance coverage.\u003c/p>\n\n\u003cp>"If one person gets covered because they saw this story, then I would be happy about that," she added.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-woman-hit-with-five-figure-medical-bill-after-a-bat-flew-into-her-mouth/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"primary_image":{"bucket":"assets.getty","id":"%2F688d18732425089862b569d3"},"primary_target":{"categories":["categories/national-news","categories/weird-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1754077260000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-woman-hit-with-five-figure-medical-bill-after-a-bat-flew-into-her-mouth","social_title":"","summary":"The woman didn't have health insurance and must pay the bill out of her own pocket.","targets":[{"categories":["categories/national-news","categories/weird-news"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Woman Hit With Five-Figure Medical Bill After A Bat Flew Into Her Mouth","permalink":"https://98rock.iheart.com/content/2025-08-01-woman-hit-with-five-figure-medical-bill-after-a-bat-flew-into-her-mouth/"},"slug":"2025-08-01-woman-hit-with-five-figure-medical-bill-after-a-bat-flew-into-her-mouth","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688d18732425089862b569d3","title":"Woman Hit With Five-Figure Medical Bill After A Bat Flew Into Her Mouth","description":"The woman didn't have health insurance and must pay the bill out of her own pocket.","author":"iHeartRadio"},"pub_start":1754077260000,"pub_until":4115978604802,"pub_changed":1754077653902,"subscription":[{"tags":["categories/national-news","categories/weird-news","brands/iHeartRadio"]},{"tags":["categories/national-news","categories/weird-news","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688d179e2e24d7fcac0823dd","slug:2025-08-01-woman-hit-with-five-figure-medical-bill-after-a-bat-flew-into-her-mouth","slug:2025-08-01-woman-hit-with-five-figure-medical-bill-after-a-bat-flew-into-her-mouth","keyword:keywords/ai-assisted","author:user"]}}],"resume":{"id":"ID:editorial-feed-whatwhere","context":{"\u003clocale>":"en-US"},"size":2,"from":"eyJza2lwIjo5LCJjdXJzb3JzIjp7ImRhU0xXIjoiZXlKc2FXMXBkQ0k2TlN3aWIyWm1jMlYwSWpvNWZRPT0ifSwiZW5kcyI6eyJMNmxVSyI6LTEsIjdUS29VIjotMX19","scopes":[]}}},{"id":"beE6F","region":"main:dynamic","type":"feed","ordinal":5,"value":{"feed_id":"ID:weekly-widget-feed","feed_index":3,"size":10,"title":""},"tags":["display-hints/cume"],"schedule":null,"feed":{"results":[],"resume":null}},{"id":"ha5Er","region":"main:dynamic","type":"contests","ordinal":6,"value":{},"tags":["display-hints/tile"],"schedule":null},{"id":"lHlMQ","region":"main:dynamic","type":"playlist","ordinal":7,"value":{},"tags":["display-hints/themed-block","display-hints/tile"],"schedule":null},{"id":"zlJN0","region":"main:dynamic","type":"show","ordinal":8,"value":{"brands":[{"ref":"config://field/general.default_shows","scope":null,"type":"VAR"}],"title":"Shows"},"tags":[],"schedule":{"begin":0,"end":4115978604802},"shows":[{"_id":"%2F592dc19d3fd8be1e47705ec8","slug":"crash-mornings","ownBrand":"brands/Crash Mornings","configByLookup":{"common":{"branding":{"name":"Crash & AJ","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/5e5d6687f4997dd069b5ed82"}}}}}},{"_id":"%2Fbf90116ef3022558b5bcb4ac69335a72","slug":"aly","ownBrand":"brands/Aly (31976)","configByLookup":{"common":{"branding":{"name":"Aly","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/8cdda5f2de07dafbb2ee00738e1cc5a9"}}}}}},{"_id":"%2Fd2ad053ea0bd863da4b6567a59150b22","slug":"big-rig","ownBrand":"brands/Big Rig (32040)","configByLookup":{"common":{"branding":{"name":"Big Rig","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/61c2b1b180f2af03d229ca49"}}}}}},{"_id":"%2F8f522fa9423f957c49ff52374d5dac00","slug":"klinger","ownBrand":"brands/Klinger (31984)","configByLookup":{"common":{"branding":{"name":"Klinger","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/61de0814815960efa9709c45"}}}}}},{"_id":"%2F5f249d1162bc38365b082b3e","slug":"operation-stormwatch-tampa-bay","ownBrand":"brands/Operation Stormwatch Tampa Bay","configByLookup":{"common":{"branding":{"name":"Operation Stormwatch Tampa Bay","logo":{"asset":{"href":"https://i.iheart.com/v3/re/assets.brands/68766fc85349fec9d99362ac"}}}}}}]},{"id":"MOi2y","region":"main:dynamic","type":"ad","ordinal":9,"value":{"ad_split":0,"position":"3331"},"tags":[],"schedule":null},{"id":"Vj1NU","region":"main:dynamic","type":"podcasts","ordinal":10,"value":{"shows":[{"ref":"config://field/general.default_podcasts","scope":null,"type":"VAR"}],"title":null},"tags":["display-hints/podcasts-block","display-hints/themed-block"],"schedule":{"begin":0,"end":4115978604802},"podcasts":["89902582","31112393","119406777","111681346"]},{"id":"kIdtO","region":"main:dynamic","type":"feed","ordinal":11,"value":{"feed_id":"USAGE:feed-usecases/Default Content","feed_index":4,"size":6,"title":"Latest Stories"},"tags":["display-hints/feed-show-eyebrow","display-hints/feed-load-more","display-hints/feed-date-stamp","display-hints/small"],"schedule":null,"feed":{"results":[{"id":"%2F688ce9a25555098f03dfab6f","type":"PUBLISHING","record":{"ref_id":"%2F688ce9a25555098f03dfab6f","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"004c81a3-0ea4-476a-a7b7-9e2dc480c0e0","revision_id":"AAAAAAAAAAAAAAAAAAAAAA=="},"author":"Logan DeLoye","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1119-sysks-summer-movie-playli-283601690%2F","@url":"https://www.iheart.com/podcast/1119-sysks-summer-movie-playli-283601690/","author_name":"SYSK's Summer Movie Playlist","author_url":"https://www.iheart.com/podcast/1119-sysks-summer-movie-playli-283601690/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"SYSK's Summer Movie Playlist\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-sysks-summer-movie-playli-283601690/?embed=true&cid=oembed&keyid%5B0%5D=SYSK%27s%20Summer%20Movie%20Playlist&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider_name":"iHeartRadio","provider_url":"https://www.iheart.com","thumbnail_height":300,"thumbnail_url":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2E5MTAxOGE0LWVhNGYtNDEzMC1iZjU1LWFlMjcwMTgwYzMyNy8zOTBlZjVkYy0yYTZjLTRjN2QtODEzYi1iMzA5MDBmZGJhMGYvaW1hZ2UuanBnP3Q9MTc1MTAzNzgzMyZzaXplPUxhcmdl?ops=fit(300%2C300)","thumbnail_width":300,"title":"SYSK's Summer Movie Playlist","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"SYSK's Summer Movie Playlist\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-sysks-summer-movie-playli-283601690/?embed=true&cid=oembed&keyid%5B0%5D=SYSK%27s%20Summer%20Movie%20Playlist&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1119-sysks-summer-movie-playli-283601690/"},{"attributes":{"mimetype":"image/png","type":"image"},"bucket":"new_assets","caption":"","id":"%2F688ce9b55555098f03dfab7a","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Did you know that author \u003cstrong>Ian Fleming\u003c/strong>, who wrote \u003cstrong>James Bond\u003c/strong>, altered the iconic main character to reflect the life of \u003cstrong>Sean Connery\u003c/strong>, the first actor to play James Bond, after meeting him? \u003c/p>\n\n\u003cp>In the latest episode of \u003ca href=\"https://www.iheart.com/podcast/1119-sysks-summer-movie-playli-283601690/\" target=\"_blank\">\u003cem>SYSK's Summer Movie Playlist\u003c/em>\u003c/a> on iHeartRadio, hosts \u003cstrong>Chuck Bryant\u003c/strong> and \u003cstrong>Josh Clark\u003c/strong> zoomed in on the fictional 007 agent's family. Fleming did not initially plan for Bond's father to be Scottish, but after meeting and casting Connery, he decided to revise the script. \u003c/p>\n\n\u003cblockquote>"So it turns out James Bond had a Scottish father, which he didn't originally. Ian Fleming was not a big fan of Sean Connery at first. And then, Sean Connery is like, 'Check this out,' and he made one peck go up while the other went down. A bunch of times, and Ian Fleming just like clapped and squealed, and that was that. He was a big fan, and he said, 'You know what? You are, James Bond.' And he actually went back and changed James Bond's history to match Sean Connery a little bit because he came to see, like, 'This guy is Bond.' So he gave James Bond a Scottish father." \u003c/blockquote>\n\n\u003cp>Listen to \u003ca href=\"https://www.iheart.com/podcast/1119-sysks-summer-movie-playli-283601690/episode/sysks-summer-movie-playlist-whats-the-283601692/\" target=\"_blank\">\u003cem>SYSK's Summer Movie Playlist\u003c/em>\u003c/a> on iHeartRadio for the full scoop! \u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-you-wont-believe-which-007-actor-inspired-james-bonds-character/","cuser":"user/ldap/1133602","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/Ian Fleming","keywords/Sean Connery","keywords/James Bond","keywords/Scottish","keywords/Summer Movie Playlist","keywords/character","keywords/life"],"primary_image":{"bucket":"new_assets","id":"%2F688ce9b55555098f03dfab7a"},"primary_target":{"categories":["categories/entertainment-news"],"distribution":["formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CLASSICHITS","formats/ROCKCLASSIC","formats/ROCKACTIVE","formats/ROCKALTERNATIVE"]},"publish_date":1754072760000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-you-wont-believe-which-007-actor-inspired-james-bonds-character","social_title":"","summary":"Listen to 'SYSK's Summer Movie Playlist' on iHeartRadio for the full scoop! ","targets":[{"categories":["categories/entertainment-news"],"distribution":["brands/iHeartRadio"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"You Won't Believe Which 007 Actor Inspired James Bond's Character","permalink":"https://98rock.iheart.com/content/2025-08-01-you-wont-believe-which-007-actor-inspired-james-bonds-character/"},"slug":"2025-08-01-you-wont-believe-which-007-actor-inspired-james-bonds-character","summary":{"image":"https://i.iheart.com/v3/re/new_assets/688ce9b55555098f03dfab7a","title":"You Won't Believe Which 007 Actor Inspired James Bond's Character","description":"Listen to 'SYSK's Summer Movie Playlist' on iHeartRadio for the full scoop! ","author":"Logan DeLoye"},"pub_start":1754072760000,"pub_until":4115978604802,"pub_changed":1754073314004,"subscription":[{"tags":["categories/entertainment-news","formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CLASSICHITS","formats/ROCKCLASSIC","formats/ROCKACTIVE","formats/ROCKALTERNATIVE"]},{"tags":["categories/entertainment-news","brands/iHeartRadio"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688ce9a25555098f03dfab6f","slug:2025-08-01-you-wont-believe-which-007-actor-inspired-james-bonds-character","slug:2025-08-01-you-wont-believe-which-007-actor-inspired-james-bonds-character","keyword:keywords/Ian Fleming","keyword:keywords/Sean Connery","keyword:keywords/James Bond","keyword:keywords/Scottish","keyword:keywords/Summer Movie Playlist","keyword:keywords/character","keyword:keywords/life","author:user"]}},{"id":"%2F6103de901618f04109485f2c","type":"PUBLISHING","record":{"ref_id":"%2F6103de901618f04109485f2c","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"89bb5ff6-6b0a-4e3c-80f4-ed1288b56034","revision_id":"AAAAAAAAAAAAAAAAAAAAAg=="},"author":"Dave Basner","blocks":[{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"English heavy metal group Def Leppard, circa 1985. (Photo by Tim Roney/Getty Images)","id":"%2F5d420080c5c7d60244bb7991","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Def Leppard","type":"asset","url":"","use_caption":false},{"html":"\u003cp>It’s August 1st and here are some reasons why this day matters in rock history:\u003c/p>\n\n\u003cp>In 1971, The Concert for Bangladesh was held at New York’s Madison Square Garden. The event was organized by \u003cstrong>George Harrison\u003c/strong> to aid victims of famine and war in the Asian nation. It featured sets by \u003ca href=\"https://www.iheart.com/artist/bob-dylan-971/\" data-catalog-kind=\"artist\" data-catalog-id=\"971\" data-catalog-related-id=\"\">\u003cstrong>Bob Dylan\u003c/strong>\u003c/a>, \u003ca href=\"https://www.iheart.com/artist/ringo-starr-31906/\" data-catalog-kind=\"artist\" data-catalog-id=\"31906\" data-catalog-related-id=\"\">\u003cstrong>Ringo Starr\u003c/strong>\u003c/a>, \u003ca href=\"https://www.iheart.com/artist/eric-clapton-39635/\" data-catalog-kind=\"artist\" data-catalog-id=\"39635\" data-catalog-related-id=\"\">\u003cstrong>Eric Clapton\u003c/strong>\u003c/a>, \u003ca href=\"https://www.iheart.com/artist/billy-preston-2937/\" data-catalog-kind=\"artist\" data-catalog-id=\"2937\" data-catalog-related-id=\"\">\u003cstrong>Billy Preston\u003c/strong>\u003c/a> and others. The triple album release of the concert went on to win the Grammy for Album of the Year.\u003c/p>\n\n\u003cp>In 1980, \u003ca href=\"https://www.iheart.com/artist/def-leppard-44059/\" data-catalog-kind=\"artist\" data-catalog-id=\"44059\" data-catalog-related-id=\"\">\u003cstrong>Def Leppard\u003c/strong>\u003c/a> made their live debut in America, opening up for \u003ca href=\"https://www.iheart.com/artist/acdc-83301/\" data-catalog-kind=\"artist\" data-catalog-id=\"83301\" data-catalog-related-id=\"\">\u003cstrong>AC/DC\u003c/strong>\u003c/a> in New York City.\u003c/p>\n\n\u003cp>In 1981, \u003ca href=\"https://www.iheart.com/artist/rick-springfield-42667/\" data-catalog-kind=\"artist\" data-catalog-id=\"42667\" data-catalog-related-id=\"\">\u003cstrong>Rick Springfield \u003c/strong>\u003c/a>started a two-week run on top of the charts with his hit song “Jessie’s Girl.”\u003c/p>\n\n\u003cp>In 1987, \u003ca href=\"https://www.iheart.com/artist/bob-seger-86960/\" data-catalog-kind=\"artist\" data-catalog-id=\"86960\" data-catalog-related-id=\"\">\u003cstrong>Bob Seger \u003c/strong>\u003c/a>had his first number one song with “Shakedown.”\u003c/p>\n\n\u003cp>In 1985, \u003ca href=\"https://www.iheart.com/artist/starship-7211/\" data-catalog-kind=\"artist\" data-catalog-id=\"7211\" data-catalog-related-id=\"\">\u003cstrong>Starship\u003c/strong>\u003c/a> released their single “We Built This City.” The city, incidentally, was built on rock and roll.\u003c/p>\n\n\u003cp>And in 1981, MTV launched by playing the music video for the \u003ca href=\"https://www.iheart.com/artist/the-buggles-43359/\" data-catalog-kind=\"artist\" data-catalog-id=\"43359\" data-catalog-related-id=\"\">\u003cstrong>Buggles\u003c/strong>\u003c/a>’ “Video Killed the Radio Star.” \u003c/p>\n\n\u003cp>And that’s what happened today in rock history.\u003c/p>\n\n\u003cp>(H/T \u003ca href=\"https://www.thisdayinmusic.com/\" target=\"_blank\">This Day in Music\u003c/a>)\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2021-07-30-why-august-1st-matters-in-rock-history/","cuser":"user/ldap/1115951","enable_featured_widget":false,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":null,"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":[],"primary_image":{"bucket":"new_assets","id":"%2F5d420080c5c7d60244bb7991"},"primary_target":{"categories":[],"distribution":["brands/iHeartRadio"]},"publish_date":1754049600000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2021-07-30-why-august-1st-matters-in-rock-history","social_title":"","summary":"Find out why it was a big day for Def Leppard, George Harrison and MTV.","targets":[{"categories":["categories/music-news"],"distribution":["brands/iHeartRadio"]},{"categories":["categories/music-news"],"distribution":["formats/ROCKACTIVE"]},{"categories":["categories/music-news"],"distribution":["formats/ROCKCLASSIC"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Why August 1st Matters In Rock History","permalink":"https://98rock.iheart.com/content/2021-07-30-why-august-1st-matters-in-rock-history/"},"slug":"2021-07-30-why-august-1st-matters-in-rock-history","summary":{"image":"https://i.iheart.com/v3/re/new_assets/5d420080c5c7d60244bb7991","title":"Why August 1st Matters In Rock History","description":"Find out why it was a big day for Def Leppard, George Harrison and MTV.","author":"Dave Basner"},"pub_start":1754049600000,"pub_until":4115978604802,"pub_changed":1754051893406,"subscription":[{"tags":["brands/iHeartRadio"]},{"tags":["categories/music-news","brands/iHeartRadio"]},{"tags":["categories/music-news","formats/ROCKACTIVE"]},{"tags":["categories/music-news","formats/ROCKCLASSIC"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6103de901618f04109485f2c","slug:2021-07-30-why-august-1st-matters-in-rock-history","slug:2021-07-30-why-august-1st-matters-in-rock-history","author:user"]}},{"id":"%2F688bd8318f6ddbfecfc3f089","type":"PUBLISHING","record":{"ref_id":"%2F688bd8318f6ddbfecfc3f089","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"6f13f73e-fd99-435a-8b86-713e39b0bc82","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"Russia, Saint Petersburg - May 4, 2025: Thrill Ride in Action: Amusement Park Pendulum","id":"%2F688bd91251aba98b7900386b","new_tab":false,"schedule":{},"source_credit":"Evgeniy Akimenko / iStock Editorial / Getty Images","title":"Thrill Ride in Action: Amusement Park Pendulum","type":"asset","url":"","use_caption":false},{"html":"\u003cp>At least 23 people were injured, three critically, when \u003ca href=\"https://people.com/23-injured-after-theme-park-ride-crashes-to-the-ground-11782422\" target=\"_blank\">a theme park ride broke in half at Green Mountain Park in Taif, Saudi Arabia\u003c/a>, on Wednesday (July 30), causing the revolving platform with strapped-in riders to crash to the ground. Videos shared online show the ride, known as the "360 Degrees," starting normally, with riders being flipped in the air. However, as the ride picked up speed, the central pole snapped, sending the platform plummeting to the ground.\u003c/p>\n\n\u003cp>Debris and broken parts flew through the air as onlookers screamed in shock. \u003cem>The Khaleej Times\u003c/em> reported that some \u003ca href=\"https://www.khaleejtimes.com/world/gulf/23-injured-as-ride-collapses-at-green-mountain-park-in-saudi-arabia\" target=\"_blank\">bystanders were struck by the recoiling central pole\u003c/a>. Emergency responders treated several people at the scene before transferring them to nearby hospitals. Hospitals in Taif declared a code yellow emergency, indicating a mass casualty event.\u003c/p>\n\n\u003cp>Prince \u003cstrong>Saud bin Nahar bin Saud bin Abdulaziz\u003c/strong>, the region’s governor, \u003ca href=\"https://www.cnn.com/2025/07/31/middleeast/saudi-arabia-fairground-ride-intl\" target=\"_blank\">ordered the immediate closure of the resort\u003c/a> and launched an investigation into the cause of the accident. \u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"Twitter","@query":"https://publish.twitter.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fx.com%2FFoxNews%2Fstatus%2F1950957793546023074","@url":"https://x.com/FoxNews/status/1950957793546023074","author_name":"Fox News","author_url":"https://twitter.com/FoxNews","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">Ride snaps in half at amusement park in Saudi Arabia \u003ca href=\"https://t.co/Ga6STJ9xG8\">pic.twitter.com/Ga6STJ9xG8\u003c/a>\u003c/p>— Fox News (@FoxNews) \u003ca href=\"https://twitter.com/FoxNews/status/1950957793546023074?ref_src=twsrc%5Etfw\">July 31, 2025\u003c/a>\u003c/blockquote>\n\n","provider_name":"Twitter","provider_url":"https://twitter.com","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","url":"https://twitter.com/FoxNews/status/1950957793546023074","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">Ride snaps in half at amusement park in Saudi Arabia \u003ca href=\"https://t.co/Ga6STJ9xG8\">pic.twitter.com/Ga6STJ9xG8\u003c/a>\u003c/p>— Fox News (@FoxNews) \u003ca href=\"https://twitter.com/FoxNews/status/1950957793546023074?ref_src=twsrc%5Etfw\">July 31, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/FoxNews/status/1950957793546023074"}],"canonical_url":"https://www.iheart.com/content/2025-07-31-heart-stopping-video-shows-carnival-ride-full-of-people-snapping-in-half/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"primary_image":{"bucket":"assets.getty","id":"%2F688bd91251aba98b7900386b"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1753995840000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-31-heart-stopping-video-shows-carnival-ride-full-of-people-snapping-in-half","social_title":"","summary":"Over 20 people were injured when the ride broke apart.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/weird-news"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Heart-Stopping Video Shows Carnival Ride Full Of People Snapping In Half","permalink":"https://98rock.iheart.com/content/2025-07-31-heart-stopping-video-shows-carnival-ride-full-of-people-snapping-in-half/"},"slug":"2025-07-31-heart-stopping-video-shows-carnival-ride-full-of-people-snapping-in-half","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688bd91251aba98b7900386b","title":"Heart-Stopping Video Shows Carnival Ride Full Of People Snapping In Half","description":"Over 20 people were injured when the ride broke apart.","author":"iHeartRadio"},"pub_start":1753995840000,"pub_until":4115978604802,"pub_changed":1753996234590,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["categories/weird-news","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688bd8318f6ddbfecfc3f089","slug:2025-07-31-heart-stopping-video-shows-carnival-ride-full-of-people-snapping-in-half","slug:2025-07-31-heart-stopping-video-shows-carnival-ride-full-of-people-snapping-in-half","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F688ba8c327d0eb0f9acca827","type":"PUBLISHING","record":{"ref_id":"%2F688ba8c327d0eb0f9acca827","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"6f378437-2653-4361-adb7-7f2dc2045b91","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Taylor Fields","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fartist%2Faerosmith-39229%2F","@url":"https://www.iheart.com/artist/aerosmith-39229/","author_name":"Aerosmith","author_url":"https://www.iheart.com/artist/aerosmith-39229/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"Aerosmith Radio\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/artist/aerosmith-39229/?embed=true&cid=oembed&keyid%5B0%5D=Aerosmith&sc=artist_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider_name":"iHeartRadio","provider_url":"https://www.iheart.com","thumbnail_height":300,"thumbnail_url":"http://image.iheart.com/images/rovi/1080/0003/457/MI0003457446.jpg?ops=fit(300%2C300)","thumbnail_width":300,"title":"Aerosmith","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"Aerosmith Radio\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/artist/aerosmith-39229/?embed=true&cid=oembed&keyid%5B0%5D=Aerosmith&sc=artist_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/artist/aerosmith-39229/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"PHILADELPHIA, PENNSYLVANIA - SEPTEMBER 02: (L-R) Joe Perry and Steven Tyler of Aerosmith perform live on stage at the Wells Fargo Center on September 02, 2023 in Philadelphia, Pennsylvania. (Photo by Lisa Lake/Getty Images)","id":"%2F688bc07127d0eb0f9acca831","new_tab":false,"schedule":{},"source_credit":"Getty Images North America","title":"Aerosmith \"Farewell Tour\" Opener - Philadelpha, PA","type":"asset","url":"","use_caption":false},{"html":"\u003cp>The stage may not be set just yet, but the door is wide open for an \u003ca href=\"https://www.iheart.com/artist/aerosmith-39229/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"39229\" data-catalog-related-id=\"\">\u003cstrong>Aerosmith\u003c/strong>\u003c/a> goodbye show — and \u003ca href=\"https://www.iheart.com/artist/joe-perry-204968/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"204968\" data-catalog-related-id=\"\">\u003cstrong>Joe Perry\u003c/strong>\u003c/a> sounds ready when the time is right.\u003c/p>\n\n\u003cp>Aerosmith was forced to cancel their "Peace Out Farewell Tour" due to Steven Tyler's vocal injury, but according to Perry, there is the possibility the band could reunite for one last show. In a new interview with \u003ca href=\"https://wzlx.iheart.com/\" target=\"_blank\">WZLX\u003c/a>'s \u003cstrong>Kenny Young\u003c/strong>, Joe shared, "We're actually talking quite a bit. I know our touring days are over, but I don't know. It's hot to me."\u003c/p>\n\n\u003cp>Perry added, "I would say, at some point is going to be something that we will all be together on the same stage." And finally, he said, "I would say, at some point something's going to happen."\u003c/p>\n\n\u003cp>Last summer, Aerosmith shared the news of their tour cancellation on \u003ca href=\"https://www.instagram.com/p/C-LozVSvFYQ/?hl=en\" target=\"_blank\">social media\u003c/a> in a statement. They wrote to fans, "We’ve always wanted to blow your mind when performing. As you know, Steven’s voice is an instrument like no other. He has spent months tirelessly working on getting his voice to where it was before his injury. We've seen him struggling despite having the best medical team by his side. Sadly, it is clear, that a full recovery from his vocal injury is not possible. We have made a heartbreaking and difficult, but necessary, decision - as a band of brothers - to retire from the touring stage."\u003c/p>\n\n\u003cp>They added, "We are grateful beyond words for everyone who was pumped to get on the road with us one last time. Grateful to our expert crew, our incredible team and the thousands of talented people who’ve made our historic runs possible. A final thank you to you - the best fans on planet Earth. Play our music loud, now and always. Dream On. You’ve made our dreams come true."\u003c/p>\n\n\u003cp>Listen to Joe Perry's full interview with WZLX's Kenny Young on iHeartRadio.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1248-wzlx-on-demand-288095543%2Fepisode%2Fjoe-perry-calls-in-to-the-288095546%2F","@url":"https://www.iheart.com/podcast/1248-wzlx-on-demand-288095543/episode/joe-perry-calls-in-to-the-288095546/","author_name":"WZLX On-Demand","author_url":"https://www.iheart.com/podcast/1248-wzlx-on-demand-288095543/","fixedWidth":450,"height":200,"html":"\u003ciframe title=\"Joe Perry Calls In To The Kenny Young Show - WZLX On-Demand\" height=\"200\" width=\"100%\" src=\"https://www.iheart.com/podcast/1248-wzlx-on-demand-288095543/episode/joe-perry-calls-in-to-the-288095546/?embed=true&cid=oembed&keyid%5B0%5D=WZLX%20On-Demand&keyid%5B1%5D=Joe%20Perry%20Calls%20In%20To%20The%20Kenny%20Young%20Show%20-%20WZLX%20On-Demand&sc=podcast_episode_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider_name":"iHeartRadio","provider_url":"https://www.iheart.com","thumbnail_height":300,"thumbnail_url":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzUzMjIzMWM4MmYzNjkxZDNmYjc3NDE5ZmIwNmVhMjVjLmpwZw","thumbnail_width":300,"title":"Joe Perry Calls In To The Kenny Young Show - WZLX On-Demand","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"Joe Perry Calls In To The Kenny Young Show - WZLX On-Demand\" height=\"200\" width=\"100%\" src=\"https://www.iheart.com/podcast/1248-wzlx-on-demand-288095543/episode/joe-perry-calls-in-to-the-288095546/?embed=true&cid=oembed&keyid%5B0%5D=WZLX%20On-Demand&keyid%5B1%5D=Joe%20Perry%20Calls%20In%20To%20The%20Kenny%20Young%20Show%20-%20WZLX%20On-Demand&sc=podcast_episode_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1248-wzlx-on-demand-288095543/episode/joe-perry-calls-in-to-the-288095546/"}],"canonical_url":"https://www.iheart.com/content/2025-07-31-joe-perry-hints-at-one-last-aerosmith-show-somethings-gonna-happen/","cuser":"user/ldap/ccrnyc1nam","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/Joe Perry","keywords/Aerosmith"],"primary_image":{"bucket":"new_assets","id":"%2F688bc07127d0eb0f9acca831"},"primary_target":{"categories":["categories/music-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1753994100000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-31-joe-perry-hints-at-one-last-aerosmith-show-somethings-gonna-happen","social_title":"","summary":"Joe Perry is giving hope to fans that they haven't seen the last of Aerosmith on stage!","targets":[{"categories":["categories/music-news"],"distribution":["brands/iHeartRadio"]},{"categories":["categories/music-news"],"distribution":["formats/ROCKCLASSIC","formats/ROCKACTIVE"]},{"categories":["categories/music-news"],"distribution":["artists/Aerosmith (39229)","artists/Joe Perry (30006635)"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Joe Perry Hints At One Last Aerosmith Show: 'Something’s Gonna Happen'","permalink":"https://98rock.iheart.com/content/2025-07-31-joe-perry-hints-at-one-last-aerosmith-show-somethings-gonna-happen/"},"slug":"2025-07-31-joe-perry-hints-at-one-last-aerosmith-show-somethings-gonna-happen","summary":{"image":"https://i.iheart.com/v3/re/new_assets/688bc07127d0eb0f9acca831","title":"Joe Perry Hints At One Last Aerosmith Show: 'Something’s Gonna Happen'","description":"Joe Perry is giving hope to fans that they haven't seen the last of Aerosmith on stage!","author":"Taylor Fields"},"pub_start":1753994100000,"pub_until":4115978604802,"pub_changed":1753994549389,"subscription":[{"tags":["categories/music-news","brands/iHeartRadio"]},{"tags":["categories/music-news","brands/iHeartRadio"]},{"tags":["categories/music-news","formats/ROCKCLASSIC","formats/ROCKACTIVE"]},{"tags":["categories/music-news","artists/Aerosmith (39229)","artists/Joe Perry (30006635)"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688ba8c327d0eb0f9acca827","slug:2025-07-31-joe-perry-hints-at-one-last-aerosmith-show-somethings-gonna-happen","slug:2025-07-31-joe-perry-hints-at-one-last-aerosmith-show-somethings-gonna-happen","keyword:keywords/Joe Perry","keyword:keywords/Aerosmith","author:user"]}},{"id":"%2F688bc0478f6ddbfecfc3f069","type":"PUBLISHING","record":{"ref_id":"%2F688bc0478f6ddbfecfc3f069","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"fd53160f-f567-4edd-bca3-a8a80aa5e94b","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"Asian yellow legged hornet nest hive in a tree, Vespa velutina, predatory wasp in India","id":"%2F688bc0a9f5e9a10fe30a4717","new_tab":false,"schedule":{},"source_credit":"BeritK / iStock / Getty Images","title":"Asian yellow legged hornet nest hive in a tree, Vespa velutina, predatory wasp in India","type":"asset","url":"","use_caption":false},{"html":"\u003cp>A \u003ca href=\"https://www.newsweek.com/radioactive-wasps-found-former-south-carolina-nuclear-bomb-site-2106827\" target=\"_blank\">radioactive wasp nest was discovered\u003c/a> on July 3 at the Savannah River Site in South Carolina; a location once used for producing nuclear weapons. The nest, found near tanks storing liquid nuclear waste, had radiation levels exceeding federal limits by more than ten times, according to the U.S. Department of Energy. The nest was sprayed and disposed of as radioactive waste, with no wasps found on it.\u003c/p>\n\n\u003cp>The Department of Energy \u003ca href=\"https://www.newsweek.com/radioactive-wasps-found-former-south-carolina-nuclear-bomb-site-2106827\" target=\"_blank\">attributes the contamination to "onsite legacy radioactive contamination"\u003c/a> rather than a current leak. No contamination was found in the surrounding area, and officials stated there was no risk to workers, the environment, or the public. The Savannah River Site, operational since the 1950s, originally produced plutonium and tritium for nuclear weapons but now focuses on nuclear materials management and cleanup. \u003c/p>\n\n\u003cp>\u003cstrong>Tom Clements\u003c/strong>, executive director of the Savannah River Site Watch, expressed frustration over the lack of detailed information about the contamination's origin. He emphasized the importance of understanding the type of wasp nest to trace the contamination source. \u003c/p>\n\n\u003cp>“I’m as mad as a hornet that SRS didn’t explain where the radioactive waste came from or if there is some kind of leak from the waste tanks that the public should be aware of,” \u003ca href=\"https://www.cnn.com/2025/07/30/us/radioactive-wasp-nest-south-carolina\" target=\"_blank\">Clements told \u003c/a>\u003ca href=\"https://www.cnn.com/2025/07/30/us/radioactive-wasp-nest-south-carolina\" target=\"_blank\">\u003cem>CNN\u003c/em>\u003c/a>.\u003c/p>\n\n\u003cp>Officials said that no further action is required, and there is no current risk to the public.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-07-31-radioactive-wasp-nest-found-at-nuclear-waste-storage-site/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"primary_image":{"bucket":"assets.getty","id":"%2F688bc0a9f5e9a10fe30a4717"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1753989180000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-31-radioactive-wasp-nest-found-at-nuclear-waste-storage-site","social_title":"","summary":"The nest, found near tanks storing liquid nuclear waste, had radiation levels exceeding federal limits by more than ten times.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/weird-news"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Radioactive Wasp Nest Found At Nuclear Waste Storage Site","permalink":"https://98rock.iheart.com/content/2025-07-31-radioactive-wasp-nest-found-at-nuclear-waste-storage-site/"},"slug":"2025-07-31-radioactive-wasp-nest-found-at-nuclear-waste-storage-site","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688bc0a9f5e9a10fe30a4717","title":"Radioactive Wasp Nest Found At Nuclear Waste Storage Site","description":"The nest, found near tanks storing liquid nuclear waste, had radiation levels exceeding federal limits by more than ten times.","author":"iHeartRadio"},"pub_start":1753989180000,"pub_until":4115978604802,"pub_changed":1753989527193,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["categories/weird-news","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688bc0478f6ddbfecfc3f069","slug:2025-07-31-radioactive-wasp-nest-found-at-nuclear-waste-storage-site","slug:2025-07-31-radioactive-wasp-nest-found-at-nuclear-waste-storage-site","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F688bbd7c47e2da957ab997b9","type":"PUBLISHING","record":{"ref_id":"%2F688bbd7c47e2da957ab997b9","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"d552901d-f273-412b-8fae-32649a454f16","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1248-battleground-podcast-29165646%2F","@url":"https://www.iheart.com/podcast/1248-battleground-podcast-29165646/","author_name":"Battleground Podcast","author_url":"https://www.iheart.com/podcast/1248-battleground-podcast-29165646/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"Battleground Podcast\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1248-battleground-podcast-29165646/?embed=true&cid=oembed&keyid%5B0%5D=Battleground%20Podcast&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider_name":"iHeartRadio","provider_url":"https://www.iheart.com","thumbnail_height":300,"thumbnail_url":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzM5YmY5ZDhkZWVhMjVkODAwNzk3MDI3OGRiYWNmYWI2LmpwZw?ops=fit(300%2C300)","thumbnail_width":300,"title":"Battleground Podcast","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"Battleground Podcast\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1248-battleground-podcast-29165646/?embed=true&cid=oembed&keyid%5B0%5D=Battleground%20Podcast&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1248-battleground-podcast-29165646/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"INGLEWOOD, CALIFORNIA - JANUARY 06: Hulk Hogan with Jimmy Hart along side address the crowd during RAW at Intuit Dome on January 6, 2025 in Inglewood, California. (Photo by WWE/Getty Images)","id":"%2F68825ec0ef97e24aa4a2d7df","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Monday Night RAW","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/content/2025-07-30-hulk-hogans-daughter-brooke-reveals-reason-for-wwe-tribute-absence/\" target=\"_blank\">WWE Hall of Famer \u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-07-30-hulk-hogans-daughter-brooke-reveals-reason-for-wwe-tribute-absence/\" target=\"_blank\">\u003cstrong>Hulk Hogan\u003c/strong>\u003c/a> secretly battled leukemia prior to his death, according to Pinellas County Forensic Science Center documents obtained by \u003ca href=\"https://pagesix.com/2025/07/31/celebrity-news/hulk-hogans-cause-of-death-revealed/?_gl=1*95du87*_ga*NDc5NjcxMzU5LjE3MjkyNTQxNDM.*_ga_0DZ7LHF5PZ*czE3NTM5NzQwNTMkbzEwOTgkZzEkdDE3NTM5NzQzMjAkajU4JGwwJGgw\" target=\"_blank\">\u003cem>Page Six\u003c/em>\u003c/a> on Thursday (July 31).\u003c/p>\n\n\u003cp>Hogan, 71, whose real name was \u003cstrong>Terry Bollea\u003c/strong>, reportedly had a history of atrial fibrillation (AFib), which is categorized in patients with an irregular and often rapid heart rate, as well as chronic lymphocytic leukemia (CLL), a cancer that affects white blood cells, though the diagnosis that wasn't previously revealed to the public. The legendary wrestler's \u003ca href=\"https://www.iheart.com/content/2025-07-31-hulk-hogans-official-cause-of-death-determined/\" target=\"_blank\">cause of death was determined to be acute myocardial infarction\u003c/a>, which occurs when blood flow to the heart is suddenly blocked, resulting in tissue damage, the documents confirmed.\u003c/p>\n\n\u003cp>Hogan's death was ruled as natural and the Pinellas County Forensic Center confirmed that a request was made to have him cremated.\u003c/p>\n\n\u003cp>“I am not aware when Mr. Bollea will be cremated, only that we received a request for cremation approval," a spokesperson told \u003cem>Page Six\u003c/em>.\u003c/p>\n\n\u003cp>\u003ca href=\"https://www.iheart.com/content/2025-07-24-wwe-confirms-hulk-hogans-death-in-tribute/\" target=\"_blank\">WWE confirmed Hulk Hogan's death\u003c/a> in tribute posts shared on its social media account following \u003ca href=\"https://www.tmz.com/2025/07/24/hulk-hogan-dead/\" target=\"_blank\">\u003cem>TMZ Sports\u003c/em>\u003c/a>' initial report las Thursday (July 24).\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"Twitter","@query":"https://publish.twitter.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fx.com%2FWWE%2Fstatus%2F1948414335153230023","@url":"https://x.com/WWE/status/1948414335153230023","author_name":"WWE","author_url":"https://twitter.com/WWE","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">WWE is saddened to learn WWE Hall of Famer Hulk Hogan has passed away. \u003cbr>\u003cbr>One of pop culture’s most recognizable figures, Hogan helped WWE achieve global recognition in the 1980s.\u003cbr>\u003cbr>WWE extends its condolences to Hogan’s family, friends, and fans.\u003c/p>— WWE (@WWE) \u003ca href=\"https://twitter.com/WWE/status/1948414335153230023?ref_src=twsrc%5Etfw\">July 24, 2025\u003c/a>\u003c/blockquote>\n\n","provider_name":"Twitter","provider_url":"https://twitter.com","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","url":"https://twitter.com/WWE/status/1948414335153230023","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">WWE is saddened to learn WWE Hall of Famer Hulk Hogan has passed away. \u003cbr>\u003cbr>One of pop culture’s most recognizable figures, Hogan helped WWE achieve global recognition in the 1980s.\u003cbr>\u003cbr>WWE extends its condolences to Hogan’s family, friends, and fans.\u003c/p>— WWE (@WWE) \u003ca href=\"https://twitter.com/WWE/status/1948414335153230023?ref_src=twsrc%5Etfw\">July 24, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/WWE/status/1948414335153230023"},{"html":"\u003cp>Medics reportedly responded to a reported "cardiac arrest" at Hogan's Clearwater home early Thursday morning, with the dispatch audio clip obtained and shared by \u003ca href=\"https://www.tmz.com/2025/07/24/hulk-hogan-dead/\" target=\"_blank\">\u003cem>TMZ Sports\u003c/em>\u003c/a>. Sources with knowledge of the situation told \u003cem>TMZ Sports\u003c/em> that several police vehicles and EMTs were parked outside the wrestling legend's home and he was reported to be carried out on a stretcher and into an ambulance.\u003c/p>\n\n\u003cp>Hogan's death came weeks after his wife denied rumors that he was in a coma, claiming his heart was "strong" while recovering from surgeries, according to \u003cem>TMZ Sports\u003c/em>. The website had previously reported rumors of the wrestler being on his "deathbed," which were later clarified to be symptoms of a neck procedure in May.\u003c/p>\n\n\u003cp>The Hulk Hogan character is one of the most well-known in the history of professional wrestling, leading WWE to become a global enterprise in the 1980s as the face of the company during its popularity boom. Bollea was a five-time WWE (then-WWF) Champion, which included a 1,474-day reign as the longest of the \u003cem>WrestleMania\u003c/em> era and a six-time WCW World Heavyweight Champion, where he was the leader of the New World Order as 'Hollywood' Hulk Hogan during his tenure with the now-defunct promotion.\u003c/p>\n\n\u003cp>Hogan was inducted into the WWE Hall of Fame twice as both an individual and as a member of the faction.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-07-31-hulk-hogans-private-serious-diagnosis-revealed-amid-cause-of-death/","cuser":"user/ldap/1129279","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/Hulk Hogan","keywords/WWE","keywords/AFib","keywords/death","keywords/pro wrestling","keywords/documents","keywords/acute myocardial infarction","keywords/professional wrestling","keywords/dead","keywords/autopsy","keywords/results","keywords/cause of death","keywords/heart attack","keywords/cardiac arrest"],"primary_image":{"bucket":"new_assets","id":"%2F68825ec0ef97e24aa4a2d7df"},"primary_target":{"categories":["categories/sports","categories/national-news","categories/entertainment-news"],"distribution":["facets/All Sites - English"]},"publish_date":1753988460000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-31-hulk-hogans-private-serious-diagnosis-revealed-amid-cause-of-death","social_title":"","summary":"Hulk Hogan's private serious diagnosis was revealed amid his cause of death.","targets":[{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Hulk Hogan's Private Serious Diagnosis Revealed Amid Cause Of Death","permalink":"https://98rock.iheart.com/content/2025-07-31-hulk-hogans-private-serious-diagnosis-revealed-amid-cause-of-death/"},"slug":"2025-07-31-hulk-hogans-private-serious-diagnosis-revealed-amid-cause-of-death","summary":{"image":"https://i.iheart.com/v3/re/new_assets/68825ec0ef97e24aa4a2d7df","title":"Hulk Hogan's Private Serious Diagnosis Revealed Amid Cause Of Death","description":"Hulk Hogan's private serious diagnosis was revealed amid his cause of death.","author":"Jason Hall"},"pub_start":1753988460000,"pub_until":4115978604802,"pub_changed":1753988852218,"subscription":[{"tags":["categories/sports","categories/national-news","categories/entertainment-news","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688bbd7c47e2da957ab997b9","slug:2025-07-31-hulk-hogans-private-serious-diagnosis-revealed-amid-cause-of-death","slug:2025-07-31-hulk-hogans-private-serious-diagnosis-revealed-amid-cause-of-death","keyword:keywords/Hulk Hogan","keyword:keywords/WWE","keyword:keywords/AFib","keyword:keywords/death","keyword:keywords/pro wrestling","keyword:keywords/documents","keyword:keywords/acute myocardial infarction","keyword:keywords/professional wrestling","keyword:keywords/dead","keyword:keywords/autopsy","keyword:keywords/results","keyword:keywords/cause of death","keyword:keywords/heart attack","keyword:keywords/cardiac arrest","author:user"]}}],"resume":{"id":"ID:editorial-feed-whatwhere","context":{"\u003clocale>":"en-US"},"size":6,"from":"eyJza2lwIjo5LCJjdXJzb3JzIjp7ImRhU0xXIjoiZXlKc2FXMXBkQ0k2TlN3aWIyWm1jMlYwSWpvNWZRPT0ifSwiZW5kcyI6eyJMNmxVSyI6LTEsIjdUS29VIjotMX19","scopes":[]}}},{"id":"LSixG","region":"main:dynamic","type":"feed","ordinal":12,"value":{"ad_split":null,"feed_id":"USAGE:feed-usecases/Default Personalities","feed_index":5,"position":null,"size":6,"title":"From Our Shows"},"tags":["display-hints/feed-show-eyebrow","display-hints/feed-date-stamp","display-hints/small-scrollable"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F6889f665f61307d5a283f500","type":"PUBLISHING","record":{"ref_id":"%2F6889f665f61307d5a283f500","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"Crash&AJ ","blocks":[{"html":"\u003cp>A Ring doorbell camera in L.A. might’ve captured something \u003cem>out of this world\u003c/em> or maybe just out by the curb.\u003c/p>\n\n\u003cp>On June 5th, a woman in Compton shared late-night footage that has the internet buzzing. Around 1AM, her camera picked up eerie footsteps and loud banging, followed by a strange figure gliding past her porch. The clip isn’t crystal clear, but it's not your typical grainy UFO nonsense either.\u003c/p>\n\n\u003cp>You can \u003cem>definitely\u003c/em> see something. You can \u003cem>clearly\u003c/em> hear it.\u003c/p>\n\n\u003cp> But what is it?\u003c/p>\n\n\u003cp>The UFO community is hyped calling it proof of alien life. But skeptics have their own ideas: a kid in a costume? Someone taking out the trash? One theory even suggests a mariachi hat?\u003c/p>\n\n\u003cp>Now that the video’s gone viral, Reddit detectives jumped in and one zoomed-in frame may have cracked it. Their take? It’s just a person in dark clothes holding a trash bag in a way that makes it \u003cem>look\u003c/em> alien.\u003c/p>\n\n\u003cp>Real alien or just bad lighting and garbage duty?\u003c/p>\n\n\u003cp>\u003ca href=\"https://www.facebook.com/reel/525757253839314\" target=\"_blank\">\u003cstrong> Watch the clip and decide for yourself.\u003c/strong>\u003c/a>\u003cbr />\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"mimetype":"image/png","type":"image"},"bucket":"new_assets","caption":"","id":"%2F6889f96bf61307d5a283f50d","new_tab":false,"schedule":{},"source_credit":"","title":"","type":"asset","url":"","use_caption":false}],"canonical_url":"https://98rock.iheart.com/featured/crash-mornings/content/2025-07-30-did-this-ring-camera-just-prove-alien-life-exist/","cuser":"user/ldap/1131091","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/Ring Doorbells","keywords/Footage","keywords/ALIENS"],"primary_image":{"bucket":"assets.getty","id":"%2F67806d8056ff431e819927a5"},"primary_target":{"categories":["categories/entertainment-news","categories/lifestyle","categories/weird-news"],"distribution":["brands/WXTB-FM (2101)"]},"publish_date":1753872660000,"publish_end_date":4115978604802,"publish_origin":"brands/Crash Mornings","seo_title":"Did This ring camera just prove alien life exist?","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-30-did-this-ring-camera-just-prove-alien-life-exist","social_title":"Did This ring camera just prove alien life exist?","summary":"Check this footage of a ring doorbell that may or may not of caught an alien taking out the trash ","targets":[{"categories":["categories/entertainment-news","categories/lifestyle","categories/weird-news"],"distribution":["brands/Crash Mornings"]}],"title":"Did This ring camera just prove alien life exist?","permalink":"https://98rock.iheart.com/featured/crash-mornings/content/2025-07-30-did-this-ring-camera-just-prove-alien-life-exist/"},"slug":"2025-07-30-did-this-ring-camera-just-prove-alien-life-exist","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/67806d8056ff431e819927a5","title":"Did This ring camera just prove alien life exist?","description":"Check this footage of a ring doorbell that may or may not of caught an alien taking out the trash ","author":"Crash&AJ "},"pub_start":1753872660000,"pub_until":4115978604802,"pub_changed":1753873058902,"subscription":[{"tags":["categories/entertainment-news","categories/lifestyle","categories/weird-news","brands/WXTB-FM (2101)"]},{"tags":["categories/entertainment-news","categories/lifestyle","categories/weird-news","brands/Crash Mornings"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Crash Mornings","id:/6889f665f61307d5a283f500","slug:2025-07-30-did-this-ring-camera-just-prove-alien-life-exist","slug:2025-07-30-did-this-ring-camera-just-prove-alien-life-exist","keyword:keywords/Ring Doorbells","keyword:keywords/Footage","keyword:keywords/ALIENS","author:user"]}},{"id":"%2F6886160b861af3aceddac717","type":"PUBLISHING","record":{"ref_id":"%2F6886160b861af3aceddac717","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"","blocks":[{"html":"\u003cp>After 25 YEARS of marriage, the man, the myth, the metalhead is taking the wife on a well-deserved anniversary getaway. That’s right: Big Rig is OFF the air and ON vacation.\u003c/p>\n\n\u003cp>No scandal. No suspension. Just sunscreen, snacks, and possibly a matching couple’s tattoo he’ll deny later..\u003c/p>\n\n\u003cp>Drop your congrats below 👇 and tune in anyway — because the ROCK never stops… even when Big Rig's sipping fruity drinks out of a coconut. \u003c/p>\n\n\u003cp>🍹🎶 #BigRigOnBreak #25YearsStrong #NotFiredJustTired\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://98rock.iheart.com/featured/big-rig/content/2025-07-27-breaking-big-rig-is-not-fired-hes-just-finally-taking-a-break-/","cuser":"user/ldap/ccrtpa1rgb","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":[],"primary_image":{"bucket":"assets.getty","id":"%2F6886168661f6ebfce871ee72"},"primary_target":{"categories":["categories/local-news","categories/music-news"],"distribution":["brands/WXTB-FM (2101)","brands/Big Rig (32040)"]},"publish_date":1753617840000,"publish_end_date":4115978604802,"publish_origin":"brands/Big Rig (32040)","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-27-breaking-big-rig-is-not-fired-hes-just-finally-taking-a-break-","social_title":"","summary":"See you August 4th 🤘🏻","targets":[],"title":"BREAKING: Big Rig is NOT fired — he’s just finally taking a break! 😎","permalink":"https://98rock.iheart.com/featured/big-rig/content/2025-07-27-breaking-big-rig-is-not-fired-hes-just-finally-taking-a-break-/"},"slug":"2025-07-27-breaking-big-rig-is-not-fired-hes-just-finally-taking-a-break-","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/6886168661f6ebfce871ee72","title":"BREAKING: Big Rig is NOT fired — he’s just finally taking a break! 😎","description":"See you August 4th 🤘🏻","author":""},"pub_start":1753617840000,"pub_until":4115978604802,"pub_changed":1753618164479,"subscription":[{"tags":["categories/local-news","categories/music-news","brands/WXTB-FM (2101)","brands/Big Rig (32040)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Big Rig (32040)","id:/6886160b861af3aceddac717","slug:2025-07-27-breaking-big-rig-is-not-fired-hes-just-finally-taking-a-break-","slug:2025-07-27-breaking-big-rig-is-not-fired-hes-just-finally-taking-a-break-"]}},{"id":"%2F68813e6bc8755d54b34cb79c","type":"PUBLISHING","record":{"ref_id":"%2F68813e6bc8755d54b34cb79c","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"","blocks":[{"html":"\u003cp>\u003cstrong>Ozzy Osbourne - man, myth legend\u003c/strong>\u003c/p>\n\n\u003cp>The heavy metal icon who went from eating bats on stage to starring in a reality TV show with his wife and kids has died. Ozzy Osbourne rose to fame as the lead vocalist for the heavy metal band Black Sabbath. After the band fired him in 1979 because of alcohol and drug problems, Osbourne launched a successful solo career releasing eleven studio albums. He had reunited with Black Sabbath for reunion tours and was inducted into the Rock and Roll Hall of Fame in 2006 as a member of the group.He was inducted a second time as a solo artist in 2024. After the 1981 release of his second solo album, Osbourne bit into the neck of a live bat that was thrown on stage by a fan at a concert. He said he thought it was a toy. He became a reality TV star in the early 2000s when he and his family appeared on the MTV show, "The Osbournes." In recent years, a series of ailments and surgeries forced him to retire from touring. His death comes less than three weeks after his "Back to the Beginning" farewell concert with Black Sabbath in Birmingham, England. Osbourne was 76.\u003c/p>\n\n\u003cp>\u003cstrong>Music World Reacts To Ozzy Osbourne's Death\u003c/strong>\u003c/p>\n\n\u003cp>Tributes to Ozzy Osbourne are flooding the music world following his death.Fellow British rock icon Elton John called Ozzy "a dear friend and a huge trailblazer who secured his place in the pantheon of rock gods." He added that Ozzy was one of the funniest people he has ever met and he'll miss him dearly. In a post on X, Metallica shared an early picture of the band with Ozzy along with a broken heart emoji in the caption. On Instagram, Rob Zombie posted several pictures from his various tours with the Black Sabbath frontman and said, "Goodbye Ozzy. Thanks for everything. It was always a blast being around you. You will be missed." Pearl Jam is remembering the late Ozzy Osbourne, posting online "Thanks for the music, Ozzy it makes our journey in life better."\u003c/p>\n\n\u003cp>\u003cstrong>Ozzy Osbourne And Black Sabbath's Final Concert To Be Released In Theaters\u003c/strong>\u003c/p>\n\n\u003cp>A concert film based on the now-late Ozzy Osbourne and Black Sabbath's final concert in Birmingham, England is set to be released in theaters next year.The 100-minute concert film, "Back to the Beginning: Ozzy's Final Bow," was filmed during Black Sabbath's show on July 5th. According to a press release, the film is being presented as a love letter to Osbourne and will feature exclusive behind-the-scenes access and interviews from the performance. Osbourne's death was announced by his family on Tuesday.\u003c/p>\n\n\u003cp>\u003cstrong>New Book 'Pearl Jam Live!' By Selena Fragassi Chronicles 35 Years of Iconic Shows, Music, and Legacy\u003c/strong>\u003c/p>\n\n\u003cp>"Pearl Jam Live!: 35 Years of Legendary Music and Revolutionary Shows by Selena Fragassi is a must-have for every Pearl Jam fan, offering a comprehensive look at the groundbreaking grunge group through photos, interviews, and fascinating facts. The book covers the band's journey from their origins as Green River to their rise to fame in the '90s and their continued success today. Readers will enjoy learning new insights about the band through interviews, photos, and fun facts, making it the perfect companion for any Pearl Jam enthusiast."\u003c/p>\n\n\u003cp>\u003cstrong>Def Leppard Announces Feb. 2026 Residency\u003c/strong>\u003c/p>\n\n\u003cp>Rock & Roll Hall of Famers Def Leppard will be returning to Las Vegas in February 2026 for a residency at Caesars Palace. This will be their third Vegas residency, following sold-out runs in 2013 and 2019. Lead vocalist Joe Elliott expressed excitement about performing at the iconic Colosseum at Caesars Palace, alongside other music legends. The residency will include shows on various dates throughout February 2026. Ticket information is available through Ticketmaster.\u003c/p>\n\n\u003cp>\u003cstrong>SEVENDUST Announces Fall 2025 U.S. Acoustic Tour\u003c/strong>\u003c/p>\n\n\u003cp>SEVENDUST is set to embark on a special acoustic tour to celebrate the 21st anniversary of their album "Southside Double-Wide: Acoustic Live". The tour will feature stripped-down versions of the band's hits and deep cuts, promising an intimate and emotional experience for fans. The tour kicks off on November 14 and will include stops in various cities before concluding on December 12 in San Antonio, Texas. Special guest Cory Marks will be opening the shows, offering a unique perspective on SEVENDUST's signature sound. The band is also working on new material for a follow-up to their latest album, "Truth Killer", released in July 2023.\u003c/p>\n\n\u003cp>\u003cstrong>Yungblud Shares Trailer for Documentary "Are You Ready, Boy?"\u003c/strong>\u003c/p>\n\n\u003cp>Yungblud is sharing the trailer for the upcoming documentary about him."Are You Ready, Boy?"follows a pivotal moment in the singer's career. The teaser features several venues in Berlin, where Yungblud and this team performed and recorded his new songs live for the first time. It also includes the Hansa Studios building, where David Bowie wrote and recorded "Heroes' and where U2 created "Achtun Baby!." The film was shot entirely on location and features twelve new performances from his latest album, "Idola."Trafalgar Releasing is behind the documentary, "Are You Ready, Boy?" in theaters around the world on August 20th and 24th.\u003c/p>\n\n\u003cp>\u003cstrong>Machine Gun Kelly And Megan Fox Take Baby On Family Trip To Costa Rica\u003c/strong>\u003c/p>\n\n\u003cp>Megan Fox and Machine Gun Kelly were seen on a family vacation in Costa Rica with their newborn daughter, sparking rumors of a potential reconciliation. The couple, who had reportedly split, appeared relaxed and comfortable during their airport sighting. They were photographed at the baggage carousel in casual attire, suggesting an amicable dynamic as they co-parent their daughter. While sources claim they are not romantically involved, they are committed to raising their daughter together and focusing on their new chapter as parents. The couple's outing in Costa Rica highlights their dedication to coparenting and their daughter's well-being.\u003c/p>\n\n\u003cp>\u003cstrong>Deftones announce 6th Annual Dia De Los Deftones\u003c/strong>\u003c/p>\n\n\u003cp>Deftones announced the lineup for their 2025 Dia De Los Deftones festival, featuring Clipse, Deafheaven, and more, set for November 1 in San Diego. The festival coincides with the release of their new album, Private Music, on August 22, and their upcoming North American tour with IDLES and Phantogram. Pre-sale for the festival starts July 23, with general on-sale on July 25.\u003c/p>\n\n\u003cp>\u003cstrong>Wet Leg Shave Pits To Celebrate #1 Album\u003c/strong>\u003c/p>\n\n\u003cp>Wet Leg's vocalist Rhian Teasdale caused a stir on social media with her armpit hair, prompting a humorous promise to shave them if their new album, "moisturizer," beat out Oasis on the UK album chart. The album did reach #1, leading to a playful celebration where the male band members sacrificed their armpit hair while Teasdale and her female bandmate kept theirs. The band shared a photo on Instagram showing the guys with razors, fulfilling the promise in a clever twist. Wet Leg's chart victory and unique celebration have garnered attention and praise from fans.\u003c/p>\n\n\u003cp>\u003cstrong>Five Finger Death Punch Marks 20 Years With Re-Recorded 'Best Of — Volume 1' Album\u003c/strong>\u003c/p>\n\n\u003cp>Five Finger Death Punch released Best Of - Volume 1 on July 18, 2025, featuring re-recorded versions of 14 of their hits after their old label sold their master recordings without notice. The album includes fresh cuts of popular songs like "The Bleeding" and "Wrong Side of Heaven," as well as a new version of "Bad Company" with guest vocals from Maria Brink. The band added three live tracks to the album and will be opening for Metallica on their M72 World Tour after a chance meeting with Lars Ulrich. Fans can purchase the album in various formats and exclusive 20th-anniversary merchandise is available on the band's web store.\u003c/p>\n\n\u003cp>\u003cstrong>'Weird Al' Yankovic leads star-studded Coldplay kiss cam spoof\u003c/strong>\u003c/p>\n\n\u003cp>"Weird Al" Yankovic and Lin-Manuel Miranda performed a Coldplay kiss cam spoof on The Late Show with Stephen Colbert, poking fun at a recent controversy involving Astronomer's former CEO and HR head. The parody featured various celebrity "couples" in the audience, including Anderson Cooper and Andy Cohen, Jimmy Fallon and Seth Meyers, and Adam Sandler and Christopher McDonald. The moment has gone viral online and inspired numerous spoofs. The performance was meant to bring some levity to fans after the news that The Late Show has been canceled.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://98rock.iheart.com/featured/big-rig/content/2025-07-23-big-rig-rock-report-723/","cuser":"user/ldap/ccrtpa1rgb","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/Ozzy Osbourne","keywords/heavy metal icon","keywords/Goodbye Ozzy","keywords/toy","keywords/family","keywords/band","keywords/member","keywords/Black Sabbath","keywords/Pearl Jam"],"primary_image":{"bucket":"new_assets","id":"%2F68503d610a4e2dc57559e843"},"primary_target":{"categories":["categories/local-news","categories/music-news"],"distribution":["brands/WXTB-FM (2101)","brands/Big Rig (32040)"]},"publish_date":1753300380000,"publish_end_date":4115978604802,"publish_origin":"brands/Big Rig (32040)","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-23-big-rig-rock-report-723","social_title":"","summary":"The Rock world reacts to Ozzy's passing, a new Pearl Jam book is on the way, Sevendust announce Fall tour, and more in today's rundown. ","targets":[],"title":"Big Rig ROCK Report 7.23","permalink":"https://98rock.iheart.com/featured/big-rig/content/2025-07-23-big-rig-rock-report-723/"},"slug":"2025-07-23-big-rig-rock-report-723","summary":{"image":"https://i.iheart.com/v3/re/new_assets/68503d610a4e2dc57559e843","title":"Big Rig ROCK Report 7.23","description":"The Rock world reacts to Ozzy's passing, a new Pearl Jam book is on the way, Sevendust announce Fall tour, and more in today's rundown. ","author":""},"pub_start":1753300380000,"pub_until":4115978604802,"pub_changed":1753300711256,"subscription":[{"tags":["categories/local-news","categories/music-news","brands/WXTB-FM (2101)","brands/Big Rig (32040)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Big Rig (32040)","id:/68813e6bc8755d54b34cb79c","slug:2025-07-23-big-rig-rock-report-723","slug:2025-07-23-big-rig-rock-report-723","keyword:keywords/Ozzy Osbourne","keyword:keywords/heavy metal icon","keyword:keywords/Goodbye Ozzy","keyword:keywords/toy","keyword:keywords/family","keyword:keywords/band","keyword:keywords/member","keyword:keywords/Black Sabbath","keyword:keywords/Pearl Jam"]}},{"id":"%2F68813bc3c8755d54b34cb792","type":"PUBLISHING","record":{"ref_id":"%2F68813bc3c8755d54b34cb792","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"","blocks":[{"html":"\u003cp>Heavy metal icon Ozzy Osbourne has passed away at the age of 76, just two weeks after his epic farewell show in Birmingham, England.\u003c/p>\n\n\u003cp>Osbourne's family confirmed the news in a statement released Wednesday: “It is with more sadness than mere words can convey that we have to report that our beloved Ozzy Osbourne has passed away this morning. He was with his family and surrounded by love."\u003c/p>\n\n\u003cp>Perhaps the most legendary figure in the history of heavy metal, Ozzy was a founding member of Black Sabbath, known for hits like "Paranoid" and "War Pigs."\u003c/p>\n\n\u003cp>After being fired from Black Sabbath for alcohol and drug abuse, Osbourne found success as a solo act, with hits like "Crazy Train" and "Mama, I'm Coming Home."\u003c/p>\n\n\u003cp>Later, his family life was captured in the reality TV show "The Osbournes," which pioneered the reality-TV genre and brought them a new level of fame.\u003c/p>\n\n\u003cp>Osbourne had dealt with a wide range of serious health issues in recent years, including multiple back surgeries and being diagnosed with Parkinson's disease.\u003c/p>\n\n\u003cp>Earlier this month, Ozzy reunited with his original Black Sabbath bandmates to perform at the star-studded 'Back To The Beginning' farewell concert in his hometown of Birmingham, where he sang from a throne and told fans "Thank you from the bottom of my heart."\u003c/p>\n\n\u003cp>\u003cstrong>**** UPDATE **** It's being reported a medical helicopter was brought in with specialist who "worked on Ozzy for hours" trying to save his life. It's still not clear what the episode was that created the incident.\u003c/strong>\u003c/p>\n\n\u003cp>As expected, the music world was quick to react to the death of heavy metal icon Ozzy Osbourne.\u003c/p>\n\n\u003cp>Black Sabbath posted a photo of the singer from the recent 'Back To The Beginning' farewell show, with the simple caption 'Ozzy Forever.'\u003c/p>\n\n\u003cul>\u003cli>\u003cstrong>Here's what others had to say:\u003c/strong>\u003cul>\u003cli>Elton John: "He was a dear friend and a huge trailblazer who secured his place in the pantheon of rock gods."\u003c/li>\n\u003cli>David Draiman: "Goodbye my dear teacher… …a father to us all."\u003c/li>\n\u003cli>Rob Zombie: "Goodbye Ozzy. Thanks for everything. It was always a blast being around you."\u003c/li>\n\u003cli>Ronnie Wood: “I am so very sad to hear of the death of Ozzy Osbourne. What a lovely goodbye concert he had at Back To The Beginning in Birmingham.”\u003c/li>\n\u003cli>YungBlud: “I didn’t think you would leave so soon the last time we met you were so full of life and your laugh filled up the room."\u003c/li>\n\u003cli>Sean Ono Lennon: “One of the greatest of all time.”\u003c/li>\n\u003cli>Nile Rodgers: "Rest In Power Ozzy"\u003c/li>\n\u003cli>Jack White: "He made it."\u003c/li>\u003c/ul>\u003c/li>\u003c/ul>\n\n\u003cp>Black Sabbath guitarist Tony Iommi posted a statement reacting to the death of his bandmate Ozzy Osbourne.\u003c/p>\n\n\u003cp>Iommi wrote "I just can’t believe it! My dear dear friend Ozzy has passed away only weeks after our show at Villa Park."\u003c/p>\n\n\u003cp>He added "It’s just such heartbreaking news that I can’t really find the words, there won’t ever be another like him. Geezer, Bill and myself have lost our brother."\u003c/p>\n\n\u003cp>Iommi closed by adding "My thoughts go out to Sharon and all the Osbourne family. Rest in peace Oz."\u003c/p>\n\n\u003cp>Osbourne's death at the age of 76 comes less than three weeks after he joined the rest of Black Sabbath at the 'Back To The Beginning' farewell show in their hometown of Birmingham, England.\u003c/p>\n\n","schedule":{},"type":"html"},{"id":"312064750::RdGkx5G5BiqTYNuUQKJ1Pn","kind":"curated","related_id":"","schedule":{},"type":"catalog"}],"canonical_url":"https://98rock.iheart.com/featured/big-rig/content/2025-07-23-the-latest-on-ozzys-passing/","cuser":"user/ldap/ccrtpa1rgb","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/Ozzy Osbourne","keywords/Black Sabbath","keywords/Birmingham","keywords/Back To The Beginning","keywords/latest","keywords/age"],"primary_image":{"bucket":"assets.getty","id":"%2F68813cd51e00845eeb1b42a2"},"primary_target":{"categories":["categories/local-news","categories/music-news"],"distribution":["brands/WXTB-FM (2101)","brands/Big Rig (32040)"]},"publish_date":1753299900000,"publish_end_date":4115978604802,"publish_origin":"brands/Big Rig (32040)","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-23-the-latest-on-ozzys-passing","social_title":"","summary":"The update in a helicopter and medics on the scene, Rock star reactions pour in and more.","targets":[],"title":"The Latest On Ozzy's Passing","permalink":"https://98rock.iheart.com/featured/big-rig/content/2025-07-23-the-latest-on-ozzys-passing/"},"slug":"2025-07-23-the-latest-on-ozzys-passing","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/68813cd51e00845eeb1b42a2","title":"The Latest On Ozzy's Passing","description":"The update in a helicopter and medics on the scene, Rock star reactions pour in and more.","author":""},"pub_start":1753299900000,"pub_until":4115978604802,"pub_changed":1753300280863,"subscription":[{"tags":["categories/local-news","categories/music-news","brands/WXTB-FM (2101)","brands/Big Rig (32040)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Big Rig (32040)","id:/68813bc3c8755d54b34cb792","slug:2025-07-23-the-latest-on-ozzys-passing","slug:2025-07-23-the-latest-on-ozzys-passing","keyword:keywords/Ozzy Osbourne","keyword:keywords/Black Sabbath","keyword:keywords/Birmingham","keyword:keywords/Back To The Beginning","keyword:keywords/latest","keyword:keywords/age"]}},{"id":"%2F687fa61f127c8cae2b8c778d","type":"PUBLISHING","record":{"ref_id":"%2F687fa61f127c8cae2b8c778d","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"","blocks":[{"html":"\u003cp>\u003cstrong>Metallica Scholars Initiative National Workforce Education Program expands to 75 schools\u003c/strong>\u003c/p>\n\n\u003cp>Metallica's All Within My Hands Foundation is investing $3 million in its Metallica Scholars Initiative, expanding to 75 colleges across the US and Guam to support workforce education for 10,000 students. The initiative, started in 2019, now covers various technical fields like AI, construction, and welding, providing opportunities in high-demand sectors. Bassist Robert Trujillo expressed pride in the program's impact, with a recent study showing an 8.3X return on investment for students. The foundation's partnership with Lowe's Foundation and other sponsors continues to support skilled trades education, with more details available on their website.\u003c/p>\n\n\u003cp>\u003cstrong>Yungblud Shares Cover Of Black Sabbath's "Changes" For Charity\u003c/strong>\u003c/p>\n\n\u003cp>Yungblud is sharing his live cover of Black Sabbath's "Changes" that he performed during the band and Ozzy Osbourne's final concert. The singer was one of several rockers who took to the stage as part of the "Back to the Beginning" show in Birmingham on July 5th. The 27-year-old has promised that the proceeds from his new release will be donated to Cure Parkingson's, Birmingham Children's Hospital, and Acorns Children's Hospice. Yungblud's live cover of "Changes" is available to stream now. \u003c/p>\n\n\u003cp>\u003cstrong>Def Leppard Announces First Tour Dates For 2026\u003c/strong>\u003c/p>\n\n\u003cp>Def Leppard are confirming their first 2026 shows. The band will return with a new 12-show residency at the Colosseum at Caesars Palace. The first show is scheduled for February 3rd, 2026. All shows will begin at 8 p.m. local time. General tickets for "Def Leppard, Live at Caesars Palace: The Las Vegas Residency" will be available on July 25th. \u003c/p>\n\n\u003cp>\u003cstrong>Bon Jovi anthem Livin On A Prayer is crowned the best karaoke song of all tim...\u003c/strong>\u003c/p>\n\n\u003cp>A new study by Oxford professor Dr. Tom Crawford has ranked Bon Jovi's "Livin' On a Prayer" as the greatest singalong song of all time. The formula used factors in the song's beat, number of verses, chorus repeats, and release date. Whitney Houston's "I Wanna Dance with Somebody" and Oasis' "Don't Look Back In Anger" also made the top three. The research, commissioned by mobile giant Three and Samaritans, found that 90% of people feel happier after a sing-along, with 81% experiencing an emotional uplift. The study also revealed that the average release year of a karaoke classic is 1995, capturing the boyband craze, Britpop, and girl power eras.\u003c/p>\n\n\u003cp>\u003cstrong>TOOL Announce First Hawaiian Performance Since 2011, Returning To Honolulu's Blaisdell Arena This December\u003c/strong>\u003c/p>\n\n\u003cp>Tool will be performing in Hawaii for the first time in almost 14 years with a show at Honolulu’s Blaisdell Arena on Dec. 19. This performance is part of a brief international run that includes shows in Japan as well. Tool's last studio album, Fear Inoculum, debuted at No. 1 on the Billboard 200 in 2019 and the band continues to experiment with new material in the studio. Tickets for the Honolulu show will be available via Ticketmaster, with a pre-sale for Tool Army members starting on July 23.\u003c/p>\n\n\u003cp>\u003cstrong>SHINEDOWN's Eighth Album Will 'Probably' Arrive In 'Late February' Or 'Early March Of 2026'\u003c/strong>\u003c/p>\n\n\u003cp>SHINEDOWN's Brent Smith and Barry Kerch discuss the progress of their upcoming album, aiming for a release in early 2026. The band reflects on their success in the U.S., crediting radio for building their career while acknowledging the importance of streaming services. SHINEDOWN recently released the single "Killing Fields" and embarked on a major tour with BUSH and Morgan Wade. The band's recent songs have achieved chart-topping success, solidifying their position as one of the biggest rock bands globally. Additionally, SHINEDOWN supports charitable causes, including a collaboration with Musicians On Call during their tour.\u003c/p>\n\n\u003cp>\u003cstrong>A Divine Weapon: Falling In Reverse Air Force Shoes\u003c/strong>\u003c/p>\n\n\u003cp>Falling In Reverse's "If God Is A Woman Then God Is A Weapon" Air Force Shoes are a bold and meaningful tribute to the band's rebellious spirit and provocative lyrics. The custom Nike Air Force 1 shoes feature a striking design with a vibrant color scheme and powerful lyrical statements that capture the essence of Falling In Reverse's music. These shoes are not just a fashion statement but a declaration of alignment with the band's unique aesthetic and intellectual artistry, making them a must-have for die-hard fans and collectors alike. Wearing these shoes is a powerful way to embody the band's defiant spirit and celebrate their raw energy and intellectual depth.\u003c/p>\n\n\u003cp>\u003cstrong>Mammoth drop "The Spell" video; new album arriving in Oct\u003c/strong>\u003c/p>\n\n\u003cp>Wolfgang Van Halen recently discussed his upcoming album, "The End," in an interview with radio host Mark Strigl. The album, set for release on October 24, showcases Wolfgang's evolution as a musician and songwriter. The lead single, "The End," has already gained popularity, and the band MAMMOTH will embark on a headline tour to promote the album. With a lineup featuring talented musicians, including Myles Kennedy as a special guest, MAMMOTH is set to continue their success in the music industry.\u003c/p>\n\n\u003cp>\u003cstrong>DEF LEPPARD: A Vegas Return\u003c/strong>\u003c/p>\n\n\u003cp>Def Leppard are returning to Las Vegas for their \u003ca href=\"https://www.instagram.com/reel/DMXumIUt97Y/\" target=\"_blank\">third residency\u003c/a>. This one will span 12 shows from February 3rd to the 28th at the Colosseum at Caesars Palace. Tickets go on sale today (Tuesday) to Def Leppard fan club members, with general on sales starting Friday. Def Leppard's previous Vegas residencies were in 2013 at the Hard Rock Hotel and in 2019 at the Zappos Theater. Def Lep continue their summer tour today (Tuesday) in Saratoga Springs, New York.\u003c/p>\n\n\u003cp>\u003cstrong>IMAX To Show Final Night Of Dead & Company's San Francisco Concerts\u003c/strong>\u003c/p>\n\n\u003cp>Grateful Dead fans unable to make it to San Francisco to celebrate the band's 60th anniversary next month will be able to head to an IMAX theater instead. Select IMAX locations across North America will show Dead & Company's final night of their sold out three-show run at Golden Gate Park on August 3rd. Tickets for the one-night-only screening will go for $40 plus fees and include a commemorative poster, lanyard and laminate.The show will start at 9 p.m. Eastern and is expected to run for about three-and-a-half hours.\u003c/p>\n\n\u003cp> \u003c/p>\n\n\u003cp>\u003cstrong>Cryptic Stevie Nicks, Lindsey Buckingham Billboard Teases Upcoming Project\u003c/strong>\u003c/p>\n\n\u003cp>Stevie Nicks and Lindsey Buckingham are hinting at a reissue of their 1973 Buckingham Nicks album, sparking speculation of a Fleetwood Mac reunion. The former couple shared matching Instagram posts featuring lyrics from their song "Frozen Love." Bandmate Mick Fleetwood also shared a video of himself listening to the track. A billboard of the album cover was spotted in Los Angeles, teasing a release date of September 19. Despite their rocky history, Fleetwood hopes for a reconciliation between Stevie and Lindsey, even if it doesn't lead to a Fleetwood Mac reunion.\u003c/p>\n\n\u003cp>\u003cstrong>IRON MAIDEN: McBrain Still Willing to Play With Band\u003c/strong>\u003c/p>\n\n\u003cp>While Nicko McBrain has retired from playing drums from Iron Maiden, he says there would be a couple things that would get behind him the kit again. He said "It's a possibility that when they come over here [to the U.S.], I might end up doing a show with them, just getting up and doing a song or two, or just being there." And if the band decides to make a follow-up to 2021's \u003cem>Senjutsu\u003c/em>, McBrain would be willing to hit the studio. He says, "If there is a new album in the pipeline, it's a possibility I'll do a couple of tracks on the album. Yeah, who knows? We're all still part of the family, although I'm not playing the shows."\u003c/p>\n\n\u003cp>\u003cstrong>LINKIN PARK: One Song You Won't Hear Live\u003c/strong>\u003c/p>\n\n\u003cp>Mike Shinoda says Linkin Park is staying away from one of their hits on their From Zero tour because he would "feel wierd" playing it. Shinoda told \u003ca href=\"https://www.theguardian.com/music/2025/jul/18/linkin-park-interview-mike-shinoda-emily-armstrong-from-zero\" target=\"_blank\">The Guardian\u003c/a> that on their current tour “I think we all wanted our show to be really good vibes. I want you walking away feeling like, this was such a wonderful, special, fun night.” And keep up that vibe they're not including "One More Light," the title track to their final studio album with Chester Bennington. Shinoda said that particular track is strongly associated with two deaths. The song was originally written “for a woman at the label that we worked with who passed away. Then after Chester passed, the world decided that [‘One More Light’] was about him. And so that’s just too sad to play.”\u003c/p>\n\n\u003cp>\u003cstrong>Go Ahead, Cheat at Our Shows\u003c/strong>\u003c/p>\n\n\u003cp>Oasis frontman Liam Gallagher apparently got a kick out of the Coldplay kiss-cam catching a CEO cheating on his wife last week. During Oasis's show in Manchester, England on Sunday night, Gallagher \u003ca href=\"https://x.com/OasisMania/status/1947315338250756435?\" target=\"_blank\">told the crowd\u003c/a>, "Do we have any lovebirds in the house? Don’t worry, we don’t got any of that Coldplay snidey camera [crap]. Doesn’t matter to us who you’re mingling with, or tingling with, or fingering with. It’s none of our business.” Gallagher then dedicated the band’s performance of "Slide Away" to the "lovebirds."\u003c/p>\n\n\u003cp>\u003cstrong>IN OTHER NEWS\u003c/strong>\u003c/p>\n\n\u003cp>\u003cstrong>The Who \u003c/strong>launched \u003cem>The Song Is Over\u003c/em> tour Sunday night in Piazzola Sul Brenta, Italy. And while they have a new drummer, \u003cstrong>Scott Devours\u003c/strong>, the set list has remained the same. The only song they did that they haven't played recently was \u003cem>Quadrophenia\u003c/em>'s "I've Had Enough," which they hadn't done since 2013. \u003c/p>\n\n\u003cp>\u003cstrong>Foreigner \u003c/strong>will do an acoustic \u003ca href=\"https://www.tillescenter.org/foreignerbenefit\" target=\"_blank\">benefit concert\u003c/a> on September 5th at the Tilles Center for the Performing Arts in Brookville, New York. The show, which will include original singer \u003cstrong>Lou Gramm\u003c/strong>, will raise money for the Tilles Center and Long Island University's Post Theatre Company, which will stage \u003cem>Feels Like The First Time - The Foreigner Musical\u003c/em> next April.\u003c/p>\n\n\u003cp>\u003cstrong>Metallica\u003c/strong>'s All Within My Hands foundation has \u003ca href=\"https://x.com/Metallica/status/1947280680561357191\" target=\"_blank\">announced\u003c/a> that its Metallica Scholars Initiative has expanded to 75 colleges, with 15 new schools each receiving $75,000 to enhance their career and technical education programs. \u003c/p>\n\n\u003cp>\u003cstrong>Moody Blues\u003c/strong> bassist \u003cstrong>John Lodge\u003c/strong> celebrated his 80th birthday -- Sunday, July 20th -- on stage at The Newton Theatre in New Jersey. His son-in-law, \u003cstrong>Yes\u003c/strong> singer \u003cstrong>Jon Davison\u003c/strong>, who tours with him, led the audience in a sing-a-long of "Happy Birthday." Lodge's \u003ca href=\"https://www.johnlodge.com/pages/tour-dates\" target=\"_blank\">tour\u003c/a> moves to Collingswood, New Jersey on Wednesday. \u003c/p>\n\n\u003cp>\u003cstrong>Alex Lifeson \u003c/strong>of \u003cstrong>Rush\u003c/strong> \u003ca href=\"https://www.instagram.com/p/DMYG6_eRuev/\" target=\"_blank\">posted a photo\u003c/a> with \u003cstrong>Tom Morello\u003c/strong> and said it was a fun time playing "Limelight" with him in Toronto last Thursday night. He added, "His band and crew are wonderful people, gracious and generous. Meeting [Tom's son] \u003cstrong>Roman Morello\u003c/strong> and watching him play was such a delight. He is a terrific kid and a scary talent."\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://98rock.iheart.com/featured/big-rig/content/2025-07-22-big-rig-rock-report-722/","cuser":"user/ldap/ccrtpa1rgb","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/singer","keywords/foundation","keywords/band","keywords/All Within My Hands Foundation","keywords/Yungblud","keywords/rig rock report","keywords/partnership"],"primary_image":{"bucket":"assets.getty","id":"%2F687fa67b182a7021a03a214a"},"primary_target":{"categories":["categories/local-news","categories/music-news"],"distribution":["brands/WXTB-FM (2101)","brands/Big Rig (32040)"]},"publish_date":1753195980000,"publish_end_date":4115978604802,"publish_origin":"brands/Big Rig (32040)","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-22-big-rig-rock-report-722","social_title":"","summary":"Shinedown offer update on new album, Falling In Reverse have new shoes out, and more in today's rundown.","targets":[],"title":"Big Rig ROCK Report 7.22","permalink":"https://98rock.iheart.com/featured/big-rig/content/2025-07-22-big-rig-rock-report-722/"},"slug":"2025-07-22-big-rig-rock-report-722","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/687fa67b182a7021a03a214a","title":"Big Rig ROCK Report 7.22","description":"Shinedown offer update on new album, Falling In Reverse have new shoes out, and more in today's rundown.","author":""},"pub_start":1753195980000,"pub_until":4115978604802,"pub_changed":1753196356752,"subscription":[{"tags":["categories/local-news","categories/music-news","brands/WXTB-FM (2101)","brands/Big Rig (32040)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Big Rig (32040)","id:/687fa61f127c8cae2b8c778d","slug:2025-07-22-big-rig-rock-report-722","slug:2025-07-22-big-rig-rock-report-722","keyword:keywords/singer","keyword:keywords/foundation","keyword:keywords/band","keyword:keywords/All Within My Hands Foundation","keyword:keywords/Yungblud","keyword:keywords/rig rock report","keyword:keywords/partnership"]}},{"id":"%2F687e98a1b9ddbb836bcd0d00","type":"PUBLISHING","record":{"ref_id":"%2F687e98a1b9ddbb836bcd0d00","type":"content","payload":{"amp_enabled":true,"apple_news":null,"author":"","blocks":[{"html":"\u003cp>\u003cstrong>ROLLING STONES: Teasing an Announcement?\u003c/strong>\u003c/p>\n\n\u003cp>Following a recent report that The Rolling Stones have been back in the studio comes an interesting message on their social media accounts. A \u003ca href=\"https://www.instagram.com/p/DMQx3wYuZpe/\" target=\"_blank\">photo\u003c/a> of Mick Jagger, Keith Richards\u003c/p>\n\n\u003cp>and Ronnie Wood is captioned with, "When you think the party’s over but it’s only just begun...” which is a lyric from "Whole Wide World" off their last album, 2023's \u003cem>Hackney Diamonds\u003c/em>, followed by "Still Rolling." So, have they finished a new album, which they will announce soon? They were scheduled to tour Europe this year but opted to go back in the studio. Does this mean they may try to squeeze in some dates later this year? Or, with them quoting a lyric from "Whole Wide World," are they planning a world tour? We asked their spokeswoman if they plan to announce something and were told "Nope." Stay tuned. After all, they are "still rolling."\u003c/p>\n\n\u003cp>\u003cstrong>"Back To The Beginning" Film Coming To Theaters Next Year\u003c/strong>\u003c/p>\n\n\u003cp>Chances are, you weren't able to make it to Birmingham, UK to witness the final Black Sabbath concert. You can still experience Sabbath's farewell (as well as the many guest appearances) in the comfort of your local theater. \u003ca href=\"https://variety.com/2025/film/global/ozzy-osbourne-black-sabbath-final-concert-film-release-2026-1236464523/\" target=\"_blank\">A big screen document of the event\u003c/a> is currently in production, to be released next year. The 100-minute concert film, "Back to the Beginning: Ozzy's Final Bow," was filmed during Black Sabbath's show on July 5th. After the theatrical release of "Back to the Beginning,” a physical product will also be available later in the year. \u003c/p>\n\n\u003cp>\u003cstrong>Metallica's All Within My Hands Donates $100K To Texas Flood Relief\u003c/strong>\u003c/p>\n\n\u003cp>Metallica's All Within My Hands Foundation is donating 100-thousand to Texas flood relief. The band's charity organization is donating through its longtime partners, Direct Relief and World Central Kitchen, as they provide emergency relief.Direct Relief's immediate response included a 50-thousand-dollar commitment to support the deployment of emergency medical supplies and operating funds to the communities that were impacted by the floods. AWMH said it is grant matching Direct Relief's emergency operating fund, while also granting 50-thousand-dollars to World Central Kitchen's relief efforts in Texas. \u003c/p>\n\n\u003cp>\u003cstrong>METALLICA: Come to Rescue of Belgium EDM Festival\u003c/strong>\u003c/p>\n\n\u003cp>Metallica came to the rescue of the Belgian EDM festival \u003cem>Tomorrowland\u003c/em>. The festival's main stage burned down on Wednesday. On Thursday, Metallica loaned the festival their \u003cem>M72\u003c/em>\u003c/p>\n\n\u003cp>stage, which was in a storage facility in Austria. The stage parts were airlifted to Belgium and 36 hours later the main stage was \u003ca href=\"https://x.com/DanteTheDon/status/1946319595641376786?\" target=\"_blank\">able to open\u003c/a> just two hours later than scheduled. Dutch DJ\u003c/p>\n\n\u003cp> and producer Martin Garrix, who headlined on Friday night, posted a photo with Lars Ulrich\u003c/p>\n\n\u003cp>on \u003ca href=\"https://www.instagram.com/p/DMQOG5FtEYa/\" target=\"_blank\">Instagram\u003c/a> and wrote, "Massive love and a big shoutout to the incredible Tomorrowland team for pulling off miracles — and to Metallica for coming through with the new stage parts."\u003c/p>\n\n\u003cp>\u003cstrong>Tommy Lee Offers Update On His Marriage As Rumors Of A Split Ramp Up\u003c/strong>\u003c/p>\n\n\u003cp>Speculation has been growing that Tommy Lee and wife Brittany Furlan were on the verge of breaking up ever since \u003ca href=\"https://www.drdavesultimateprep.com/prep/article/Tommy-Lee-Wife-Brittany-Furlan-Separate\" target=\"_blank\">she admitted to troubles in their marriage\u003c/a> back in May. That was followed up by \u003ca href=\"https://www.eonline.com/news/1417811/ronnie-radke-addresses-tommy-lees-wife-brittany-furlan-being-catfished\" target=\"_blank\">a catfishing incident\u003c/a> where she admitted talking to someone online that claimed they were Falling In Reverse singer Ronnie Radke. However, it appears\u003ca href=\"https://www.usmagazine.com/celebrity-news/news/tommy-lee-says-brittany-furlan-divorce-reports-are-fake-news/\" target=\"_blank\"> the couple have soldiered through the rough patch\u003c/a> and have come out smiling on the other side. The\u003c/p>\n\n\u003cp>Mötley Crüe drummer posted a pic of the seemingly happy couple on his Instagram Saturday, captioning it "Hey fake news, we’re not separated or divorced!! Get your s*** together!!" Furlan also posted on her own account, sharing footage of the pair’s shadows kissing via her Instagram Story. \u003c/p>\n\n\u003cp>\u003cstrong>JEFF LYNNE: So, Is This Farewell?\u003c/strong>\u003c/p>\n\n\u003cp>Jeff Lynne has provided a follow-up to his fans following the cancellation of the last two shows of his Jeff Lynne's ELO farewell tour -- one in Manchester, England and the finale in London on July 13th. He \u003ca href=\"https://www.instagram.com/p/DMQlhTcsJSo/\" target=\"_blank\">says\u003c/a>, “I am now at home recuperating. I was absolutely gutted to have to cancel the final two shows. I send my heartfelt thanks to all of the fans as well as my band and crew for all their support and love.” Lynne was diagnosed with a systemic infection and his doctors advised him that performing is simply not possible at this time nor will he be able to reschedule. He started this final leg on July 5th in his hometown of Birmingham, England despite having a broken left hand from a reported run-in with a taxi door. As a result, he was unable to play guitar.\u003c/p>\n\n\u003cp>\u003cstrong>Zach Bryan Brings Bruce Springsteen On Stage For "Atlantic City"\u003c/strong>\u003c/p>\n\n\u003cp>The friendship and mutual respect that Zach Bryan and Bruce Springsteen share was on display once again last night. Zach was playing The Boss's home turf (MetLife Stadium in East Rutherford, New Jersey) when Bruce himself joined him on stage. It’s not the first time they’ve performed together; last August, Springsteen surprised fans at Bryan’s Philadelphia concert by joining him for "Atlantic City" and "Sandpaper." Zach first brought out Caleb Followill of opening act Kings of Leon, then introduced "one of the greatest men to ever exist, a New Jersey native, Mr. Bruce Springsteen." The three of them, backed by Zach's band, then launched into "Atlantic City." Bruce would return to the stage at the end of the night to accompany Bryan on his traditional encore, "Revival." \u003c/p>\n\n\u003cp>\u003cstrong>REO SPEEDWAGON: Fans of Coldplay\u003c/strong>\u003c/p>\n\n\u003cp>REO Speedwagon bassist Bruce Hall couldn't resist posting a meme poking fun at Astronomer CEO Andy Byron getting caught with his Chief People Officer Kristin Cabot on the "\u003ca href=\"https://x.com/BuzzingPop/status/1945814211235328294?ref_src=twsrc%5Etfw%7Ctwcamp%5Etweetembed%7Ctwterm%5E1945814211235328294%7Ctwgr%5E465f6fe8380014bdb8b93224d0540c89cb74ecef%7Ctwcon%5Es1_&ref_url=https%3A%2F%2Fultimateclassicrock.com%2Fcoldplay-memes%2F\" target=\"_blank\">Kiss-Cam\u003c/a>" Wednesday at the Coldplay concert in Foxborough, Massachusetts. Showing \u003ca href=\"https://www.facebook.com/photo/?fbid=1338278474333331&set=a.262321361929053\" target=\"_blank\">three stills from the embarrassing moment\u003c/a>, Hall captioned it with a line from REO's song "\u003ca href=\"https://www.youtube.com/watch?v=t7Csc6l4QLs&list=RDt7Csc6l4QLs&start_radio=1\" target=\"_blank\">Take It on the Run\u003c/a>" -- "Heard it from a friend who, heard it from a friend who, heard it from Coldplay you’ve been messin' around..." The Top 5 song off of 1981's Hi Infidelity was inspired by the wife of REO's founder and keyboardist Neal Doughty cheating on him.\u003c/p>\n\n\u003cp>\u003cstrong>BILLY JOEL: That's Daddy's Little Girl\u003c/strong>\u003c/p>\n\n\u003cp>Billy Joel’s daughter, Alexa Ray Joel, from his marriage to Christie Brinkley, likes the way her dad's documentary \u003ca href=\"https://www.youtube.com/watch?v=fvCB4gg7yS0\" target=\"_blank\">And So it Goes\u003c/a> came out, giving it a five-star review. She \u003ca href=\"https://www.instagram.com/p/DMMmVMCMUT7/?img_index=1\" target=\"_blank\">says\u003c/a>, “Without giving anything away, lemme just tell you…it’s astounding. What an emotional whirlwind to delve into both parts one and two over the last few nights with my mother. “This is a fearlessly raw, reeling and shockingly intimate portrait of my father. The deeply layered narrative insights into Dad’s richly textured history left me stunned. (And here I thought I knew everything there was to know about him.) You don’t know ‘til you watch this! "If you’re interested in the full story behind my Father’s complex background, lineage and personal life…not to mention, his timeless musical perspective and artistry, this is a must-watch. Don’t miss it.” Part one of Billy Joel: And So It Goes debuted today (Friday) on HBO, with part two following on Thursday, July 25th. Both will be available to stream at the same time on HBO Max.\u003c/p>\n\n\u003cp>\u003cstrong>SOUNDGARDEN: Covers for Charity\u003c/strong>\u003c/p>\n\n\u003cp>A new all-star tribute act has launched a series of Chris Cornell covers to raise money for MusiCares. The first single from King Ultramega is a take on Soundgarden's "Rusty Cage" that features Alice in Chains vocalist William DuVall, Mastodon guitarist Bill Kelliher, Metal Allegiance bassist Mark Menghi and Anthrax and Pantera drummer Charlie Benante. Check\u003c/p>\n\n\u003cp> out a video for the track on \u003ca href=\"https://youtu.be/GKdMKFBrQpk?si=a12krrkZr5DtenIk\" target=\"_blank\">YouTube\u003c/a>. King Ultramega will feature different lineups on each single, anchored by the project's leader Mark Menghi. Some upcoming covers include the guitar work of Kim Thayil from Soundgarden. The series will also feature Cornell solo songs and tracks from Audioslave and Temple of the Dog.\u003c/p>\n\n\u003cp>\u003cstrong>ROGER WATERS: Here's a Cigar\u003c/strong>\u003c/p>\n\n\u003cp>Roger Waters has released his performance of Pink Floyd's "\u003ca href=\"https://www.youtube.com/watch?v=iqahgSBYMOg\" target=\"_blank\">Have a Cigar\u003c/a>" -- the second song following "\u003ca href=\"https://www.youtube.com/watch?v=ivuMoSFe31Y\" target=\"_blank\">Wish You Were Here\u003c/a>" -- from the soundtrack to his concert film \u003ca href=\"https://rogerwaters.lnk.to/TINAD_LiveFromPrague\" target=\"_blank\">\u003cem>This Is Not A Drill - Live from Prague The Movie\u003c/em>\u003c/a>. Captured at the O2 Arena in the Czech Republic's capital city on May 25th, 2023, it was shown live that day in theaters around the world. The film, which has been re-edited and its sound enhanced, will be shown in theaters on July 23rd and 27th, followed by the release of the soundtrack on CD, vinyl, DVD, Blu-ray and digital on August 1st.\u003c/p>\n\n\u003cp>It contains 20 classic Floyd and Waters songs, including “Us & Them,” “Comfortably Numb,” “Wish You Were Here” and “Is This the Life We Really Want?” Movie tickets can be purchased at RogerWaters.film.\u003c/p>\n\n\u003cp>\u003cstrong>ROD STEWART: Harsh Words for Russia\u003c/strong>\u003c/p>\n\n\u003cp>At every one his shows since Russia invaded Ukraine on February 24th, 2022, Rod Stewart has been \u003ca href=\"https://www.youtube.com/watch?v=mqtpRW8QC5w\" target=\"_blank\">dedicating\u003c/a> "Rhythm of My Heart" to the people of Ukraine and their president, Volodymyr Zelenskyy. Occasionally he adds a little spice to his remarks, which was the case on Friday at the PNC Bank Arts Center in Holmdel, New Jersey, as he said "[Expletive] Russia." He's also been known to drop the F-bomb in regard to Russian president Vladimir Putin.\u003c/p>\n\n\u003cp>Since the war started, Stewart and his nephew filled trucks with supplies that were taken to the Ukrainian border. The trucks were then returned to Berlin, Germany with 16 refugees.\u003c/p>\n\n\u003cp>Stewart also employed two other refugees on his estate in England's Essex countryside. And\u003c/p>\n\n\u003cp>in October 2022, he and his wife, Penny Lancaster, rented a house in Berkshire, England for a family of seven who fled the Ukraine after Russia’s invasion.\u003c/p>\n\n\u003cp>\u003cstrong>STEVE MILLER: "Joker" Is Fooling No One\u003c/strong>\u003c/p>\n\n\u003cp>When Steve Miller announced last week that he canceled his tour due to fear of severe weather and natural disasters, we felt that this was a unique way of covering up for poor ticket sales, a family matter, illness, injury or circumstances out of his control. And of course, we're not alone in this estimation. Music industry critic and analyst Bob Lefsetz \u003ca href=\"https://lefsetz.com/wordpress/2025/07/16/steve-miller-tour-cancellation/\" target=\"_blank\">says\u003c/a>, "This is what happens when old people spew their b.s. and think the hoi polloi will buy it." Miller hasn't commented on the blow back, but his bass player has come to his defense. In a lengthy Facebook post, Kenny Lee Lewis, who has been in Miller's band since 1982, \u003ca href=\"https://www.facebook.com/kennyleelewis/posts/10239861343850344?ref=embed_post\" target=\"_blank\">says\u003c/a>, in part:\u003c/p>\n\n\u003cp>"You didn’t see Steve Miller hanging over a railing after our first outdoor stadium show opening in the sun for Journey and Def Leppard in Atlanta trying to fend off heat exhaustion. I was really worried about him... "Next couple of outdoor shows the crew had to arrange the stage air coolers with flexible ducts on him as he also wore frozen gel packs on his neck and shoulders. He looked like the Michelin Man! And he still almost passed out... "Shame on you Bob. You don’t know the half of it. This has got nothing to do with poor ticket sales. The man is trying to be smart about his health!\u003c/p>\n\n\u003cp>"Now when we finally got into some air-conditioned stadiums and arenas with with a lid it greatly improved the situation. "This prompted Steve to seek indoor arena shows only for this year. Unfortunately, that didn’t happen for several reasons and he reluctantly signed off to keep doing some outdoor shed shows for the sake of keeping our family employed and giving the fans what they wanted. "This decision did not come lightly. When COVID hit in 2020, Steve was one of the first to pull the plug on his tour before any of the other acts did because he knew the severity of the situation and that the pandemic was going to shut everything down. People complained then as well but then the government got involved and we were all out of work. Steve was right. "The Joker has always relied on instincts and in this case he is rolling that pair of dice again. It’s too frickin hot for an 81-year-old to go out on that stage as temperatures keep breaking records even if you are the closer as the sun sets. "As for his indoor shows that were cancelled on this tour I can’t comment on. I’m sure the logistics of fragmenting the dates and changing routing and days off layovers would have been a nightmare for production. So he just chose to cancel everything. And there you have it. \u003c/p>\n\n\u003cp>"Now go pick on someone else you cranky old contrarian."\u003c/p>\n\n\u003cp>In regard to slow ticket sales, which you can see is the case by looking at seating charts for the 28 shows he had on sale, Lewis says, "We’ve always [done] well with walk-ups and last-minute buys. But even if sales were down Steve has been concerned about this heat for years. That same Atlanta show I mentioned we had to send our stage manager to the hospital for a mini stroke that day! It’s not just the band it’s the crew as well." Chrissie Hynde of The Pretenders\u003c/p>\n\n\u003cp>recently wrote about dealing with the heat on stage, saying, "I'm remembering the last couple years when we supported Guns N' Roses, and then the Foo Fighters in stadiums. It was so hot I had to strap ice packs around my waist, and I realized then that outdoor events are going to come to an end. It's too hot." Miller's tour was set to start on August 15th in Bethel, New York on the grounds of the \u003cem>Woodstock\u003c/em> festival.\u003c/p>\n\n\u003cp>\u003cstrong>IN OTHER NEWS\u003c/strong>\u003c/p>\n\n\u003cp>\u003cstrong>Van Halen\u003c/strong> have released a remastered version of “\u003ca href=\"https://www.youtube.com/watch?v=jRgHcvF39mc&list=RDjRgHcvF39mc\" target=\"_blank\">Don’t Tell Me (What Love Can Do)\u003c/a>” off the 30th anniversary expanded reissue of \u003cem>Balance\u003c/em>, their 10th studio album and last with \u003cstrong>Sammy Hagar\u003c/strong>. In an Instagram post, Hagar \u003ca href=\"https://www.instagram.com/p/DMQqD3Hqa6j/\" target=\"_blank\">says\u003c/a>, “I love this song so much that I’m afraid to play it live!” The 30th anniversary edition of \u003cem>Balance\u003c/em> will be released on August 15th.\u003c/p>\n\n\u003cp>\u003cstrong>Alex Lifeson\u003c/strong> joined \u003cstrong>Tom Morello\u003c/strong> on stage last Thursday in Toronto for a version of \u003cstrong>Rush\u003c/strong>’s "\u003ca href=\"https://www.youtube.com/watch?v=k9KGbPio56U&t=114s\" target=\"_blank\">Limelight\u003c/a>."\u003c/p>\n\n\u003cp>\u003cstrong>Eagles\u003c/strong> co-founder \u003cstrong>Bernie Leadon\u003c/strong> has released “\u003ca href=\"https://www.youtube.com/watch?v=ktABzwdByg0&list=RDktABzwdByg0&start_radio=1\" target=\"_blank\">Too Many Memories\u003c/a>,” his first single in over 20 years. You can find it on \u003ca href=\"https://www.youtube.com/watch?v=ktABzwdByg0&list=RDktABzwdByg0&start_radio=1\" target=\"_blank\">YouTube\u003c/a>. He will perform at \u003cem>AmericanaFest\u003c/em> on September 12th in Nashville.\u003c/p>\n\n\u003cp>\u003cstrong>Blondie\u003c/strong> guitarist \u003cstrong>Chris Stein\u003c/strong> \u003ca href=\"https://x.com/chrissteinplays/status/1946285618775929179\" target=\"_blank\">says\u003c/a> their new album should be out in "the last quarter this year" and that the late \u003cstrong>Clem Burke\u003c/strong> plays on all the tracks. Burke died April 6th from cancer at age 70. Blondie's last album was 2017's \u003cem>Pollinator\u003c/em>.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://98rock.iheart.com/featured/big-rig/content/2025-07-21-big-rig-rock-report-721/","cuser":"user/ldap/ccrtpa1rgb","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":[],"primary_image":{"bucket":"new_assets","id":"%2F686d5aab6131596e40f204ff"},"primary_target":{"categories":["categories/local-news","categories/music-news"],"distribution":["brands/WXTB-FM (2101)","brands/Big Rig (32040)"]},"publish_date":1753126920000,"publish_end_date":4115978604802,"publish_origin":"brands/Big Rig (32040)","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-21-big-rig-rock-report-721","social_title":"","summary":"Metallica saves an entire musical festival flying in their STAGE, The Rolling Stones are a big tease & much more in the ROCK report!","targets":[],"title":"Big Rig ROCK Report 7.21","permalink":"https://98rock.iheart.com/featured/big-rig/content/2025-07-21-big-rig-rock-report-721/"},"slug":"2025-07-21-big-rig-rock-report-721","summary":{"image":"https://i.iheart.com/v3/re/new_assets/686d5aab6131596e40f204ff","title":"Big Rig ROCK Report 7.21","description":"Metallica saves an entire musical festival flying in their STAGE, The Rolling Stones are a big tease & much more in the ROCK report!","author":""},"pub_start":1753126920000,"pub_until":4115978604802,"pub_changed":1753127244922,"subscription":[{"tags":["categories/local-news","categories/music-news","brands/WXTB-FM (2101)","brands/Big Rig (32040)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/Big Rig (32040)","id:/687e98a1b9ddbb836bcd0d00","slug:2025-07-21-big-rig-rock-report-721","slug:2025-07-21-big-rig-rock-report-721"]}}],"resume":{"id":"ID:personality-content-whatwhere","context":{"\u003clocale>":"en-US"},"size":6,"from":"eyJza2lwIjo2LCJjdXJzb3JzIjp7IkFhbFlaIjoiZXlKc2FXMXBkQ0k2Tml3aWIyWm1jMlYwSWpvMmZRPT0ifSwiZW5kcyI6e319","scopes":[]}}},{"id":"aM2ge","region":"main:dynamic","type":"feed","ordinal":14,"value":{"ad_split":50,"feed_id":"ID:calendar-topics-feed-matsubs","feed_index":0,"link":[{"children":[],"id":"TH77G","label":"View All","ref":"calendar_content_all","target":"_self","type":"page"}],"min_size":0,"position":null,"size":4,"title":"Events"},"tags":["display-hints/feed-date-stamp","display-hints/feed-show-eyebrow","display-hints/tile","display-hints/xsmall"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F67fe873eb95f7fe7e8c209e3","type":"PUBLISHING","record":{"ref_id":"%2F67fe873eb95f7fe7e8c209e3","type":"content:calendar","payload":{"canonical_url":"https://98rock.iheart.com/calendar/content/2025-08-04-98rocks-volbeat-halestorm-w-the-ghost-inside","cuser":"user/ldap/1137593","fields":{"blocks":{"type":"flex","value":[{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"asset","value":{"alt_text":"","attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"Singer and guitarist Michael Schøn Poulsen of the band \"Volbeat\" performs at the \"Red Stage\" during the \"Nova Rock 2016\" Festival on June 11, 2016 in Nickelsdorf. / AFP / APA / HERBERT P. OCZERET / Austria OUT (Photo credit should read HERBERT P. OCZERET/AFP via Getty Images)","id":"%2F67fe882cf3b65fd12ed9b55f","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.getty/67fe882cf3b65fd12ed9b55f","source_credit":"HERBERT P. OCZERET / AFP / Getty Images","title":"AUSTRIA-MUSIC-CONCERT","url":"asset://assets.getty/67fe882cf3b65fd12ed9b55f","use_caption":false}},{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"html","value":"\u003cp>\u003cstrong>Rock and metalcore powerhouses Volbeat, Halestorm, and The Ghost Inside are joining forces for one of the year’s most highly anticipated tours! \u003c/strong>\u003c/p>\n\n\u003cp>Get ready as they hit the road together on the epic \u003cem>Greatest of All Tours Worldwide\u003c/em>.\u003c/p>\n\n\u003cp>Tickets & information \u003ca href=\"https://www.fairgroundsamphitheatre.com/events/volbeat-halestorm-the-ghost-inside-04-august-2025/\" target=\"_blank\">here.\u003c/a>\u003c/p>\n\n"}]},"event_date":{"type":"multidate","value":[{"begin":1754348427796,"enabled":false,"end":0}]},"hide_event_start_time":{"type":"checkbox","value":false},"keywords":{"type":"tag","value":[]},"primary_image":{"type":"asset","value":{"alt_text":"","attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"","id":"%2F67fe882cf3b65fd12ed9b55f","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.getty/67fe882cf3b65fd12ed9b55f","source_credit":"","title":"","url":"asset://assets.getty/67fe882cf3b65fd12ed9b55f","use_caption":false}},"seo_title":{"type":"title","value":""},"slug":{"type":"slug","value":"2025-08-04-98rocks-volbeat-halestorm-w-the-ghost-inside"},"social_title":{"type":"title","value":""},"summary":{"type":"plain","value":""},"title":{"type":"title","value":"98ROCK's Volbeat & Halestorm w/ The Ghost Inside"},"venue_address":{"type":"plain","value":"4802 US-301, Tampa, FL 33610"},"venue_name":{"type":"plain","value":"MIDFLORIDA Credit Union Ampitheatre"}},"ingestion":{"custom_fields":{},"external_url":"","feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":""},"summary":{"author":"","description":"","image":{"alt_text":"","attributes":{"mimetype":"image/jpeg","type":"image"},"caption":"","link":"","new_tab":false,"source_credit":"","title":"","url":"asset://assets.getty/67fe882cf3b65fd12ed9b55f","use_caption":false},"keywords":[],"primary_slug":"2025-08-04-98rocks-volbeat-halestorm-w-the-ghost-inside","slugs":["2025-08-04-98rocks-volbeat-halestorm-w-the-ghost-inside"],"sponsored":false,"title":"98ROCK's Volbeat & Halestorm w/ The Ghost Inside"},"targeting":{"exclusion":{"tags":[]},"publish_date":1744734180000,"publish_end_date":4115978604802,"publish_origin":"brands/WXTB-FM (2101)","syndication":{"publish_origin":"brands/WXTB-FM (2101)","refs":{}},"targets":[{"id":"67fe873eb95f7fe7e8c209e4","operator":"OR","readonly":false,"remove":false,"update":false,"what":["calendar-categories/concerts","calendar-categories/entertainment","calendar-categories/station-events","calendar-categories/community"],"where":["brands/WXTB-FM (2101)"],"workflow":""}]},"permalink":"https://98rock.iheart.com/calendar/content/2025-08-04-98rocks-volbeat-halestorm-w-the-ghost-inside"},"slug":"2025-08-04-98rocks-volbeat-halestorm-w-the-ghost-inside","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/67fe882cf3b65fd12ed9b55f","title":"98ROCK's Volbeat & Halestorm w/ The Ghost Inside","description":"","author":""},"pub_start":1744734180000,"pub_until":4115978604802,"pub_changed":1744734508463,"subscription":[{"tags":["calendar-categories/concerts","calendar-categories/entertainment","calendar-categories/station-events","calendar-categories/community","brands/WXTB-FM (2101)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/WXTB-FM (2101)","id:/67fe873eb95f7fe7e8c209e3","slug:2025-08-04-98rocks-volbeat-halestorm-w-the-ghost-inside","slug:2025-08-04-98rocks-volbeat-halestorm-w-the-ghost-inside"]}},{"id":"%2F684c4c3808992c9a6be35066","type":"PUBLISHING","record":{"ref_id":"%2F684c4c3808992c9a6be35066","type":"content:calendar","payload":{"canonical_url":"https://thebeatflorida.iheart.com/calendar/content/2025-08-15-monster-jam-2025-amalie-arena","cuser":"user/ldap/ccrtpa1alf","fields":{"blocks":{"type":"flex","value":[{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"asset","value":{"alt_text":"","attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.calendar","caption":"","id":"%2F684c4d1608992c9a6be35075","link":"https://www.monsterjam.com/en-us/events/tampa-fl/aug-15-2025-aug-17-2025/","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/684c4d1608992c9a6be35075","source_credit":"Iheartmedia","title":"","url":"asset://assets.calendar/684c4d1608992c9a6be35075","use_caption":false}},{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"html","value":"\u003cp>Experience \u003cstrong>Monster Jam®\u003c/strong> live and become a fan for life with an ultimate day of family fun at the \u003cstrong>Amalie Arena on August 15-17, 2025\u003c/strong>. Get ready to cheer, scream, and be amazed as massive Monster Jam trucks and world champion drivers take over Tampa for a weekend packed with high-flying action and jaw-dropping stunts.\u003c/p>\n\n\u003cp>This isn’t just any event—it’s \u003cem>As Big As It Gets\u003c/em>ä\u003cem> \u003c/em>where 12,000-pound trucks stand on two wheels and fly through the air in competitions of speed and skill. It’s all happening at Monster Jam, where every moment is unexpected, unscripted, and unforgettable.\u003c/p>\n\n\u003cp>For more Tampa event info, visit \u003ca href=\"https://www.monsterjam.com/en-us/events/sunrise-fl/aug-02-2025-aug-03-2025\" target=\"_blank\">\u003cstrong>MonsterJam.com\u003c/strong>\u003c/a>\u003c/p>\n\n\u003cp>Follow Monster Jam on our social media channels: \u003ca href=\"https://www.facebook.com/MonsterJam\" target=\"_blank\">Facebook\u003c/a>, \u003ca href=\"https://twitter.com/MonsterJam\" target=\"_blank\">Twitter\u003c/a>\u003cu>,\u003c/u> \u003ca href=\"https://www.instagram.com/monsterjam\" target=\"_blank\">Instagram\u003c/a> and \u003ca href=\"https://www.tiktok.com/@monsterjam\" target=\"_blank\">TikTok\u003c/a>.\u003c/p>\n\n\u003cp>Subscribe to the Monster Jam YouTube Channel at \u003ca href=\"http://www.youtube.com/MonsterJam\" target=\"_blank\">http://www.youtube.com/MonsterJam\u003c/a>\u003c/p>\n\n\n"}]},"event_date":{"type":"multidate","value":[{"begin":1755298800192,"enabled":false,"end":0}]},"hide_event_start_time":{"type":"checkbox","value":true},"keywords":{"type":"tag","value":[]},"primary_image":{"type":"asset","value":{"alt_text":"","attributes":{"mimetype":"image/png","type":"image"},"bucket":"assets.calendar","caption":"","id":"%2F684c4c6008992c9a6be35072","link":"https://www.monsterjam.com/en-us/events/tampa-fl/aug-15-2025-aug-17-2025/","new_tab":true,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/684c4c6008992c9a6be35072","source_credit":"Iheartmedia","title":"","url":"asset://assets.calendar/684c4c6008992c9a6be35072","use_caption":false}},"seo_title":{"type":"title","value":""},"slug":{"type":"slug","value":"2025-08-15-monster-jam-2025-amalie-arena"},"social_title":{"type":"title","value":""},"summary":{"type":"plain","value":""},"title":{"type":"title","value":"Monster Jam 2025 - Amalie Arena"},"venue_address":{"type":"plain","value":"401 Channelside Drive Tampa, Florida 33602"},"venue_name":{"type":"plain","value":"Amalie Arena "}},"ingestion":{"custom_fields":{},"external_url":"","feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":""},"summary":{"author":"","description":"","image":{"alt_text":"","attributes":{"mimetype":"image/png","type":"image"},"caption":"","link":"https://www.monsterjam.com/en-us/events/tampa-fl/aug-15-2025-aug-17-2025/","new_tab":true,"source_credit":"Iheartmedia","title":"","url":"asset://assets.calendar/684c4c6008992c9a6be35072","use_caption":false},"keywords":[],"primary_slug":"2025-08-15-monster-jam-2025-amalie-arena","slugs":["2025-08-15-monster-jam-2025-amalie-arena"],"sponsored":false,"title":"Monster Jam 2025 - Amalie Arena"},"targeting":{"exclusion":{"tags":[]},"publish_date":1749830700000,"publish_end_date":1755471600000,"publish_origin":"brands/WBTP-FM","syndication":{"publish_origin":"brands/WBTP-FM","refs":{}},"targets":[{"id":"684c4c3808992c9a6be35067","operator":"OR","readonly":false,"remove":false,"update":false,"what":["calendar-categories/entertainment","calendar-categories/sports","calendar-categories/station-events"],"where":["brands/WDAE-AM (1124)","brands/WFLA-AM (1139)","brands/WHNZ-AM (1164)","brands/WFLZ-FM (1760)","brands/WXTB-FM (2101)","brands/WBTP-FM","brands/WBTP-FM (1691)","brands/WMTX-FM (1905)","brands/WRUB-FM","brands/WRUB-FM (1872)","brands/WSRZ-FM (2024)","brands/WCTQ-FM (1713)","brands/WTZB-FM (2054)"],"workflow":""}]},"permalink":"https://thebeatflorida.iheart.com/calendar/content/2025-08-15-monster-jam-2025-amalie-arena"},"slug":"2025-08-15-monster-jam-2025-amalie-arena","summary":{"image":"https://i.iheart.com/v3/re/assets.calendar/684c4c6008992c9a6be35072","title":"Monster Jam 2025 - Amalie Arena","description":"","author":""},"pub_start":1749830700000,"pub_until":1755471600000,"pub_changed":1749831250060,"subscription":[{"tags":["calendar-categories/entertainment","calendar-categories/sports","calendar-categories/station-events","brands/WDAE-AM (1124)","brands/WFLA-AM (1139)","brands/WHNZ-AM (1164)","brands/WFLZ-FM (1760)","brands/WXTB-FM (2101)","brands/WBTP-FM","brands/WBTP-FM (1691)","brands/WMTX-FM (1905)","brands/WRUB-FM","brands/WRUB-FM (1872)","brands/WSRZ-FM (2024)","brands/WCTQ-FM (1713)","brands/WTZB-FM (2054)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/WBTP-FM","id:/684c4c3808992c9a6be35066","slug:2025-08-15-monster-jam-2025-amalie-arena","slug:2025-08-15-monster-jam-2025-amalie-arena"]}},{"id":"%2F67eab23f9c0a962b42a8a5ad","type":"PUBLISHING","record":{"ref_id":"%2F67eab23f9c0a962b42a8a5ad","type":"content:calendar","payload":{"canonical_url":"https://98rock.iheart.com/calendar/content/2025-04-30-classic-albums-live-from-capitol-theatre","cuser":"user/ldap/1137593","fields":{"blocks":{"type":"flex","value":[{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"gallery","value":[{"alt_text":"","attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.calendar","caption":"","id":"%2F67eab2839c0a962b42a8a5bb","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/67eab2839c0a962b42a8a5bb","source_credit":"","title":"","url":"asset://assets.calendar/67eab2839c0a962b42a8a5bb","use_caption":false}]},{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"html","value":"\u003cp>Some of your favorite Classic albums come back to life Fridays starting April 30th.\u003c/p>\n\n\u003cp>For more info, click \u003ca href=\"https://www.rutheckerdhall.com/events/series-packages/cal\" target=\"_blank\">HERE.\u003c/a>\u003c/p>\n\n"}]},"event_date":{"type":"multidate","value":[{"begin":1755302453171,"enabled":false,"end":0}]},"hide_event_start_time":{"type":"checkbox","value":false},"keywords":{"type":"tag","value":[]},"primary_image":{"type":"asset","value":{"alt_text":"","attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.calendar","caption":"","id":"%2F67eab2839c0a962b42a8a5bb","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/67eab2839c0a962b42a8a5bb","source_credit":"","title":"","url":"asset://assets.calendar/67eab2839c0a962b42a8a5bb","use_caption":false}},"seo_title":{"type":"title","value":""},"slug":{"type":"slug","value":"2025-04-30-classic-albums-live-from-capitol-theatre"},"social_title":{"type":"title","value":""},"summary":{"type":"plain","value":""},"title":{"type":"title","value":"Classic Albums Live from Capitol Theatre"},"venue_address":{"type":"plain","value":"405 Cleveland Street Clearwater, FL 33755"},"venue_name":{"type":"plain","value":"Nancy & David Bilheimer Capitol Theatre"}},"ingestion":{"custom_fields":{},"external_url":"","feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":""},"summary":{"author":"","description":"","image":{"alt_text":"","attributes":{"mimetype":"image/jpeg","type":"image"},"caption":"","link":"","new_tab":false,"source_credit":"","title":"","url":"asset://assets.calendar/67eab2839c0a962b42a8a5bb","use_caption":false},"keywords":[],"primary_slug":"2025-04-30-classic-albums-live-from-capitol-theatre","slugs":["2025-04-30-classic-albums-live-from-capitol-theatre"],"sponsored":false,"title":"Classic Albums Live from Capitol Theatre"},"targeting":{"exclusion":{"tags":[]},"publish_date":1743435360000,"publish_end_date":4115978604802,"publish_origin":"brands/WXTB-FM (2101)","syndication":{"publish_origin":"brands/WXTB-FM (2101)","refs":{}},"targets":[{"id":"67eab23f9c0a962b42a8a5ae","operator":"OR","readonly":false,"remove":false,"update":false,"what":["calendar-categories/concerts","calendar-categories/entertainment","calendar-categories/station-events","calendar-categories/community"],"where":["brands/WXTB-FM (2101)"],"workflow":""}]},"permalink":"https://98rock.iheart.com/calendar/content/2025-04-30-classic-albums-live-from-capitol-theatre"},"slug":"2025-04-30-classic-albums-live-from-capitol-theatre","summary":{"image":"https://i.iheart.com/v3/re/assets.calendar/67eab2839c0a962b42a8a5bb","title":"Classic Albums Live from Capitol Theatre","description":"","author":""},"pub_start":1743435360000,"pub_until":4115978604802,"pub_changed":1743435705074,"subscription":[{"tags":["calendar-categories/concerts","calendar-categories/entertainment","calendar-categories/station-events","calendar-categories/community","brands/WXTB-FM (2101)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/WXTB-FM (2101)","id:/67eab23f9c0a962b42a8a5ad","slug:2025-04-30-classic-albums-live-from-capitol-theatre","slug:2025-04-30-classic-albums-live-from-capitol-theatre"]}},{"id":"%2F6866adc952c2fa0f0912696c","type":"PUBLISHING","record":{"ref_id":"%2F6866adc952c2fa0f0912696c","type":"content:calendar","payload":{"canonical_url":"https://98rock.iheart.com/calendar/content/2025-08-20-falling-in-reverse-god-is-a-weapon-tour","cuser":"user/ldap/1137593","fields":{"blocks":{"type":"flex","value":[{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"asset","value":{"alt_text":"","attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.calendar","caption":"","id":"%2F6866ae1e52c2fa0f09126979","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/6866ae1e52c2fa0f09126979","source_credit":"","title":"","url":"asset://assets.calendar/6866ae1e52c2fa0f09126979","use_caption":false}},{"locale":{"locales":[]},"schedule":{"begin":0,"enabled":false,"end":0},"type":"html","value":"\u003cp>\u003cstrong>Falling in Reverse storms into Tampa on August 20, 2025, bringing the God Is A Weapon Tour to the MIDFLORIDA Credit Union Amphitheatre. \u003c/strong>\u003c/p>\n\n\u003cp>Known for their explosive sound and larger-than-life stage presence, the band is set to tear it up with support from Wage War, Tech N9ne, and Sleep Theory. Expect a night of hard-hitting energy, genre-bending performances, and nonstop adrenaline. Catch it all live with 98ROCK.\u003c/p>\n\n\u003cp>Tickets & information available \u003ca href=\"https://www.ticketmaster.com/falling-in-reverse-god-is-a-tampa-florida-08-20-2025/event/0D0062B3A868132D\" target=\"_blank\">HERE.\u003c/a>\u003c/p>\n\n"}]},"event_date":{"type":"multidate","value":[{"begin":1755728153676,"enabled":false,"end":0}]},"hide_event_start_time":{"type":"checkbox","value":false},"keywords":{"type":"tag","value":[]},"primary_image":{"type":"asset","value":{"alt_text":"","attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.calendar","caption":"","id":"%2F6866ae1e52c2fa0f09126979","link":"","new_tab":false,"public_uri":"https://i.iheart.com/v3/re/assets.calendar/6866ae1e52c2fa0f09126979","source_credit":"","title":"","url":"asset://assets.calendar/6866ae1e52c2fa0f09126979","use_caption":false}},"seo_title":{"type":"title","value":""},"slug":{"type":"slug","value":"2025-08-20-falling-in-reverse-god-is-a-weapon-tour"},"social_title":{"type":"title","value":""},"summary":{"type":"plain","value":""},"title":{"type":"title","value":"Falling In Reverse: God Is A Weapon Tour"},"venue_address":{"type":"plain","value":"4802 US Highway 301 North, Tampa, FL 33610, US"},"venue_name":{"type":"plain","value":"MIDFLORIDA Credit Union Amphitheatre"}},"ingestion":{"custom_fields":{},"external_url":"","feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":""},"summary":{"author":"","description":"","image":{"alt_text":"","attributes":{"mimetype":"image/jpeg","type":"image"},"caption":"","link":"","new_tab":false,"source_credit":"","title":"","url":"asset://assets.calendar/6866ae1e52c2fa0f09126979","use_caption":false},"keywords":[],"primary_slug":"2025-08-20-falling-in-reverse-god-is-a-weapon-tour","slugs":["2025-08-20-falling-in-reverse-god-is-a-weapon-tour"],"sponsored":false,"title":"Falling In Reverse: God Is A Weapon Tour"},"targeting":{"exclusion":{"tags":[]},"publish_date":1751559660000,"publish_end_date":1755728100000,"publish_origin":"brands/WXTB-FM (2101)","syndication":{"publish_origin":"brands/WXTB-FM (2101)","refs":{}},"targets":[{"id":"6866adc952c2fa0f0912696d","operator":"OR","readonly":false,"remove":false,"update":false,"what":["calendar-categories/concerts","calendar-categories/community","calendar-categories/entertainment","calendar-categories/station-events"],"where":["brands/WXTB-FM (2101)"],"workflow":""}]},"permalink":"https://98rock.iheart.com/calendar/content/2025-08-20-falling-in-reverse-god-is-a-weapon-tour"},"slug":"2025-08-20-falling-in-reverse-god-is-a-weapon-tour","summary":{"image":"https://i.iheart.com/v3/re/assets.calendar/6866ae1e52c2fa0f09126979","title":"Falling In Reverse: God Is A Weapon Tour","description":"","author":""},"pub_start":1751559660000,"pub_until":1755728100000,"pub_changed":1751560042484,"subscription":[{"tags":["calendar-categories/concerts","calendar-categories/community","calendar-categories/entertainment","calendar-categories/station-events","brands/WXTB-FM (2101)"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/WXTB-FM (2101)","id:/6866adc952c2fa0f0912696c","slug:2025-08-20-falling-in-reverse-god-is-a-weapon-tour","slug:2025-08-20-falling-in-reverse-god-is-a-weapon-tour"]}}],"resume":{"id":"ID:calendar-topics-feed-matsubs","context":{"\u003clocale>":"en-US"},"size":4,"from":"eyJza2lwIjo0LCJjdXJzb3JzIjp7IlppeHlBIjoiZXlKdlptWnpaWFFpT2pkOSJ9LCJlbmRzIjp7fX0=","scopes":[]}}},{"id":"rbePH","region":"main:dynamic","type":"keywordcontest","ordinal":15,"value":{"campaign_id":{"ref":"config://field/partners.aptivada_id","scope":null,"type":"VAR"},"campaign_type":"ihrcountdown","title":null},"tags":[],"schedule":{"begin":0,"end":4115978604802},"disabled":false,"campaignId":"1781993"},{"id":"ad:bottom-leaderboard","region":"ad:bottom-leaderboard","type":"ad","ordinal":0,"value":{"ad_split":0,"position":"3306"},"tags":[],"schedule":null}]},"notFoundPage":{"_id":"/master-site/inferno/error_page","name":"error_page","pageConfig":{"adobe_page_name":"","description":"","keywords":[],"sitemap_frequency":"exclude","thumbnail":"","title":""},"displayName":"404","path":"/_error/404/","primaryBlockId":"eIhzs","layoutId":"generic_full","parentId":null,"tags":[],"blocks":[{"id":"ad:top-leaderboard","region":"ad:top-leaderboard","type":"ad","ordinal":0,"value":{"ad_split":50,"position":"3330"},"tags":[],"schedule":null},{"id":"32svC","region":"header:dynamic","type":"title","ordinal":0,"value":{"title":"Sorry. This page is currently unavailable."},"tags":[],"schedule":{"begin":0,"end":4115978604802}},{"id":"eIhzs","region":"main:dynamic","type":"html","ordinal":0,"value":{"content":"\u003cspan>\nWhile you aren’t able to access this page, you can still check out some of these great stories:\n\u003c/span>","title":null},"tags":["display-hints/primary"],"schedule":{"begin":0,"end":4115978604802}},{"id":"SfxSh","region":"main:dynamic","type":"feed","ordinal":0,"value":{"ad_split":null,"feed_id":"ID:editorial-feed-whatwhere","feed_index":0,"position":null,"size":12,"title":""},"tags":["display-hints/feed-show-eyebrow"],"schedule":{"begin":0,"end":4115978604802},"feed":{"results":[{"id":"%2F688e6b5d2cc96ab9d0f56936","type":"PUBLISHING","record":{"ref_id":"%2F688e6b5d2cc96ab9d0f56936","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"6f26f219-0a20-4153-9161-1673fc5d7b66","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"Heap of chicken vienna sausage wrapped in plastic. Close up shot","id":"%2F688e7173f12dc1d489b4c047","new_tab":false,"schedule":{},"source_credit":"amstockphoto / iStock / Getty Images","title":"Heap of chicken vienna sausage wrapped in plastic. Close up","type":"asset","url":"","use_caption":false},{"html":"\u003cp>A \u003ca href=\"https://abcnews.go.com/Weird/wireStory/hot-dog-spill-shuts-highway-pennsylvania-commuters-wurst-124294402\" target=\"_blank\">truck carrying hot dogs crashed on Interstate 83 in Pennsylvania\u003c/a> on Friday (August 1), causing a major traffic jam as hot dogs spilled across the road. The accident occurred just north of the Maryland state line when the truck experienced mechanical issues and collided with another vehicle. The impact caused the trailer to scrape against concrete dividers, forcing it open and spilling its contents. Four people sustained non-life-threatening injuries in the crash.\u003c/p>\n\n\u003cp>The \u003ca href=\"https://www.foxnews.com/us/hot-dogs-spill-across-interstate-after-tractor-trailer-crash-clog-commute-steamed-motorists\" target=\"_blank\">incident led to significant delays\u003c/a> as crews worked to clear the highway. The crash happened during the morning rush hour, compounding the traffic issues. \u003c/p>\n\n\u003cp>The \u003ca href=\"https://www.foxnews.com/us/hot-dogs-spill-across-interstate-after-tractor-trailer-crash-clog-commute-steamed-motorists\" target=\"_blank\">cleanup crews faced challenges with the scattered hot dogs\u003c/a>, which were deemed unusable. \u003c/p>\n\n\u003cp>Shrewsbury Fire Company Chief \u003cstrong>Brad Dauberman\u003c/strong> commented on the cleanup, saying, "Once those leave the truck and hit the road, that’s all garbage, and it’s still pretty warm." He added, "I can tell you personally, hot dogs are very slippery. I did not know that."\u003c/p>\n\n\u003cp> The highway was eventually reopened after the cleanup was completed.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-02-hot-dog-spill-closes-busy-interstate/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"permalink":"https://98rock.iheart.com/content/2025-08-02-hot-dog-spill-closes-busy-interstate/","primary_image":{"bucket":"assets.getty","id":"%2F688e7173f12dc1d489b4c047"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1754165400000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-02-hot-dog-spill-closes-busy-interstate","social_title":"","summary":"Thousands of frozen hot dogs covered the roadway after a multi-vehicle crash.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/weird-news"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Hot Dog Spill Closes Busy Interstate"},"slug":"2025-08-02-hot-dog-spill-closes-busy-interstate","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688e7173f12dc1d489b4c047","title":"Hot Dog Spill Closes Busy Interstate","description":"Thousands of frozen hot dogs covered the roadway after a multi-vehicle crash.","author":"iHeartRadio"},"pub_start":1754165400000,"pub_until":4115978604802,"pub_changed":1754165784012,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["categories/weird-news","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688e6b5d2cc96ab9d0f56936","slug:2025-08-02-hot-dog-spill-closes-busy-interstate","slug:2025-08-02-hot-dog-spill-closes-busy-interstate","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F6107ecc182d5b29ea43f4606","type":"PUBLISHING","record":{"ref_id":"%2F6107ecc182d5b29ea43f4606","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"eaa4a924-1858-4ca1-a961-1a0abfb1410f","revision_id":"AAAAAAAAAAAAAAAAAAAAAA=="},"author":"Dave Basner","blocks":[{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"UNITED KINGDOM - JUNE 01: BBC TV CENTRE Photo of Bob DYLAN, performing on TV show (Photo by Val Wilmer/Redferns)","id":"%2F5d434487090c72de53f3df13","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Photo of Bob DYLAN","type":"asset","url":"","use_caption":false},{"html":"\u003cp>It’s August 2nd and here are some reasons why this day matters in rock history:\u003c/p>\n\n\u003cp>In 1962, \u003cstrong>Robert Allen Zimmerman\u003c/strong> legally became \u003ca href=\"https://www.iheart.com/artist/bob-dylan-971/\" data-catalog-kind=\"artist\" data-catalog-id=\"971\" data-catalog-related-id=\"\">\u003cstrong>Bob Dylan\u003c/strong>\u003c/a>.\u003c/p>\n\n\u003cp>In 2003, \u003ca href=\"https://www.iheart.com/artist/kiss-35150/\" data-catalog-kind=\"artist\" data-catalog-id=\"35150\" data-catalog-related-id=\"\">\u003cstrong>Kiss\u003c/strong>\u003c/a> and \u003ca href=\"https://www.iheart.com/artist/aerosmith-39229/\" data-catalog-kind=\"artist\" data-catalog-id=\"39229\" data-catalog-related-id=\"\">\u003cstrong>Aerosmith\u003c/strong>\u003c/a> kicked off their co-headlining tour. \u003c/p>\n\n\u003cp>In 1998, the \u003ca href=\"https://www.iheart.com/artist/beastie-boys-29168/\" data-catalog-kind=\"artist\" data-catalog-id=\"29168\" data-catalog-related-id=\"\">\u003cstrong>Beastie Boys\u003c/strong>\u003c/a> started a three-week run at number one on the album chart with \u003cem>Hello Nasty\u003c/em>, the group’s third record to top the chart.\u003c/p>\n\n\u003cp>In 2010, \u003ca href=\"https://www.iheart.com/artist/arcade-fire-202598/\" data-catalog-kind=\"artist\" data-catalog-id=\"202598\" data-catalog-related-id=\"\">\u003cstrong>Arcade Fire\u003c/strong>\u003c/a> released their hit album, \u003cem>The Suburbs\u003c/em>, which debuted at number one and went on to win the Grammy for Album of the Year.\u003c/p>\n\n\u003cp>In 1975, the \u003ca href=\"https://www.iheart.com/artist/eagles-59842/\" data-catalog-kind=\"artist\" data-catalog-id=\"59842\" data-catalog-related-id=\"\">\u003cstrong>Eagles \u003c/strong>\u003c/a>went to number one on the chart with their song “One of These Nights.”\u003c/p>\n\n\u003cp>In 1986, \u003ca href=\"https://www.iheart.com/artist/peter-cetera-59956/\" data-catalog-kind=\"artist\" data-catalog-id=\"59956\" data-catalog-related-id=\"\">\u003cstrong>Peter Cetera \u003c/strong>\u003c/a>began two weeks on top of the charts with his song “The Glory of Love,” the theme to the film \u003cem>Karate Kid II\u003c/em>.\u003c/p>\n\n\u003cp>And in 2006, \u003ca href=\"https://www.iheart.com/artist/the-killers-36647/\" data-catalog-kind=\"artist\" data-catalog-id=\"36647\" data-catalog-related-id=\"\">\u003cstrong>Killers\u003c/strong>\u003c/a> singer \u003ca href=\"https://www.iheart.com/artist/brandon-flowers-380256/\" data-catalog-kind=\"artist\" data-catalog-id=\"380256\" data-catalog-related-id=\"\">\u003cstrong>Brandon Flowers\u003c/strong>\u003c/a> married \u003cstrong>Tana Munblowsky\u003c/strong> in a private ceremony in Hawaii.\u003c/p>\n\n\u003cp>And that’s what happened today in rock history.\u003c/p>\n\n\u003cp>(H/T \u003ca href=\"https://www.thisdayinmusic.com/\" target=\"_blank\">This Day in Music\u003c/a>)\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2021-08-02-why-august-2nd-matters-in-rock-history/","cuser":"user/ldap/1115951","enable_featured_widget":false,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":false,"is_sponsored":false,"keywords":[],"permalink":"https://98rock.iheart.com/content/2021-08-02-why-august-2nd-matters-in-rock-history/","primary_image":{"bucket":"new_assets","id":"%2F5d434487090c72de53f3df13"},"primary_target":{"categories":[],"distribution":["brands/iHeartRadio"]},"publish_date":1754136000000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2021-08-02-why-august-2nd-matters-in-rock-history","social_title":"","summary":"Find out what Kiss and Aerosmith were doing together on this day in 2003, and how Robert Allen Zimmerman died in '62.","targets":[{"categories":["categories/music-news"],"distribution":["brands/iHeartRadio"]},{"categories":["categories/music-news"],"distribution":["formats/ROCKACTIVE"]},{"categories":["categories/music-news"],"distribution":["formats/ROCKCLASSIC"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Why August 2nd Matters In Rock History"},"slug":"2021-08-02-why-august-2nd-matters-in-rock-history","summary":{"image":"https://i.iheart.com/v3/re/new_assets/5d434487090c72de53f3df13","title":"Why August 2nd Matters In Rock History","description":"Find out what Kiss and Aerosmith were doing together on this day in 2003, and how Robert Allen Zimmerman died in '62.","author":"Dave Basner"},"pub_start":1754136000000,"pub_until":4115978604802,"pub_changed":1754136000000,"subscription":[{"tags":["brands/iHeartRadio"]},{"tags":["categories/music-news","brands/iHeartRadio"]},{"tags":["categories/music-news","formats/ROCKACTIVE"]},{"tags":["categories/music-news","formats/ROCKCLASSIC"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6107ecc182d5b29ea43f4606","slug:2021-08-02-why-august-2nd-matters-in-rock-history","slug:2021-08-02-why-august-2nd-matters-in-rock-history","author:user"]}},{"id":"%2F688d179e2e24d7fcac0823dd","type":"PUBLISHING","record":{"ref_id":"%2F688d179e2e24d7fcac0823dd","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"bf63dba6-4bd1-44e0-a81c-29fe24594a85","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"Long-fingered bat (Myotis capaccinii) flying from entrance of colony cave in Spanish Pyrenees, Aragon, Spain. April.","id":"%2F688d18732425089862b569d3","new_tab":false,"schedule":{},"source_credit":"CreativeNature_nl / iStock / Getty Images","title":"Long-fingered bat flying from cave","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003cstrong>Erica Kahn\u003c/strong>, a Massachusetts resident, \u003ca href=\"https://www.nbcnews.com/news/us-news/bat-flies-womans-mouth-arizona-costing-nearly-21000-medical-bills-rcna222463\" target=\"_blank\">faced nearly $21,000 in medical bills after a bat flew into her mouth\u003c/a> during a vacation in Northern Arizona last August. The incident occurred while Kahn, then 33, was photographing the night sky at Glen Canyon National Recreation Area. Despite not feeling a bite, her father, a physician, advised her to seek rabies vaccinations as a precaution.\u003c/p>\n\n\u003cp>Kahn, who had recently lost her job as a biomedical engineer, had \u003ca href=\"https://kffhealthnews.org/news/article/tourist-rabies-treatment-wild-bat-in-mouth-surprise-bill-of-the-month/\" target=\"_blank\">opted to temporarily forgo health insurance\u003c/a>. After the bat encounter, she quickly purchased a policy from Innovative Partners LP, believing it would cover emergency treatments. However, the policy had a 30-day waiting period, and her claims were denied, leaving her with a bill of $20,749. The majority of the charges came from Flagstaff Medical Center, where she received her initial treatment.\u003c/p>\n\n\u003cp>Rabies, a fatal disease if untreated, requires immediate medical attention. Kahn \u003ca href=\"https://www.washingtonpost.com/wellness/2025/07/31/rabies-vaccine-cost/\" target=\"_blank\">received four doses of the rabies vaccine\u003c/a> and immunoglobulin shots across multiple states. Despite her efforts to appeal the denied claims, Kahn faced challenges in navigating the insurance process.\u003c/p>\n\n\u003cp>"I felt so powerless against these companies," she told \u003cem>NBC News\u003c/em>. "It should be a human right to have lifesaving care covered. In most other countries, like in Europe, you just go to the hospital, you get your rabies vaccines and you pay nothing."\u003c/p>\n\n\u003cp>Kahn says that she hopes others will learn from her mistake and ensure they have health insurance coverage.\u003c/p>\n\n\u003cp>"If one person gets covered because they saw this story, then I would be happy about that," she added.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-woman-hit-with-five-figure-medical-bill-after-a-bat-flew-into-her-mouth/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"permalink":"https://98rock.iheart.com/content/2025-08-01-woman-hit-with-five-figure-medical-bill-after-a-bat-flew-into-her-mouth/","primary_image":{"bucket":"assets.getty","id":"%2F688d18732425089862b569d3"},"primary_target":{"categories":["categories/national-news","categories/weird-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1754077260000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-woman-hit-with-five-figure-medical-bill-after-a-bat-flew-into-her-mouth","social_title":"","summary":"The woman didn't have health insurance and must pay the bill out of her own pocket.","targets":[{"categories":["categories/national-news","categories/weird-news"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Woman Hit With Five-Figure Medical Bill After A Bat Flew Into Her Mouth"},"slug":"2025-08-01-woman-hit-with-five-figure-medical-bill-after-a-bat-flew-into-her-mouth","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688d18732425089862b569d3","title":"Woman Hit With Five-Figure Medical Bill After A Bat Flew Into Her Mouth","description":"The woman didn't have health insurance and must pay the bill out of her own pocket.","author":"iHeartRadio"},"pub_start":1754077260000,"pub_until":4115978604802,"pub_changed":1754077653902,"subscription":[{"tags":["categories/national-news","categories/weird-news","brands/iHeartRadio"]},{"tags":["categories/national-news","categories/weird-news","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688d179e2e24d7fcac0823dd","slug:2025-08-01-woman-hit-with-five-figure-medical-bill-after-a-bat-flew-into-her-mouth","slug:2025-08-01-woman-hit-with-five-figure-medical-bill-after-a-bat-flew-into-her-mouth","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F688ce9a25555098f03dfab6f","type":"PUBLISHING","record":{"ref_id":"%2F688ce9a25555098f03dfab6f","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"004c81a3-0ea4-476a-a7b7-9e2dc480c0e0","revision_id":"AAAAAAAAAAAAAAAAAAAAAA=="},"author":"Logan DeLoye","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1119-sysks-summer-movie-playli-283601690%2F","@url":"https://www.iheart.com/podcast/1119-sysks-summer-movie-playli-283601690/","author_name":"SYSK's Summer Movie Playlist","author_url":"https://www.iheart.com/podcast/1119-sysks-summer-movie-playli-283601690/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"SYSK's Summer Movie Playlist\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-sysks-summer-movie-playli-283601690/?embed=true&cid=oembed&keyid%5B0%5D=SYSK%27s%20Summer%20Movie%20Playlist&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider_name":"iHeartRadio","provider_url":"https://www.iheart.com","thumbnail_height":300,"thumbnail_url":"https://i.iheart.com/v3/url/aHR0cHM6Ly93d3cub21ueWNvbnRlbnQuY29tL2QvcGxheWxpc3QvZTczYzk5OGUtNmU2MC00MzJmLTg2MTAtYWUyMTAxNDBjNWIxL2E5MTAxOGE0LWVhNGYtNDEzMC1iZjU1LWFlMjcwMTgwYzMyNy8zOTBlZjVkYy0yYTZjLTRjN2QtODEzYi1iMzA5MDBmZGJhMGYvaW1hZ2UuanBnP3Q9MTc1MTAzNzgzMyZzaXplPUxhcmdl?ops=fit(300%2C300)","thumbnail_width":300,"title":"SYSK's Summer Movie Playlist","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"SYSK's Summer Movie Playlist\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1119-sysks-summer-movie-playli-283601690/?embed=true&cid=oembed&keyid%5B0%5D=SYSK%27s%20Summer%20Movie%20Playlist&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1119-sysks-summer-movie-playli-283601690/"},{"attributes":{"mimetype":"image/png","type":"image"},"bucket":"new_assets","caption":"","id":"%2F688ce9b55555098f03dfab7a","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"","type":"asset","url":"","use_caption":false},{"html":"\u003cp>Did you know that author \u003cstrong>Ian Fleming\u003c/strong>, who wrote \u003cstrong>James Bond\u003c/strong>, altered the iconic main character to reflect the life of \u003cstrong>Sean Connery\u003c/strong>, the first actor to play James Bond, after meeting him? \u003c/p>\n\n\u003cp>In the latest episode of \u003ca href=\"https://www.iheart.com/podcast/1119-sysks-summer-movie-playli-283601690/\" target=\"_blank\">\u003cem>SYSK's Summer Movie Playlist\u003c/em>\u003c/a> on iHeartRadio, hosts \u003cstrong>Chuck Bryant\u003c/strong> and \u003cstrong>Josh Clark\u003c/strong> zoomed in on the fictional 007 agent's family. Fleming did not initially plan for Bond's father to be Scottish, but after meeting and casting Connery, he decided to revise the script. \u003c/p>\n\n\u003cblockquote>"So it turns out James Bond had a Scottish father, which he didn't originally. Ian Fleming was not a big fan of Sean Connery at first. And then, Sean Connery is like, 'Check this out,' and he made one peck go up while the other went down. A bunch of times, and Ian Fleming just like clapped and squealed, and that was that. He was a big fan, and he said, 'You know what? You are, James Bond.' And he actually went back and changed James Bond's history to match Sean Connery a little bit because he came to see, like, 'This guy is Bond.' So he gave James Bond a Scottish father." \u003c/blockquote>\n\n\u003cp>Listen to \u003ca href=\"https://www.iheart.com/podcast/1119-sysks-summer-movie-playli-283601690/episode/sysks-summer-movie-playlist-whats-the-283601692/\" target=\"_blank\">\u003cem>SYSK's Summer Movie Playlist\u003c/em>\u003c/a> on iHeartRadio for the full scoop! \u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-08-01-you-wont-believe-which-007-actor-inspired-james-bonds-character/","cuser":"user/ldap/1133602","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/Ian Fleming","keywords/Sean Connery","keywords/James Bond","keywords/Scottish","keywords/Summer Movie Playlist","keywords/character","keywords/life"],"permalink":"https://98rock.iheart.com/content/2025-08-01-you-wont-believe-which-007-actor-inspired-james-bonds-character/","primary_image":{"bucket":"new_assets","id":"%2F688ce9b55555098f03dfab7a"},"primary_target":{"categories":["categories/entertainment-news"],"distribution":["formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CLASSICHITS","formats/ROCKCLASSIC","formats/ROCKACTIVE","formats/ROCKALTERNATIVE"]},"publish_date":1754072760000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-08-01-you-wont-believe-which-007-actor-inspired-james-bonds-character","social_title":"","summary":"Listen to 'SYSK's Summer Movie Playlist' on iHeartRadio for the full scoop! ","targets":[{"categories":["categories/entertainment-news"],"distribution":["brands/iHeartRadio"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"You Won't Believe Which 007 Actor Inspired James Bond's Character"},"slug":"2025-08-01-you-wont-believe-which-007-actor-inspired-james-bonds-character","summary":{"image":"https://i.iheart.com/v3/re/new_assets/688ce9b55555098f03dfab7a","title":"You Won't Believe Which 007 Actor Inspired James Bond's Character","description":"Listen to 'SYSK's Summer Movie Playlist' on iHeartRadio for the full scoop! ","author":"Logan DeLoye"},"pub_start":1754072760000,"pub_until":4115978604802,"pub_changed":1754073314004,"subscription":[{"tags":["categories/entertainment-news","formats/ACHOTMODERN","formats/ACMAINSTREAM","formats/CLASSICHITS","formats/ROCKCLASSIC","formats/ROCKACTIVE","formats/ROCKALTERNATIVE"]},{"tags":["categories/entertainment-news","brands/iHeartRadio"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688ce9a25555098f03dfab6f","slug:2025-08-01-you-wont-believe-which-007-actor-inspired-james-bonds-character","slug:2025-08-01-you-wont-believe-which-007-actor-inspired-james-bonds-character","keyword:keywords/Ian Fleming","keyword:keywords/Sean Connery","keyword:keywords/James Bond","keyword:keywords/Scottish","keyword:keywords/Summer Movie Playlist","keyword:keywords/character","keyword:keywords/life","author:user"]}},{"id":"%2F6103de901618f04109485f2c","type":"PUBLISHING","record":{"ref_id":"%2F6103de901618f04109485f2c","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"89bb5ff6-6b0a-4e3c-80f4-ed1288b56034","revision_id":"AAAAAAAAAAAAAAAAAAAAAg=="},"author":"Dave Basner","blocks":[{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"English heavy metal group Def Leppard, circa 1985. (Photo by Tim Roney/Getty Images)","id":"%2F5d420080c5c7d60244bb7991","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Def Leppard","type":"asset","url":"","use_caption":false},{"html":"\u003cp>It’s August 1st and here are some reasons why this day matters in rock history:\u003c/p>\n\n\u003cp>In 1971, The Concert for Bangladesh was held at New York’s Madison Square Garden. The event was organized by \u003cstrong>George Harrison\u003c/strong> to aid victims of famine and war in the Asian nation. It featured sets by \u003ca href=\"https://www.iheart.com/artist/bob-dylan-971/\" data-catalog-kind=\"artist\" data-catalog-id=\"971\" data-catalog-related-id=\"\">\u003cstrong>Bob Dylan\u003c/strong>\u003c/a>, \u003ca href=\"https://www.iheart.com/artist/ringo-starr-31906/\" data-catalog-kind=\"artist\" data-catalog-id=\"31906\" data-catalog-related-id=\"\">\u003cstrong>Ringo Starr\u003c/strong>\u003c/a>, \u003ca href=\"https://www.iheart.com/artist/eric-clapton-39635/\" data-catalog-kind=\"artist\" data-catalog-id=\"39635\" data-catalog-related-id=\"\">\u003cstrong>Eric Clapton\u003c/strong>\u003c/a>, \u003ca href=\"https://www.iheart.com/artist/billy-preston-2937/\" data-catalog-kind=\"artist\" data-catalog-id=\"2937\" data-catalog-related-id=\"\">\u003cstrong>Billy Preston\u003c/strong>\u003c/a> and others. The triple album release of the concert went on to win the Grammy for Album of the Year.\u003c/p>\n\n\u003cp>In 1980, \u003ca href=\"https://www.iheart.com/artist/def-leppard-44059/\" data-catalog-kind=\"artist\" data-catalog-id=\"44059\" data-catalog-related-id=\"\">\u003cstrong>Def Leppard\u003c/strong>\u003c/a> made their live debut in America, opening up for \u003ca href=\"https://www.iheart.com/artist/acdc-83301/\" data-catalog-kind=\"artist\" data-catalog-id=\"83301\" data-catalog-related-id=\"\">\u003cstrong>AC/DC\u003c/strong>\u003c/a> in New York City.\u003c/p>\n\n\u003cp>In 1981, \u003ca href=\"https://www.iheart.com/artist/rick-springfield-42667/\" data-catalog-kind=\"artist\" data-catalog-id=\"42667\" data-catalog-related-id=\"\">\u003cstrong>Rick Springfield \u003c/strong>\u003c/a>started a two-week run on top of the charts with his hit song “Jessie’s Girl.”\u003c/p>\n\n\u003cp>In 1987, \u003ca href=\"https://www.iheart.com/artist/bob-seger-86960/\" data-catalog-kind=\"artist\" data-catalog-id=\"86960\" data-catalog-related-id=\"\">\u003cstrong>Bob Seger \u003c/strong>\u003c/a>had his first number one song with “Shakedown.”\u003c/p>\n\n\u003cp>In 1985, \u003ca href=\"https://www.iheart.com/artist/starship-7211/\" data-catalog-kind=\"artist\" data-catalog-id=\"7211\" data-catalog-related-id=\"\">\u003cstrong>Starship\u003c/strong>\u003c/a> released their single “We Built This City.” The city, incidentally, was built on rock and roll.\u003c/p>\n\n\u003cp>And in 1981, MTV launched by playing the music video for the \u003ca href=\"https://www.iheart.com/artist/the-buggles-43359/\" data-catalog-kind=\"artist\" data-catalog-id=\"43359\" data-catalog-related-id=\"\">\u003cstrong>Buggles\u003c/strong>\u003c/a>’ “Video Killed the Radio Star.” \u003c/p>\n\n\u003cp>And that’s what happened today in rock history.\u003c/p>\n\n\u003cp>(H/T \u003ca href=\"https://www.thisdayinmusic.com/\" target=\"_blank\">This Day in Music\u003c/a>)\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2021-07-30-why-august-1st-matters-in-rock-history/","cuser":"user/ldap/1115951","enable_featured_widget":false,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":null,"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":[],"permalink":"https://98rock.iheart.com/content/2021-07-30-why-august-1st-matters-in-rock-history/","primary_image":{"bucket":"new_assets","id":"%2F5d420080c5c7d60244bb7991"},"primary_target":{"categories":[],"distribution":["brands/iHeartRadio"]},"publish_date":1754049600000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2021-07-30-why-august-1st-matters-in-rock-history","social_title":"","summary":"Find out why it was a big day for Def Leppard, George Harrison and MTV.","targets":[{"categories":["categories/music-news"],"distribution":["brands/iHeartRadio"]},{"categories":["categories/music-news"],"distribution":["formats/ROCKACTIVE"]},{"categories":["categories/music-news"],"distribution":["formats/ROCKCLASSIC"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Why August 1st Matters In Rock History"},"slug":"2021-07-30-why-august-1st-matters-in-rock-history","summary":{"image":"https://i.iheart.com/v3/re/new_assets/5d420080c5c7d60244bb7991","title":"Why August 1st Matters In Rock History","description":"Find out why it was a big day for Def Leppard, George Harrison and MTV.","author":"Dave Basner"},"pub_start":1754049600000,"pub_until":4115978604802,"pub_changed":1754051893406,"subscription":[{"tags":["brands/iHeartRadio"]},{"tags":["categories/music-news","brands/iHeartRadio"]},{"tags":["categories/music-news","formats/ROCKACTIVE"]},{"tags":["categories/music-news","formats/ROCKCLASSIC"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/6103de901618f04109485f2c","slug:2021-07-30-why-august-1st-matters-in-rock-history","slug:2021-07-30-why-august-1st-matters-in-rock-history","author:user"]}},{"id":"%2F688bd8318f6ddbfecfc3f089","type":"PUBLISHING","record":{"ref_id":"%2F688bd8318f6ddbfecfc3f089","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"6f13f73e-fd99-435a-8b86-713e39b0bc82","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"Russia, Saint Petersburg - May 4, 2025: Thrill Ride in Action: Amusement Park Pendulum","id":"%2F688bd91251aba98b7900386b","new_tab":false,"schedule":{},"source_credit":"Evgeniy Akimenko / iStock Editorial / Getty Images","title":"Thrill Ride in Action: Amusement Park Pendulum","type":"asset","url":"","use_caption":false},{"html":"\u003cp>At least 23 people were injured, three critically, when \u003ca href=\"https://people.com/23-injured-after-theme-park-ride-crashes-to-the-ground-11782422\" target=\"_blank\">a theme park ride broke in half at Green Mountain Park in Taif, Saudi Arabia\u003c/a>, on Wednesday (July 30), causing the revolving platform with strapped-in riders to crash to the ground. Videos shared online show the ride, known as the "360 Degrees," starting normally, with riders being flipped in the air. However, as the ride picked up speed, the central pole snapped, sending the platform plummeting to the ground.\u003c/p>\n\n\u003cp>Debris and broken parts flew through the air as onlookers screamed in shock. \u003cem>The Khaleej Times\u003c/em> reported that some \u003ca href=\"https://www.khaleejtimes.com/world/gulf/23-injured-as-ride-collapses-at-green-mountain-park-in-saudi-arabia\" target=\"_blank\">bystanders were struck by the recoiling central pole\u003c/a>. Emergency responders treated several people at the scene before transferring them to nearby hospitals. Hospitals in Taif declared a code yellow emergency, indicating a mass casualty event.\u003c/p>\n\n\u003cp>Prince \u003cstrong>Saud bin Nahar bin Saud bin Abdulaziz\u003c/strong>, the region’s governor, \u003ca href=\"https://www.cnn.com/2025/07/31/middleeast/saudi-arabia-fairground-ride-intl\" target=\"_blank\">ordered the immediate closure of the resort\u003c/a> and launched an investigation into the cause of the accident. \u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"Twitter","@query":"https://publish.twitter.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fx.com%2FFoxNews%2Fstatus%2F1950957793546023074","@url":"https://x.com/FoxNews/status/1950957793546023074","author_name":"Fox News","author_url":"https://twitter.com/FoxNews","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">Ride snaps in half at amusement park in Saudi Arabia \u003ca href=\"https://t.co/Ga6STJ9xG8\">pic.twitter.com/Ga6STJ9xG8\u003c/a>\u003c/p>— Fox News (@FoxNews) \u003ca href=\"https://twitter.com/FoxNews/status/1950957793546023074?ref_src=twsrc%5Etfw\">July 31, 2025\u003c/a>\u003c/blockquote>\n\n","provider_name":"Twitter","provider_url":"https://twitter.com","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","url":"https://twitter.com/FoxNews/status/1950957793546023074","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">Ride snaps in half at amusement park in Saudi Arabia \u003ca href=\"https://t.co/Ga6STJ9xG8\">pic.twitter.com/Ga6STJ9xG8\u003c/a>\u003c/p>— Fox News (@FoxNews) \u003ca href=\"https://twitter.com/FoxNews/status/1950957793546023074?ref_src=twsrc%5Etfw\">July 31, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/FoxNews/status/1950957793546023074"}],"canonical_url":"https://www.iheart.com/content/2025-07-31-heart-stopping-video-shows-carnival-ride-full-of-people-snapping-in-half/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"permalink":"https://98rock.iheart.com/content/2025-07-31-heart-stopping-video-shows-carnival-ride-full-of-people-snapping-in-half/","primary_image":{"bucket":"assets.getty","id":"%2F688bd91251aba98b7900386b"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1753995840000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-31-heart-stopping-video-shows-carnival-ride-full-of-people-snapping-in-half","social_title":"","summary":"Over 20 people were injured when the ride broke apart.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/weird-news"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Heart-Stopping Video Shows Carnival Ride Full Of People Snapping In Half"},"slug":"2025-07-31-heart-stopping-video-shows-carnival-ride-full-of-people-snapping-in-half","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688bd91251aba98b7900386b","title":"Heart-Stopping Video Shows Carnival Ride Full Of People Snapping In Half","description":"Over 20 people were injured when the ride broke apart.","author":"iHeartRadio"},"pub_start":1753995840000,"pub_until":4115978604802,"pub_changed":1753996234590,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["categories/weird-news","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688bd8318f6ddbfecfc3f089","slug:2025-07-31-heart-stopping-video-shows-carnival-ride-full-of-people-snapping-in-half","slug:2025-07-31-heart-stopping-video-shows-carnival-ride-full-of-people-snapping-in-half","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F688ba8c327d0eb0f9acca827","type":"PUBLISHING","record":{"ref_id":"%2F688ba8c327d0eb0f9acca827","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"6f378437-2653-4361-adb7-7f2dc2045b91","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Taylor Fields","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fartist%2Faerosmith-39229%2F","@url":"https://www.iheart.com/artist/aerosmith-39229/","author_name":"Aerosmith","author_url":"https://www.iheart.com/artist/aerosmith-39229/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"Aerosmith Radio\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/artist/aerosmith-39229/?embed=true&cid=oembed&keyid%5B0%5D=Aerosmith&sc=artist_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider_name":"iHeartRadio","provider_url":"https://www.iheart.com","thumbnail_height":300,"thumbnail_url":"http://image.iheart.com/images/rovi/1080/0003/457/MI0003457446.jpg?ops=fit(300%2C300)","thumbnail_width":300,"title":"Aerosmith","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"Aerosmith Radio\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/artist/aerosmith-39229/?embed=true&cid=oembed&keyid%5B0%5D=Aerosmith&sc=artist_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/artist/aerosmith-39229/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"PHILADELPHIA, PENNSYLVANIA - SEPTEMBER 02: (L-R) Joe Perry and Steven Tyler of Aerosmith perform live on stage at the Wells Fargo Center on September 02, 2023 in Philadelphia, Pennsylvania. (Photo by Lisa Lake/Getty Images)","id":"%2F688bc07127d0eb0f9acca831","new_tab":false,"schedule":{},"source_credit":"Getty Images North America","title":"Aerosmith \"Farewell Tour\" Opener - Philadelpha, PA","type":"asset","url":"","use_caption":false},{"html":"\u003cp>The stage may not be set just yet, but the door is wide open for an \u003ca href=\"https://www.iheart.com/artist/aerosmith-39229/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"39229\" data-catalog-related-id=\"\">\u003cstrong>Aerosmith\u003c/strong>\u003c/a> goodbye show — and \u003ca href=\"https://www.iheart.com/artist/joe-perry-204968/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"204968\" data-catalog-related-id=\"\">\u003cstrong>Joe Perry\u003c/strong>\u003c/a> sounds ready when the time is right.\u003c/p>\n\n\u003cp>Aerosmith was forced to cancel their "Peace Out Farewell Tour" due to Steven Tyler's vocal injury, but according to Perry, there is the possibility the band could reunite for one last show. In a new interview with \u003ca href=\"https://wzlx.iheart.com/\" target=\"_blank\">WZLX\u003c/a>'s \u003cstrong>Kenny Young\u003c/strong>, Joe shared, "We're actually talking quite a bit. I know our touring days are over, but I don't know. It's hot to me."\u003c/p>\n\n\u003cp>Perry added, "I would say, at some point is going to be something that we will all be together on the same stage." And finally, he said, "I would say, at some point something's going to happen."\u003c/p>\n\n\u003cp>Last summer, Aerosmith shared the news of their tour cancellation on \u003ca href=\"https://www.instagram.com/p/C-LozVSvFYQ/?hl=en\" target=\"_blank\">social media\u003c/a> in a statement. They wrote to fans, "We’ve always wanted to blow your mind when performing. As you know, Steven’s voice is an instrument like no other. He has spent months tirelessly working on getting his voice to where it was before his injury. We've seen him struggling despite having the best medical team by his side. Sadly, it is clear, that a full recovery from his vocal injury is not possible. We have made a heartbreaking and difficult, but necessary, decision - as a band of brothers - to retire from the touring stage."\u003c/p>\n\n\u003cp>They added, "We are grateful beyond words for everyone who was pumped to get on the road with us one last time. Grateful to our expert crew, our incredible team and the thousands of talented people who’ve made our historic runs possible. A final thank you to you - the best fans on planet Earth. Play our music loud, now and always. Dream On. You’ve made our dreams come true."\u003c/p>\n\n\u003cp>Listen to Joe Perry's full interview with WZLX's Kenny Young on iHeartRadio.\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1248-wzlx-on-demand-288095543%2Fepisode%2Fjoe-perry-calls-in-to-the-288095546%2F","@url":"https://www.iheart.com/podcast/1248-wzlx-on-demand-288095543/episode/joe-perry-calls-in-to-the-288095546/","author_name":"WZLX On-Demand","author_url":"https://www.iheart.com/podcast/1248-wzlx-on-demand-288095543/","fixedWidth":450,"height":200,"html":"\u003ciframe title=\"Joe Perry Calls In To The Kenny Young Show - WZLX On-Demand\" height=\"200\" width=\"100%\" src=\"https://www.iheart.com/podcast/1248-wzlx-on-demand-288095543/episode/joe-perry-calls-in-to-the-288095546/?embed=true&cid=oembed&keyid%5B0%5D=WZLX%20On-Demand&keyid%5B1%5D=Joe%20Perry%20Calls%20In%20To%20The%20Kenny%20Young%20Show%20-%20WZLX%20On-Demand&sc=podcast_episode_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider_name":"iHeartRadio","provider_url":"https://www.iheart.com","thumbnail_height":300,"thumbnail_url":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzUzMjIzMWM4MmYzNjkxZDNmYjc3NDE5ZmIwNmVhMjVjLmpwZw","thumbnail_width":300,"title":"Joe Perry Calls In To The Kenny Young Show - WZLX On-Demand","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"Joe Perry Calls In To The Kenny Young Show - WZLX On-Demand\" height=\"200\" width=\"100%\" src=\"https://www.iheart.com/podcast/1248-wzlx-on-demand-288095543/episode/joe-perry-calls-in-to-the-288095546/?embed=true&cid=oembed&keyid%5B0%5D=WZLX%20On-Demand&keyid%5B1%5D=Joe%20Perry%20Calls%20In%20To%20The%20Kenny%20Young%20Show%20-%20WZLX%20On-Demand&sc=podcast_episode_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1248-wzlx-on-demand-288095543/episode/joe-perry-calls-in-to-the-288095546/"}],"canonical_url":"https://www.iheart.com/content/2025-07-31-joe-perry-hints-at-one-last-aerosmith-show-somethings-gonna-happen/","cuser":"user/ldap/ccrnyc1nam","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/Joe Perry","keywords/Aerosmith"],"permalink":"https://98rock.iheart.com/content/2025-07-31-joe-perry-hints-at-one-last-aerosmith-show-somethings-gonna-happen/","primary_image":{"bucket":"new_assets","id":"%2F688bc07127d0eb0f9acca831"},"primary_target":{"categories":["categories/music-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1753994100000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-31-joe-perry-hints-at-one-last-aerosmith-show-somethings-gonna-happen","social_title":"","summary":"Joe Perry is giving hope to fans that they haven't seen the last of Aerosmith on stage!","targets":[{"categories":["categories/music-news"],"distribution":["brands/iHeartRadio"]},{"categories":["categories/music-news"],"distribution":["formats/ROCKCLASSIC","formats/ROCKACTIVE"]},{"categories":["categories/music-news"],"distribution":["artists/Aerosmith (39229)","artists/Joe Perry (30006635)"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Joe Perry Hints At One Last Aerosmith Show: 'Something’s Gonna Happen'"},"slug":"2025-07-31-joe-perry-hints-at-one-last-aerosmith-show-somethings-gonna-happen","summary":{"image":"https://i.iheart.com/v3/re/new_assets/688bc07127d0eb0f9acca831","title":"Joe Perry Hints At One Last Aerosmith Show: 'Something’s Gonna Happen'","description":"Joe Perry is giving hope to fans that they haven't seen the last of Aerosmith on stage!","author":"Taylor Fields"},"pub_start":1753994100000,"pub_until":4115978604802,"pub_changed":1753994549389,"subscription":[{"tags":["categories/music-news","brands/iHeartRadio"]},{"tags":["categories/music-news","brands/iHeartRadio"]},{"tags":["categories/music-news","formats/ROCKCLASSIC","formats/ROCKACTIVE"]},{"tags":["categories/music-news","artists/Aerosmith (39229)","artists/Joe Perry (30006635)"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688ba8c327d0eb0f9acca827","slug:2025-07-31-joe-perry-hints-at-one-last-aerosmith-show-somethings-gonna-happen","slug:2025-07-31-joe-perry-hints-at-one-last-aerosmith-show-somethings-gonna-happen","keyword:keywords/Joe Perry","keyword:keywords/Aerosmith","author:user"]}},{"id":"%2F688bc0478f6ddbfecfc3f069","type":"PUBLISHING","record":{"ref_id":"%2F688bc0478f6ddbfecfc3f069","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"fd53160f-f567-4edd-bca3-a8a80aa5e94b","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"Asian yellow legged hornet nest hive in a tree, Vespa velutina, predatory wasp in India","id":"%2F688bc0a9f5e9a10fe30a4717","new_tab":false,"schedule":{},"source_credit":"BeritK / iStock / Getty Images","title":"Asian yellow legged hornet nest hive in a tree, Vespa velutina, predatory wasp in India","type":"asset","url":"","use_caption":false},{"html":"\u003cp>A \u003ca href=\"https://www.newsweek.com/radioactive-wasps-found-former-south-carolina-nuclear-bomb-site-2106827\" target=\"_blank\">radioactive wasp nest was discovered\u003c/a> on July 3 at the Savannah River Site in South Carolina; a location once used for producing nuclear weapons. The nest, found near tanks storing liquid nuclear waste, had radiation levels exceeding federal limits by more than ten times, according to the U.S. Department of Energy. The nest was sprayed and disposed of as radioactive waste, with no wasps found on it.\u003c/p>\n\n\u003cp>The Department of Energy \u003ca href=\"https://www.newsweek.com/radioactive-wasps-found-former-south-carolina-nuclear-bomb-site-2106827\" target=\"_blank\">attributes the contamination to "onsite legacy radioactive contamination"\u003c/a> rather than a current leak. No contamination was found in the surrounding area, and officials stated there was no risk to workers, the environment, or the public. The Savannah River Site, operational since the 1950s, originally produced plutonium and tritium for nuclear weapons but now focuses on nuclear materials management and cleanup. \u003c/p>\n\n\u003cp>\u003cstrong>Tom Clements\u003c/strong>, executive director of the Savannah River Site Watch, expressed frustration over the lack of detailed information about the contamination's origin. He emphasized the importance of understanding the type of wasp nest to trace the contamination source. \u003c/p>\n\n\u003cp>“I’m as mad as a hornet that SRS didn’t explain where the radioactive waste came from or if there is some kind of leak from the waste tanks that the public should be aware of,” \u003ca href=\"https://www.cnn.com/2025/07/30/us/radioactive-wasp-nest-south-carolina\" target=\"_blank\">Clements told \u003c/a>\u003ca href=\"https://www.cnn.com/2025/07/30/us/radioactive-wasp-nest-south-carolina\" target=\"_blank\">\u003cem>CNN\u003c/em>\u003c/a>.\u003c/p>\n\n\u003cp>Officials said that no further action is required, and there is no current risk to the public.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-07-31-radioactive-wasp-nest-found-at-nuclear-waste-storage-site/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"permalink":"https://98rock.iheart.com/content/2025-07-31-radioactive-wasp-nest-found-at-nuclear-waste-storage-site/","primary_image":{"bucket":"assets.getty","id":"%2F688bc0a9f5e9a10fe30a4717"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1753989180000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-31-radioactive-wasp-nest-found-at-nuclear-waste-storage-site","social_title":"","summary":"The nest, found near tanks storing liquid nuclear waste, had radiation levels exceeding federal limits by more than ten times.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/weird-news"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Radioactive Wasp Nest Found At Nuclear Waste Storage Site"},"slug":"2025-07-31-radioactive-wasp-nest-found-at-nuclear-waste-storage-site","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688bc0a9f5e9a10fe30a4717","title":"Radioactive Wasp Nest Found At Nuclear Waste Storage Site","description":"The nest, found near tanks storing liquid nuclear waste, had radiation levels exceeding federal limits by more than ten times.","author":"iHeartRadio"},"pub_start":1753989180000,"pub_until":4115978604802,"pub_changed":1753989527193,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["categories/weird-news","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688bc0478f6ddbfecfc3f069","slug:2025-07-31-radioactive-wasp-nest-found-at-nuclear-waste-storage-site","slug:2025-07-31-radioactive-wasp-nest-found-at-nuclear-waste-storage-site","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F688bbd7c47e2da957ab997b9","type":"PUBLISHING","record":{"ref_id":"%2F688bbd7c47e2da957ab997b9","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"d552901d-f273-412b-8fae-32649a454f16","revision_id":"AAAAAAAAAAD//////////w=="},"author":"Jason Hall","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fpodcast%2F1248-battleground-podcast-29165646%2F","@url":"https://www.iheart.com/podcast/1248-battleground-podcast-29165646/","author_name":"Battleground Podcast","author_url":"https://www.iheart.com/podcast/1248-battleground-podcast-29165646/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"Battleground Podcast\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1248-battleground-podcast-29165646/?embed=true&cid=oembed&keyid%5B0%5D=Battleground%20Podcast&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider_name":"iHeartRadio","provider_url":"https://www.iheart.com","thumbnail_height":300,"thumbnail_url":"https://i.iheart.com/v3/url/aHR0cHM6Ly9kM3dvNXdvanZ1djdsLmNsb3VkZnJvbnQubmV0L3RfcnNzX2l0dW5lc19zcXVhcmVfMTQwMC9pbWFnZXMuc3ByZWFrZXIuY29tL29yaWdpbmFsLzM5YmY5ZDhkZWVhMjVkODAwNzk3MDI3OGRiYWNmYWI2LmpwZw?ops=fit(300%2C300)","thumbnail_width":300,"title":"Battleground Podcast","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"Battleground Podcast\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/podcast/1248-battleground-podcast-29165646/?embed=true&cid=oembed&keyid%5B0%5D=Battleground%20Podcast&sc=podcast_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/1248-battleground-podcast-29165646/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"INGLEWOOD, CALIFORNIA - JANUARY 06: Hulk Hogan with Jimmy Hart along side address the crowd during RAW at Intuit Dome on January 6, 2025 in Inglewood, California. (Photo by WWE/Getty Images)","id":"%2F68825ec0ef97e24aa4a2d7df","new_tab":false,"schedule":{},"source_credit":"Getty Images","title":"Monday Night RAW","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/content/2025-07-30-hulk-hogans-daughter-brooke-reveals-reason-for-wwe-tribute-absence/\" target=\"_blank\">WWE Hall of Famer \u003c/a>\u003ca href=\"https://www.iheart.com/content/2025-07-30-hulk-hogans-daughter-brooke-reveals-reason-for-wwe-tribute-absence/\" target=\"_blank\">\u003cstrong>Hulk Hogan\u003c/strong>\u003c/a> secretly battled leukemia prior to his death, according to Pinellas County Forensic Science Center documents obtained by \u003ca href=\"https://pagesix.com/2025/07/31/celebrity-news/hulk-hogans-cause-of-death-revealed/?_gl=1*95du87*_ga*NDc5NjcxMzU5LjE3MjkyNTQxNDM.*_ga_0DZ7LHF5PZ*czE3NTM5NzQwNTMkbzEwOTgkZzEkdDE3NTM5NzQzMjAkajU4JGwwJGgw\" target=\"_blank\">\u003cem>Page Six\u003c/em>\u003c/a> on Thursday (July 31).\u003c/p>\n\n\u003cp>Hogan, 71, whose real name was \u003cstrong>Terry Bollea\u003c/strong>, reportedly had a history of atrial fibrillation (AFib), which is categorized in patients with an irregular and often rapid heart rate, as well as chronic lymphocytic leukemia (CLL), a cancer that affects white blood cells, though the diagnosis that wasn't previously revealed to the public. The legendary wrestler's \u003ca href=\"https://www.iheart.com/content/2025-07-31-hulk-hogans-official-cause-of-death-determined/\" target=\"_blank\">cause of death was determined to be acute myocardial infarction\u003c/a>, which occurs when blood flow to the heart is suddenly blocked, resulting in tissue damage, the documents confirmed.\u003c/p>\n\n\u003cp>Hogan's death was ruled as natural and the Pinellas County Forensic Center confirmed that a request was made to have him cremated.\u003c/p>\n\n\u003cp>“I am not aware when Mr. Bollea will be cremated, only that we received a request for cremation approval," a spokesperson told \u003cem>Page Six\u003c/em>.\u003c/p>\n\n\u003cp>\u003ca href=\"https://www.iheart.com/content/2025-07-24-wwe-confirms-hulk-hogans-death-in-tribute/\" target=\"_blank\">WWE confirmed Hulk Hogan's death\u003c/a> in tribute posts shared on its social media account following \u003ca href=\"https://www.tmz.com/2025/07/24/hulk-hogan-dead/\" target=\"_blank\">\u003cem>TMZ Sports\u003c/em>\u003c/a>' initial report las Thursday (July 24).\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"Twitter","@query":"https://publish.twitter.com/oembed?format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fx.com%2FWWE%2Fstatus%2F1948414335153230023","@url":"https://x.com/WWE/status/1948414335153230023","author_name":"WWE","author_url":"https://twitter.com/WWE","cache_age":"3153600000","height":null,"html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">WWE is saddened to learn WWE Hall of Famer Hulk Hogan has passed away. \u003cbr>\u003cbr>One of pop culture’s most recognizable figures, Hogan helped WWE achieve global recognition in the 1980s.\u003cbr>\u003cbr>WWE extends its condolences to Hogan’s family, friends, and fans.\u003c/p>— WWE (@WWE) \u003ca href=\"https://twitter.com/WWE/status/1948414335153230023?ref_src=twsrc%5Etfw\">July 24, 2025\u003c/a>\u003c/blockquote>\n\n","provider_name":"Twitter","provider_url":"https://twitter.com","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","url":"https://twitter.com/WWE/status/1948414335153230023","version":"1.0","width":550},"embed_type":"rich","html":"\u003cblockquote class=\"twitter-tweet\">\u003cp lang=\"en\" dir=\"ltr\">WWE is saddened to learn WWE Hall of Famer Hulk Hogan has passed away. \u003cbr>\u003cbr>One of pop culture’s most recognizable figures, Hogan helped WWE achieve global recognition in the 1980s.\u003cbr>\u003cbr>WWE extends its condolences to Hogan’s family, friends, and fans.\u003c/p>— WWE (@WWE) \u003ca href=\"https://twitter.com/WWE/status/1948414335153230023?ref_src=twsrc%5Etfw\">July 24, 2025\u003c/a>\u003c/blockquote>\n\n","provider":"Twitter","rendering_hint":"default","schedule":{},"type":"embed","url":"https://x.com/WWE/status/1948414335153230023"},{"html":"\u003cp>Medics reportedly responded to a reported "cardiac arrest" at Hogan's Clearwater home early Thursday morning, with the dispatch audio clip obtained and shared by \u003ca href=\"https://www.tmz.com/2025/07/24/hulk-hogan-dead/\" target=\"_blank\">\u003cem>TMZ Sports\u003c/em>\u003c/a>. Sources with knowledge of the situation told \u003cem>TMZ Sports\u003c/em> that several police vehicles and EMTs were parked outside the wrestling legend's home and he was reported to be carried out on a stretcher and into an ambulance.\u003c/p>\n\n\u003cp>Hogan's death came weeks after his wife denied rumors that he was in a coma, claiming his heart was "strong" while recovering from surgeries, according to \u003cem>TMZ Sports\u003c/em>. The website had previously reported rumors of the wrestler being on his "deathbed," which were later clarified to be symptoms of a neck procedure in May.\u003c/p>\n\n\u003cp>The Hulk Hogan character is one of the most well-known in the history of professional wrestling, leading WWE to become a global enterprise in the 1980s as the face of the company during its popularity boom. Bollea was a five-time WWE (then-WWF) Champion, which included a 1,474-day reign as the longest of the \u003cem>WrestleMania\u003c/em> era and a six-time WCW World Heavyweight Champion, where he was the leader of the New World Order as 'Hollywood' Hulk Hogan during his tenure with the now-defunct promotion.\u003c/p>\n\n\u003cp>Hogan was inducted into the WWE Hall of Fame twice as both an individual and as a member of the faction.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-07-31-hulk-hogans-private-serious-diagnosis-revealed-amid-cause-of-death/","cuser":"user/ldap/1129279","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/Hulk Hogan","keywords/WWE","keywords/AFib","keywords/death","keywords/pro wrestling","keywords/documents","keywords/acute myocardial infarction","keywords/professional wrestling","keywords/dead","keywords/autopsy","keywords/results","keywords/cause of death","keywords/heart attack","keywords/cardiac arrest"],"permalink":"https://98rock.iheart.com/content/2025-07-31-hulk-hogans-private-serious-diagnosis-revealed-amid-cause-of-death/","primary_image":{"bucket":"new_assets","id":"%2F68825ec0ef97e24aa4a2d7df"},"primary_target":{"categories":["categories/sports","categories/national-news","categories/entertainment-news"],"distribution":["facets/All Sites - English"]},"publish_date":1753988460000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-31-hulk-hogans-private-serious-diagnosis-revealed-amid-cause-of-death","social_title":"","summary":"Hulk Hogan's private serious diagnosis was revealed amid his cause of death.","targets":[{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Hulk Hogan's Private Serious Diagnosis Revealed Amid Cause Of Death"},"slug":"2025-07-31-hulk-hogans-private-serious-diagnosis-revealed-amid-cause-of-death","summary":{"image":"https://i.iheart.com/v3/re/new_assets/68825ec0ef97e24aa4a2d7df","title":"Hulk Hogan's Private Serious Diagnosis Revealed Amid Cause Of Death","description":"Hulk Hogan's private serious diagnosis was revealed amid his cause of death.","author":"Jason Hall"},"pub_start":1753988460000,"pub_until":4115978604802,"pub_changed":1753988852218,"subscription":[{"tags":["categories/sports","categories/national-news","categories/entertainment-news","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688bbd7c47e2da957ab997b9","slug:2025-07-31-hulk-hogans-private-serious-diagnosis-revealed-amid-cause-of-death","slug:2025-07-31-hulk-hogans-private-serious-diagnosis-revealed-amid-cause-of-death","keyword:keywords/Hulk Hogan","keyword:keywords/WWE","keyword:keywords/AFib","keyword:keywords/death","keyword:keywords/pro wrestling","keyword:keywords/documents","keyword:keywords/acute myocardial infarction","keyword:keywords/professional wrestling","keyword:keywords/dead","keyword:keywords/autopsy","keyword:keywords/results","keyword:keywords/cause of death","keyword:keywords/heart attack","keyword:keywords/cardiac arrest","author:user"]}},{"id":"%2F688bb1978f6ddbfecfc3f052","type":"PUBLISHING","record":{"ref_id":"%2F688bb1978f6ddbfecfc3f052","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"e5eadedc-de6c-42ab-a8ba-08e6c95b5a41","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"Looking At Direction Sign, People Walking, Riding Golf Cart Land Vehicle At Rio De Janeiro Galeao International Airport In Brazil","id":"%2F688bb1f0feefb2ccd13297be","new_tab":false,"schedule":{},"source_credit":"LIVINUS / iStock Editorial / Getty Images","title":"Rio De Janeiro Galeao Airport, People, Brazil South America","type":"asset","url":"","use_caption":false},{"html":"\u003cp>A 29-year-old man from Cheyenne, Wyoming, \u003cstrong>Kevin Sinning\u003c/strong>, was arrested on Monday (July 28) after \u003ca href=\"https://www.dailymail.co.uk/news/article-14959689/drunk-man-golf-cart-joyride-buffalo-airport.html\" target=\"_blank\">taking a motorized golf cart for a joyride inside the Buffalo Niagara International Airport\u003c/a>. Sinning, who was visibly intoxicated, drove the cart onto a moving walkway, causing significant damage to both the vehicle and the airport property.\u003c/p>\n\n\u003cp>The incident occurred just before 1 a.m. \u003c/p>\n\n\u003cp>Sinning found the cart unattended with the keys still in it and decided to take it for a spin. Videos of the event, \u003ca href=\"https://www.facebook.com/tom.brennan.754/videos/930065109273333/?t=0\" target=\"_blank\">shared widely on social media\u003c/a>, show Sinning calmly driving the cart down one side of the walkway, turning around, and then driving back up the other side. Despite airport employees shouting at him to stop, he continued his ride until police arrived.\u003c/p>\n\n\u003cp>Witnesses expressed concern over the potential security breach and the damage caused by the joyride.\u003c/p>\n\n\u003cp>"Was he armed?" \u003ca href=\"https://www.wgrz.com/video/news/crime/man-facing-charges-after-taking-airport-vehicle-on-a-joy-ride/71-9048d35f-e957-45bf-909f-7d13a731310b\" target=\"_blank\">bystander \u003c/a>\u003ca href=\"https://www.wgrz.com/video/news/crime/man-facing-charges-after-taking-airport-vehicle-on-a-joy-ride/71-9048d35f-e957-45bf-909f-7d13a731310b\" target=\"_blank\">\u003cstrong>Tom Brennan\u003c/strong>\u003c/a>\u003ca href=\"https://www.wgrz.com/video/news/crime/man-facing-charges-after-taking-airport-vehicle-on-a-joy-ride/71-9048d35f-e957-45bf-909f-7d13a731310b\" target=\"_blank\"> wondered in an interview with WGRZ\u003c/a>. "I think that's why a lot of people took a safe step back and wait for the police to take over."\u003c/p>\n\n\u003cp>Sinning was \u003ca href=\"https://cowboystatedaily.com/2025/07/30/wyoming-man-arrested-for-drunken-golf-cart-ride-through-new-york-airport/\" target=\"_blank\">arrested and charged with several offenses\u003c/a>, including second-degree criminal mischief, disorderly conduct, criminal possession of stolen property, criminal nuisance, and third-degree grand larceny. \u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"Facebook Video","@query":"https://graph.facebook.com/v16.0/oembed_video?access_token=121897277851831%7CB5Jm6zMX5ynaMiun755Y_feWNSc&format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fwww.facebook.com%2Ftom.brennan.754%2Fvideos%2F930065109273333%2F%3Ft%3D0","@url":"https://www.facebook.com/tom.brennan.754/videos/930065109273333/?t=0","author_name":"Tom","author_url":"","html":"\u003cdiv class=\"fb-video\" data-href=\"https://www.facebook.com/tom.brennan.754/videos/930065109273333/?t=0\" data-app-id=\"121897277851831\">\u003cblockquote cite=\"https://www.facebook.com/tom.brennan.754/videos/930065109273333/\" class=\"fb-xfbml-parse-ignore\">\u003ca href=\"https://www.facebook.com/tom.brennan.754/videos/930065109273333/\">\u003c/a>\u003cp>Well we landed back at Buffalo, and in the process of getting off the plane, definitely were not disappointed, go figure, watch the whole video, truly amazing🤦🏼♂️!!!\u003c/p>Posted by \u003ca href=\"#\" role=\"button\">Tom Eric\u003c/a> on Sunday, July 27, 2025\u003c/blockquote>\u003c/div>","provider_name":"Facebook","provider_url":"https://www.facebook.com","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"video","version":"1.0","width":500},"embed_type":"video","html":"\u003cdiv class=\"fb-video\" data-href=\"https://www.facebook.com/tom.brennan.754/videos/930065109273333/?t=0\" data-app-id=\"121897277851831\">\u003cblockquote cite=\"https://www.facebook.com/tom.brennan.754/videos/930065109273333/\" class=\"fb-xfbml-parse-ignore\">\u003ca href=\"https://www.facebook.com/tom.brennan.754/videos/930065109273333/\">\u003c/a>\u003cp>Well we landed back at Buffalo, and in the process of getting off the plane, definitely were not disappointed, go figure, watch the whole video, truly amazing🤦🏼♂️!!!\u003c/p>Posted by \u003ca href=\"#\" role=\"button\">Tom Eric\u003c/a> on Sunday, July 27, 2025\u003c/blockquote>\u003c/div>","provider":"Facebook","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.facebook.com/tom.brennan.754/videos/930065109273333/?t=0"}],"canonical_url":"https://www.iheart.com/content/2025-07-31-video-shows-drunk-man-joyriding-stolen-golf-cart-through-airport-terminal/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"permalink":"https://98rock.iheart.com/content/2025-07-31-video-shows-drunk-man-joyriding-stolen-golf-cart-through-airport-terminal/","primary_image":{"bucket":"assets.getty","id":"%2F688bb1f0feefb2ccd13297be"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1753985580000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-31-video-shows-drunk-man-joyriding-stolen-golf-cart-through-airport-terminal","social_title":"","summary":"He drove the cart onto a moving walkway, causing significant damage to both the vehicle and the airport property.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/weird-news"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Video Shows Drunk Man Joyriding Stolen Golf Cart Through Airport Terminal"},"slug":"2025-07-31-video-shows-drunk-man-joyriding-stolen-golf-cart-through-airport-terminal","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688bb1f0feefb2ccd13297be","title":"Video Shows Drunk Man Joyriding Stolen Golf Cart Through Airport Terminal","description":"He drove the cart onto a moving walkway, causing significant damage to both the vehicle and the airport property.","author":"iHeartRadio"},"pub_start":1753985580000,"pub_until":4115978604802,"pub_changed":1753985937879,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["categories/weird-news","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688bb1978f6ddbfecfc3f052","slug:2025-07-31-video-shows-drunk-man-joyriding-stolen-golf-cart-through-airport-terminal","slug:2025-07-31-video-shows-drunk-man-joyriding-stolen-golf-cart-through-airport-terminal","keyword:keywords/ai-assisted","author:user"]}},{"id":"%2F688b99cf17576db11315860d","type":"PUBLISHING","record":{"ref_id":"%2F688b99cf17576db11315860d","type":"content","payload":{"amp_enabled":false,"apple_news":{"ref_id":"f1721722-90bc-41a6-a68f-c6dd236ab076","revision_id":"AAAAAAAAAAD//////////w=="},"author":"","blocks":[{"attributes":{"@provider":"iHeartRadio","@query":"https://www.iheart.com/oembed?format=json&url=https%3A%2F%2Fwww.iheart.com%2Fartist%2Fozzy-osbourne-71921%2F","@url":"https://www.iheart.com/artist/ozzy-osbourne-71921/","author_name":"Ozzy Osbourne","author_url":"https://www.iheart.com/artist/ozzy-osbourne-71921/","fixedWidth":450,"height":300,"html":"\u003ciframe title=\"Ozzy Osbourne Radio\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/artist/ozzy-osbourne-71921/?embed=true&cid=oembed&keyid%5B0%5D=Ozzy%20Osbourne&sc=artist_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider_name":"iHeartRadio","provider_url":"https://www.iheart.com","thumbnail_height":300,"thumbnail_url":"http://image.iheart.com/images/override/71921_d8770520-ec98-4a49-aeec-b67d2585bf3b.jpg?ops=fit(300%2C300)","thumbnail_width":300,"title":"Ozzy Osbourne","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe title=\"Ozzy Osbourne Radio\" height=\"300\" width=\"100%\" src=\"https://www.iheart.com/artist/ozzy-osbourne-71921/?embed=true&cid=oembed&keyid%5B0%5D=Ozzy%20Osbourne&sc=artist_widget\" allow=\"autoplay\" frameborder=\"0\">\u003c/iframe>","provider":"iHeartRadio","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/artist/ozzy-osbourne-71921/"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"new_assets","caption":"HOLLYWOOD - JANUARY 17: (L-R) Recording artists Ozzy Osbourne and Zakk Wylde pose during Zakk Wylde 's induction ceremony into Hollywood's Rockwalk on January 17, 2006 in Hollywood, California. (Photo by Frederick M. Brown/Getty Images).","id":"%2F688b99c37c2592a93ad27851","new_tab":false,"schedule":{},"source_credit":"Getty Images North America","title":"Guitar Virtuoso Zakk Wylde Inducted Into Hollywood Rockwalk","type":"asset","url":"","use_caption":false},{"html":"\u003cp>\u003ca href=\"https://www.iheart.com/artist/zakk-wylde-71922/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"71922\" data-catalog-related-id=\"\">\u003cstrong>Zakk Wylde\u003c/strong>\u003c/a>, longtime guitarist for \u003ca href=\"https://www.iheart.com/artist/ozzy-osbourne-71921/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"71921\" data-catalog-related-id=\"\">\u003cstrong>Ozzy Osbourne\u003c/strong>\u003c/a>, recently shared the last text message he received from the iconic \u003ca href=\"https://www.iheart.com/artist/black-sabbath-2358/\" data-catalog-kind=\"ARTIST\" data-catalog-id=\"2358\" data-catalog-related-id=\"\">\u003cstrong>Black Sabbath\u003c/strong>\u003c/a> frontman. \u003c/p>\n\n\u003cp>In new interview with \u003ca href=\"https://www.guitarworld.com/artists/guitarists/zakk-wylde-looks-back-at-his-relationship-with-ozzy-osbourne\" target=\"_blank\">\u003cem>Guitar World\u003c/em>\u003c/a>, Wylde revealed that after Osbourne's farewell concert on July 5th in Birmingham, England, the singer sent him a heartfelt message after not being able to see him backstage. Osbourne apologized for the chaotic backstage environment, saying, "Zakky, sorry, it was like a madhouse back there. I didn't see you. Thanks for everything." Wylde added, "It was just us talking, saying, 'I love you, buddy.' That was it."\u003c/p>\n\n\u003cp>Wylde reflected on his relationship with Osbourne, describing him as "almost like an older brother." The two shared a bond that extended beyond music, with Osbourne even being the Godfather to Wylde's oldest son. Zakk emphasized his commitment to ensuring Osbourne's well-being during the farewell show, which was the last time they saw each other.\u003c/p>\n\n\u003cp>On Instagram, Wylde shared another heartfelt tribute "THANKS FOR MAKING LIFE AMAZING OZ - YOU'VE ALWAYS BEEN & WILL ALWAYS BE THE GREATEST. I LOVE YOU. BEYOND FOREVER. "\u003c/p>\n\n","schedule":{},"type":"html"},{"attributes":{"@provider":"Instagram","@query":"https://graph.facebook.com/v16.0/instagram_oembed?access_token=121897277851831%7CB5Jm6zMX5ynaMiun755Y_feWNSc&format=json&omit_script=true&omitscript=true&url=https%3A%2F%2Fwww.instagram.com%2Fp%2FDMxTD4TookK%2F","@url":"https://www.instagram.com/p/DMxTD4TookK/","author_name":"zakkwyldebls","author_url":"","html":"\u003cblockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/reel/DMxTD4TookK/?utm_source=ig_embed&utm_campaign=loading\" data-instgrm-version=\"14\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\">\u003cdiv style=\"padding:16px;\"> \u003ca href=\"https://www.instagram.com/reel/DMxTD4TookK/?utm_source=ig_embed&utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> \u003cdiv style=\" display: flex; flex-direction: row; align-items: center;\"> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\">\u003c/div> \u003cdiv style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\">\u003c/div>\u003c/div>\u003c/div>\u003cdiv style=\"padding: 19% 0;\">\u003c/div> \u003cdiv style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\">\u003csvg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\">\u003cg stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\u003cg transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\">\u003cg>\u003cpath d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\">\u003c/path>\u003c/g>\u003c/g>\u003c/g>\u003c/svg>\u003c/div>\u003cdiv style=\"padding-top: 8px;\"> \u003cdiv style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\">View this post on Instagram\u003c/div>\u003c/div>\u003cdiv style=\"padding: 12.5% 0;\">\u003c/div> \u003cdiv style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\">\u003cdiv> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\">\u003c/div> \u003cdiv style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\">\u003c/div> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\">\u003c/div>\u003c/div>\u003cdiv style=\"margin-left: 8px;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\">\u003c/div> \u003cdiv style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\">\u003c/div>\u003c/div>\u003cdiv style=\"margin-left: auto;\"> \u003cdiv style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\">\u003c/div> \u003cdiv style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\">\u003c/div>\u003c/div>\u003c/div> \u003cdiv style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;\">\u003c/div>\u003c/div>\u003c/a>\u003cp style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">\u003ca href=\"https://www.instagram.com/reel/DMxTD4TookK/?utm_source=ig_embed&utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\">A post shared by Zakk Wylde (@zakkwyldebls)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider_name":"Instagram","provider_url":"https://www.instagram.com/","thumbnail_height":1136,"thumbnail_url":"https://scontent-iad3-2.cdninstagram.com/v/t51.2885-15/526520848_1038243391713710_4894583161229933472_n.jpg?stp=dst-jpg_e15_tt6&_nc_ht=scontent-iad3-2.cdninstagram.com&_nc_cat=1&_nc_oc=Q6cZ2QGAS-CEAS-IDeQgbWp6NskiuDrnUN6Zsu4fDJns4y4stIxpjlgj1uge_h7lkK97Vr4&_nc_ohc=OP5QEVwTDGkQ7kNvwERrnWJ&_nc_gid=50M8W3Z_LVL5qxYb-hIsJA&edm=AMO9-JQAAAAA&ccb=7-5&oh=00_AfQ5mr7q8D03wmbDz766bu2FfCx710Uq2ZfS5mrPA-cqfA&oe=68917DAB&_nc_sid=cc8940","thumbnail_width":640,"title":"","type":"rich","version":"1.0","width":658},"embed_type":"rich","html":"\u003cblockquote class=\"instagram-media\" data-instgrm-captioned data-instgrm-permalink=\"https://www.instagram.com/reel/DMxTD4TookK/?utm_source=ig_embed&utm_campaign=loading\" data-instgrm-version=\"14\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:658px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\">\u003cdiv style=\"padding:16px;\"> \u003ca href=\"https://www.instagram.com/reel/DMxTD4TookK/?utm_source=ig_embed&utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\"> \u003cdiv style=\" display: flex; flex-direction: row; align-items: center;\"> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\">\u003c/div> \u003cdiv style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\">\u003c/div>\u003c/div>\u003c/div>\u003cdiv style=\"padding: 19% 0;\">\u003c/div> \u003cdiv style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\">\u003csvg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"https://www.w3.org/2000/svg\" xmlns:xlink=\"https://www.w3.org/1999/xlink\">\u003cg stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\u003cg transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\">\u003cg>\u003cpath d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\">\u003c/path>\u003c/g>\u003c/g>\u003c/g>\u003c/svg>\u003c/div>\u003cdiv style=\"padding-top: 8px;\"> \u003cdiv style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\">View this post on Instagram\u003c/div>\u003c/div>\u003cdiv style=\"padding: 12.5% 0;\">\u003c/div> \u003cdiv style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\">\u003cdiv> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\">\u003c/div> \u003cdiv style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\">\u003c/div> \u003cdiv style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\">\u003c/div>\u003c/div>\u003cdiv style=\"margin-left: 8px;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\">\u003c/div> \u003cdiv style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\">\u003c/div>\u003c/div>\u003cdiv style=\"margin-left: auto;\"> \u003cdiv style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\">\u003c/div> \u003cdiv style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\">\u003c/div>\u003c/div>\u003c/div> \u003cdiv style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;\"> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;\">\u003c/div> \u003cdiv style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;\">\u003c/div>\u003c/div>\u003c/a>\u003cp style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">\u003ca href=\"https://www.instagram.com/reel/DMxTD4TookK/?utm_source=ig_embed&utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px; text-decoration:none;\" target=\"_blank\">A post shared by Zakk Wylde (@zakkwyldebls)\u003c/a>\u003c/p>\u003c/div>\u003c/blockquote>","provider":"Instagram","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.instagram.com/p/DMxTD4TookK/"},{"html":"\u003cp>Osbourne passed away on July 22nd at the age of 76, just weeks after the concert. His death came after a long battle with Parkinson's disease and the lingering effects of a 2003 quad bike accident. The rock legend's passing was met with tributes from his bandmates and fans worldwide. The rock icon's family, including his wife \u003cstrong>Sharon Osbourne\u003c/strong> and their children, attended his funeral procession in Birmingham.\u003c/p>\n\n\u003cp>The farewell concert, which marked the first reunion of Black Sabbath's original members in 20 years, will be released as a movie in 2026, as announced by Osbourne prior to his death.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-07-31-zakk-wylde-shares-touching-last-text-from-ozzy-osbourne/","cuser":"user/ldap/ccrnyc1nam","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"f594b2a80049c9f36be06f2722db4c0b6d02c7c2e268ac4a5aff7669fcf90f72","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"iHeartRadio","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted","keywords/Zakk Wylde","keywords/Ozzy Osbourne","keywords/Black Sabbath","keywords/farewell concert","keywords/final text","keywords/tribute","keywords/Birmingham"],"permalink":"https://98rock.iheart.com/content/2025-07-31-zakk-wylde-shares-touching-last-text-from-ozzy-osbourne/","primary_image":{"bucket":"new_assets","id":"%2F688b99c37c2592a93ad27851"},"primary_target":{"categories":["categories/music-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1753981080000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-31-zakk-wylde-shares-touching-last-text-from-ozzy-osbourne","social_title":"","summary":"\"Thanks for everything.\"","targets":[{"categories":["categories/music-news"],"distribution":["brands/iHeartRadio"]},{"categories":["categories/music-news"],"distribution":["formats/ROCKACTIVE","formats/ROCKCLASSIC"]},{"categories":["categories/music-news"],"distribution":["artists/Zakk Wylde (71922)","artists/Ozzy Osbourne (71921)"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Zakk Wylde Shares Touching Last Text From Ozzy Osbourne"},"slug":"2025-07-31-zakk-wylde-shares-touching-last-text-from-ozzy-osbourne","summary":{"image":"https://i.iheart.com/v3/re/new_assets/688b99c37c2592a93ad27851","title":"Zakk Wylde Shares Touching Last Text From Ozzy Osbourne","description":"\"Thanks for everything.\"","author":""},"pub_start":1753981080000,"pub_until":4115978604802,"pub_changed":1753981567279,"subscription":[{"tags":["categories/music-news","brands/iHeartRadio"]},{"tags":["categories/music-news","brands/iHeartRadio"]},{"tags":["categories/music-news","formats/ROCKACTIVE","formats/ROCKCLASSIC"]},{"tags":["categories/music-news","artists/Zakk Wylde (71922)","artists/Ozzy Osbourne (71921)"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688b99cf17576db11315860d","slug:2025-07-31-zakk-wylde-shares-touching-last-text-from-ozzy-osbourne","slug:2025-07-31-zakk-wylde-shares-touching-last-text-from-ozzy-osbourne","keyword:keywords/ai-assisted","keyword:keywords/Zakk Wylde","keyword:keywords/Ozzy Osbourne","keyword:keywords/Black Sabbath","keyword:keywords/farewell concert","keyword:keywords/final text","keyword:keywords/tribute","keyword:keywords/Birmingham"]}},{"id":"%2F688b976a8f6ddbfecfc3f047","type":"PUBLISHING","record":{"ref_id":"%2F688b976a8f6ddbfecfc3f047","type":"content","payload":{"amp_enabled":true,"apple_news":{"ref_id":"a9f9fe90-5b08-4312-9010-5a606922f7c6","revision_id":"AAAAAAAAAAD//////////w=="},"author":"iHeartRadio","blocks":[{"attributes":{"@provider":"ohembed","@query":"template","@url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer","author_name":"","author_url":"","height":"300","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider_name":"ohembed","thumbnail_height":0,"thumbnail_url":"","thumbnail_width":0,"title":"","type":"rich","version":"1.0","width":"100%"},"embed_type":"rich","html":"\u003ciframe allow=\"autoplay\" width=\"100%\" height=\"300\" frameborder=\"0\" style=\"border: 0;\" src=\"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer\" frameborder=\"0\">\u003c/iframe>","provider":"ohembed","rendering_hint":"default","schedule":{},"type":"embed","url":"https://www.iheart.com/podcast/87-24-7-news-the-latest-20697776/?embed=true&keyid=EditorialPlayer"},{"attributes":{"mimetype":"image/jpeg","type":"image"},"bucket":"assets.getty","caption":"View of the 'Old Faithful' geyser which erupts on average every 90 minutes in the Yellowstone National Park, Wyoming on June 1, 2011. Yellowstone National Park, was established by the U.S. Congress and signed into law by President Grant on March 1, 1872. The park is located primarily in the U.S. state of Wyoming, though it also extends into Montana and Idaho and was the first national park in the world. It is known for its wildlife and its many geothermal features, especially the Old Faithful Geyser. AFP PHOTO/Mark RALSTON (Photo credit should read MARK RALSTON/AFP via Getty Images)","id":"%2F688b998df12dc1d489b4baa2","new_tab":false,"schedule":{},"source_credit":"MARK RALSTON / AFP / Getty Images","title":"View of the 'Old Faithful' geyser which","type":"asset","url":"","use_caption":false},{"html":"\u003cp>A \u003ca href=\"https://abcnews.go.com/US/17-year-suffers-significant-thermal-burns-geyser-close/story?id=124233484\" target=\"_blank\">17-year-old boy suffered serious burns when his foot broke through the ground near a geyser\u003c/a> close to Old Faithful in Yellowstone National Park on Monday (July 28). According to the National Park Service, the incident occurred in the thermal area near the Lone Star Geyser, about five miles from Old Faithful. The teen was hiking in the area when his foot broke through the thin crust, \u003ca href=\"https://www.thetravel.com/yellowstone-national-park-teens-burn-accident-near-old-faithful-people-divided/\" target=\"_blank\">resulting in burns to his foot and ankle\u003c/a>. Emergency medical staff treated him on-site before transporting him to a hospital. This marks the first reported thermal injury in Yellowstone this year.\u003c/p>\n\n\u003cp>Park officials have \u003ca href=\"https://www.usatoday.com/story/news/nation/2025/07/31/teen-burned-geyser-yellowstone-national-park-old-faithful/85453250007/\" target=\"_blank\">repeatedly warned visitors about the dangers of straying from marked paths\u003c/a> and boardwalks, which protect both visitors and the delicate thermal formations. More than 20 people have died from burns after entering or falling into Yellowstone's hot springs. The park service emphasized that scalding water lies just beneath the thin, breakable crust around these hot springs, posing severe risks. In 2016, a man died after falling into a hot spring while checking its temperature.\u003c/p>\n\n\u003cp>The park service continues to remind visitors to stay on designated paths to avoid serious injuries or fatalities. Pets are also prohibited in thermal areas to prevent similar incidents. This incident follows a series of other injuries in the park, including bison attacks earlier this year.\u003c/p>\n\n","schedule":{},"type":"html"}],"canonical_url":"https://www.iheart.com/content/2025-07-31-teenager-sustained-significant-thermal-burns-near-old-faithful-geyser/","cuser":"user/ldap/cccnyc1wjg","enable_featured_widget":true,"exclusion":{"tags":[]},"external_url":"","fb_allow_comments":true,"featured_widget":{"country":"","id":"","kind":"","related_id":""},"feed_content_id":"","feed_partner_content":false,"feed_permalink":"","feed_type":"","feed_vendor":"","include_recommendations":true,"include_video_monetization":true,"is_sponsored":false,"keywords":["keywords/ai-assisted"],"permalink":"https://98rock.iheart.com/content/2025-07-31-teenager-sustained-significant-thermal-burns-near-old-faithful-geyser/","primary_image":{"bucket":"assets.getty","id":"%2F688b998df12dc1d489b4baa2"},"primary_target":{"categories":["categories/national-news"],"distribution":["brands/iHeartRadio"]},"publish_date":1753979280000,"publish_end_date":4115978604802,"publish_origin":"brands/iHeartRadio","seo_title":"","show_updated_timestamp":false,"simplereach_enabled":false,"slug":"2025-07-31-teenager-sustained-significant-thermal-burns-near-old-faithful-geyser","social_title":"","summary":"The teen was hiking in the area when his foot broke through the thin crust.","targets":[{"categories":["categories/national-news"],"distribution":["formats/NEWSTALK"]},{"categories":["categories/weird-news"],"distribution":["facets/All Sites - English"]},{"categories":["syndications/apple-news"],"distribution":[]},{"categories":["syndications/news"],"distribution":[]}],"title":"Teenager Sustained 'Significant Thermal Burns' Near Old Faithful Geyser"},"slug":"2025-07-31-teenager-sustained-significant-thermal-burns-near-old-faithful-geyser","summary":{"image":"https://i.iheart.com/v3/re/assets.getty/688b998df12dc1d489b4baa2","title":"Teenager Sustained 'Significant Thermal Burns' Near Old Faithful Geyser","description":"The teen was hiking in the area when his foot broke through the thin crust.","author":"iHeartRadio"},"pub_start":1753979280000,"pub_until":4115978604802,"pub_changed":1753979641509,"subscription":[{"tags":["categories/national-news","brands/iHeartRadio"]},{"tags":["categories/national-news","formats/NEWSTALK"]},{"tags":["categories/weird-news","facets/All Sites - English"]},{"tags":["syndications/apple-news"]},{"tags":["syndications/news"]}],"exclusion":[{"tags":[]}],"linksData":[],"lookup":["publish_origin:brands/iHeartRadio","id:/688b976a8f6ddbfecfc3f047","slug:2025-07-31-teenager-sustained-significant-thermal-burns-near-old-faithful-geyser","slug:2025-07-31-teenager-sustained-significant-thermal-burns-near-old-faithful-geyser","keyword:keywords/ai-assisted","author:user"]}}],"resume":{"id":"ID:editorial-feed-whatwhere","context":{"\u003clocale>":"en-US"},"size":12,"from":"eyJza2lwIjoxMiwiY3Vyc29ycyI6eyJkYVNMVyI6ImV5SnNhVzFwZENJNk5pd2liMlptYzJWMElqb3hNbjA9In0sImVuZHMiOnsiTDZsVUsiOi0xLCI3VEtvVSI6LTF9fQ==","scopes":null}}},{"id":"ad:bottom-leaderboard","region":"ad:bottom-leaderboard","type":"ad","ordinal":0,"value":{"ad_split":0,"position":"3306"},"tags":[],"schedule":null}]},"statusCode":200,"tagsSet":[]},"device":{"_userAgent":"facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)","_navigator":null,"enableHeaderSearch":null},"player":{"loaded":false,"externalAction":{"_subscriptions":[]},"overrideConfig":null,"defaultId":null,"overrideId":null,"ready":false,"playback":false,"inProgress":false,"iframeUrl":""},"gptReady":false}</script>
<script>window.SDK = { environment:
{"APTIVADA_SDK_HOST":"campaign.aptivada.com","AB_TEST_HOST":"https://api.iheart.com/api/v3/abtest","OUTBRAIN_WIDGET_URL":"https://widgets.outbrain.com/outbrain.js","OUTBRAIN_PIXEL_URL":"https://amplifypixel.outbrain.com/pixel?mid=004d2133385513d6a3dbfd9993b43474ab","TIKTOK_WIDGET_URL":"https://www.tiktok.com/embed.js","LIVERAMP_LIBRARY_URL":"https://ats.rlcdn.com/ats.js","FACEBOOK_SDK_URL":"https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v3.2","GOOGLE_CSE_ACCOUNT_ID":"009224462050322586572:lr5vgdqoe5k","GOOGLE_CSE_AD_ID":"pub-4066651230054012","GOOGLE_CSE_MAX_RESULTS":"10","AMP_HOST":"us.api.iheart.com","DEFAULT_IMAGE":"https://i.iheart.com/v3/re/new_assets/2672c89f-91de-4d1b-b9a9-6284b1e2c8f8","DEFAULT_TIMEZONE":"America/New_York","DEP_SITES_HOST":"","DEP_HTL_HOST":"htl.radioedit.iheart.com","DEP_WEBAPI_HOST":"webapi.radioedit.iheart.com","DEP_PWS_HOST":"pws.radioedit.iheart.com","DEP_GENERATOR_RSS":"","DEP_GENERATOR_SITEMAP":"","IMAGE_HOST":"i.iheart.com","LOG_LEVEL":"info","NODE_ENV":"production","ONETRUST_HOST":"https://cdn.cookielaw.org","ONETRUST_CONSENT_PATH":"https://cdn.cookielaw.org/consent","ONETRUST_IAB_URL":"https://cdn.cookielaw.org/opt-out/otCCPAiab.js","ONETRUST_TOKEN_URL":"https://tv47clj0la.execute-api.us-east-1.amazonaws.com/production/generatetoken?identifier=","ENVIRONMENT":"production","PROTOCOL":"https","GOOGLE_MAPS_API_KEY":"AIzaSyA7WQvMsISHIyotCPatRBwrgHNN9ohKqQE","NATIONAL_SITE_URL":"https://www.iheart.com","COAST_RECAPTCHA_V3_PUBLIC_KEY":"6LceYMcZAAAAAEe_L5pj14w8_cdc4p8pNzDzcIKe","COAST_RECURLY_PUBLIC_KEY":"ewr1-9VtuFVKJS0oVy7hcAVWlGK","IHEART_HELP_SITE":"//help.iheart.com","IHEART_HELP_SITE_CONTEST":"//help.iheart.com/hc/en-us/sections/205969087-Contests","PODCAST_EMBED_KEYID":"AutomatedPodcasts","WEB_ACCOUNT_HOST":"https://account.iheart.com","OAUTH_SIGNUP_PATH":"/sign-up/","OAUTH_LOGIN_PATH":"/login/","OAUTH_INFERNO_LOGOUT_PATH":"/auth/logout","OAUTH_INFERNO_PROFILE_PATH":"/auth/profile","DEP_API_HOST":"api.radioedit.iheart.com","YOURCHOICE_ICON":"http://i-stg.iheart.com/v3/re/new_assets/66fee14066ebdb3465fd0684","AD_ICON":"https://i.iheart.com/v3/re/new_assets/faf40618-8c4b-4554-939b-49bce06bbcca","POSTUP_CONTACT_TEMPLATE_ID":"3","WWW_AUTH_HOST":"https://www.iheart.com","IHR_AUTH_SDK":"https://www.iheart.com/sdk/sdk.js","DEP_CONTENT_HOST":"content.radioedit.iheart.com","CCPA_OPTOUT_URL":"https://www.iheart.com/optout/","AMAZON_PUBLISHER_ID":"3901","REQUEST_TIMEOUT":"15000","ADOBE_LAUNCH_LIBRARY":"//assets.adobedtm.com/dba7b4ad2c8b/773677a854c8/launch-381fe6c887eb.min.js","RUBICON_BIDDING_LIBRARY":"https://ads.rubiconproject.com/prebid/16442_iHeart_DM_US.js","WEATHER_BASE_URI":"https://api.weather.com/v3/wx","IGLOO_EVENT_HOST":"https://us-events.api.iheart.com/events","AMAZON_TAM_LIBRARY":"https://c.amazon-adsystem.com/aax2/apstag.js","MAX_AGE_HEADERS":"2592000000","WEATHER_API_KEY":"b2a4fe32db44ebebba91f254fbf341f5","DEP_GENERATOR_RSS_HOST":"generator-rss.radioedit.iheart.com","STATIC_PUBLIC_PATH":"https://static.inferno.iheart.com/inferno/","DATADOG_SAMPLE_RATE":"1","COMSCORE_CLIENT_ID":"6036262","GOOGLE_RECAPTCHA_V3_PUBLIC_KEY":"6LdKHHoaAAAAAEBsW-KyjdE16eKLZJv5QHy-P5aQ","DEP_GENERATOR_SITEMAP_HOST":"generator-sitemap.radioedit.iheart.com"}};
</script>
<script>
// This needs to be here so it is loaded before lazysizes.
// Lazysizes loads thanks to webpack, before any app code is run.
// https://github.com/aFarkas/lazysizes#js-api
window.lazySizesConfig = window.lazySizesConfig || {};
window.lazySizesConfig.init = false;
// CCPA Compliance
window.deferAnalyticsVendorBeacons = false;
</script>
<script id="__LOADABLE_REQUIRED_CHUNKS__" type="application/json">["packages-renderer-shared-ui-src-elements-MagicLink-component","src_app_core_chrome_AppTray_component_tsx-src_app_core_chrome_HeaderSearch_component_tsx-src_-b801d3","local","core-components-tiles-OnairTileLoader-component","core-page-blocks-datasource-DatasourceLoader-component","packages_renderer_shared_core_src_lib_ads_ts","Datasource-component","Grid-component","ContentFeedItem-component","LeadFeedItem-component","components-tiles-ContentTile-component","core-page-blocks-music-MusicTile-component","ShowCollection-component","Heading-component","Show-component","core-page-blocks-podcast-PodcastsLoader-component","LoadMoreFromCursor-component","core-page-blocks-datasource-DatasourceTileLoader-component","FauxButton-component","core-page-blocks-contest-KeywordContestLoader-component","Eyebrow-component","vendors-node_modules_pnpm_isomorphic-dompurify_0_27_0_node_modules_isomorphic-dompurify_browser_js","Podcasts-component","ImageTile-component","Card-component","components-catalog-TrackList-component","DateTimeDisplay-component","AptivadaKeywordContest-component"]</script><script id="__LOADABLE_REQUIRED_CHUNKS___ext" type="application/json">{"namedChunks":["local","packages-renderer-shared-ui-src-elements-MagicLink-component","core-components-tiles-OnairTileLoader-component","core-page-blocks-datasource-DatasourceLoader-component","Datasource-component","Grid-component","ContentFeedItem-component","LeadFeedItem-component","components-tiles-ContentTile-component","core-page-blocks-music-MusicTile-component","ShowCollection-component","Heading-component","Show-component","core-page-blocks-podcast-PodcastsLoader-component","LoadMoreFromCursor-component","core-page-blocks-datasource-DatasourceTileLoader-component","FauxButton-component","core-page-blocks-contest-KeywordContestLoader-component","Eyebrow-component","Podcasts-component","ui-ImageTile-component","Card-component","components-catalog-TrackList-component","DateTimeDisplay-component","AptivadaKeywordContest-component"]}</script>
<script async data-chunk="bundle" src="https://static.inferno.iheart.com/inferno/scripts/runtime.5c38c75fa14e89967971.js"></script>
<script async data-chunk="bundle" src="https://static.inferno.iheart.com/inferno/scripts/vendor.51fc23b5373e910f4a24.js"></script>
<script async data-chunk="bundle" src="https://static.inferno.iheart.com/inferno/scripts/bundle.fcd21625a257928b01e0.js"></script>
<script async data-chunk="local" src="https://static.inferno.iheart.com/inferno/scripts/packages-renderer-shared-ui-src-elements-MagicLink-component.067528077d2036c348df.js"></script>
<script async data-chunk="local" src="https://static.inferno.iheart.com/inferno/scripts/src_app_core_chrome_AppTray_component_tsx-src_app_core_chrome_HeaderSearch_component_tsx-src_-b801d3.a1317e0f9342bf8c747f.js"></script>
<script async data-chunk="local" src="https://static.inferno.iheart.com/inferno/scripts/local.ebca40387bc6507a0acd.js"></script>
<script async data-chunk="core-components-tiles-OnairTileLoader-component" src="https://static.inferno.iheart.com/inferno/scripts/core-components-tiles-OnairTileLoader-component.22fd96ce3a97461201e5.js"></script>
<script async data-chunk="core-page-blocks-datasource-DatasourceLoader-component" src="https://static.inferno.iheart.com/inferno/scripts/core-page-blocks-datasource-DatasourceLoader-component.f48ec165e3da9a949f55.js"></script>
<script async data-chunk="Datasource-component" src="https://static.inferno.iheart.com/inferno/scripts/packages_renderer_shared_core_src_lib_ads_ts.7c42290bb72cfa9c15d7.js"></script>
<script async data-chunk="Datasource-component" src="https://static.inferno.iheart.com/inferno/scripts/Datasource-component.1423c7d635806130822c.js"></script>
<script async data-chunk="Grid-component" src="https://static.inferno.iheart.com/inferno/scripts/Grid-component.48dae21730bceb9ee5e7.js"></script>
<script async data-chunk="ContentFeedItem-component" src="https://static.inferno.iheart.com/inferno/scripts/ContentFeedItem-component.a58f9b17ed1802cd6512.js"></script>
<script async data-chunk="LeadFeedItem-component" src="https://static.inferno.iheart.com/inferno/scripts/LeadFeedItem-component.f9b025ed7a795a039e16.js"></script>
<script async data-chunk="components-tiles-ContentTile-component" src="https://static.inferno.iheart.com/inferno/scripts/components-tiles-ContentTile-component.e418b3821c33ef4d51dd.js"></script>
<script async data-chunk="core-page-blocks-music-MusicTile-component" src="https://static.inferno.iheart.com/inferno/scripts/core-page-blocks-music-MusicTile-component.ee3234ca914dd952a1c0.js"></script>
<script async data-chunk="ShowCollection-component" src="https://static.inferno.iheart.com/inferno/scripts/ShowCollection-component.9692637de0ea45061f03.js"></script>
<script async data-chunk="Heading-component" src="https://static.inferno.iheart.com/inferno/scripts/Heading-component.ea88c81b8d34c977158c.js"></script>
<script async data-chunk="Show-component" src="https://static.inferno.iheart.com/inferno/scripts/Show-component.7f0dafb91f97b90e8cff.js"></script>
<script async data-chunk="core-page-blocks-podcast-PodcastsLoader-component" src="https://static.inferno.iheart.com/inferno/scripts/core-page-blocks-podcast-PodcastsLoader-component.c847d80e9aa862b03d51.js"></script>
<script async data-chunk="LoadMoreFromCursor-component" src="https://static.inferno.iheart.com/inferno/scripts/LoadMoreFromCursor-component.bb890d9dab9374f42e37.js"></script>
<script async data-chunk="core-page-blocks-datasource-DatasourceTileLoader-component" src="https://static.inferno.iheart.com/inferno/scripts/core-page-blocks-datasource-DatasourceTileLoader-component.05d77890dc9884cc76e2.js"></script>
<script async data-chunk="FauxButton-component" src="https://static.inferno.iheart.com/inferno/scripts/FauxButton-component.6f17f4f82d52801c5c49.js"></script>
<script async data-chunk="core-page-blocks-contest-KeywordContestLoader-component" src="https://static.inferno.iheart.com/inferno/scripts/core-page-blocks-contest-KeywordContestLoader-component.5e0cc4120d526a5ea860.js"></script>
<script async data-chunk="Eyebrow-component" src="https://static.inferno.iheart.com/inferno/scripts/Eyebrow-component.533482f1ba2c4fcd4202.js"></script>
<script async data-chunk="Podcasts-component" src="https://static.inferno.iheart.com/inferno/scripts/vendors-node_modules_pnpm_isomorphic-dompurify_0_27_0_node_modules_isomorphic-dompurify_browser_js.05cdd4f29edec5e3d7e3.js"></script>
<script async data-chunk="Podcasts-component" src="https://static.inferno.iheart.com/inferno/scripts/Podcasts-component.8cd764919ecb5b153621.js"></script>
<script async data-chunk="ui-ImageTile-component" src="https://static.inferno.iheart.com/inferno/scripts/ImageTile-component.b3ff14a77346457b64fe.js"></script>
<script async data-chunk="Card-component" src="https://static.inferno.iheart.com/inferno/scripts/Card-component.24dee8840408569eb2c3.js"></script>
<script async data-chunk="components-catalog-TrackList-component" src="https://static.inferno.iheart.com/inferno/scripts/components-catalog-TrackList-component.644cdb9aaf258f95a9d3.js"></script>
<script async data-chunk="DateTimeDisplay-component" src="https://static.inferno.iheart.com/inferno/scripts/DateTimeDisplay-component.a955bfacd3eb846a09d1.js"></script>
<script async data-chunk="AptivadaKeywordContest-component" src="https://static.inferno.iheart.com/inferno/scripts/AptivadaKeywordContest-component.d932ebf2afeb78ef5324.js"></script>
</body>
</html>